ul.column-count-1 {
    column-count: 1
}

ul.column-count-1 li {
    break-inside: avoid
}

ul.column-count-2 {
    column-count: 2
}

ul.column-count-2 li {
    break-inside: avoid
}

ul.column-count-3 {
    column-count: 3
}

ul.column-count-3 li {
    break-inside: avoid
}

@font-face {
    font-family: Averta;
    font-style: normal;
    font-weight: 400;
    src: url(/site-assets/fonts/averta_regular.woff2) format("woff2")
}

@font-face {
    font-family: Averta;
    font-style: italic;
    font-weight: 400;
    src: url(/site-assets/fonts/averta_regularitalic.woff2) format("woff2")
}

@font-face {
    font-family: Averta;
    font-style: normal;
    font-weight: 100;
    src: url(/site-assets/fonts/averta_light.woff2) format("woff2")
}

@font-face {
    font-family: Averta;
    font-style: normal;
    font-weight: 700;
    src: url(/site-assets/fonts/averta_bold.woff2) format("woff2")
}

[data-toggle-control] {
    display: none !important
}

[data-toggle-control].active {
    display: block !important
}

.alert:empty, .cart-products-in-shortage:empty, .help-block.form-error:empty,
.paymentmethod .messages:empty {
    display: none
}

.white-space-no-wrap {
    white-space: nowrap
}

input[value], textarea[value] {
    color: #333
}

::placeholder {
    color: #9b9b9b
}

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #ffc200;
    --secondary: #fff;
    --success: #00bc8b;
    --info: #266dd3;
    --warning: #ffc200;
    --danger: #ed2e2e;
    --light: #f7f7f7;
    --dark: #dfdfdf;
    --red: #ed2e2e;
    --yellow: #ffc200;
    --grey: grey;
    --green: #00bc8b;
    --blue: #266dd3;
    --purple: #844185;
    --black: #333;
    --white: #fff;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Averta", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: Averta, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.45;
    color: #333;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

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

address, dl, ol, ul {
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #333;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0d0d0d;
    text-decoration: underline
}

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

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

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img, svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #9b9b9b;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .25rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: inherit
}

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

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

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

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

.h5, .h6, h5, h6 {
    font-size: .65625rem
}

.lead {
    font-size: 1.09375rem;
    font-weight: 300
}

.display-1 {
    font-size: 2.5rem
}

.display-1, .display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 2.25rem
}

.display-3 {
    font-size: 2rem
}

.display-3, .display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 1.75rem
}

hr {
    margin-top: .5rem;
    margin-bottom: .5rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small, small {
    font-size: 86%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.cart-product-list-item--offer-list, .list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

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

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

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: .5rem;
    font-size: 1.09375rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014   \A0"
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .25rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

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

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

@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: 1200px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class * =col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8,
.col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2,
.col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1,
.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8,
.col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7,
.col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto,
.col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6,
.col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12,
.col-xl-auto, .component-joker-listing-shop-wrapper {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12, .component-joker-listing-shop-wrapper {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

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

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

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

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

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

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

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

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

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

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

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

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

    .offset-md-5 {
        margin-left: 41.66667%
    }

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

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4, .component-joker-listing-shop-wrapper {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

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

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

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

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

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

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

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: .5rem;
    background-color: transparent
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: #fff
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #ffeeb8
}

.table-hover .table-primary:hover {
    background-color: #ffe89f
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #ffe89f
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #fff
}

.table-hover .table-secondary:hover {
    background-color: #f2f2f2
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #f2f2f2
}

.table-success, .table-success > td, .table-success > th {
    background-color: #b8ecdf
}

.table-hover .table-success:hover {
    background-color: #a4e7d6
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #a4e7d6
}

.table-info, .table-info > td, .table-info > th {
    background-color: #c2d6f3
}

.table-hover .table-info:hover {
    background-color: #adc8ef
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #adc8ef
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeb8
}

.table-hover .table-warning:hover {
    background-color: #ffe89f
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe89f
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #fac4c4
}

.table-hover .table-danger:hover {
    background-color: #f8acac
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f8acac
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfd
}

.table-hover .table-light:hover {
    background-color: #f0f0f0
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #f0f0f0
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #f6f6f6
}

.table-hover .table-dark:hover {
    background-color: #e9e9e9
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #e9e9e9
}

.table-red, .table-red > td, .table-red > th {
    background-color: #fac4c4
}

.table-hover .table-red:hover {
    background-color: #f8acac
}

.table-hover .table-red:hover > td, .table-hover .table-red:hover > th {
    background-color: #f8acac
}

.table-yellow, .table-yellow > td, .table-yellow > th {
    background-color: #ffeeb8
}

.table-hover .table-yellow:hover {
    background-color: #ffe89f
}

.table-hover .table-yellow:hover > td, .table-hover .table-yellow:hover > th {
    background-color: #ffe89f
}

.table-grey, .table-grey > td, .table-grey > th {
    background-color: #dbdbdb
}

.table-hover .table-grey:hover {
    background-color: #cecece
}

.table-hover .table-grey:hover > td, .table-hover .table-grey:hover > th {
    background-color: #cecece
}

.table-green, .table-green > td, .table-green > th {
    background-color: #b8ecdf
}

.table-hover .table-green:hover {
    background-color: #a4e7d6
}

.table-hover .table-green:hover > td, .table-hover .table-green:hover > th {
    background-color: #a4e7d6
}

.table-blue, .table-blue > td, .table-blue > th {
    background-color: #c2d6f3
}

.table-hover .table-blue:hover {
    background-color: #adc8ef
}

.table-hover .table-blue:hover > td, .table-hover .table-blue:hover > th {
    background-color: #adc8ef
}

.table-purple, .table-purple > td, .table-purple > th {
    background-color: #ddcadd
}

.table-hover .table-purple:hover {
    background-color: #d3bad3
}

.table-hover .table-purple:hover > td, .table-hover .table-purple:hover > th {
    background-color: #d3bad3
}

.table-black, .table-black > td, .table-black > th {
    background-color: #c6c6c6
}

.table-hover .table-black:hover {
    background-color: #b9b9b9
}

.table-hover .table-black:hover > td, .table-hover .table-black:hover > th {
    background-color: #b9b9b9
}

.table-white, .table-white > td, .table-white > th {
    background-color: #fff
}

.table-hover .table-white:hover {
    background-color: #f2f2f2
}

.table-hover .table-white:hover > td, .table-hover .table-white:hover > th {
    background-color: #f2f2f2
}

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive > .table-bordered {
    border: 0
}

.form-control, .modal-addressbox-confirmation input, .react-autosuggest__input {
    display: block;
    width: 100%;
    height: calc(2.40875rem + 2px);
    padding: .57rem 1rem;
    font-size: .875rem;
    line-height: 1.45;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dfdfdf;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control, .modal-addressbox-confirmation input, .react-autosuggest__input {
        transition: none
    }
}

.form-control::-ms-expand, .modal-addressbox-confirmation input::-ms-expand,
.react-autosuggest__input::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus, .modal-addressbox-confirmation input:focus,
.react-autosuggest__input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffe180;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 194, 0, .25)
}

.form-control::placeholder, .modal-addressbox-confirmation input::placeholder,
.react-autosuggest__input::placeholder {
    color: #9b9b9b;
    opacity: 1
}

.form-control:disabled, .form-control[readonly], .modal-addressbox-confirmation input:disabled,
.modal-addressbox-confirmation input[readonly], .react-autosuggest__input:disabled,
.react-autosuggest__input[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value, select.react-autosuggest__input:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

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

.col-form-label-lg {
    padding-top: calc(.782rem + 1px);
    padding-bottom: calc(.782rem + 1px);
    font-size: 1.00625rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.29rem + 1px);
    padding-bottom: calc(.29rem + 1px);
    font-size: .74375rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .57rem;
    padding-bottom: .57rem;
    margin-bottom: 0;
    line-height: 1.45;
    color: #333;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

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

.form-control-sm {
    height: calc(1.69563rem + 2px);
    padding: .29rem 1.5rem;
    font-size: .74375rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(3.07337rem + 2px);
    padding: .782rem 1.5rem;
    font-size: 1.00625rem;
    line-height: 1.5;
    border-radius: .25rem
}

select.form-control[multiple], select.form-control[size], select.react-autosuggest__input[multiple],
select.react-autosuggest__input[size] {
    height: auto
}

textarea.form-control, textarea.react-autosuggest__input {
    height: auto
}

.form-group {
    margin-bottom: 1.5rem
}

.form-text, .help-block {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row > .col, .form-row > [class * =col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label {
    color: #9b9b9b
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 86%;
    color: #00bc8b
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .74375rem;
    line-height: 1.45;
    color: #fff;
    background-color: rgba(0, 188, 139, .9);
    border-radius: .25rem
}

.custom-select.is-valid, .form-control.is-valid, .is-valid.react-autosuggest__input,
.modal-addressbox-confirmation .was-validated input:valid, .modal-addressbox-confirmation input.is-valid,
.was-validated .custom-select:valid, .was-validated .form-control:valid,
.was-validated .modal-addressbox-confirmation input:valid, .was-validated .react-autosuggest__input:valid {
    border-color: #00bc8b
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .is-valid.react-autosuggest__input:focus,
.modal-addressbox-confirmation .was-validated input:valid:focus,
.modal-addressbox-confirmation input.is-valid:focus, .was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus, .was-validated .modal-addressbox-confirmation input:valid:focus,
.was-validated .react-autosuggest__input:valid:focus {
    border-color: #00bc8b;
    box-shadow: 0 0 0 .2rem rgba(0, 188, 139, .25)
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip,
.is-valid.react-autosuggest__input ~ .valid-feedback, .is-valid.react-autosuggest__input ~ .valid-tooltip,
.modal-addressbox-confirmation .was-validated input:valid ~ .valid-feedback,
.modal-addressbox-confirmation .was-validated input:valid ~ .valid-tooltip,
.modal-addressbox-confirmation input.is-valid ~ .valid-feedback,
.modal-addressbox-confirmation input.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .was-validated .modal-addressbox-confirmation input:valid ~ .valid-feedback,
.was-validated .modal-addressbox-confirmation input:valid ~ .valid-tooltip,
.was-validated .react-autosuggest__input:valid ~ .valid-feedback,
.was-validated .react-autosuggest__input:valid ~ .valid-tooltip {
    display: block
}

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #00bc8b
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #00bc8b
}

.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
    background-color: #3dffcc
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    background-color: #00efb1
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 188, 139, .25)
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #00bc8b
}

.custom-file-input.is-valid ~ .custom-file-label:after, .was-validated .custom-file-input:valid ~ .custom-file-label:after {
    border-color: inherit
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(0, 188, 139, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 86%;
    color: #ed2e2e
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .74375rem;
    line-height: 1.45;
    color: #fff;
    background-color: rgba(237, 46, 46, .9);
    border-radius: .25rem
}

.custom-select.is-invalid, .form-control.is-invalid, .is-invalid.react-autosuggest__input,
.modal-addressbox-confirmation .was-validated input:invalid, .modal-addressbox-confirmation input.is-invalid,
.was-validated .custom-select:invalid, .was-validated .form-control:invalid,
.was-validated .modal-addressbox-confirmation input:invalid, .was-validated .react-autosuggest__input:invalid {
    border-color: #ed2e2e
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus,
.is-invalid.react-autosuggest__input:focus, .modal-addressbox-confirmation .was-validated input:invalid:focus,
.modal-addressbox-confirmation input.is-invalid:focus, .was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus, .was-validated .modal-addressbox-confirmation input:invalid:focus,
.was-validated .react-autosuggest__input:invalid:focus {
    border-color: #ed2e2e;
    box-shadow: 0 0 0 .2rem rgba(237, 46, 46, .25)
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip,
.is-invalid.react-autosuggest__input ~ .invalid-feedback, .is-invalid.react-autosuggest__input ~ .invalid-tooltip,
.modal-addressbox-confirmation .was-validated input:invalid ~ .invalid-feedback,
.modal-addressbox-confirmation .was-validated input:invalid ~ .invalid-tooltip,
.modal-addressbox-confirmation input.is-invalid ~ .invalid-feedback,
.modal-addressbox-confirmation input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .modal-addressbox-confirmation input:invalid ~ .invalid-feedback,
.was-validated .modal-addressbox-confirmation input:invalid ~ .invalid-tooltip,
.was-validated .react-autosuggest__input:invalid ~ .invalid-feedback,
.was-validated .react-autosuggest__input:invalid ~ .invalid-tooltip {
    display: block
}

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #ed2e2e
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #ed2e2e
}

.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    background-color: #f7a3a3
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    background-color: #f15d5d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(237, 46, 46, .25)
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #ed2e2e
}

.custom-file-input.is-invalid ~ .custom-file-label:after, .was-validated .custom-file-input:invalid ~ .custom-file-label:after {
    border-color: inherit
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(237, 46, 46, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        justify-content: center
    }

    .form-inline .form-group, .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap
    }

    .form-inline .form-control, .form-inline .modal-addressbox-confirmation input,
    .form-inline .react-autosuggest__input, .modal-addressbox-confirmation .form-inline input {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn, .button, .modal-addressbox-confirmation .button-map-submit,
.order-steps .button-primary, .react-autosuggest__suggestion:last-child span {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .57rem 1.5rem;
    font-size: .875rem;
    line-height: 1.45;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn, .button, .modal-addressbox-confirmation .button-map-submit,
    .order-steps .button-primary, .react-autosuggest__suggestion:last-child span {
        transition: none
    }
}

.btn:focus, .btn:hover, .button:focus, .button:hover, .modal-addressbox-confirmation .button-map-submit:focus,
.modal-addressbox-confirmation .button-map-submit:hover, .order-steps .button-primary:focus,
.order-steps .button-primary:hover, .react-autosuggest__suggestion:last-child span:focus,
.react-autosuggest__suggestion:last-child span:hover {
    text-decoration: none
}

.btn.focus, .btn:focus, .button:focus, .focus.button, .modal-addressbox-confirmation .button-map-submit:focus,
.modal-addressbox-confirmation .focus.button-map-submit, .order-steps .button-primary:focus,
.order-steps .focus.button-primary, .react-autosuggest__suggestion:last-child span.focus,
.react-autosuggest__suggestion:last-child span:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 194, 0, .25)
}

.btn.disabled, .btn:disabled, .button:disabled, .disabled.button,
.modal-addressbox-confirmation .button-map-submit:disabled, .modal-addressbox-confirmation .disabled.button-map-submit,
.order-steps .button-primary:disabled, .order-steps .disabled.button-primary,
.react-autosuggest__suggestion:last-child span.disabled, .react-autosuggest__suggestion:last-child span:disabled {
    opacity: 1
}

.btn:not(:disabled):not(.disabled), .button:not(:disabled):not(.disabled),
.modal-addressbox-confirmation .button-map-submit:not(:disabled):not(.disabled),
.order-steps .button-primary:not(:disabled):not(.disabled), .react-autosuggest__suggestion:last-child span:not(:disabled):not(.disabled) {
    cursor: pointer
}

.modal-addressbox-confirmation a.disabled.button-map-submit, .modal-addressbox-confirmation fieldset:disabled a.button-map-submit,
.order-steps a.disabled.button-primary, .order-steps fieldset:disabled a.button-primary,
a.btn.disabled, a.disabled.button, fieldset:disabled .modal-addressbox-confirmation a.button-map-submit,
fieldset:disabled .order-steps a.button-primary, fieldset:disabled a.btn,
fieldset:disabled a.button {
    pointer-events: none
}

.btn-primary, .button-primary, .modal-addressbox-confirmation .button-map-submit,
.order-steps .button-primary {
    color: #212529;
    background-color: #ffc200;
    border-color: #ffc200
}

.btn-primary:hover, .button-primary:hover, .modal-addressbox-confirmation .button-map-submit:hover {
    color: #212529;
    background-color: #d9a500;
    border-color: #cc9b00
}

.btn-primary.focus, .btn-primary:focus, .button-primary:focus,
.focus.button-primary, .modal-addressbox-confirmation .button-map-submit:focus,
.modal-addressbox-confirmation .focus.button-map-submit {
    box-shadow: 0 0 0 .2rem rgba(255, 194, 0, .5)
}

.btn-primary.disabled, .btn-primary:disabled, .button-primary:disabled,
.disabled.button-primary, .modal-addressbox-confirmation .button-map-submit:disabled,
.modal-addressbox-confirmation .disabled.button-map-submit {
    color: #212529;
    background-color: #ffc200;
    border-color: #ffc200
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active,
.button-primary:not(:disabled):not(.disabled).active, .button-primary:not(:disabled):not(.disabled):active,
.modal-addressbox-confirmation .button-map-submit:not(:disabled):not(.disabled).active,
.modal-addressbox-confirmation .button-map-submit:not(:disabled):not(.disabled):active,
.modal-addressbox-confirmation .show > .dropdown-toggle.button-map-submit,
.order-steps .show > .dropdown-toggle.button-primary, .show > .btn-primary.dropdown-toggle,
.show > .dropdown-toggle.button-primary {
    color: #212529;
    background-color: #cc9b00;
    border-color: #bf9200
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus,
.button-primary:not(:disabled):not(.disabled).active:focus, .button-primary:not(:disabled):not(.disabled):active:focus,
.modal-addressbox-confirmation .button-map-submit:not(:disabled):not(.disabled).active:focus,
.modal-addressbox-confirmation .button-map-submit:not(:disabled):not(.disabled):active:focus,
.modal-addressbox-confirmation .show > .dropdown-toggle.button-map-submit:focus,
.order-steps .show > .dropdown-toggle.button-primary:focus, .show > .btn-primary.dropdown-toggle:focus,
.show > .dropdown-toggle.button-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 194, 0, .5)
}

.btn-secondary, .react-autosuggest__suggestion:last-child span {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-secondary:hover, .react-autosuggest__suggestion:last-child span:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-secondary.focus, .btn-secondary:focus, .react-autosuggest__suggestion:last-child span.focus,
.react-autosuggest__suggestion:last-child span:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled, .react-autosuggest__suggestion:last-child span.disabled,
.react-autosuggest__suggestion:last-child span:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active,
.react-autosuggest__suggestion:last-child .show > span.dropdown-toggle,
.react-autosuggest__suggestion:last-child span:not(:disabled):not(.disabled).active,
.react-autosuggest__suggestion:last-child span:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus,
.react-autosuggest__suggestion:last-child .show > span.dropdown-toggle:focus,
.react-autosuggest__suggestion:last-child span:not(:disabled):not(.disabled).active:focus,
.react-autosuggest__suggestion:last-child span:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-success {
    color: #fff;
    background-color: #00bc8b;
    border-color: #00bc8b
}

.btn-success:hover {
    color: #fff;
    background-color: #00966f;
    border-color: #008965
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 188, 139, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #00bc8b;
    border-color: #00bc8b
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #008965;
    border-color: #007c5c
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 188, 139, .5)
}

.btn-info {
    color: #fff;
    background-color: #266dd3;
    border-color: #266dd3
}

.btn-info:hover {
    color: #fff;
    background-color: #205cb3;
    border-color: #1e57a8
}

.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 109, 211, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #266dd3;
    border-color: #266dd3
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1e57a8;
    border-color: #1c519d
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 109, 211, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc200;
    border-color: #ffc200
}

.btn-warning:hover {
    color: #212529;
    background-color: #d9a500;
    border-color: #cc9b00
}

.btn-warning.focus, .btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 194, 0, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc200;
    border-color: #ffc200
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #cc9b00;
    border-color: #bf9200
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 194, 0, .5)
}

.btn-danger {
    color: #fff;
    background-color: #ed2e2e;
    border-color: #ed2e2e
}

.btn-danger:hover {
    color: #fff;
    background-color: #e11313;
    border-color: #d61212
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(237, 46, 46, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #ed2e2e;
    border-color: #ed2e2e
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d61212;
    border-color: #ca1111
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(237, 46, 46, .5)
}

.btn-light {
    color: #212529;
    background-color: #f7f7f7;
    border-color: #f7f7f7
}

.btn-light:hover {
    color: #212529;
    background-color: #e4e4e4;
    border-color: #dedede
}

.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 96.9%, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f7f7f7;
    border-color: #f7f7f7
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dedede;
    border-color: #d7d7d7
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 96.9%, .5)
}

.btn-dark {
    color: #212529;
    background-color: #dfdfdf;
    border-color: #dfdfdf
}

.btn-dark:hover {
    color: #212529;
    background-color: #ccc;
    border-color: #c6c6c6
}

.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 87.5%, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #212529;
    background-color: #dfdfdf;
    border-color: #dfdfdf
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #212529;
    background-color: #c6c6c6;
    border-color: #bfbfbf
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 87.5%, .5)
}

.btn-red {
    color: #fff;
    background-color: #ed2e2e;
    border-color: #ed2e2e
}

.btn-red:hover {
    color: #fff;
    background-color: #e11313;
    border-color: #d61212
}

.btn-red.focus, .btn-red:focus {
    box-shadow: 0 0 0 .2rem rgba(237, 46, 46, .5)
}

.btn-red.disabled, .btn-red:disabled {
    color: #fff;
    background-color: #ed2e2e;
    border-color: #ed2e2e
}

.btn-red:not(:disabled):not(.disabled).active, .btn-red:not(:disabled):not(.disabled):active,
.show > .btn-red.dropdown-toggle {
    color: #fff;
    background-color: #d61212;
    border-color: #ca1111
}

.btn-red:not(:disabled):not(.disabled).active:focus, .btn-red:not(:disabled):not(.disabled):active:focus,
.show > .btn-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(237, 46, 46, .5)
}

.btn-yellow {
    color: #212529;
    background-color: #ffc200;
    border-color: #ffc200
}

.btn-yellow:hover {
    color: #212529;
    background-color: #d9a500;
    border-color: #cc9b00
}

.btn-yellow.focus, .btn-yellow:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 194, 0, .5)
}

.btn-yellow.disabled, .btn-yellow:disabled {
    color: #212529;
    background-color: #ffc200;
    border-color: #ffc200
}

.btn-yellow:not(:disabled):not(.disabled).active, .btn-yellow:not(:disabled):not(.disabled):active,
.show > .btn-yellow.dropdown-toggle {
    color: #212529;
    background-color: #cc9b00;
    border-color: #bf9200
}

.btn-yellow:not(:disabled):not(.disabled).active:focus, .btn-yellow:not(:disabled):not(.disabled):active:focus,
.show > .btn-yellow.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 194, 0, .5)
}

.btn-grey {
    color: #fff;
    background-color: grey;
    border-color: grey
}

.btn-grey:hover {
    color: #fff;
    background-color: #6d6d6d;
    border-color: #676767
}

.btn-grey.focus, .btn-grey:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 50.2%, .5)
}

.btn-grey.disabled, .btn-grey:disabled {
    color: #fff;
    background-color: grey;
    border-color: grey
}

.btn-grey:not(:disabled):not(.disabled).active, .btn-grey:not(:disabled):not(.disabled):active,
.show > .btn-grey.dropdown-toggle {
    color: #fff;
    background-color: #676767;
    border-color: #606060
}

.btn-grey:not(:disabled):not(.disabled).active:focus, .btn-grey:not(:disabled):not(.disabled):active:focus,
.show > .btn-grey.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 50.2%, .5)
}

.btn-green {
    color: #fff;
    background-color: #00bc8b;
    border-color: #00bc8b
}

.btn-green:hover {
    color: #fff;
    background-color: #00966f;
    border-color: #008965
}

.btn-green.focus, .btn-green:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 188, 139, .5)
}

.btn-green.disabled, .btn-green:disabled {
    color: #fff;
    background-color: #00bc8b;
    border-color: #00bc8b
}

.btn-green:not(:disabled):not(.disabled).active, .btn-green:not(:disabled):not(.disabled):active,
.show > .btn-green.dropdown-toggle {
    color: #fff;
    background-color: #008965;
    border-color: #007c5c
}

.btn-green:not(:disabled):not(.disabled).active:focus, .btn-green:not(:disabled):not(.disabled):active:focus,
.show > .btn-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 188, 139, .5)
}

.btn-blue {
    color: #fff;
    background-color: #266dd3;
    border-color: #266dd3
}

.btn-blue:hover {
    color: #fff;
    background-color: #205cb3;
    border-color: #1e57a8
}

.btn-blue.focus, .btn-blue:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 109, 211, .5)
}

.btn-blue.disabled, .btn-blue:disabled {
    color: #fff;
    background-color: #266dd3;
    border-color: #266dd3
}

.btn-blue:not(:disabled):not(.disabled).active, .btn-blue:not(:disabled):not(.disabled):active,
.show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #1e57a8;
    border-color: #1c519d
}

.btn-blue:not(:disabled):not(.disabled).active:focus, .btn-blue:not(:disabled):not(.disabled):active:focus,
.show > .btn-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 109, 211, .5)
}

.btn-purple {
    color: #fff;
    background-color: #844185;
    border-color: #844185
}

.btn-purple:hover {
    color: #fff;
    background-color: #6b346b;
    border-color: #623063
}

.btn-purple.focus, .btn-purple:focus {
    box-shadow: 0 0 0 .2rem rgba(132, 65, 133, .5)
}

.btn-purple.disabled, .btn-purple:disabled {
    color: #fff;
    background-color: #844185;
    border-color: #844185
}

.btn-purple:not(:disabled):not(.disabled).active, .btn-purple:not(:disabled):not(.disabled):active,
.show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #623063;
    border-color: #5a2c5a
}

.btn-purple:not(:disabled):not(.disabled).active:focus, .btn-purple:not(:disabled):not(.disabled):active:focus,
.show > .btn-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(132, 65, 133, .5)
}

.btn-black {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.btn-black:hover {
    color: #fff;
    background-color: #202020;
    border-color: #1a1a1a
}

.btn-black.focus, .btn-black:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

.btn-black.disabled, .btn-black:disabled {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.btn-black:not(:disabled):not(.disabled).active, .btn-black:not(:disabled):not(.disabled):active,
.show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #131313
}

.btn-black:not(:disabled):not(.disabled).active:focus, .btn-black:not(:disabled):not(.disabled):active:focus,
.show > .btn-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

.btn-white {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-white.focus, .btn-white:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-white.disabled, .btn-white:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-white:not(:disabled):not(.disabled).active, .btn-white:not(:disabled):not(.disabled):active,
.show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-white:not(:disabled):not(.disabled).active:focus, .btn-white:not(:disabled):not(.disabled):active:focus,
.show > .btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-outline-primary {
    color: #ffc200;
    background-color: transparent;
    background-image: none;
    border-color: #ffc200
}

.btn-outline-primary:hover {
    color: #212529;
    background-color: #ffc200;
    border-color: #ffc200
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 194, 0, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #ffc200;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #ffc200;
    border-color: #ffc200
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 194, 0, .5)
}

.btn-outline-secondary {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff
}

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-outline-success {
    color: #00bc8b;
    background-color: transparent;
    background-image: none;
    border-color: #00bc8b
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #00bc8b;
    border-color: #00bc8b
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 188, 139, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #00bc8b;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #00bc8b;
    border-color: #00bc8b
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 188, 139, .5)
}

.btn-outline-info {
    color: #266dd3;
    background-color: transparent;
    background-image: none;
    border-color: #266dd3
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #266dd3;
    border-color: #266dd3
}

.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 109, 211, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #266dd3;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #266dd3;
    border-color: #266dd3
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 109, 211, .5)
}

.btn-outline-warning {
    color: #ffc200;
    background-color: transparent;
    background-image: none;
    border-color: #ffc200
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc200;
    border-color: #ffc200
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 194, 0, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc200;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc200;
    border-color: #ffc200
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 194, 0, .5)
}

.btn-outline-danger {
    color: #ed2e2e;
    background-color: transparent;
    background-image: none;
    border-color: #ed2e2e
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #ed2e2e;
    border-color: #ed2e2e
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(237, 46, 46, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ed2e2e;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ed2e2e;
    border-color: #ed2e2e
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(237, 46, 46, .5)
}

.btn-outline-light {
    color: #f7f7f7;
    background-color: transparent;
    background-image: none;
    border-color: #f7f7f7
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f7f7f7;
    border-color: #f7f7f7
}

.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 96.9%, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f7f7f7;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f7f7f7;
    border-color: #f7f7f7
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 96.9%, .5)
}

.btn-outline-dark {
    color: #dfdfdf;
    background-color: transparent;
    background-image: none;
    border-color: #dfdfdf
}

.btn-outline-dark:hover {
    color: #212529;
    background-color: #dfdfdf;
    border-color: #dfdfdf
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 87.5%, .5)
}

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

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #212529;
    background-color: #dfdfdf;
    border-color: #dfdfdf
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 87.5%, .5)
}

.btn-outline-red {
    color: #ed2e2e;
    background-color: transparent;
    background-image: none;
    border-color: #ed2e2e
}

.btn-outline-red:hover {
    color: #fff;
    background-color: #ed2e2e;
    border-color: #ed2e2e
}

.btn-outline-red.focus, .btn-outline-red:focus {
    box-shadow: 0 0 0 .2rem rgba(237, 46, 46, .5)
}

.btn-outline-red.disabled, .btn-outline-red:disabled {
    color: #ed2e2e;
    background-color: transparent
}

.btn-outline-red:not(:disabled):not(.disabled).active, .btn-outline-red:not(:disabled):not(.disabled):active,
.show > .btn-outline-red.dropdown-toggle {
    color: #fff;
    background-color: #ed2e2e;
    border-color: #ed2e2e
}

.btn-outline-red:not(:disabled):not(.disabled).active:focus,
.btn-outline-red:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(237, 46, 46, .5)
}

.btn-outline-yellow {
    color: #ffc200;
    background-color: transparent;
    background-image: none;
    border-color: #ffc200
}

.btn-outline-yellow:hover {
    color: #212529;
    background-color: #ffc200;
    border-color: #ffc200
}

.btn-outline-yellow.focus, .btn-outline-yellow:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 194, 0, .5)
}

.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
    color: #ffc200;
    background-color: transparent
}

.btn-outline-yellow:not(:disabled):not(.disabled).active, .btn-outline-yellow:not(:disabled):not(.disabled):active,
.show > .btn-outline-yellow.dropdown-toggle {
    color: #212529;
    background-color: #ffc200;
    border-color: #ffc200
}

.btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-yellow.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 194, 0, .5)
}

.btn-outline-grey, .cart-product-list-item-actions > span:first-child button {
    color: grey;
    background-color: transparent;
    background-image: none;
    border-color: grey
}

.btn-outline-grey:hover, .cart-product-list-item-actions > span:first-child button:hover {
    color: #fff;
    background-color: grey;
    border-color: grey
}

.btn-outline-grey.focus, .btn-outline-grey:focus, .cart-product-list-item-actions > span:first-child button.focus,
.cart-product-list-item-actions > span:first-child button:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 50.2%, .5)
}

.btn-outline-grey.disabled, .btn-outline-grey:disabled, .cart-product-list-item-actions > span:first-child .modal-addressbox-confirmation .shop-profile-menu-list-item--not-available .button-map-submit,
.cart-product-list-item-actions > span:first-child .order-steps .shop-profile-menu-list-item--not-available .button-primary,
.cart-product-list-item-actions > span:first-child .react-autosuggest__suggestion:last-child .shop-profile-menu-list-item--not-available span,
.cart-product-list-item-actions > span:first-child .shop-profile-menu-list-item--not-available .btn,
.cart-product-list-item-actions > span:first-child .shop-profile-menu-list-item--not-available .button,
.cart-product-list-item-actions > span:first-child .shop-profile-menu-list-item--not-available .modal-addressbox-confirmation .button-map-submit,
.cart-product-list-item-actions > span:first-child .shop-profile-menu-list-item--not-available .order-steps .button-primary,
.cart-product-list-item-actions > span:first-child .shop-profile-menu-list-item--not-available .react-autosuggest__suggestion:last-child span,
.cart-product-list-item-actions > span:first-child .shop-profile-menu-list-item--not-available img,
.cart-product-list-item-actions > span:first-child button.disabled,
.cart-product-list-item-actions > span:first-child button:disabled,
.modal-addressbox-confirmation .shop-profile-menu-list-item--not-available .cart-product-list-item-actions > span:first-child .button-map-submit,
.order-steps .shop-profile-menu-list-item--not-available .cart-product-list-item-actions > span:first-child .button-primary,
.react-autosuggest__suggestion:last-child .shop-profile-menu-list-item--not-available .cart-product-list-item-actions > span:first-child span,
.shop-profile-menu-list-item--not-available .cart-product-list-item-actions > span:first-child .btn,
.shop-profile-menu-list-item--not-available .cart-product-list-item-actions > span:first-child .button,
.shop-profile-menu-list-item--not-available .cart-product-list-item-actions > span:first-child img,
.shop-profile-menu-list-item--not-available .modal-addressbox-confirmation .cart-product-list-item-actions > span:first-child .button-map-submit,
.shop-profile-menu-list-item--not-available .order-steps .cart-product-list-item-actions > span:first-child .button-primary,
.shop-profile-menu-list-item--not-available .react-autosuggest__suggestion:last-child .cart-product-list-item-actions > span:first-child span {
    color: grey;
    background-color: transparent
}

.btn-outline-grey:not(:disabled):not(.disabled).active, .btn-outline-grey:not(:disabled):not(.disabled):active,
.cart-product-list-item-actions > span:first-child .show > button.dropdown-toggle,
.cart-product-list-item-actions > span:first-child button:not(:disabled):not(.disabled).active,
.cart-product-list-item-actions > span:first-child button:not(:disabled):not(.disabled):active,
.show > .btn-outline-grey.dropdown-toggle {
    color: #fff;
    background-color: grey;
    border-color: grey
}

.btn-outline-grey:not(:disabled):not(.disabled).active:focus,
.btn-outline-grey:not(:disabled):not(.disabled):active:focus,
.cart-product-list-item-actions > span:first-child .show > button.dropdown-toggle:focus,
.cart-product-list-item-actions > span:first-child button:not(:disabled):not(.disabled).active:focus,
.cart-product-list-item-actions > span:first-child button:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-grey.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 50.2%, .5)
}

.btn-outline-green {
    color: #00bc8b;
    background-color: transparent;
    background-image: none;
    border-color: #00bc8b
}

.btn-outline-green:hover {
    color: #fff;
    background-color: #00bc8b;
    border-color: #00bc8b
}

.btn-outline-green.focus, .btn-outline-green:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 188, 139, .5)
}

.btn-outline-green.disabled, .btn-outline-green:disabled {
    color: #00bc8b;
    background-color: transparent
}

.btn-outline-green:not(:disabled):not(.disabled).active, .btn-outline-green:not(:disabled):not(.disabled):active,
.show > .btn-outline-green.dropdown-toggle {
    color: #fff;
    background-color: #00bc8b;
    border-color: #00bc8b
}

.btn-outline-green:not(:disabled):not(.disabled).active:focus,
.btn-outline-green:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 188, 139, .5)
}

.btn-outline-blue {
    color: #266dd3;
    background-color: transparent;
    background-image: none;
    border-color: #266dd3
}

.btn-outline-blue:hover {
    color: #fff;
    background-color: #266dd3;
    border-color: #266dd3
}

.btn-outline-blue.focus, .btn-outline-blue:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 109, 211, .5)
}

.btn-outline-blue.disabled, .btn-outline-blue:disabled {
    color: #266dd3;
    background-color: transparent
}

.btn-outline-blue:not(:disabled):not(.disabled).active, .btn-outline-blue:not(:disabled):not(.disabled):active,
.show > .btn-outline-blue.dropdown-toggle {
    color: #fff;
    background-color: #266dd3;
    border-color: #266dd3
}

.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 109, 211, .5)
}

.btn-outline-purple {
    color: #844185;
    background-color: transparent;
    background-image: none;
    border-color: #844185
}

.btn-outline-purple:hover {
    color: #fff;
    background-color: #844185;
    border-color: #844185
}

.btn-outline-purple.focus, .btn-outline-purple:focus {
    box-shadow: 0 0 0 .2rem rgba(132, 65, 133, .5)
}

.btn-outline-purple.disabled, .btn-outline-purple:disabled {
    color: #844185;
    background-color: transparent
}

.btn-outline-purple:not(:disabled):not(.disabled).active, .btn-outline-purple:not(:disabled):not(.disabled):active,
.show > .btn-outline-purple.dropdown-toggle {
    color: #fff;
    background-color: #844185;
    border-color: #844185
}

.btn-outline-purple:not(:disabled):not(.disabled).active:focus,
.btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-purple.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(132, 65, 133, .5)
}

.btn-outline-black {
    color: #333;
    background-color: transparent;
    background-image: none;
    border-color: #333
}

.btn-outline-black:hover {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.btn-outline-black.focus, .btn-outline-black:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

.btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #333;
    background-color: transparent
}

.btn-outline-black:not(:disabled):not(.disabled).active, .btn-outline-black:not(:disabled):not(.disabled):active,
.show > .btn-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #333;
    border-color: #333
}

.btn-outline-black:not(:disabled):not(.disabled).active:focus,
.btn-outline-black:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-black.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(51, 51, 51, .5)
}

.btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff
}

.btn-outline-white:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white.focus, .btn-outline-white:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-white:not(:disabled):not(.disabled).active, .btn-outline-white:not(:disabled):not(.disabled):active,
.show > .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-link, .cart-product-list-item-delete {
    font-weight: 400;
    color: #333;
    background-color: transparent
}

.btn-link:hover, .cart-product-list-item-delete:hover {
    color: #0d0d0d;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus, .btn-link:focus, .cart-product-list-item-delete:focus,
.focus.cart-product-list-item-delete {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled, .btn-link:disabled, .cart-product-list-item-delete:disabled,
.disabled.cart-product-list-item-delete {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg > .btn, .btn-group-lg > .button, .btn-lg, .cart .button-primary,
.modal-addressbox-confirmation .button-map-submit, .order-steps .button-primary,
.react-autosuggest__suggestion:last-child .btn-group-lg > span {
    padding: .782rem 1.5rem;
    font-size: 1.00625rem;
    line-height: 1.5;
    border-radius: .25rem
}

.btn-group-sm > .btn, .btn-group-sm > .button, .btn-sm, .cart-product-list-item-actions > span:first-child button,
.cart-product-list-item-delete, .modal-addressbox-confirmation .btn-group-sm > .button-map-submit,
.order-steps .btn-group-sm > .button-primary, .react-autosuggest__suggestion:last-child span {
    padding: .29rem 1.5rem;
    font-size: .74375rem;
    line-height: 1.5;
    border-radius: .25rem
}

.btn-block, .modal-addressbox-confirmation .button-map-submit,
.order-steps .button-primary, .react-autosuggest__suggestion:last-child span {
    display: block;
    width: 100%
}

.btn-block + .btn-block, .modal-addressbox-confirmation .btn-block + .button-map-submit,
.modal-addressbox-confirmation .button-map-submit + .btn-block, .modal-addressbox-confirmation .button-map-submit + .button-map-submit,
.modal-addressbox-confirmation .order-steps .button-map-submit + .button-primary,
.modal-addressbox-confirmation .order-steps .button-primary + .button-map-submit,
.modal-addressbox-confirmation .react-autosuggest__suggestion:last-child .button-map-submit + span,
.modal-addressbox-confirmation .react-autosuggest__suggestion:last-child span + .button-map-submit,
.order-steps .btn-block + .button-primary, .order-steps .button-primary + .btn-block,
.order-steps .button-primary + .button-primary, .order-steps .modal-addressbox-confirmation .button-map-submit + .button-primary,
.order-steps .modal-addressbox-confirmation .button-primary + .button-map-submit,
.order-steps .react-autosuggest__suggestion:last-child .button-primary + span,
.order-steps .react-autosuggest__suggestion:last-child span + .button-primary,
.react-autosuggest__suggestion:last-child .btn-block + span, .react-autosuggest__suggestion:last-child .modal-addressbox-confirmation .button-map-submit + span,
.react-autosuggest__suggestion:last-child .modal-addressbox-confirmation span + .button-map-submit,
.react-autosuggest__suggestion:last-child .order-steps .button-primary + span,
.react-autosuggest__suggestion:last-child .order-steps span + .button-primary,
.react-autosuggest__suggestion:last-child span + .btn-block, .react-autosuggest__suggestion:last-child span + span {
    margin-top: .5rem
}

.modal-addressbox-confirmation input.button-map-submit[type=button],
.modal-addressbox-confirmation input.button-map-submit[type=reset],
.modal-addressbox-confirmation input.button-map-submit[type=submit],
.order-steps input.button-primary[type=button], .order-steps input.button-primary[type=reset],
.order-steps input.button-primary[type=submit], input[type=button].btn-block,
input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

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

.fade:not(.show) {
    opacity: 0
}

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

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

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

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

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

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

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

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

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

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

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

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

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

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle:after {
    display: none
}

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

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

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

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .25rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

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

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

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

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .74375rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group-vertical > .button, .btn-group > .btn,
.btn-group > .button, .modal-addressbox-confirmation .btn-group-vertical > .button-map-submit,
.modal-addressbox-confirmation .btn-group > .button-map-submit, .order-steps .btn-group-vertical > .button-primary,
.order-steps .btn-group > .button-primary, .react-autosuggest__suggestion:last-child .btn-group-vertical > span,
.react-autosuggest__suggestion:last-child .btn-group > span {
    position: relative;
    flex: 0 1 auto
}

.btn-group-vertical > .btn:hover, .btn-group-vertical > .button:hover,
.btn-group > .btn:hover, .btn-group > .button:hover, .modal-addressbox-confirmation .btn-group-vertical > .button-map-submit:hover,
.modal-addressbox-confirmation .btn-group > .button-map-submit:hover,
.order-steps .btn-group-vertical > .button-primary:hover, .order-steps .btn-group > .button-primary:hover,
.react-autosuggest__suggestion:last-child .btn-group-vertical > span:hover,
.react-autosuggest__suggestion:last-child .btn-group > span:hover {
    z-index: 1
}

.btn-group-vertical > .active.button, .btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus,
.btn-group-vertical > .button:active, .btn-group-vertical > .button:focus,
.btn-group > .active.button, .btn-group > .btn.active, .btn-group > .btn:active,
.btn-group > .btn:focus, .btn-group > .button:active, .btn-group > .button:focus,
.modal-addressbox-confirmation .btn-group-vertical > .active.button-map-submit,
.modal-addressbox-confirmation .btn-group-vertical > .button-map-submit:active,
.modal-addressbox-confirmation .btn-group-vertical > .button-map-submit:focus,
.modal-addressbox-confirmation .btn-group > .active.button-map-submit,
.modal-addressbox-confirmation .btn-group > .button-map-submit:active,
.modal-addressbox-confirmation .btn-group > .button-map-submit:focus,
.order-steps .btn-group-vertical > .active.button-primary, .order-steps .btn-group-vertical > .button-primary:active,
.order-steps .btn-group-vertical > .button-primary:focus, .order-steps .btn-group > .active.button-primary,
.order-steps .btn-group > .button-primary:active, .order-steps .btn-group > .button-primary:focus,
.react-autosuggest__suggestion:last-child .btn-group-vertical > span.active,
.react-autosuggest__suggestion:last-child .btn-group-vertical > span:active,
.react-autosuggest__suggestion:last-child .btn-group-vertical > span:focus,
.react-autosuggest__suggestion:last-child .btn-group > span.active,
.react-autosuggest__suggestion:last-child .btn-group > span:active,
.react-autosuggest__suggestion:last-child .btn-group > span:focus {
    z-index: 1
}

.btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn + .button, .btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group, .btn-group-vertical .btn-group + .button,
.btn-group-vertical .button + .btn, .btn-group-vertical .button + .btn-group,
.btn-group-vertical .button + .button, .btn-group-vertical .modal-addressbox-confirmation .btn + .button-map-submit,
.btn-group-vertical .modal-addressbox-confirmation .btn-group + .button-map-submit,
.btn-group-vertical .modal-addressbox-confirmation .button + .button-map-submit,
.btn-group-vertical .modal-addressbox-confirmation .button-map-submit + .btn,
.btn-group-vertical .modal-addressbox-confirmation .button-map-submit + .btn-group,
.btn-group-vertical .modal-addressbox-confirmation .button-map-submit + .button,
.btn-group-vertical .modal-addressbox-confirmation .button-map-submit + .button-map-submit,
.btn-group-vertical .modal-addressbox-confirmation .order-steps .button-map-submit + .button-primary,
.btn-group-vertical .modal-addressbox-confirmation .react-autosuggest__suggestion:last-child .button-map-submit + span,
.btn-group-vertical .order-steps .btn + .button-primary, .btn-group-vertical .order-steps .btn-group + .button-primary,
.btn-group-vertical .order-steps .button + .button-primary, .btn-group-vertical .order-steps .button-primary + .btn,
.btn-group-vertical .order-steps .button-primary + .btn-group, .btn-group-vertical .order-steps .button-primary + .button,
.btn-group-vertical .order-steps .button-primary + .button-primary,
.btn-group-vertical .order-steps .modal-addressbox-confirmation .button-primary + .button-map-submit,
.btn-group-vertical .order-steps .react-autosuggest__suggestion:last-child .button-primary + span,
.btn-group-vertical .react-autosuggest__suggestion:last-child .btn + span,
.btn-group-vertical .react-autosuggest__suggestion:last-child .btn-group + span,
.btn-group-vertical .react-autosuggest__suggestion:last-child .button + span,
.btn-group-vertical .react-autosuggest__suggestion:last-child .modal-addressbox-confirmation span + .button-map-submit,
.btn-group-vertical .react-autosuggest__suggestion:last-child .order-steps span + .button-primary,
.btn-group-vertical .react-autosuggest__suggestion:last-child span + .btn,
.btn-group-vertical .react-autosuggest__suggestion:last-child span + .btn-group,
.btn-group-vertical .react-autosuggest__suggestion:last-child span + .button,
.btn-group-vertical .react-autosuggest__suggestion:last-child span + span,
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn + .button,
.btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group .btn-group + .button,
.btn-group .button + .btn, .btn-group .button + .btn-group, .btn-group .button + .button,
.btn-group .modal-addressbox-confirmation .btn + .button-map-submit,
.btn-group .modal-addressbox-confirmation .btn-group + .button-map-submit,
.btn-group .modal-addressbox-confirmation .button + .button-map-submit,
.btn-group .modal-addressbox-confirmation .button-map-submit + .btn,
.btn-group .modal-addressbox-confirmation .button-map-submit + .btn-group,
.btn-group .modal-addressbox-confirmation .button-map-submit + .button,
.btn-group .modal-addressbox-confirmation .button-map-submit + .button-map-submit,
.btn-group .modal-addressbox-confirmation .order-steps .button-map-submit + .button-primary,
.btn-group .modal-addressbox-confirmation .react-autosuggest__suggestion:last-child .button-map-submit + span,
.btn-group .order-steps .btn + .button-primary, .btn-group .order-steps .btn-group + .button-primary,
.btn-group .order-steps .button + .button-primary, .btn-group .order-steps .button-primary + .btn,
.btn-group .order-steps .button-primary + .btn-group, .btn-group .order-steps .button-primary + .button,
.btn-group .order-steps .button-primary + .button-primary, .btn-group .order-steps .modal-addressbox-confirmation .button-primary + .button-map-submit,
.btn-group .order-steps .react-autosuggest__suggestion:last-child .button-primary + span,
.btn-group .react-autosuggest__suggestion:last-child .btn + span,
.btn-group .react-autosuggest__suggestion:last-child .btn-group + span,
.btn-group .react-autosuggest__suggestion:last-child .button + span,
.btn-group .react-autosuggest__suggestion:last-child .modal-addressbox-confirmation span + .button-map-submit,
.btn-group .react-autosuggest__suggestion:last-child .order-steps span + .button-primary,
.btn-group .react-autosuggest__suggestion:last-child span + .btn,
.btn-group .react-autosuggest__suggestion:last-child span + .btn-group,
.btn-group .react-autosuggest__suggestion:last-child span + .button,
.btn-group .react-autosuggest__suggestion:last-child span + span,
.modal-addressbox-confirmation .btn-group-vertical .btn + .button-map-submit,
.modal-addressbox-confirmation .btn-group-vertical .btn-group + .button-map-submit,
.modal-addressbox-confirmation .btn-group-vertical .button + .button-map-submit,
.modal-addressbox-confirmation .btn-group-vertical .button-map-submit + .btn,
.modal-addressbox-confirmation .btn-group-vertical .button-map-submit + .btn-group,
.modal-addressbox-confirmation .btn-group-vertical .button-map-submit + .button,
.modal-addressbox-confirmation .btn-group-vertical .button-map-submit + .button-map-submit,
.modal-addressbox-confirmation .btn-group-vertical .order-steps .button-map-submit + .button-primary,
.modal-addressbox-confirmation .btn-group-vertical .order-steps .button-primary + .button-map-submit,
.modal-addressbox-confirmation .btn-group-vertical .react-autosuggest__suggestion:last-child .button-map-submit + span,
.modal-addressbox-confirmation .btn-group-vertical .react-autosuggest__suggestion:last-child span + .button-map-submit,
.modal-addressbox-confirmation .btn-group .btn + .button-map-submit,
.modal-addressbox-confirmation .btn-group .btn-group + .button-map-submit,
.modal-addressbox-confirmation .btn-group .button + .button-map-submit,
.modal-addressbox-confirmation .btn-group .button-map-submit + .btn,
.modal-addressbox-confirmation .btn-group .button-map-submit + .btn-group,
.modal-addressbox-confirmation .btn-group .button-map-submit + .button,
.modal-addressbox-confirmation .btn-group .button-map-submit + .button-map-submit,
.modal-addressbox-confirmation .btn-group .order-steps .button-map-submit + .button-primary,
.modal-addressbox-confirmation .btn-group .order-steps .button-primary + .button-map-submit,
.modal-addressbox-confirmation .btn-group .react-autosuggest__suggestion:last-child .button-map-submit + span,
.modal-addressbox-confirmation .btn-group .react-autosuggest__suggestion:last-child span + .button-map-submit,
.modal-addressbox-confirmation .order-steps .btn-group-vertical .button-primary + .button-map-submit,
.modal-addressbox-confirmation .order-steps .btn-group .button-primary + .button-map-submit,
.modal-addressbox-confirmation .react-autosuggest__suggestion:last-child .btn-group-vertical span + .button-map-submit,
.modal-addressbox-confirmation .react-autosuggest__suggestion:last-child .btn-group span + .button-map-submit,
.order-steps .btn-group-vertical .btn + .button-primary, .order-steps .btn-group-vertical .btn-group + .button-primary,
.order-steps .btn-group-vertical .button + .button-primary, .order-steps .btn-group-vertical .button-primary + .btn,
.order-steps .btn-group-vertical .button-primary + .btn-group, .order-steps .btn-group-vertical .button-primary + .button,
.order-steps .btn-group-vertical .button-primary + .button-primary,
.order-steps .btn-group-vertical .modal-addressbox-confirmation .button-map-submit + .button-primary,
.order-steps .btn-group-vertical .modal-addressbox-confirmation .button-primary + .button-map-submit,
.order-steps .btn-group-vertical .react-autosuggest__suggestion:last-child .button-primary + span,
.order-steps .btn-group-vertical .react-autosuggest__suggestion:last-child span + .button-primary,
.order-steps .btn-group .btn + .button-primary, .order-steps .btn-group .btn-group + .button-primary,
.order-steps .btn-group .button + .button-primary, .order-steps .btn-group .button-primary + .btn,
.order-steps .btn-group .button-primary + .btn-group, .order-steps .btn-group .button-primary + .button,
.order-steps .btn-group .button-primary + .button-primary, .order-steps .btn-group .modal-addressbox-confirmation .button-map-submit + .button-primary,
.order-steps .btn-group .modal-addressbox-confirmation .button-primary + .button-map-submit,
.order-steps .btn-group .react-autosuggest__suggestion:last-child .button-primary + span,
.order-steps .btn-group .react-autosuggest__suggestion:last-child span + .button-primary,
.order-steps .modal-addressbox-confirmation .btn-group-vertical .button-map-submit + .button-primary,
.order-steps .modal-addressbox-confirmation .btn-group .button-map-submit + .button-primary,
.order-steps .react-autosuggest__suggestion:last-child .btn-group-vertical span + .button-primary,
.order-steps .react-autosuggest__suggestion:last-child .btn-group span + .button-primary,
.react-autosuggest__suggestion:last-child .btn-group-vertical .btn + span,
.react-autosuggest__suggestion:last-child .btn-group-vertical .btn-group + span,
.react-autosuggest__suggestion:last-child .btn-group-vertical .button + span,
.react-autosuggest__suggestion:last-child .btn-group-vertical .modal-addressbox-confirmation .button-map-submit + span,
.react-autosuggest__suggestion:last-child .btn-group-vertical .modal-addressbox-confirmation span + .button-map-submit,
.react-autosuggest__suggestion:last-child .btn-group-vertical .order-steps .button-primary + span,
.react-autosuggest__suggestion:last-child .btn-group-vertical .order-steps span + .button-primary,
.react-autosuggest__suggestion:last-child .btn-group-vertical span + .btn,
.react-autosuggest__suggestion:last-child .btn-group-vertical span + .btn-group,
.react-autosuggest__suggestion:last-child .btn-group-vertical span + .button,
.react-autosuggest__suggestion:last-child .btn-group-vertical span + span,
.react-autosuggest__suggestion:last-child .btn-group .btn + span,
.react-autosuggest__suggestion:last-child .btn-group .btn-group + span,
.react-autosuggest__suggestion:last-child .btn-group .button + span,
.react-autosuggest__suggestion:last-child .btn-group .modal-addressbox-confirmation .button-map-submit + span,
.react-autosuggest__suggestion:last-child .btn-group .modal-addressbox-confirmation span + .button-map-submit,
.react-autosuggest__suggestion:last-child .btn-group .order-steps .button-primary + span,
.react-autosuggest__suggestion:last-child .btn-group .order-steps span + .button-primary,
.react-autosuggest__suggestion:last-child .btn-group span + .btn,
.react-autosuggest__suggestion:last-child .btn-group span + .btn-group,
.react-autosuggest__suggestion:last-child .btn-group span + .button,
.react-autosuggest__suggestion:last-child .btn-group span + span,
.react-autosuggest__suggestion:last-child .modal-addressbox-confirmation .btn-group-vertical .button-map-submit + span,
.react-autosuggest__suggestion:last-child .modal-addressbox-confirmation .btn-group .button-map-submit + span,
.react-autosuggest__suggestion:last-child .order-steps .btn-group-vertical .button-primary + span,
.react-autosuggest__suggestion:last-child .order-steps .btn-group .button-primary + span {
    margin-left: -1px
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn:first-child, .btn-group > .button:first-child, .modal-addressbox-confirmation .btn-group > .button-map-submit:first-child,
.order-steps .btn-group > .button-primary:first-child, .react-autosuggest__suggestion:last-child .btn-group > span:first-child {
    margin-left: 0
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn-group:not(:last-child) > .button,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .button:not(:last-child):not(.dropdown-toggle),
.modal-addressbox-confirmation .btn-group > .btn-group:not(:last-child) > .button-map-submit,
.modal-addressbox-confirmation .btn-group > .button-map-submit:not(:last-child):not(.dropdown-toggle),
.order-steps .btn-group > .btn-group:not(:last-child) > .button-primary,
.order-steps .btn-group > .button-primary:not(:last-child):not(.dropdown-toggle),
.react-autosuggest__suggestion:last-child .btn-group > .btn-group:not(:last-child) > span,
.react-autosuggest__suggestion:last-child .btn-group > span:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn-group:not(:first-child) > .button,
.btn-group > .btn:not(:first-child), .btn-group > .button:not(:first-child),
.modal-addressbox-confirmation .btn-group > .btn-group:not(:first-child) > .button-map-submit,
.modal-addressbox-confirmation .btn-group > .button-map-submit:not(:first-child),
.order-steps .btn-group > .btn-group:not(:first-child) > .button-primary,
.order-steps .btn-group > .button-primary:not(:first-child), .react-autosuggest__suggestion:last-child .btn-group > .btn-group:not(:first-child) > span,
.react-autosuggest__suggestion:last-child .btn-group > span:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}

.dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .button + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split, .cart-product-list-item-actions > span:first-child button + .dropdown-toggle-split,
.cart-product-list-item-delete + .dropdown-toggle-split, .modal-addressbox-confirmation .btn-group-sm > .button-map-submit + .dropdown-toggle-split,
.order-steps .btn-group-sm > .button-primary + .dropdown-toggle-split,
.react-autosuggest__suggestion:last-child .btn-group-sm > span + .dropdown-toggle-split,
.react-autosuggest__suggestion:last-child span + .dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .button + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split, .cart .button-primary + .dropdown-toggle-split,
.modal-addressbox-confirmation .btn-group-lg > .button-map-submit + .dropdown-toggle-split,
.modal-addressbox-confirmation .button-map-submit + .dropdown-toggle-split,
.order-steps .btn-group-lg > .button-primary + .dropdown-toggle-split,
.order-steps .button-primary + .dropdown-toggle-split, .react-autosuggest__suggestion:last-child .btn-group-lg > span + .dropdown-toggle-split {
    padding-right: 1.125rem;
    padding-left: 1.125rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group, .btn-group-vertical .button,
.btn-group-vertical .modal-addressbox-confirmation .button-map-submit,
.btn-group-vertical .order-steps .button-primary, .btn-group-vertical .react-autosuggest__suggestion:last-child span,
.modal-addressbox-confirmation .btn-group-vertical .button-map-submit,
.order-steps .btn-group-vertical .button-primary, .react-autosuggest__suggestion:last-child .btn-group-vertical span {
    width: 100%
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn + .button, .btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group, .btn-group-vertical > .btn-group + .button,
.btn-group-vertical > .button + .btn, .btn-group-vertical > .button + .btn-group,
.btn-group-vertical > .button + .button, .modal-addressbox-confirmation .btn-group-vertical > .btn + .button-map-submit,
.modal-addressbox-confirmation .btn-group-vertical > .btn-group + .button-map-submit,
.modal-addressbox-confirmation .btn-group-vertical > .button + .button-map-submit,
.modal-addressbox-confirmation .btn-group-vertical > .button-map-submit + .btn,
.modal-addressbox-confirmation .btn-group-vertical > .button-map-submit + .btn-group,
.modal-addressbox-confirmation .btn-group-vertical > .button-map-submit + .button,
.modal-addressbox-confirmation .btn-group-vertical > .button-map-submit + .button-map-submit,
.modal-addressbox-confirmation .order-steps .btn-group-vertical > .button-map-submit + .button-primary,
.modal-addressbox-confirmation .order-steps .btn-group-vertical > .button-primary + .button-map-submit,
.modal-addressbox-confirmation .react-autosuggest__suggestion:last-child .btn-group-vertical > .button-map-submit + span,
.modal-addressbox-confirmation .react-autosuggest__suggestion:last-child .btn-group-vertical > span + .button-map-submit,
.order-steps .btn-group-vertical > .btn + .button-primary, .order-steps .btn-group-vertical > .btn-group + .button-primary,
.order-steps .btn-group-vertical > .button + .button-primary, .order-steps .btn-group-vertical > .button-primary + .btn,
.order-steps .btn-group-vertical > .button-primary + .btn-group, .order-steps .btn-group-vertical > .button-primary + .button,
.order-steps .btn-group-vertical > .button-primary + .button-primary,
.order-steps .modal-addressbox-confirmation .btn-group-vertical > .button-map-submit + .button-primary,
.order-steps .modal-addressbox-confirmation .btn-group-vertical > .button-primary + .button-map-submit,
.order-steps .react-autosuggest__suggestion:last-child .btn-group-vertical > .button-primary + span,
.order-steps .react-autosuggest__suggestion:last-child .btn-group-vertical > span + .button-primary,
.react-autosuggest__suggestion:last-child .btn-group-vertical > .btn + span,
.react-autosuggest__suggestion:last-child .btn-group-vertical > .btn-group + span,
.react-autosuggest__suggestion:last-child .btn-group-vertical > .button + span,
.react-autosuggest__suggestion:last-child .btn-group-vertical > span + .btn,
.react-autosuggest__suggestion:last-child .btn-group-vertical > span + .btn-group,
.react-autosuggest__suggestion:last-child .btn-group-vertical > span + .button,
.react-autosuggest__suggestion:last-child .btn-group-vertical > span + span,
.react-autosuggest__suggestion:last-child .modal-addressbox-confirmation .btn-group-vertical > .button-map-submit + span,
.react-autosuggest__suggestion:last-child .modal-addressbox-confirmation .btn-group-vertical > span + .button-map-submit,
.react-autosuggest__suggestion:last-child .order-steps .btn-group-vertical > .button-primary + span,
.react-autosuggest__suggestion:last-child .order-steps .btn-group-vertical > span + .button-primary {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:last-child) > .button,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle),
.modal-addressbox-confirmation .btn-group-vertical > .btn-group:not(:last-child) > .button-map-submit,
.modal-addressbox-confirmation .btn-group-vertical > .button-map-submit:not(:last-child):not(.dropdown-toggle),
.order-steps .btn-group-vertical > .btn-group:not(:last-child) > .button-primary,
.order-steps .btn-group-vertical > .button-primary:not(:last-child):not(.dropdown-toggle),
.react-autosuggest__suggestion:last-child .btn-group-vertical > .btn-group:not(:last-child) > span,
.react-autosuggest__suggestion:last-child .btn-group-vertical > span:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child) > .button,
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .button:not(:first-child),
.modal-addressbox-confirmation .btn-group-vertical > .btn-group:not(:first-child) > .button-map-submit,
.modal-addressbox-confirmation .btn-group-vertical > .button-map-submit:not(:first-child),
.order-steps .btn-group-vertical > .btn-group:not(:first-child) > .button-primary,
.order-steps .btn-group-vertical > .button-primary:not(:first-child),
.react-autosuggest__suggestion:last-child .btn-group-vertical > .btn-group:not(:first-child) > span,
.react-autosuggest__suggestion:last-child .btn-group-vertical > span:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn, .btn-group-toggle > .btn-group > .button,
.btn-group-toggle > .button, .modal-addressbox-confirmation .btn-group-toggle > .btn-group > .button-map-submit,
.modal-addressbox-confirmation .btn-group-toggle > .button-map-submit,
.order-steps .btn-group-toggle > .btn-group > .button-primary, .order-steps .btn-group-toggle > .button-primary,
.react-autosuggest__suggestion:last-child .btn-group-toggle > .btn-group > span,
.react-autosuggest__suggestion:last-child .btn-group-toggle > span {
    margin-bottom: 0
}

.btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .button input[type=checkbox], .btn-group-toggle > .btn-group > .button input[type=radio],
.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .button input[type=checkbox], .btn-group-toggle > .button input[type=radio],
.modal-addressbox-confirmation .btn-group-toggle > .btn-group > .button-map-submit input[type=checkbox],
.modal-addressbox-confirmation .btn-group-toggle > .btn-group > .button-map-submit input[type=radio],
.modal-addressbox-confirmation .btn-group-toggle > .button-map-submit input[type=checkbox],
.modal-addressbox-confirmation .btn-group-toggle > .button-map-submit input[type=radio],
.order-steps .btn-group-toggle > .btn-group > .button-primary input[type=checkbox],
.order-steps .btn-group-toggle > .btn-group > .button-primary input[type=radio],
.order-steps .btn-group-toggle > .button-primary input[type=checkbox],
.order-steps .btn-group-toggle > .button-primary input[type=radio],
.react-autosuggest__suggestion:last-child .btn-group-toggle > .btn-group > span input[type=checkbox],
.react-autosuggest__suggestion:last-child .btn-group-toggle > .btn-group > span input[type=radio],
.react-autosuggest__suggestion:last-child .btn-group-toggle > span input[type=checkbox],
.react-autosuggest__suggestion:last-child .btn-group-toggle > span input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control,
.input-group > .react-autosuggest__input, .modal-addressbox-confirmation .input-group > input {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control, .input-group > .custom-file + .react-autosuggest__input,
.input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control, .input-group > .custom-select + .react-autosuggest__input,
.input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control, .input-group > .form-control + .react-autosuggest__input,
.input-group > .react-autosuggest__input + .custom-file, .input-group > .react-autosuggest__input + .custom-select,
.input-group > .react-autosuggest__input + .form-control, .input-group > .react-autosuggest__input + .react-autosuggest__input,
.modal-addressbox-confirmation .input-group > .custom-file + input,
.modal-addressbox-confirmation .input-group > .custom-select + input,
.modal-addressbox-confirmation .input-group > .form-control + input,
.modal-addressbox-confirmation .input-group > .react-autosuggest__input + input,
.modal-addressbox-confirmation .input-group > input + .custom-file,
.modal-addressbox-confirmation .input-group > input + .custom-select,
.modal-addressbox-confirmation .input-group > input + .form-control,
.modal-addressbox-confirmation .input-group > input + .react-autosuggest__input,
.modal-addressbox-confirmation .input-group > input + input {
    margin-left: -1px
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus, .input-group > .form-control:focus,
.input-group > .react-autosuggest__input:focus, .modal-addressbox-confirmation .input-group > input:focus {
    z-index: 3
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child),
.input-group > .react-autosuggest__input:not(:last-child), .modal-addressbox-confirmation .input-group > input:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child),
.input-group > .react-autosuggest__input:not(:first-child), .modal-addressbox-confirmation .input-group > input:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    display: flex;
    align-items: center
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append, .input-group-prepend {
    display: flex
}

.input-group-append .btn, .input-group-append .button, .input-group-append .modal-addressbox-confirmation .button-map-submit,
.input-group-append .order-steps .button-primary, .input-group-append .react-autosuggest__suggestion:last-child span,
.input-group-prepend .btn, .input-group-prepend .button, .input-group-prepend .modal-addressbox-confirmation .button-map-submit,
.input-group-prepend .order-steps .button-primary, .input-group-prepend .react-autosuggest__suggestion:last-child span,
.modal-addressbox-confirmation .input-group-append .button-map-submit,
.modal-addressbox-confirmation .input-group-prepend .button-map-submit,
.order-steps .input-group-append .button-primary, .order-steps .input-group-prepend .button-primary,
.react-autosuggest__suggestion:last-child .input-group-append span,
.react-autosuggest__suggestion:last-child .input-group-prepend span {
    position: relative;
    z-index: 2
}

.input-group-append .btn + .btn, .input-group-append .btn + .button,
.input-group-append .btn + .input-group-text, .input-group-append .button + .btn,
.input-group-append .button + .button, .input-group-append .button + .input-group-text,
.input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .button,
.input-group-append .input-group-text + .input-group-text, .input-group-append .modal-addressbox-confirmation .btn + .button-map-submit,
.input-group-append .modal-addressbox-confirmation .button + .button-map-submit,
.input-group-append .modal-addressbox-confirmation .button-map-submit + .btn,
.input-group-append .modal-addressbox-confirmation .button-map-submit + .button,
.input-group-append .modal-addressbox-confirmation .button-map-submit + .button-map-submit,
.input-group-append .modal-addressbox-confirmation .button-map-submit + .input-group-text,
.input-group-append .modal-addressbox-confirmation .input-group-text + .button-map-submit,
.input-group-append .modal-addressbox-confirmation .order-steps .button-map-submit + .button-primary,
.input-group-append .modal-addressbox-confirmation .react-autosuggest__suggestion:last-child .button-map-submit + span,
.input-group-append .order-steps .btn + .button-primary, .input-group-append .order-steps .button + .button-primary,
.input-group-append .order-steps .button-primary + .btn, .input-group-append .order-steps .button-primary + .button,
.input-group-append .order-steps .button-primary + .button-primary,
.input-group-append .order-steps .button-primary + .input-group-text,
.input-group-append .order-steps .input-group-text + .button-primary,
.input-group-append .order-steps .modal-addressbox-confirmation .button-primary + .button-map-submit,
.input-group-append .order-steps .react-autosuggest__suggestion:last-child .button-primary + span,
.input-group-append .react-autosuggest__suggestion:last-child .btn + span,
.input-group-append .react-autosuggest__suggestion:last-child .button + span,
.input-group-append .react-autosuggest__suggestion:last-child .input-group-text + span,
.input-group-append .react-autosuggest__suggestion:last-child .modal-addressbox-confirmation span + .button-map-submit,
.input-group-append .react-autosuggest__suggestion:last-child .order-steps span + .button-primary,
.input-group-append .react-autosuggest__suggestion:last-child span + .btn,
.input-group-append .react-autosuggest__suggestion:last-child span + .button,
.input-group-append .react-autosuggest__suggestion:last-child span + .input-group-text,
.input-group-append .react-autosuggest__suggestion:last-child span + span,
.input-group-prepend .btn + .btn, .input-group-prepend .btn + .button,
.input-group-prepend .btn + .input-group-text, .input-group-prepend .button + .btn,
.input-group-prepend .button + .button, .input-group-prepend .button + .input-group-text,
.input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .button,
.input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .modal-addressbox-confirmation .btn + .button-map-submit,
.input-group-prepend .modal-addressbox-confirmation .button + .button-map-submit,
.input-group-prepend .modal-addressbox-confirmation .button-map-submit + .btn,
.input-group-prepend .modal-addressbox-confirmation .button-map-submit + .button,
.input-group-prepend .modal-addressbox-confirmation .button-map-submit + .button-map-submit,
.input-group-prepend .modal-addressbox-confirmation .button-map-submit + .input-group-text,
.input-group-prepend .modal-addressbox-confirmation .input-group-text + .button-map-submit,
.input-group-prepend .modal-addressbox-confirmation .order-steps .button-map-submit + .button-primary,
.input-group-prepend .modal-addressbox-confirmation .react-autosuggest__suggestion:last-child .button-map-submit + span,
.input-group-prepend .order-steps .btn + .button-primary, .input-group-prepend .order-steps .button + .button-primary,
.input-group-prepend .order-steps .button-primary + .btn, .input-group-prepend .order-steps .button-primary + .button,
.input-group-prepend .order-steps .button-primary + .button-primary,
.input-group-prepend .order-steps .button-primary + .input-group-text,
.input-group-prepend .order-steps .input-group-text + .button-primary,
.input-group-prepend .order-steps .modal-addressbox-confirmation .button-primary + .button-map-submit,
.input-group-prepend .order-steps .react-autosuggest__suggestion:last-child .button-primary + span,
.input-group-prepend .react-autosuggest__suggestion:last-child .btn + span,
.input-group-prepend .react-autosuggest__suggestion:last-child .button + span,
.input-group-prepend .react-autosuggest__suggestion:last-child .input-group-text + span,
.input-group-prepend .react-autosuggest__suggestion:last-child .modal-addressbox-confirmation span + .button-map-submit,
.input-group-prepend .react-autosuggest__suggestion:last-child .order-steps span + .button-primary,
.input-group-prepend .react-autosuggest__suggestion:last-child span + .btn,
.input-group-prepend .react-autosuggest__suggestion:last-child span + .button,
.input-group-prepend .react-autosuggest__suggestion:last-child span + .input-group-text,
.input-group-prepend .react-autosuggest__suggestion:last-child span + span,
.modal-addressbox-confirmation .input-group-append .btn + .button-map-submit,
.modal-addressbox-confirmation .input-group-append .button + .button-map-submit,
.modal-addressbox-confirmation .input-group-append .button-map-submit + .btn,
.modal-addressbox-confirmation .input-group-append .button-map-submit + .button,
.modal-addressbox-confirmation .input-group-append .button-map-submit + .button-map-submit,
.modal-addressbox-confirmation .input-group-append .button-map-submit + .input-group-text,
.modal-addressbox-confirmation .input-group-append .input-group-text + .button-map-submit,
.modal-addressbox-confirmation .input-group-append .order-steps .button-map-submit + .button-primary,
.modal-addressbox-confirmation .input-group-append .order-steps .button-primary + .button-map-submit,
.modal-addressbox-confirmation .input-group-append .react-autosuggest__suggestion:last-child .button-map-submit + span,
.modal-addressbox-confirmation .input-group-append .react-autosuggest__suggestion:last-child span + .button-map-submit,
.modal-addressbox-confirmation .input-group-prepend .btn + .button-map-submit,
.modal-addressbox-confirmation .input-group-prepend .button + .button-map-submit,
.modal-addressbox-confirmation .input-group-prepend .button-map-submit + .btn,
.modal-addressbox-confirmation .input-group-prepend .button-map-submit + .button,
.modal-addressbox-confirmation .input-group-prepend .button-map-submit + .button-map-submit,
.modal-addressbox-confirmation .input-group-prepend .button-map-submit + .input-group-text,
.modal-addressbox-confirmation .input-group-prepend .input-group-text + .button-map-submit,
.modal-addressbox-confirmation .input-group-prepend .order-steps .button-map-submit + .button-primary,
.modal-addressbox-confirmation .input-group-prepend .order-steps .button-primary + .button-map-submit,
.modal-addressbox-confirmation .input-group-prepend .react-autosuggest__suggestion:last-child .button-map-submit + span,
.modal-addressbox-confirmation .input-group-prepend .react-autosuggest__suggestion:last-child span + .button-map-submit,
.modal-addressbox-confirmation .order-steps .input-group-append .button-primary + .button-map-submit,
.modal-addressbox-confirmation .order-steps .input-group-prepend .button-primary + .button-map-submit,
.modal-addressbox-confirmation .react-autosuggest__suggestion:last-child .input-group-append span + .button-map-submit,
.modal-addressbox-confirmation .react-autosuggest__suggestion:last-child .input-group-prepend span + .button-map-submit,
.order-steps .input-group-append .btn + .button-primary, .order-steps .input-group-append .button + .button-primary,
.order-steps .input-group-append .button-primary + .btn, .order-steps .input-group-append .button-primary + .button,
.order-steps .input-group-append .button-primary + .button-primary,
.order-steps .input-group-append .button-primary + .input-group-text,
.order-steps .input-group-append .input-group-text + .button-primary,
.order-steps .input-group-append .modal-addressbox-confirmation .button-map-submit + .button-primary,
.order-steps .input-group-append .modal-addressbox-confirmation .button-primary + .button-map-submit,
.order-steps .input-group-append .react-autosuggest__suggestion:last-child .button-primary + span,
.order-steps .input-group-append .react-autosuggest__suggestion:last-child span + .button-primary,
.order-steps .input-group-prepend .btn + .button-primary, .order-steps .input-group-prepend .button + .button-primary,
.order-steps .input-group-prepend .button-primary + .btn, .order-steps .input-group-prepend .button-primary + .button,
.order-steps .input-group-prepend .button-primary + .button-primary,
.order-steps .input-group-prepend .button-primary + .input-group-text,
.order-steps .input-group-prepend .input-group-text + .button-primary,
.order-steps .input-group-prepend .modal-addressbox-confirmation .button-map-submit + .button-primary,
.order-steps .input-group-prepend .modal-addressbox-confirmation .button-primary + .button-map-submit,
.order-steps .input-group-prepend .react-autosuggest__suggestion:last-child .button-primary + span,
.order-steps .input-group-prepend .react-autosuggest__suggestion:last-child span + .button-primary,
.order-steps .modal-addressbox-confirmation .input-group-append .button-map-submit + .button-primary,
.order-steps .modal-addressbox-confirmation .input-group-prepend .button-map-submit + .button-primary,
.order-steps .react-autosuggest__suggestion:last-child .input-group-append span + .button-primary,
.order-steps .react-autosuggest__suggestion:last-child .input-group-prepend span + .button-primary,
.react-autosuggest__suggestion:last-child .input-group-append .btn + span,
.react-autosuggest__suggestion:last-child .input-group-append .button + span,
.react-autosuggest__suggestion:last-child .input-group-append .input-group-text + span,
.react-autosuggest__suggestion:last-child .input-group-append .modal-addressbox-confirmation .button-map-submit + span,
.react-autosuggest__suggestion:last-child .input-group-append .modal-addressbox-confirmation span + .button-map-submit,
.react-autosuggest__suggestion:last-child .input-group-append .order-steps .button-primary + span,
.react-autosuggest__suggestion:last-child .input-group-append .order-steps span + .button-primary,
.react-autosuggest__suggestion:last-child .input-group-append span + .btn,
.react-autosuggest__suggestion:last-child .input-group-append span + .button,
.react-autosuggest__suggestion:last-child .input-group-append span + .input-group-text,
.react-autosuggest__suggestion:last-child .input-group-append span + span,
.react-autosuggest__suggestion:last-child .input-group-prepend .btn + span,
.react-autosuggest__suggestion:last-child .input-group-prepend .button + span,
.react-autosuggest__suggestion:last-child .input-group-prepend .input-group-text + span,
.react-autosuggest__suggestion:last-child .input-group-prepend .modal-addressbox-confirmation .button-map-submit + span,
.react-autosuggest__suggestion:last-child .input-group-prepend .modal-addressbox-confirmation span + .button-map-submit,
.react-autosuggest__suggestion:last-child .input-group-prepend .order-steps .button-primary + span,
.react-autosuggest__suggestion:last-child .input-group-prepend .order-steps span + .button-primary,
.react-autosuggest__suggestion:last-child .input-group-prepend span + .btn,
.react-autosuggest__suggestion:last-child .input-group-prepend span + .button,
.react-autosuggest__suggestion:last-child .input-group-prepend span + .input-group-text,
.react-autosuggest__suggestion:last-child .input-group-prepend span + span,
.react-autosuggest__suggestion:last-child .modal-addressbox-confirmation .input-group-append .button-map-submit + span,
.react-autosuggest__suggestion:last-child .modal-addressbox-confirmation .input-group-prepend .button-map-submit + span,
.react-autosuggest__suggestion:last-child .order-steps .input-group-append .button-primary + span,
.react-autosuggest__suggestion:last-child .order-steps .input-group-prepend .button-primary + span {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .57rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.45;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #dfdfdf;
    border-radius: .25rem
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .button, .input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .button,
.input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .react-autosuggest__input,
.modal-addressbox-confirmation .input-group-lg > .input-group-append > .button-map-submit,
.modal-addressbox-confirmation .input-group-lg > .input-group-prepend > .button-map-submit,
.modal-addressbox-confirmation .input-group-lg > input, .order-steps .input-group-lg > .input-group-append > .button-primary,
.order-steps .input-group-lg > .input-group-prepend > .button-primary,
.react-autosuggest__suggestion:last-child .input-group-lg > .input-group-append > span,
.react-autosuggest__suggestion:last-child .input-group-lg > .input-group-prepend > span {
    height: calc(3.07337rem + 2px);
    padding: .782rem 1.5rem;
    font-size: 1.00625rem;
    line-height: 1.5;
    border-radius: .25rem
}

.input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .button, .input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .button,
.input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .react-autosuggest__input,
.modal-addressbox-confirmation .input-group-sm > .input-group-append > .button-map-submit,
.modal-addressbox-confirmation .input-group-sm > .input-group-prepend > .button-map-submit,
.modal-addressbox-confirmation .input-group-sm > input, .order-steps .input-group-sm > .input-group-append > .button-primary,
.order-steps .input-group-sm > .input-group-prepend > .button-primary,
.react-autosuggest__suggestion:last-child .input-group-sm > .input-group-append > span,
.react-autosuggest__suggestion:last-child .input-group-sm > .input-group-prepend > span {
    height: calc(1.69563rem + 2px);
    padding: .29rem 1.5rem;
    font-size: .74375rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .button,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .button,
.input-group > .input-group-prepend > .input-group-text, .modal-addressbox-confirmation .input-group > .input-group-append:last-child > .button-map-submit:not(:last-child):not(.dropdown-toggle),
.modal-addressbox-confirmation .input-group > .input-group-append:not(:last-child) > .button-map-submit,
.modal-addressbox-confirmation .input-group > .input-group-prepend > .button-map-submit,
.order-steps .input-group > .input-group-append:last-child > .button-primary:not(:last-child):not(.dropdown-toggle),
.order-steps .input-group > .input-group-append:not(:last-child) > .button-primary,
.order-steps .input-group > .input-group-prepend > .button-primary,
.react-autosuggest__suggestion:last-child .input-group > .input-group-append:last-child > span:not(:last-child):not(.dropdown-toggle),
.react-autosuggest__suggestion:last-child .input-group > .input-group-append:not(:last-child) > span,
.react-autosuggest__suggestion:last-child .input-group > .input-group-prepend > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .button,
.input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .button:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .button,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.modal-addressbox-confirmation .input-group > .input-group-append > .button-map-submit,
.modal-addressbox-confirmation .input-group > .input-group-prepend:first-child > .button-map-submit:not(:first-child),
.modal-addressbox-confirmation .input-group > .input-group-prepend:not(:first-child) > .button-map-submit,
.order-steps .input-group > .input-group-append > .button-primary,
.order-steps .input-group > .input-group-prepend:first-child > .button-primary:not(:first-child),
.order-steps .input-group > .input-group-prepend:not(:first-child) > .button-primary,
.react-autosuggest__suggestion:last-child .input-group > .input-group-append > span,
.react-autosuggest__suggestion:last-child .input-group > .input-group-prepend:first-child > span:not(:first-child),
.react-autosuggest__suggestion:last-child .input-group > .input-group-prepend:not(:first-child) > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.26875rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    background-color: #ffc200
}

.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 194, 0, .25)
}

.custom-control-input:active ~ .custom-control-label:before {
    color: #fff;
    background-color: #ffedb3
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

.custom-control-label:before {
    position: absolute;
    top: .13438rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label:after {
    position: absolute;
    top: .13438rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #ffc200
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    background-color: #ffc200
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(255, 194, 0, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(255, 194, 0, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #ffc200
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(255, 194, 0, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.40875rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.45;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #dfdfdf;
    border-radius: .25rem;
    appearance: none
}

.custom-select:focus {
    border-color: #ffe180;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 225, 128, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

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

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.69563rem + 2px);
    font-size: 75%
}

.custom-select-lg, .custom-select-sm {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.custom-select-lg {
    height: calc(3.07337rem + 2px);
    font-size: 125%
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file, .custom-file-input {
    position: relative;
    width: 100%;
    height: calc(2.40875rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #ffe180;
    box-shadow: 0 0 0 .2rem rgba(255, 194, 0, .25)
}

.custom-file-input:focus ~ .custom-file-label:after {
    border-color: #ffe180
}

.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en) ~ .custom-file-label:after {
    content: "Browse"
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.40875rem + 2px);
    padding: .57rem 1.5rem;
    line-height: 1.45;
    color: #495057;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: .25rem
}

.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.40875rem;
    padding: .57rem 1.5rem;
    line-height: 1.45;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #dfdfdf;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 194, 0, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 194, 0, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(255, 194, 0, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #ffc200;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #ffedb3
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ffc200;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #ffedb3
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #ffc200;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #ffedb3
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower, .custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-control-label:before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-control-label:before, .custom-file-label, .custom-select {
        transition: none
    }
}

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

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

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

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

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

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ffc200
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

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

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

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .25rem .5rem
}

.navbar > .container, .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .40484rem;
    padding-bottom: .40484rem;
    margin-right: .5rem;
    font-size: 1.00625rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.00625rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

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

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

.card > .list-group:first-child .list-group-item:first-child, .card > .list-group:first-child .react-autosuggest__suggestion:first-child,
.card > .react-autosuggest__suggestions-list:first-child .list-group-item:first-child,
.card > .react-autosuggest__suggestions-list:first-child .react-autosuggest__suggestion:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child, .card > .list-group:last-child .react-autosuggest__suggestion:last-child,
.card > .react-autosuggest__suggestions-list:last-child .list-group-item:last-child,
.card > .react-autosuggest__suggestions-list:last-child .react-autosuggest__suggestion:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header + .list-group .list-group-item:first-child, .card-header + .list-group .react-autosuggest__suggestion:first-child,
.card-header + .react-autosuggest__suggestions-list .list-group-item:first-child,
.card-header + .react-autosuggest__suggestions-list .react-autosuggest__suggestion:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills, .card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 16px
}

@media (min-width:576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -16px;
        margin-left: -16px
    }

    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 16px;
        margin-bottom: 0;
        margin-left: 16px
    }
}

.card-group {
    display: flex;
    flex-direction: column
}

.card-group > .card {
    margin-bottom: 16px
}

@media (min-width:576px) {
    .card-group {
        flex-flow: row wrap
    }

    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group > .card:only-child {
        border-radius: .25rem
    }

    .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .25rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: rgba(0, 0, 0, .5);
    border-radius: .25rem
}

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

.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "\203A"
}

.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline
}

.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #333;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0d0d0d;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 194, 0, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ffc200;
    border-color: #ffc200
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.00625rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .74375rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px
}

.badge:empty {
    display: none
}

.btn .badge, .button .badge, .modal-addressbox-confirmation .button-map-submit .badge,
.order-steps .button-primary .badge, .react-autosuggest__suggestion:last-child span .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #212529;
    background-color: #ffc200
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #cc9b00
}

.badge-secondary {
    color: #212529;
    background-color: #fff
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #e6e6e6
}

.badge-success {
    color: #fff;
    background-color: #00bc8b
}

.badge-success[href]:focus, .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #008965
}

.badge-info {
    color: #fff;
    background-color: #266dd3
}

.badge-info[href]:focus, .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e57a8
}

.badge-warning {
    color: #212529;
    background-color: #ffc200
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #cc9b00
}

.badge-danger {
    color: #fff;
    background-color: #ed2e2e
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #d61212
}

.badge-light {
    color: #212529;
    background-color: #f7f7f7
}

.badge-light[href]:focus, .badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dedede
}

.badge-dark {
    color: #212529;
    background-color: #dfdfdf
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #c6c6c6
}

.badge-red {
    color: #fff;
    background-color: #ed2e2e
}

.badge-red[href]:focus, .badge-red[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #d61212
}

.badge-yellow {
    color: #212529;
    background-color: #ffc200
}

.badge-yellow[href]:focus, .badge-yellow[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #cc9b00
}

.badge-grey {
    color: #fff;
    background-color: grey
}

.badge-grey[href]:focus, .badge-grey[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #676767
}

.badge-green {
    color: #fff;
    background-color: #00bc8b
}

.badge-green[href]:focus, .badge-green[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #008965
}

.badge-blue {
    color: #fff;
    background-color: #266dd3
}

.badge-blue[href]:focus, .badge-blue[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e57a8
}

.badge-purple {
    color: #fff;
    background-color: #844185
}

.badge-purple[href]:focus, .badge-purple[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #623063
}

.badge-black {
    color: #fff;
    background-color: #333
}

.badge-black[href]:focus, .badge-black[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1a1a1a
}

.badge-white {
    color: #212529;
    background-color: #fff
}

.badge-white[href]:focus, .badge-white[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #e6e6e6
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert, .cart-products-in-shortage, .help-block.form-error, .paymentmethod .messages {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3.8125rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary, .paymentmethod .messages.messages--info {
    color: #856500;
    background-color: #fff3cc;
    border-color: #ffd652
}

.alert-primary hr, .paymentmethod .messages.messages--info hr {
    border-top-color: #ffd039
}

.alert-primary .alert-link, .paymentmethod .messages.messages--info .alert-link {
    color: #523e00
}

.alert-secondary {
    color: #858585;
    background-color: #fff;
    border-color: #fff
}

.alert-secondary hr {
    border-top-color: #f2f2f2
}

.alert-secondary .alert-link {
    color: #6c6c6c
}

.alert-success, .paymentmethod .messages.messages--success {
    color: #006248;
    background-color: #ccf2e8;
    border-color: #52d1b0
}

.alert-success hr, .paymentmethod .messages.messages--success hr {
    border-top-color: #3ecca7
}

.alert-success .alert-link, .paymentmethod .messages.messages--success .alert-link {
    color: #002f23
}

.alert-info {
    color: #14396e;
    background-color: #d4e2f6;
    border-color: #6b9ce1
}

.alert-info hr {
    border-top-color: #568edd
}

.alert-info .alert-link {
    color: #0c2343
}

.alert-warning, .cart-header .alert-notice, .cart-products-in-shortage {
    color: #856500;
    background-color: #fff3cc;
    border-color: #ffd652
}

.alert-warning hr, .cart-header .alert-notice hr, .cart-products-in-shortage hr {
    border-top-color: #ffd039
}

.alert-warning .alert-link, .cart-header .alert-notice .alert-link,
.cart-products-in-shortage .alert-link {
    color: #523e00
}

.alert-danger, .help-block.form-error, .paymentmethod .messages.messages--error {
    color: #7b1818;
    background-color: #fbd5d5;
    border-color: #f37171
}

.alert-danger hr, .help-block.form-error hr, .paymentmethod .messages.messages--error hr {
    border-top-color: #f15959
}

.alert-danger .alert-link, .help-block.form-error .alert-link, .paymentmethod .messages.messages--error .alert-link {
    color: #501010
}

.alert-light {
    color: grey;
    background-color: #fdfdfd;
    border-color: #fafafa
}

.alert-light hr {
    border-top-color: #ededed
}

.alert-light .alert-link {
    color: #676767
}

.alert-dark {
    color: #747474;
    background-color: #f9f9f9;
    border-color: #e9e9e9
}

.alert-dark hr {
    border-top-color: #dcdcdc
}

.alert-dark .alert-link {
    color: #5b5b5b
}

.alert-red {
    color: #7b1818;
    background-color: #fbd5d5;
    border-color: #f37171
}

.alert-red hr {
    border-top-color: #f15959
}

.alert-red .alert-link {
    color: #501010
}

.alert-yellow {
    color: #856500;
    background-color: #fff3cc;
    border-color: #ffd652
}

.alert-yellow hr {
    border-top-color: #ffd039
}

.alert-yellow .alert-link {
    color: #523e00
}

.alert-grey {
    color: #434343;
    background-color: #e6e6e6;
    border-color: #a9a9a9
}

.alert-grey hr {
    border-top-color: #9c9c9c
}

.alert-grey .alert-link {
    color: #2a2a2a
}

.alert-green {
    color: #006248;
    background-color: #ccf2e8;
    border-color: #52d1b0
}

.alert-green hr {
    border-top-color: #3ecca7
}

.alert-green .alert-link {
    color: #002f23
}

.alert-blue {
    color: #14396e;
    background-color: #d4e2f6;
    border-color: #6b9ce1
}

.alert-blue hr {
    border-top-color: #568edd
}

.alert-blue .alert-link {
    color: #0c2343
}

.alert-purple {
    color: #452245;
    background-color: #e6d9e7;
    border-color: #ab7eac
}

.alert-purple hr {
    border-top-color: #a16ea2
}

.alert-purple .alert-link {
    color: #231123
}

.alert-black {
    color: #1b1b1b;
    background-color: #d6d6d6;
    border-color: #747474
}

.alert-black hr {
    border-top-color: #676767
}

.alert-black .alert-link {
    color: #020202
}

.alert-white {
    color: #858585;
    background-color: #fff;
    border-color: #fff
}

.alert-white hr {
    border-top-color: #f2f2f2
}

.alert-white .alert-link {
    color: #6c6c6c
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .65625rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ffc200;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group, .react-autosuggest__suggestions-list {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #333;
    background-color: #e9ecef
}

.list-group-item, .react-autosuggest__suggestion {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child, .react-autosuggest__suggestion:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child, .react-autosuggest__suggestion:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus, .list-group-item:hover, .react-autosuggest__suggestion:focus,
.react-autosuggest__suggestion:hover {
    z-index: 1;
    text-decoration: none
}

.disabled.react-autosuggest__suggestion, .list-group-item.disabled,
.list-group-item:disabled, .react-autosuggest__suggestion:disabled {
    color: #6c757d;
    background-color: #fff
}

.active.react-autosuggest__suggestion, .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ffc200;
    border-color: #ffc200
}

.list-group-flush .list-group-item, .list-group-flush .react-autosuggest__suggestion {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child, .list-group-flush:first-child .react-autosuggest__suggestion:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child, .list-group-flush:last-child .react-autosuggest__suggestion:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #856500;
    background-color: #ffeeb8
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #856500;
    background-color: #ffe89f
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #856500;
    border-color: #856500
}

.list-group-item-secondary {
    color: #858585;
    background-color: #fff
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #858585;
    background-color: #f2f2f2
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585
}

.list-group-item-success {
    color: #006248;
    background-color: #b8ecdf
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #006248;
    background-color: #a4e7d6
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #006248;
    border-color: #006248
}

.list-group-item-info {
    color: #14396e;
    background-color: #c2d6f3
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #14396e;
    background-color: #adc8ef
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #14396e;
    border-color: #14396e
}

.list-group-item-warning {
    color: #856500;
    background-color: #ffeeb8
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856500;
    background-color: #ffe89f
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856500;
    border-color: #856500
}

.list-group-item-danger {
    color: #7b1818;
    background-color: #fac4c4
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #7b1818;
    background-color: #f8acac
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7b1818;
    border-color: #7b1818
}

.list-group-item-light {
    color: grey;
    background-color: #fdfdfd
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: grey;
    background-color: #f0f0f0
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: grey;
    border-color: grey
}

.list-group-item-dark {
    color: #747474;
    background-color: #f6f6f6
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #747474;
    background-color: #e9e9e9
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #747474;
    border-color: #747474
}

.list-group-item-red {
    color: #7b1818;
    background-color: #fac4c4
}

.list-group-item-red.list-group-item-action:focus, .list-group-item-red.list-group-item-action:hover {
    color: #7b1818;
    background-color: #f8acac
}

.list-group-item-red.list-group-item-action.active {
    color: #fff;
    background-color: #7b1818;
    border-color: #7b1818
}

.list-group-item-yellow {
    color: #856500;
    background-color: #ffeeb8
}

.list-group-item-yellow.list-group-item-action:focus, .list-group-item-yellow.list-group-item-action:hover {
    color: #856500;
    background-color: #ffe89f
}

.list-group-item-yellow.list-group-item-action.active {
    color: #fff;
    background-color: #856500;
    border-color: #856500
}

.list-group-item-grey {
    color: #434343;
    background-color: #dbdbdb
}

.list-group-item-grey.list-group-item-action:focus, .list-group-item-grey.list-group-item-action:hover {
    color: #434343;
    background-color: #cecece
}

.list-group-item-grey.list-group-item-action.active {
    color: #fff;
    background-color: #434343;
    border-color: #434343
}

.list-group-item-green {
    color: #006248;
    background-color: #b8ecdf
}

.list-group-item-green.list-group-item-action:focus, .list-group-item-green.list-group-item-action:hover {
    color: #006248;
    background-color: #a4e7d6
}

.list-group-item-green.list-group-item-action.active {
    color: #fff;
    background-color: #006248;
    border-color: #006248
}

.list-group-item-blue {
    color: #14396e;
    background-color: #c2d6f3
}

.list-group-item-blue.list-group-item-action:focus, .list-group-item-blue.list-group-item-action:hover {
    color: #14396e;
    background-color: #adc8ef
}

.list-group-item-blue.list-group-item-action.active {
    color: #fff;
    background-color: #14396e;
    border-color: #14396e
}

.list-group-item-purple {
    color: #452245;
    background-color: #ddcadd
}

.list-group-item-purple.list-group-item-action:focus, .list-group-item-purple.list-group-item-action:hover {
    color: #452245;
    background-color: #d3bad3
}

.list-group-item-purple.list-group-item-action.active {
    color: #fff;
    background-color: #452245;
    border-color: #452245
}

.list-group-item-black {
    color: #1b1b1b;
    background-color: #c6c6c6
}

.list-group-item-black.list-group-item-action:focus, .list-group-item-black.list-group-item-action:hover {
    color: #1b1b1b;
    background-color: #b9b9b9
}

.list-group-item-black.list-group-item-action.active {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b
}

.list-group-item-white {
    color: #858585;
    background-color: #fff
}

.list-group-item-white.list-group-item-action:focus, .list-group-item-white.list-group-item-action:hover {
    color: #858585;
    background-color: #f2f2f2
}

.list-group-item-white.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585
}

.close {
    float: right;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

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

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-25%)
}

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

.modal.show .modal-dialog {
    transform: translate(0)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 2rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 2rem);
    content: ""
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #f7f7f7;
    background-clip: padding-box;
    border: 1px solid grey;
    border-radius: .25rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

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

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

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

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

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

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

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }

    .modal-delete-account-success .modal-dialog, .modal-delete-account .modal-dialog,
    .modal-delete-address .modal-dialog, .modal-delete-payment-method .modal-dialog,
    .modal-login .modal-dialog, .modal-order-proccess .modal-dialog,
    .modal-sm, .modal-sms-verification .modal-dialog, .modal-tel-verification .modal-dialog,
    .modal-thank-you-rating .modal-dialog {
        max-width: 400px
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Averta, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .74375rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before, .bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before, .bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before, .bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before, .bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: Averta, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .74375rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dfdfdf;
    border-radius: 3px
}

.popover, .popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .25rem
}

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

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
    bottom: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=top] .arrow:after, .bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:after, .bs-popover-top .arrow:before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow:before, .bs-popover-top .arrow:before {
    bottom: 0;
    border-top-color: #dfdfdf
}

.bs-popover-auto[x-placement^=top] .arrow:after, .bs-popover-top .arrow:after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
    left: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: .25rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:after, .bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:after, .bs-popover-right .arrow:before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:before, .bs-popover-right .arrow:before {
    left: 0;
    border-right-color: #dfdfdf
}

.bs-popover-auto[x-placement^=right] .arrow:after, .bs-popover-right .arrow:after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
    top: calc(-.5rem + -1px)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after, .bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:after, .bs-popover-bottom .arrow:before {
    border-width: 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow:before, .bs-popover-bottom .arrow:before {
    top: 0;
    border-bottom-color: #dfdfdf
}

.bs-popover-auto[x-placement^=bottom] .arrow:after, .bs-popover-bottom .arrow:after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
    right: calc(-.5rem + -1px);
    width: .5rem;
    height: 1rem;
    margin: .25rem 0
}

.bs-popover-auto[x-placement^=left] .arrow:after, .bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:after, .bs-popover-left .arrow:before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow:before, .bs-popover-left .arrow:before {
    right: 0;
    border-left-color: #dfdfdf
}

.bs-popover-auto[x-placement^=left] .arrow:after, .bs-popover-left .arrow:after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    color: #333
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    backface-visibility: hidden;
    perspective: 1000px
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
    transition: transform .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        transform: translateZ(0)
    }
}

.active.carousel-item-right, .carousel-item-next {
    transform: translateX(100%)
}

@supports (transform-style:preserve-3d) {
    .active.carousel-item-right, .carousel-item-next {
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left, .carousel-item-prev {
    transform: translateX(-100%)
}

@supports (transform-style:preserve-3d) {
    .active.carousel-item-left, .carousel-item-prev {
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev,
    .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        transform: translateZ(0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: hsla(0, 0%, 100%, .5)
}

.carousel-indicators li:before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #ffc200 !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #cc9b00 !important
}

.bg-secondary {
    background-color: #fff !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #e6e6e6 !important
}

.bg-success {
    background-color: #00bc8b !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus,
button.bg-success:hover {
    background-color: #008965 !important
}

.bg-info {
    background-color: #266dd3 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #1e57a8 !important
}

.bg-warning {
    background-color: #ffc200 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #cc9b00 !important
}

.bg-danger {
    background-color: #ed2e2e !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #d61212 !important
}

.bg-light {
    background-color: #f7f7f7 !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dedede !important
}

.bg-dark {
    background-color: #dfdfdf !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #c6c6c6 !important
}

.bg-red {
    background-color: #ed2e2e !important
}

a.bg-red:focus, a.bg-red:hover, button.bg-red:focus, button.bg-red:hover {
    background-color: #d61212 !important
}

.bg-yellow {
    background-color: #ffc200 !important
}

a.bg-yellow:focus, a.bg-yellow:hover, button.bg-yellow:focus, button.bg-yellow:hover {
    background-color: #cc9b00 !important
}

.bg-grey {
    background-color: grey !important
}

a.bg-grey:focus, a.bg-grey:hover, button.bg-grey:focus, button.bg-grey:hover {
    background-color: #676767 !important
}

.bg-green {
    background-color: #00bc8b !important
}

a.bg-green:focus, a.bg-green:hover, button.bg-green:focus, button.bg-green:hover {
    background-color: #008965 !important
}

.bg-blue {
    background-color: #266dd3 !important
}

a.bg-blue:focus, a.bg-blue:hover, button.bg-blue:focus, button.bg-blue:hover {
    background-color: #1e57a8 !important
}

.bg-purple {
    background-color: #844185 !important
}

a.bg-purple:focus, a.bg-purple:hover, button.bg-purple:focus, button.bg-purple:hover {
    background-color: #623063 !important
}

.bg-black {
    background-color: #333 !important
}

a.bg-black:focus, a.bg-black:hover, button.bg-black:focus, button.bg-black:hover {
    background-color: #1a1a1a !important
}

.foodiversity-slider-nav button:focus, .foodiversity-slider-nav button:hover,
a.bg-white:focus, a.bg-white:hover, button.bg-white:focus, button.bg-white:hover {
    background-color: #e6e6e6 !important
}

.bg-white, .foodiversity-slider-nav button:active, .foodiversity-slider-nav button:focus,
.foodiversity-slider-nav button:hover {
    background-color: #fff !important
}

.bg-transparent, .page-order .breadcrumb {
    background-color: transparent !important
}

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

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

.border-right {
    border-right: 1px solid #dee2e6 !important
}

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

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

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

.border-bottom-0 {
    border-bottom: 0 !important
}

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

.border-primary {
    border-color: #ffc200 !important
}

.border-secondary {
    border-color: #fff !important
}

.border-success {
    border-color: #00bc8b !important
}

.border-info {
    border-color: #266dd3 !important
}

.border-warning {
    border-color: #ffc200 !important
}

.border-danger {
    border-color: #ed2e2e !important
}

.border-light {
    border-color: #f7f7f7 !important
}

.border-dark {
    border-color: #dfdfdf !important
}

.border-red {
    border-color: #ed2e2e !important
}

.border-yellow {
    border-color: #ffc200 !important
}

.border-grey {
    border-color: grey !important
}

.border-green {
    border-color: #00bc8b !important
}

.border-blue {
    border-color: #266dd3 !important
}

.border-purple {
    border-color: #844185 !important
}

.border-black {
    border-color: #333 !important
}

.border-white {
    border-color: #fff !important
}

#component-cart-joker-bar, .rounded {
    border-radius: .25rem !important
}

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

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

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

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

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

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

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

.clearfix:after, .modal-body:after {
    display: block;
    clear: both;
    content: ""
}

.d-none, .hidden {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

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

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

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

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

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

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

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

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

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

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

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

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

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

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

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

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

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

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

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

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

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

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

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

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

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

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

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

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed,
.embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

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

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

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

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

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

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    top: 0
}

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

.fixed-bottom {
    bottom: 0
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

#checkout-user-details-form .form-group.has-error .help-block.form-error,
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

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

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

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

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

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

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

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

.w-auto {
    width: auto !important
}

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

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

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

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

.h-auto {
    height: auto !important
}

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

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

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

.mr-0, .mx-0 {
    margin-right: 0 !important
}

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

.ml-0, .mx-0 {
    margin-left: 0 !important
}

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

.mt-1, .my-1 {
    margin-top: .125rem !important
}

.mr-1, .mx-1 {
    margin-right: .125rem !important
}

.mb-1, .my-1 {
    margin-bottom: .125rem !important
}

.ml-1, .mx-1 {
    margin-left: .125rem !important
}

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

.mt-2, .my-2 {
    margin-top: .25rem !important
}

.mr-2, .mx-2 {
    margin-right: .25rem !important
}

.mb-2, .my-2 {
    margin-bottom: .25rem !important
}

.ml-2, .mx-2 {
    margin-left: .25rem !important
}

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

.mt-3, .my-3 {
    margin-top: .5rem !important
}

.mr-3, .mx-3 {
    margin-right: .5rem !important
}

.mb-3, .my-3 {
    margin-bottom: .5rem !important
}

.ml-3, .mx-3 {
    margin-left: .5rem !important
}

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

.mt-4, .my-4 {
    margin-top: .75rem !important
}

.mr-4, .mx-4 {
    margin-right: .75rem !important
}

.mb-4, .my-4 {
    margin-bottom: .75rem !important
}

.ml-4, .mx-4 {
    margin-left: .75rem !important
}

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

.mt-5, .my-5 {
    margin-top: 1rem !important
}

.mr-5, .mx-5 {
    margin-right: 1rem !important
}

.mb-5, .my-5 {
    margin-bottom: 1rem !important
}

.ml-5, .mx-5 {
    margin-left: 1rem !important
}

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

.mt-6, .my-6 {
    margin-top: 1.25rem !important
}

.mr-6, .mx-6 {
    margin-right: 1.25rem !important
}

.mb-6, .my-6 {
    margin-bottom: 1.25rem !important
}

.ml-6, .mx-6 {
    margin-left: 1.25rem !important
}

.m-7 {
    margin: 1.5rem !important
}

.mt-7, .my-7 {
    margin-top: 1.5rem !important
}

.mr-7, .mx-7 {
    margin-right: 1.5rem !important
}

.mb-7, .my-7 {
    margin-bottom: 1.5rem !important
}

.ml-7, .mx-7 {
    margin-left: 1.5rem !important
}

.m-8 {
    margin: 1.75rem !important
}

.mt-8, .my-8 {
    margin-top: 1.75rem !important
}

.mr-8, .mx-8 {
    margin-right: 1.75rem !important
}

.mb-8, .my-8 {
    margin-bottom: 1.75rem !important
}

.ml-8, .mx-8 {
    margin-left: 1.75rem !important
}

.m-9 {
    margin: 2rem !important
}

.mt-9, .my-9 {
    margin-top: 2rem !important
}

.mr-9, .mx-9 {
    margin-right: 2rem !important
}

.mb-9, .my-9 {
    margin-bottom: 2rem !important
}

.ml-9, .mx-9 {
    margin-left: 2rem !important
}

.m-10 {
    margin: 2.25rem !important
}

.mt-10, .my-10 {
    margin-top: 2.25rem !important
}

.mr-10, .mx-10 {
    margin-right: 2.25rem !important
}

.mb-10, .my-10 {
    margin-bottom: 2.25rem !important
}

.ml-10, .mx-10 {
    margin-left: 2.25rem !important
}

.m-11 {
    margin: 2.5rem !important
}

.mt-11, .my-11 {
    margin-top: 2.5rem !important
}

.mr-11, .mx-11 {
    margin-right: 2.5rem !important
}

.mb-11, .my-11 {
    margin-bottom: 2.5rem !important
}

.ml-11, .mx-11 {
    margin-left: 2.5rem !important
}

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

.mt-12, .my-12 {
    margin-top: 3rem !important
}

.mr-12, .mx-12 {
    margin-right: 3rem !important
}

.mb-12, .my-12 {
    margin-bottom: 3rem !important
}

.ml-12, .mx-12 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

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

.pt-1, .py-1 {
    padding-top: .125rem !important
}

.pr-1, .px-1 {
    padding-right: .125rem !important
}

.pb-1, .py-1 {
    padding-bottom: .125rem !important
}

.pl-1, .px-1 {
    padding-left: .125rem !important
}

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

.pt-2, .py-2 {
    padding-top: .25rem !important
}

.pr-2, .px-2 {
    padding-right: .25rem !important
}

.pb-2, .py-2 {
    padding-bottom: .25rem !important
}

.pl-2, .px-2 {
    padding-left: .25rem !important
}

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

.pt-3, .py-3 {
    padding-top: .5rem !important
}

.pr-3, .px-3 {
    padding-right: .5rem !important
}

.pb-3, .py-3 {
    padding-bottom: .5rem !important
}

.pl-3, .px-3 {
    padding-left: .5rem !important
}

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

.pt-4, .py-4 {
    padding-top: .75rem !important
}

.pr-4, .px-4 {
    padding-right: .75rem !important
}

.pb-4, .py-4 {
    padding-bottom: .75rem !important
}

.pl-4, .px-4 {
    padding-left: .75rem !important
}

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

.pt-5, .py-5 {
    padding-top: 1rem !important
}

.pr-5, .px-5 {
    padding-right: 1rem !important
}

.pb-5, .py-5 {
    padding-bottom: 1rem !important
}

.pl-5, .px-5 {
    padding-left: 1rem !important
}

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

.pt-6, .py-6 {
    padding-top: 1.25rem !important
}

.pr-6, .px-6 {
    padding-right: 1.25rem !important
}

.pb-6, .py-6 {
    padding-bottom: 1.25rem !important
}

.pl-6, .px-6 {
    padding-left: 1.25rem !important
}

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

.pt-7, .py-7 {
    padding-top: 1.5rem !important
}

.pr-7, .px-7 {
    padding-right: 1.5rem !important
}

.pb-7, .py-7 {
    padding-bottom: 1.5rem !important
}

.pl-7, .px-7 {
    padding-left: 1.5rem !important
}

.p-8 {
    padding: 1.75rem !important
}

.pt-8, .py-8 {
    padding-top: 1.75rem !important
}

.pr-8, .px-8 {
    padding-right: 1.75rem !important
}

.pb-8, .py-8 {
    padding-bottom: 1.75rem !important
}

.pl-8, .px-8 {
    padding-left: 1.75rem !important
}

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

.pt-9, .py-9 {
    padding-top: 2rem !important
}

.pr-9, .px-9 {
    padding-right: 2rem !important
}

.pb-9, .py-9 {
    padding-bottom: 2rem !important
}

.pl-9, .px-9 {
    padding-left: 2rem !important
}

.p-10 {
    padding: 2.25rem !important
}

.pt-10, .py-10 {
    padding-top: 2.25rem !important
}

.pr-10, .px-10 {
    padding-right: 2.25rem !important
}

.pb-10, .py-10 {
    padding-bottom: 2.25rem !important
}

.pl-10, .px-10 {
    padding-left: 2.25rem !important
}

.p-11 {
    padding: 2.5rem !important
}

.pt-11, .py-11 {
    padding-top: 2.5rem !important
}

.pr-11, .px-11 {
    padding-right: 2.5rem !important
}

.pb-11, .py-11 {
    padding-bottom: 2.5rem !important
}

.pl-11, .px-11 {
    padding-left: 2.5rem !important
}

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

.pt-12, .py-12 {
    padding-top: 3rem !important
}

.pr-12, .px-12 {
    padding-right: 3rem !important
}

.pb-12, .py-12 {
    padding-bottom: 3rem !important
}

.pl-12, .px-12 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

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

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

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

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .125rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .125rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .125rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .125rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .125rem !important
    }

    .m-sm-2 {
        margin: .25rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .25rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .25rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .25rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .25rem !important
    }

    .m-sm-3 {
        margin: .5rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: .5rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: .5rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: .5rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: .5rem !important
    }

    .m-sm-4 {
        margin: .75rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: .75rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: .75rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: .75rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: .75rem !important
    }

    .m-sm-5 {
        margin: 1rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 1rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 1rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 1rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 1rem !important
    }

    .m-sm-6 {
        margin: 1.25rem !important
    }

    .mt-sm-6, .my-sm-6 {
        margin-top: 1.25rem !important
    }

    .mr-sm-6, .mx-sm-6 {
        margin-right: 1.25rem !important
    }

    .mb-sm-6, .my-sm-6 {
        margin-bottom: 1.25rem !important
    }

    .ml-sm-6, .mx-sm-6 {
        margin-left: 1.25rem !important
    }

    .m-sm-7 {
        margin: 1.5rem !important
    }

    .mt-sm-7, .my-sm-7 {
        margin-top: 1.5rem !important
    }

    .mr-sm-7, .mx-sm-7 {
        margin-right: 1.5rem !important
    }

    .mb-sm-7, .my-sm-7 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-7, .mx-sm-7 {
        margin-left: 1.5rem !important
    }

    .m-sm-8 {
        margin: 1.75rem !important
    }

    .mt-sm-8, .my-sm-8 {
        margin-top: 1.75rem !important
    }

    .mr-sm-8, .mx-sm-8 {
        margin-right: 1.75rem !important
    }

    .mb-sm-8, .my-sm-8 {
        margin-bottom: 1.75rem !important
    }

    .ml-sm-8, .mx-sm-8 {
        margin-left: 1.75rem !important
    }

    .m-sm-9 {
        margin: 2rem !important
    }

    .mt-sm-9, .my-sm-9 {
        margin-top: 2rem !important
    }

    .mr-sm-9, .mx-sm-9 {
        margin-right: 2rem !important
    }

    .mb-sm-9, .my-sm-9 {
        margin-bottom: 2rem !important
    }

    .ml-sm-9, .mx-sm-9 {
        margin-left: 2rem !important
    }

    .m-sm-10 {
        margin: 2.25rem !important
    }

    .mt-sm-10, .my-sm-10 {
        margin-top: 2.25rem !important
    }

    .mr-sm-10, .mx-sm-10 {
        margin-right: 2.25rem !important
    }

    .mb-sm-10, .my-sm-10 {
        margin-bottom: 2.25rem !important
    }

    .ml-sm-10, .mx-sm-10 {
        margin-left: 2.25rem !important
    }

    .m-sm-11 {
        margin: 2.5rem !important
    }

    .mt-sm-11, .my-sm-11 {
        margin-top: 2.5rem !important
    }

    .mr-sm-11, .mx-sm-11 {
        margin-right: 2.5rem !important
    }

    .mb-sm-11, .my-sm-11 {
        margin-bottom: 2.5rem !important
    }

    .ml-sm-11, .mx-sm-11 {
        margin-left: 2.5rem !important
    }

    .m-sm-12 {
        margin: 3rem !important
    }

    .mt-sm-12, .my-sm-12 {
        margin-top: 3rem !important
    }

    .mr-sm-12, .mx-sm-12 {
        margin-right: 3rem !important
    }

    .mb-sm-12, .my-sm-12 {
        margin-bottom: 3rem !important
    }

    .ml-sm-12, .mx-sm-12 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .125rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .125rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .125rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .125rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .125rem !important
    }

    .p-sm-2 {
        padding: .25rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .25rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .25rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .25rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .25rem !important
    }

    .p-sm-3 {
        padding: .5rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: .5rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: .5rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: .5rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: .5rem !important
    }

    .p-sm-4 {
        padding: .75rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: .75rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: .75rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: .75rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: .75rem !important
    }

    .p-sm-5 {
        padding: 1rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 1rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 1rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 1rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 1rem !important
    }

    .p-sm-6 {
        padding: 1.25rem !important
    }

    .pt-sm-6, .py-sm-6 {
        padding-top: 1.25rem !important
    }

    .pr-sm-6, .px-sm-6 {
        padding-right: 1.25rem !important
    }

    .pb-sm-6, .py-sm-6 {
        padding-bottom: 1.25rem !important
    }

    .pl-sm-6, .px-sm-6 {
        padding-left: 1.25rem !important
    }

    .p-sm-7 {
        padding: 1.5rem !important
    }

    .pt-sm-7, .py-sm-7 {
        padding-top: 1.5rem !important
    }

    .pr-sm-7, .px-sm-7 {
        padding-right: 1.5rem !important
    }

    .pb-sm-7, .py-sm-7 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-7, .px-sm-7 {
        padding-left: 1.5rem !important
    }

    .p-sm-8 {
        padding: 1.75rem !important
    }

    .pt-sm-8, .py-sm-8 {
        padding-top: 1.75rem !important
    }

    .pr-sm-8, .px-sm-8 {
        padding-right: 1.75rem !important
    }

    .pb-sm-8, .py-sm-8 {
        padding-bottom: 1.75rem !important
    }

    .pl-sm-8, .px-sm-8 {
        padding-left: 1.75rem !important
    }

    .p-sm-9 {
        padding: 2rem !important
    }

    .pt-sm-9, .py-sm-9 {
        padding-top: 2rem !important
    }

    .pr-sm-9, .px-sm-9 {
        padding-right: 2rem !important
    }

    .pb-sm-9, .py-sm-9 {
        padding-bottom: 2rem !important
    }

    .pl-sm-9, .px-sm-9 {
        padding-left: 2rem !important
    }

    .p-sm-10 {
        padding: 2.25rem !important
    }

    .pt-sm-10, .py-sm-10 {
        padding-top: 2.25rem !important
    }

    .pr-sm-10, .px-sm-10 {
        padding-right: 2.25rem !important
    }

    .pb-sm-10, .py-sm-10 {
        padding-bottom: 2.25rem !important
    }

    .pl-sm-10, .px-sm-10 {
        padding-left: 2.25rem !important
    }

    .p-sm-11 {
        padding: 2.5rem !important
    }

    .pt-sm-11, .py-sm-11 {
        padding-top: 2.5rem !important
    }

    .pr-sm-11, .px-sm-11 {
        padding-right: 2.5rem !important
    }

    .pb-sm-11, .py-sm-11 {
        padding-bottom: 2.5rem !important
    }

    .pl-sm-11, .px-sm-11 {
        padding-left: 2.5rem !important
    }

    .p-sm-12 {
        padding: 3rem !important
    }

    .pt-sm-12, .py-sm-12 {
        padding-top: 3rem !important
    }

    .pr-sm-12, .px-sm-12 {
        padding-right: 3rem !important
    }

    .pb-sm-12, .py-sm-12 {
        padding-bottom: 3rem !important
    }

    .pl-sm-12, .px-sm-12 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

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

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .125rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .125rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .125rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .125rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .125rem !important
    }

    .m-md-2 {
        margin: .25rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .25rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .25rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .25rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .25rem !important
    }

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

    .mt-md-3, .my-md-3 {
        margin-top: .5rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: .5rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: .5rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: .5rem !important
    }

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

    .mt-md-4, .my-md-4 {
        margin-top: .75rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: .75rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: .75rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: .75rem !important
    }

    .m-md-5 {
        margin: 1rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 1rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 1rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 1rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 1rem !important
    }

    .m-md-6 {
        margin: 1.25rem !important
    }

    .mt-md-6, .my-md-6 {
        margin-top: 1.25rem !important
    }

    .mr-md-6, .mx-md-6 {
        margin-right: 1.25rem !important
    }

    .mb-md-6, .my-md-6 {
        margin-bottom: 1.25rem !important
    }

    .ml-md-6, .mx-md-6 {
        margin-left: 1.25rem !important
    }

    .m-md-7 {
        margin: 1.5rem !important
    }

    .mt-md-7, .my-md-7 {
        margin-top: 1.5rem !important
    }

    .mr-md-7, .mx-md-7 {
        margin-right: 1.5rem !important
    }

    .mb-md-7, .my-md-7 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-7, .mx-md-7 {
        margin-left: 1.5rem !important
    }

    .m-md-8 {
        margin: 1.75rem !important
    }

    .mt-md-8, .my-md-8 {
        margin-top: 1.75rem !important
    }

    .mr-md-8, .mx-md-8 {
        margin-right: 1.75rem !important
    }

    .mb-md-8, .my-md-8 {
        margin-bottom: 1.75rem !important
    }

    .ml-md-8, .mx-md-8 {
        margin-left: 1.75rem !important
    }

    .m-md-9 {
        margin: 2rem !important
    }

    .mt-md-9, .my-md-9 {
        margin-top: 2rem !important
    }

    .mr-md-9, .mx-md-9 {
        margin-right: 2rem !important
    }

    .mb-md-9, .my-md-9 {
        margin-bottom: 2rem !important
    }

    .ml-md-9, .mx-md-9 {
        margin-left: 2rem !important
    }

    .m-md-10 {
        margin: 2.25rem !important
    }

    .mt-md-10, .my-md-10 {
        margin-top: 2.25rem !important
    }

    .mr-md-10, .mx-md-10 {
        margin-right: 2.25rem !important
    }

    .mb-md-10, .my-md-10 {
        margin-bottom: 2.25rem !important
    }

    .ml-md-10, .mx-md-10 {
        margin-left: 2.25rem !important
    }

    .m-md-11 {
        margin: 2.5rem !important
    }

    .mt-md-11, .my-md-11 {
        margin-top: 2.5rem !important
    }

    .mr-md-11, .mx-md-11 {
        margin-right: 2.5rem !important
    }

    .mb-md-11, .my-md-11 {
        margin-bottom: 2.5rem !important
    }

    .ml-md-11, .mx-md-11 {
        margin-left: 2.5rem !important
    }

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

    .mt-md-12, .my-md-12 {
        margin-top: 3rem !important
    }

    .mr-md-12, .mx-md-12 {
        margin-right: 3rem !important
    }

    .mb-md-12, .my-md-12 {
        margin-bottom: 3rem !important
    }

    .ml-md-12, .mx-md-12 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .125rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .125rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .125rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .125rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .125rem !important
    }

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

    .pt-md-2, .py-md-2 {
        padding-top: .25rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .25rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .25rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .25rem !important
    }

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

    .pt-md-3, .py-md-3 {
        padding-top: .5rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: .5rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: .5rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: .5rem !important
    }

    .p-md-4 {
        padding: .75rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: .75rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: .75rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: .75rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: .75rem !important
    }

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

    .pt-md-5, .py-md-5 {
        padding-top: 1rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 1rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 1rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 1rem !important
    }

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

    .pt-md-6, .py-md-6 {
        padding-top: 1.25rem !important
    }

    .pr-md-6, .px-md-6 {
        padding-right: 1.25rem !important
    }

    .pb-md-6, .py-md-6 {
        padding-bottom: 1.25rem !important
    }

    .pl-md-6, .px-md-6 {
        padding-left: 1.25rem !important
    }

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

    .pt-md-7, .py-md-7 {
        padding-top: 1.5rem !important
    }

    .pr-md-7, .px-md-7 {
        padding-right: 1.5rem !important
    }

    .pb-md-7, .py-md-7 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-7, .px-md-7 {
        padding-left: 1.5rem !important
    }

    .p-md-8 {
        padding: 1.75rem !important
    }

    .pt-md-8, .py-md-8 {
        padding-top: 1.75rem !important
    }

    .pr-md-8, .px-md-8 {
        padding-right: 1.75rem !important
    }

    .pb-md-8, .py-md-8 {
        padding-bottom: 1.75rem !important
    }

    .pl-md-8, .px-md-8 {
        padding-left: 1.75rem !important
    }

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

    .pt-md-9, .py-md-9 {
        padding-top: 2rem !important
    }

    .pr-md-9, .px-md-9 {
        padding-right: 2rem !important
    }

    .pb-md-9, .py-md-9 {
        padding-bottom: 2rem !important
    }

    .pl-md-9, .px-md-9 {
        padding-left: 2rem !important
    }

    .p-md-10 {
        padding: 2.25rem !important
    }

    .pt-md-10, .py-md-10 {
        padding-top: 2.25rem !important
    }

    .pr-md-10, .px-md-10 {
        padding-right: 2.25rem !important
    }

    .pb-md-10, .py-md-10 {
        padding-bottom: 2.25rem !important
    }

    .pl-md-10, .px-md-10 {
        padding-left: 2.25rem !important
    }

    .p-md-11 {
        padding: 2.5rem !important
    }

    .pt-md-11, .py-md-11 {
        padding-top: 2.5rem !important
    }

    .pr-md-11, .px-md-11 {
        padding-right: 2.5rem !important
    }

    .pb-md-11, .py-md-11 {
        padding-bottom: 2.5rem !important
    }

    .pl-md-11, .px-md-11 {
        padding-left: 2.5rem !important
    }

    .p-md-12 {
        padding: 3rem !important
    }

    .pt-md-12, .py-md-12 {
        padding-top: 3rem !important
    }

    .pr-md-12, .px-md-12 {
        padding-right: 3rem !important
    }

    .pb-md-12, .py-md-12 {
        padding-bottom: 3rem !important
    }

    .pl-md-12, .px-md-12 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

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

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .125rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .125rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .125rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .125rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .125rem !important
    }

    .m-lg-2 {
        margin: .25rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .25rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .25rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .25rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .25rem !important
    }

    .m-lg-3 {
        margin: .5rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: .5rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: .5rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: .5rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: .5rem !important
    }

    .m-lg-4 {
        margin: .75rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: .75rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: .75rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: .75rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: .75rem !important
    }

    .m-lg-5 {
        margin: 1rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 1rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 1rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 1rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 1rem !important
    }

    .m-lg-6 {
        margin: 1.25rem !important
    }

    .mt-lg-6, .my-lg-6 {
        margin-top: 1.25rem !important
    }

    .mr-lg-6, .mx-lg-6 {
        margin-right: 1.25rem !important
    }

    .mb-lg-6, .my-lg-6 {
        margin-bottom: 1.25rem !important
    }

    .ml-lg-6, .mx-lg-6 {
        margin-left: 1.25rem !important
    }

    .m-lg-7 {
        margin: 1.5rem !important
    }

    .mt-lg-7, .my-lg-7 {
        margin-top: 1.5rem !important
    }

    .mr-lg-7, .mx-lg-7 {
        margin-right: 1.5rem !important
    }

    .mb-lg-7, .my-lg-7 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-7, .mx-lg-7 {
        margin-left: 1.5rem !important
    }

    .m-lg-8 {
        margin: 1.75rem !important
    }

    .mt-lg-8, .my-lg-8 {
        margin-top: 1.75rem !important
    }

    .mr-lg-8, .mx-lg-8 {
        margin-right: 1.75rem !important
    }

    .mb-lg-8, .my-lg-8 {
        margin-bottom: 1.75rem !important
    }

    .ml-lg-8, .mx-lg-8 {
        margin-left: 1.75rem !important
    }

    .m-lg-9 {
        margin: 2rem !important
    }

    .mt-lg-9, .my-lg-9 {
        margin-top: 2rem !important
    }

    .mr-lg-9, .mx-lg-9 {
        margin-right: 2rem !important
    }

    .mb-lg-9, .my-lg-9 {
        margin-bottom: 2rem !important
    }

    .ml-lg-9, .mx-lg-9 {
        margin-left: 2rem !important
    }

    .m-lg-10 {
        margin: 2.25rem !important
    }

    .mt-lg-10, .my-lg-10 {
        margin-top: 2.25rem !important
    }

    .mr-lg-10, .mx-lg-10 {
        margin-right: 2.25rem !important
    }

    .mb-lg-10, .my-lg-10 {
        margin-bottom: 2.25rem !important
    }

    .ml-lg-10, .mx-lg-10 {
        margin-left: 2.25rem !important
    }

    .m-lg-11 {
        margin: 2.5rem !important
    }

    .mt-lg-11, .my-lg-11 {
        margin-top: 2.5rem !important
    }

    .mr-lg-11, .mx-lg-11 {
        margin-right: 2.5rem !important
    }

    .mb-lg-11, .my-lg-11 {
        margin-bottom: 2.5rem !important
    }

    .ml-lg-11, .mx-lg-11 {
        margin-left: 2.5rem !important
    }

    .m-lg-12 {
        margin: 3rem !important
    }

    .mt-lg-12, .my-lg-12 {
        margin-top: 3rem !important
    }

    .mr-lg-12, .mx-lg-12 {
        margin-right: 3rem !important
    }

    .mb-lg-12, .my-lg-12 {
        margin-bottom: 3rem !important
    }

    .ml-lg-12, .mx-lg-12 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .125rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .125rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .125rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .125rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .125rem !important
    }

    .p-lg-2 {
        padding: .25rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .25rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .25rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .25rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .25rem !important
    }

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

    .pt-lg-3, .py-lg-3 {
        padding-top: .5rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: .5rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: .5rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: .5rem !important
    }

    .p-lg-4 {
        padding: .75rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: .75rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: .75rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: .75rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: .75rem !important
    }

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

    .pt-lg-5, .py-lg-5 {
        padding-top: 1rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 1rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 1rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 1rem !important
    }

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

    .pt-lg-6, .py-lg-6 {
        padding-top: 1.25rem !important
    }

    .pr-lg-6, .px-lg-6 {
        padding-right: 1.25rem !important
    }

    .pb-lg-6, .py-lg-6 {
        padding-bottom: 1.25rem !important
    }

    .pl-lg-6, .px-lg-6 {
        padding-left: 1.25rem !important
    }

    .p-lg-7 {
        padding: 1.5rem !important
    }

    .pt-lg-7, .py-lg-7 {
        padding-top: 1.5rem !important
    }

    .pr-lg-7, .px-lg-7 {
        padding-right: 1.5rem !important
    }

    .pb-lg-7, .py-lg-7 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-7, .px-lg-7 {
        padding-left: 1.5rem !important
    }

    .p-lg-8 {
        padding: 1.75rem !important
    }

    .pt-lg-8, .py-lg-8 {
        padding-top: 1.75rem !important
    }

    .pr-lg-8, .px-lg-8 {
        padding-right: 1.75rem !important
    }

    .pb-lg-8, .py-lg-8 {
        padding-bottom: 1.75rem !important
    }

    .pl-lg-8, .px-lg-8 {
        padding-left: 1.75rem !important
    }

    .p-lg-9 {
        padding: 2rem !important
    }

    .pt-lg-9, .py-lg-9 {
        padding-top: 2rem !important
    }

    .pr-lg-9, .px-lg-9 {
        padding-right: 2rem !important
    }

    .pb-lg-9, .py-lg-9 {
        padding-bottom: 2rem !important
    }

    .pl-lg-9, .px-lg-9 {
        padding-left: 2rem !important
    }

    .p-lg-10 {
        padding: 2.25rem !important
    }

    .pt-lg-10, .py-lg-10 {
        padding-top: 2.25rem !important
    }

    .pr-lg-10, .px-lg-10 {
        padding-right: 2.25rem !important
    }

    .pb-lg-10, .py-lg-10 {
        padding-bottom: 2.25rem !important
    }

    .pl-lg-10, .px-lg-10 {
        padding-left: 2.25rem !important
    }

    .p-lg-11 {
        padding: 2.5rem !important
    }

    .pt-lg-11, .py-lg-11 {
        padding-top: 2.5rem !important
    }

    .pr-lg-11, .px-lg-11 {
        padding-right: 2.5rem !important
    }

    .pb-lg-11, .py-lg-11 {
        padding-bottom: 2.5rem !important
    }

    .pl-lg-11, .px-lg-11 {
        padding-left: 2.5rem !important
    }

    .p-lg-12 {
        padding: 3rem !important
    }

    .pt-lg-12, .py-lg-12 {
        padding-top: 3rem !important
    }

    .pr-lg-12, .px-lg-12 {
        padding-right: 3rem !important
    }

    .pb-lg-12, .py-lg-12 {
        padding-bottom: 3rem !important
    }

    .pl-lg-12, .px-lg-12 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .125rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .125rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .125rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .125rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .125rem !important
    }

    .m-xl-2 {
        margin: .25rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .25rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .25rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .25rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .25rem !important
    }

    .m-xl-3 {
        margin: .5rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: .5rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: .5rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: .5rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: .5rem !important
    }

    .m-xl-4 {
        margin: .75rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: .75rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: .75rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: .75rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: .75rem !important
    }

    .m-xl-5 {
        margin: 1rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 1rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 1rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 1rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 1rem !important
    }

    .m-xl-6 {
        margin: 1.25rem !important
    }

    .mt-xl-6, .my-xl-6 {
        margin-top: 1.25rem !important
    }

    .mr-xl-6, .mx-xl-6 {
        margin-right: 1.25rem !important
    }

    .mb-xl-6, .my-xl-6 {
        margin-bottom: 1.25rem !important
    }

    .ml-xl-6, .mx-xl-6 {
        margin-left: 1.25rem !important
    }

    .m-xl-7 {
        margin: 1.5rem !important
    }

    .mt-xl-7, .my-xl-7 {
        margin-top: 1.5rem !important
    }

    .mr-xl-7, .mx-xl-7 {
        margin-right: 1.5rem !important
    }

    .mb-xl-7, .my-xl-7 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-7, .mx-xl-7 {
        margin-left: 1.5rem !important
    }

    .m-xl-8 {
        margin: 1.75rem !important
    }

    .mt-xl-8, .my-xl-8 {
        margin-top: 1.75rem !important
    }

    .mr-xl-8, .mx-xl-8 {
        margin-right: 1.75rem !important
    }

    .mb-xl-8, .my-xl-8 {
        margin-bottom: 1.75rem !important
    }

    .ml-xl-8, .mx-xl-8 {
        margin-left: 1.75rem !important
    }

    .m-xl-9 {
        margin: 2rem !important
    }

    .mt-xl-9, .my-xl-9 {
        margin-top: 2rem !important
    }

    .mr-xl-9, .mx-xl-9 {
        margin-right: 2rem !important
    }

    .mb-xl-9, .my-xl-9 {
        margin-bottom: 2rem !important
    }

    .ml-xl-9, .mx-xl-9 {
        margin-left: 2rem !important
    }

    .m-xl-10 {
        margin: 2.25rem !important
    }

    .mt-xl-10, .my-xl-10 {
        margin-top: 2.25rem !important
    }

    .mr-xl-10, .mx-xl-10 {
        margin-right: 2.25rem !important
    }

    .mb-xl-10, .my-xl-10 {
        margin-bottom: 2.25rem !important
    }

    .ml-xl-10, .mx-xl-10 {
        margin-left: 2.25rem !important
    }

    .m-xl-11 {
        margin: 2.5rem !important
    }

    .mt-xl-11, .my-xl-11 {
        margin-top: 2.5rem !important
    }

    .mr-xl-11, .mx-xl-11 {
        margin-right: 2.5rem !important
    }

    .mb-xl-11, .my-xl-11 {
        margin-bottom: 2.5rem !important
    }

    .ml-xl-11, .mx-xl-11 {
        margin-left: 2.5rem !important
    }

    .m-xl-12 {
        margin: 3rem !important
    }

    .mt-xl-12, .my-xl-12 {
        margin-top: 3rem !important
    }

    .mr-xl-12, .mx-xl-12 {
        margin-right: 3rem !important
    }

    .mb-xl-12, .my-xl-12 {
        margin-bottom: 3rem !important
    }

    .ml-xl-12, .mx-xl-12 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .125rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .125rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .125rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .125rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .125rem !important
    }

    .p-xl-2 {
        padding: .25rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .25rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .25rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .25rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .25rem !important
    }

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

    .pt-xl-3, .py-xl-3 {
        padding-top: .5rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: .5rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: .5rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: .5rem !important
    }

    .p-xl-4 {
        padding: .75rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: .75rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: .75rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: .75rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: .75rem !important
    }

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

    .pt-xl-5, .py-xl-5 {
        padding-top: 1rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 1rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 1rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 1rem !important
    }

    .p-xl-6 {
        padding: 1.25rem !important
    }

    .pt-xl-6, .py-xl-6 {
        padding-top: 1.25rem !important
    }

    .pr-xl-6, .px-xl-6 {
        padding-right: 1.25rem !important
    }

    .pb-xl-6, .py-xl-6 {
        padding-bottom: 1.25rem !important
    }

    .pl-xl-6, .px-xl-6 {
        padding-left: 1.25rem !important
    }

    .p-xl-7 {
        padding: 1.5rem !important
    }

    .pt-xl-7, .py-xl-7 {
        padding-top: 1.5rem !important
    }

    .pr-xl-7, .px-xl-7 {
        padding-right: 1.5rem !important
    }

    .pb-xl-7, .py-xl-7 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-7, .px-xl-7 {
        padding-left: 1.5rem !important
    }

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

    .pt-xl-8, .py-xl-8 {
        padding-top: 1.75rem !important
    }

    .pr-xl-8, .px-xl-8 {
        padding-right: 1.75rem !important
    }

    .pb-xl-8, .py-xl-8 {
        padding-bottom: 1.75rem !important
    }

    .pl-xl-8, .px-xl-8 {
        padding-left: 1.75rem !important
    }

    .p-xl-9 {
        padding: 2rem !important
    }

    .pt-xl-9, .py-xl-9 {
        padding-top: 2rem !important
    }

    .pr-xl-9, .px-xl-9 {
        padding-right: 2rem !important
    }

    .pb-xl-9, .py-xl-9 {
        padding-bottom: 2rem !important
    }

    .pl-xl-9, .px-xl-9 {
        padding-left: 2rem !important
    }

    .p-xl-10 {
        padding: 2.25rem !important
    }

    .pt-xl-10, .py-xl-10 {
        padding-top: 2.25rem !important
    }

    .pr-xl-10, .px-xl-10 {
        padding-right: 2.25rem !important
    }

    .pb-xl-10, .py-xl-10 {
        padding-bottom: 2.25rem !important
    }

    .pl-xl-10, .px-xl-10 {
        padding-left: 2.25rem !important
    }

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

    .pt-xl-11, .py-xl-11 {
        padding-top: 2.5rem !important
    }

    .pr-xl-11, .px-xl-11 {
        padding-right: 2.5rem !important
    }

    .pb-xl-11, .py-xl-11 {
        padding-bottom: 2.5rem !important
    }

    .pl-xl-11, .px-xl-11 {
        padding-left: 2.5rem !important
    }

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

    .pt-xl-12, .py-xl-12 {
        padding-top: 3rem !important
    }

    .pr-xl-12, .px-xl-12 {
        padding-right: 3rem !important
    }

    .pb-xl-12, .py-xl-12 {
        padding-bottom: 3rem !important
    }

    .pl-xl-12, .px-xl-12 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

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

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

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

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

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

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

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

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

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

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

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

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

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

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

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

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

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

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

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 100 !important
}

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

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-primary {
    color: #ffc200 !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #cc9b00 !important
}

.text-secondary {
    color: #fff !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #e6e6e6 !important
}

.text-success {
    color: #00bc8b !important
}

a.text-success:focus, a.text-success:hover {
    color: #008965 !important
}

.text-info {
    color: #266dd3 !important
}

a.text-info:focus, a.text-info:hover {
    color: #1e57a8 !important
}

.text-warning {
    color: #ffc200 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #cc9b00 !important
}

.text-danger {
    color: #ed2e2e !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #d61212 !important
}

.text-light {
    color: #f7f7f7 !important
}

a.text-light:focus, a.text-light:hover {
    color: #dedede !important
}

.text-dark {
    color: #dfdfdf !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #c6c6c6 !important
}

.text-red {
    color: #ed2e2e !important
}

a.text-red:focus, a.text-red:hover {
    color: #d61212 !important
}

.text-yellow {
    color: #ffc200 !important
}

a.text-yellow:focus, a.text-yellow:hover {
    color: #cc9b00 !important
}

.text-grey {
    color: grey !important
}

a.text-grey:focus, a.text-grey:hover {
    color: #676767 !important
}

.text-green {
    color: #00bc8b !important
}

a.text-green:focus, a.text-green:hover {
    color: #008965 !important
}

.text-blue {
    color: #266dd3 !important
}

a.text-blue:focus, a.text-blue:hover {
    color: #1e57a8 !important
}

.text-purple {
    color: #844185 !important
}

a.text-purple:focus, a.text-purple:hover {
    color: #623063 !important
}

.text-black {
    color: #333 !important
}

a.text-black:focus, a.text-black:hover {
    color: #1a1a1a !important
}

.text-white {
    color: #fff !important
}

a.text-white:focus, a.text-white:hover {
    color: #e6e6e6 !important
}

.text-body {
    color: #333 !important
}

.text-muted {
    color: #9b9b9b !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0 / 0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    * , :after, :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn):not(.button) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container, body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

.slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.breadcrumb a:focus, .breadcrumb a:hover, .cart-product-list-item-actions > span:first-child button:focus,
.cart-product-list-item-actions > span:first-child button:hover,
.cart-product-list-item-delete:focus, .cart-product-list-item-delete:hover,
.cart-product-list-item-name:focus, .cart-product-list-item-name:hover,
.cart-product-list-item-quantity:focus, .cart-product-list-item-quantity:hover,
.hover-no-decoration:focus, .hover-no-decoration:hover, .modal-footer .quantity .quantity-control:focus,
.modal-footer .quantity .quantity-control:hover, .site-header-nav a:focus,
.site-header-nav a:hover {
    text-decoration: none;
    color: inherit;
    background: inherit
}

input.error, select.error {
    border-color: #ed2e2e;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAABJxJREFUWAm1V01sG0UU/mYb/8S7W0jiFhJoVIrgwAFBDxUHflRB24i/tBw5wIlTVQ5IHDgUBXFBQkgICXFD4oaEUBsKFCkIuBVBjGgFXECkor848Tpp3KQNaw/fy+7Y43jttUAeyZm3733vezNvZt5MFPpsiyiMb4MzrYADgJrU0BOUixqoKKjLgL5Aea6B+mwR65f6pAU5ercqvEdJ/CaBjzBwKp4D0RrqTAP6eBG1b3qzk7Eb4Cryd2WReY+Ap5MxjAO1woDb2TtJGAK+CrHx8k7c/D3JLrpEx0V4+3PI/LgleNAAPqoDRxoId/2MWnYEqyPsc/IN1KfJ9yF/FSGWRv+pDLI/VOAejDR9/K3CfYFp/6cKX8svgF+rwHujDHh9uOMq4NL/OP2uGQ5+hxX4L6X6y8zbg3tnryC/O9UxAVDB8C5yldoH4R5KgEYqWXOCl4wDZ3C631l3I+XRKJBn1nCyry4id28insBTBhjAO5sWfAHIl1F48AIwnEgYK8VO3nnDzazMdeCpfMwAOJBaWtpJOkr8H7HPwhV4OzpILQWX407yrpgY9qbcPAVyzg2eBeadcdw4b76Teg/uU9TfHdt2Z6EOJ+GMbgzrFym/Zb4dOM14DiucVLSHY2NQR+1tA+zWh9C/SsFp2cNfWnKydB2r79KHK7vZ9pksOyyvz/LEcgwAz/mpnUAtwnT/uwNrP2k0nmG2PiDqMGd4pjs6srBQrHPEJwwuj21SNwCu/6dmbZbg90ylcf6vPdd+ysTinvhCeLgH1KQhVAjnjZzWSwpZtF78G/k9aVhj34AqGZnLsRl3KLrVZAW0Pod1FrL0JsFZqs8R6Weg1srIPdCr3hvGcdRYZ7wNTjrLG3RC9A5DFyOAWtkPhAbcq+cldYB+vmBIVMggM9ULb9lk5wbRtx6ZYXyHivjy0Nu/BYYscFdRQedsI6/etm/btkWW3T4a6dTyDPc9MyCPCWnKuR/Dt0fyYP5ehj8m6Rd2Lv1mXG5CzcIWNQdqr5EH0efQsPjVXxJDlsCqzfHZHER0cjLbzWPOOvJ1PID6Z3IC4pjTcp8PIv4CLy/yHjHcIeonRXakTssbLjaM5eC9YkDdeq7fddvGmaVWz1vgHiPO7LHSbbjxZ5NjCe7jVoW6JrdX05ggcDMVWcnOiw+v7otluIY4AQ2IndhqK0bhyQ4gCU8bAItFiVu00AGyFLJUHOhDae8GvkZz5P7e4uZpT2isZve0j9Kf5fHo+dhIoGlTSXBO5hMTnANhdr372kD2hzwU6BAaB/bzSxi+w8b0K0vat8y8HqDQ5Ylvscrr1R4ESZb5e63fbMhuD+C+ysEHrYl4DO4dtcI0RVbGzsZMHOKr5WNabm1ZdZln9QRPwMmbcOYnsColnCoppT5PT2Mvd7nc8c9Zu10Aq/yf4flRrH3e4mpJiQMQs7xeh5B5n/xPtOC2pDdIHkS1PSqvtjWS9Xd85BwdQ+23Tluk6ToA4yD7In7D7TO6PvqSRv11zvrLNGzqAAyBvAHkGaXhHGTmJ5lm3ud6hBlaji4Wxf+OG3NS4dqKjCEYRD/DSvp/ef8FE4PM9hwf0PwAAAAASUVORK5CYII=");
    background-size: 16px;
    background-position: right 15px center;
    border-color: #ef000d !important;
    background-color: rgba(237, 46, 46, .12) !important;
    background-repeat: no-repeat
}

input.error, input.valid, select.error, select.valid {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

input[type=file].error {
    color: #b94a48;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

input[type=file].valid {
    color: #468847;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-error {
    display: block;
    color: #b94a48;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 140%
}

span.help {
    color: #999;
    font-size: 90%
}

input.async-validation, input.validating-server-side, select.async-validation,
select.validating-server-side {
    opacity: .5;
    background-image: url("data:image/gif;base64,R0lGODlhEAAQAPQAAP///wAAAPDw8IqKiuDg4EZGRnp6egAAAFhYWCQkJKysrL6+vhQUFJycnAQEBDY2NmhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAEAAQAAAFdyAgAgIJIeWoAkRCCMdBkKtIHIngyMKsErPBYbADpkSCwhDmQCBethRB6Vj4kFCkQPG4IlWDgrNRIwnO4UKBXDufzQvDMaoSDBgFb886MiQadgNABAokfCwzBA8LCg0Egl8jAggGAA1kBIA1BAYzlyILczULC2UhACH5BAAKAAEALAAAAAAQABAAAAV2ICACAmlAZTmOREEIyUEQjLKKxPHADhEvqxlgcGgkGI1DYSVAIAWMx+lwSKkICJ0QsHi9RgKBwnVTiRQQgwF4I4UFDQQEwi6/3YSGWRRmjhEETAJfIgMFCnAKM0KDV4EEEAQLiF18TAYNXDaSe3x6mjidN1s3IQAh+QQACgACACwAAAAAEAAQAAAFeCAgAgLZDGU5jgRECEUiCI+yioSDwDJyLKsXoHFQxBSHAoAAFBhqtMJg8DgQBgfrEsJAEAg4YhZIEiwgKtHiMBgtpg3wbUZXGO7kOb1MUKRFMysCChAoggJCIg0GC2aNe4gqQldfL4l/Ag1AXySJgn5LcoE3QXI3IQAh+QQACgADACwAAAAAEAAQAAAFdiAgAgLZNGU5joQhCEjxIssqEo8bC9BRjy9Ag7GILQ4QEoE0gBAEBcOpcBA0DoxSK/e8LRIHn+i1cK0IyKdg0VAoljYIg+GgnRrwVS/8IAkICyosBIQpBAMoKy9dImxPhS+GKkFrkX+TigtLlIyKXUF+NjagNiEAIfkEAAoABAAsAAAAABAAEAAABWwgIAICaRhlOY4EIgjH8R7LKhKHGwsMvb4AAy3WODBIBBKCsYA9TjuhDNDKEVSERezQEL0WrhXucRUQGuik7bFlngzqVW9LMl9XWvLdjFaJtDFqZ1cEZUB0dUgvL3dgP4WJZn4jkomWNpSTIyEAIfkEAAoABQAsAAAAABAAEAAABX4gIAICuSxlOY6CIgiD8RrEKgqGOwxwUrMlAoSwIzAGpJpgoSDAGifDY5kopBYDlEpAQBwevxfBtRIUGi8xwWkDNBCIwmC9Vq0aiQQDQuK+VgQPDXV9hCJjBwcFYU5pLwwHXQcMKSmNLQcIAExlbH8JBwttaX0ABAcNbWVbKyEAIfkEAAoABgAsAAAAABAAEAAABXkgIAICSRBlOY7CIghN8zbEKsKoIjdFzZaEgUBHKChMJtRwcWpAWoWnifm6ESAMhO8lQK0EEAV3rFopIBCEcGwDKAqPh4HUrY4ICHH1dSoTFgcHUiZjBhAJB2AHDykpKAwHAwdzf19KkASIPl9cDgcnDkdtNwiMJCshACH5BAAKAAcALAAAAAAQABAAAAV3ICACAkkQZTmOAiosiyAoxCq+KPxCNVsSMRgBsiClWrLTSWFoIQZHl6pleBh6suxKMIhlvzbAwkBWfFWrBQTxNLq2RG2yhSUkDs2b63AYDAoJXAcFRwADeAkJDX0AQCsEfAQMDAIPBz0rCgcxky0JRWE1AmwpKyEAIfkEAAoACAAsAAAAABAAEAAABXkgIAICKZzkqJ4nQZxLqZKv4NqNLKK2/Q4Ek4lFXChsg5ypJjs1II3gEDUSRInEGYAw6B6zM4JhrDAtEosVkLUtHA7RHaHAGJQEjsODcEg0FBAFVgkQJQ1pAwcDDw8KcFtSInwJAowCCA6RIwqZAgkPNgVpWndjdyohACH5BAAKAAkALAAAAAAQABAAAAV5ICACAimc5KieLEuUKvm2xAKLqDCfC2GaO9eL0LABWTiBYmA06W6kHgvCqEJiAIJiu3gcvgUsscHUERm+kaCxyxa+zRPk0SgJEgfIvbAdIAQLCAYlCj4DBw0IBQsMCjIqBAcPAooCBg9pKgsJLwUFOhCZKyQDA3YqIQAh+QQACgAKACwAAAAAEAAQAAAFdSAgAgIpnOSonmxbqiThCrJKEHFbo8JxDDOZYFFb+A41E4H4OhkOipXwBElYITDAckFEOBgMQ3arkMkUBdxIUGZpEb7kaQBRlASPg0FQQHAbEEMGDSVEAA1QBhAED1E0NgwFAooCDWljaQIQCE5qMHcNhCkjIQAh+QQACgALACwAAAAAEAAQAAAFeSAgAgIpnOSoLgxxvqgKLEcCC65KEAByKK8cSpA4DAiHQ/DkKhGKh4ZCtCyZGo6F6iYYPAqFgYy02xkSaLEMV34tELyRYNEsCQyHlvWkGCzsPgMCEAY7Cg04Uk48LAsDhRA8MVQPEF0GAgqYYwSRlycNcWskCkApIyEAOwAAAAAAAAAAAA==");
    background-position: right 5px center;
    background-repeat: no-repeat;
    background-color: #fff
}

div.form-error {
    background-color: #f2dede;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #b94a48;
    border-radius: 4px
}

div.form-error strong {
    font-weight: 700;
    display: block;
    margin: 0;
    padding: 0 0 10px
}

div.form-error strong, div.form-error ul li {
    line-height: 140%;
    color: #b94a48;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px
}

div.form-error ul, div.form-error ul li {
    background: none
}

.visible-xs {
    display: block !important
}

@media (min-width:576px) {
    .visible-xs {
        display: none !important
    }
}

.hidden-xs {
    display: none !important
}

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

.visible {
    display: block !important
}

.position-sticky, .sticky-bottom, .sticky-top {
    position: -webkit-sticky
}

.sticky-bottom {
    top: auto;
    bottom: 0
}

.ab-in-app-message.ab-show.ab-html-message {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 100
}

@media (min-width:768px) {
    .dont-collapse-md {
        display: block !important;
        height: auto !important;
        visibility: visible
    }
}

@media (max-width:767.98px) {
    .dont-collapse-sm-down {
        display: block !important;
        height: auto !important;
        visibility: visible
    }
}

label {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700
}

.help-block.form-error:empty {
    display: none !important
}

#component-cart-joker-bar, .box-shadow, .component-joker-listing-shop,
.foodiversity-slider-nav button:active, .foodiversity-slider-nav button:focus,
.foodiversity-slider-nav button:hover, .shop-profile-cart .cart {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .13)
}

.input-radio-mark:not(.has-multiple-choices) input[type=checkbox],
.input-radio-mark:not(.has-multiple-choices) input[type=radio],
.menu-item-choice:not(.has-multiple-choices) input[type=checkbox],
.menu-item-choice:not(.has-multiple-choices) input[type=radio] {
    position: absolute;
    visibility: hidden;
    opacity: 0
}

.input-radio-mark:not(.has-multiple-choices) label, .menu-item-choice:not(.has-multiple-choices) label {
    padding-left: 35px;
    width: 100%;
    cursor: pointer
}

@media (max-width:991.98px) {
    .input-radio-mark:not(.has-multiple-choices) label, .menu-item-choice:not(.has-multiple-choices) label {
        display: flex;
        align-items: center;
        padding: 0 0 0 35px;
        position: relative;
        float: left;
        width: 80%;
        height: 100%
    }
}

.input-radio-mark input:disabled + label, .menu-item-choice input:disabled + label {
    opacity: .4
}

.input-radio-mark-right:not(.has-multiple-choices) label {
    padding-left: 0;
    padding-right: 25px
}

.has-multiple-choices.menu-item-choice label, .input-radio-mark.has-multiple-choices label {
    padding-left: 5px;
    width: 65%
}

@media (max-width:991.98px) {
    .has-multiple-choices.menu-item-choice label, .input-radio-mark.has-multiple-choices label {
        display: block
    }
}

.input-radio-mark-right.has-multiple-choices label {
    padding-left: 0;
    padding-right: 5px
}

.input-radio-mark:not(.has-multiple-choices) input[type=checkbox] + label:before,
.input-radio-mark:not(.has-multiple-choices) input[type=radio] + label:before,
.menu-item-choice:not(.has-multiple-choices) input[type=checkbox] + label:before,
.menu-item-choice:not(.has-multiple-choices) input[type=radio] + label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    background: #fff;
    border: 1px solid #dadada;
    transition: all .1s ease-in-out
}

@media (min-width:992px) {
    .input-radio-mark:not(.has-multiple-choices):not(.menu-item-choice):not(.without_comment_only) input[type=checkbox] + label:before,
    .input-radio-mark:not(.has-multiple-choices):not(.menu-item-choice) input[type=radio] + label:before,
    .menu-item-choice:not(.has-multiple-choices):not(.menu-item-choice):not(.without_comment_only) input[type=checkbox] + label:before,
    .menu-item-choice:not(.has-multiple-choices):not(.menu-item-choice) input[type=radio] + label:before {
        top: 1px;
        left: 0
    }
}

@media (max-width:991.98px) {
    .input-radio-mark:not(.has-multiple-choices):not(.menu-item-choice):not(.without_comment_only) input[type=checkbox] + label:before,
    .input-radio-mark:not(.has-multiple-choices):not(.menu-item-choice) input[type=radio] + label:before,
    .menu-item-choice:not(.has-multiple-choices):not(.menu-item-choice):not(.without_comment_only) input[type=checkbox] + label:before,
    .menu-item-choice:not(.has-multiple-choices):not(.menu-item-choice) input[type=radio] + label:before {
        top: 0;
        left: 0
    }
}

.without_comment_only input[type=checkbox] + label:before {
    top: 0;
    left: 0
}

.input-radio-mark:not(.has-multiple-choices) input[type=checkbox] + label:before,
.menu-item-choice:not(.has-multiple-choices) input[type=checkbox] + label:before {
    width: 17px;
    height: 17px
}

.input-radio-mark-right:not(.has-multiple-choices) input[type=checkbox] + label:before,
.input-radio-mark-right:not(.has-multiple-choices) input[type=radio] + label:before {
    left: auto !important;
    right: 0 !important
}

.input-radio-mark:not(.has-multiple-choices) input[type=checkbox] + label:after,
.menu-item-choice:not(.has-multiple-choices) input[type=checkbox] + label:after {
    content: "";
    position: absolute;
    display: block;
    opacity: 0;
    z-index: 1
}

.categories-trigger--desk-count, .categories-trigger--mobile-count,
.input-radio-mark:not(.has-multiple-choices) input[type=checkbox]:checked + label:before,
.input-radio-mark:not(.has-multiple-choices) input[type=radio]:checked + label:before,
.menu-item-choice:not(.has-multiple-choices) input[type=checkbox]:checked + label:before,
.menu-item-choice:not(.has-multiple-choices) input[type=radio]:checked + label:before {
    background: #ed2e2e;
    border-color: #ed2e2e
}

.input-radio-mark:not(.has-multiple-choices) input[type=checkbox]:checked + label:after,
.menu-item-choice:not(.has-multiple-choices) input[type=checkbox]:checked + label:after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
    transition: all .1s ease-in-out
}

.input-radio-mark:not(.has-multiple-choices) input[type=checkbox]:checked + label,
.input-radio-mark:not(.has-multiple-choices) input[type=radio]:checked + label,
.menu-item-choice:not(.has-multiple-choices) input[type=checkbox]:checked + label,
.menu-item-choice:not(.has-multiple-choices) input[type=radio]:checked + label {
    font-weight: 700;
    color: #666 !important
}

.input-radio-mark:not(.has-multiple-choices) input[type=checkbox] + label:before,
.menu-item-choice:not(.has-multiple-choices) input[type=checkbox] + label:before {
    border-radius: .25rem
}

.input-radio-mark:not(.has-multiple-choices) input[type=checkbox] + label:after,
.menu-item-choice:not(.has-multiple-choices) input[type=checkbox] + label:after {
    width: 7px;
    height: 12px;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) scale(0);
    transition: all .2s ease-in-out
}

.input-radio-mark:not(.has-multiple-choices):not(.menu-item-choice):not(.without_comment_only) input[type=checkbox] + label:after,
.menu-item-choice:not(.has-multiple-choices):not(.menu-item-choice):not(.without_comment_only) input[type=checkbox] + label:after {
    top: 1px;
    left: 5px
}

@media (max-width:991.98px) {
    .mobile-filtering-checkboxes input[type=checkbox] + label:after {
        left: unset !important;
        right: 5px
    }
}

.without_comment_only input[type=checkbox] + label:after {
    top: 0;
    left: 5px
}

.input-radio-mark:not(.has-multiple-choices) input[type=radio] + label:before,
.menu-item-choice:not(.has-multiple-choices) input[type=radio] + label:before {
    border-radius: 50%
}

.input-radio-mark:not(.has-multiple-choices) input[type=radio]:checked + label:before,
.menu-item-choice:not(.has-multiple-choices) input[type=radio]:checked + label:before {
    background: #fff;
    border: 6px solid #ed2e2e
}

textarea {
    width: 100%;
    border: 1px solid #dfdfdf;
    border-radius: .25rem;
    min-height: 90px;
    padding: 1rem
}

.modal-addressbox-confirmation .shop-profile-menu-list-item--not-available .button-map-submit,
.order-steps .shop-profile-menu-list-item--not-available .button-primary,
.react-autosuggest__suggestion:last-child .shop-profile-menu-list-item--not-available span,
.shop-profile-menu-list-item--not-available .btn, .shop-profile-menu-list-item--not-available .button,
.shop-profile-menu-list-item--not-available .modal-addressbox-confirmation .button-map-submit,
.shop-profile-menu-list-item--not-available .order-steps .button-primary,
.shop-profile-menu-list-item--not-available .react-autosuggest__suggestion:last-child span,
.shop-profile-menu-list-item--not-available .shop-profile-menu-list-item--inner,
.shop-profile-menu-list-item--not-available img, a.disabled, a:disabled,
a[disabled], button.disabled, button:disabled, button[disabled] {
    cursor: not-allowed !important
}

.btn-group-lg > .btn, .btn-group-lg > .button, .btn-group-sm > .btn,
.btn-group-sm > .button, .btn-lg, .btn-sm, .cart-product-list-item-actions > span:first-child button,
.cart-product-list-item-delete, .cart .button-primary, .modal-addressbox-confirmation .btn-group-sm > .button-map-submit,
.modal-addressbox-confirmation .button-map-submit, .order-steps .btn-group-sm > .button-primary,
.order-steps .button-primary, .react-autosuggest__suggestion:last-child .btn-group-lg > span,
.react-autosuggest__suggestion:last-child span {
    font-size: .875rem
}

.btn-primary:not(.btn-link):not(.cart-product-list-item-delete):active,
.btn-primary:not(.btn-link):not(.cart-product-list-item-delete):focus,
.btn-primary:not(.btn-link):not(.cart-product-list-item-delete):hover,
.button-primary:not(.btn-link):not(.cart-product-list-item-delete):active,
.button-primary:not(.btn-link):not(.cart-product-list-item-delete):focus,
.button-primary:not(.btn-link):not(.cart-product-list-item-delete):hover,
.modal-addressbox-confirmation .button-map-submit:not(.btn-link):not(.cart-product-list-item-delete):active,
.modal-addressbox-confirmation .button-map-submit:not(.btn-link):not(.cart-product-list-item-delete):focus,
.modal-addressbox-confirmation .button-map-submit:not(.btn-link):not(.cart-product-list-item-delete):hover {
    background: #ffb000;
    border-color: #ffb000
}

.btn-primary:disabled, .button-primary:disabled, .modal-addressbox-confirmation .button-map-submit:disabled {
    background-color: #fff3af;
    border-color: #fff3af;
    color: #9b9b9b
}

.btn-secondary:not(.btn-link):not(.cart-product-list-item-delete),
.react-autosuggest__suggestion:last-child span:not(.btn-link):not(.cart-product-list-item-delete) {
    border: 1px solid #dfdfdf
}

.btn-secondary:not(.btn-link):not(.cart-product-list-item-delete):active,
.btn-secondary:not(.btn-link):not(.cart-product-list-item-delete):focus,
.btn-secondary:not(.btn-link):not(.cart-product-list-item-delete):hover,
.react-autosuggest__suggestion:last-child span:not(.btn-link):not(.cart-product-list-item-delete):active,
.react-autosuggest__suggestion:last-child span:not(.btn-link):not(.cart-product-list-item-delete):focus,
.react-autosuggest__suggestion:last-child span:not(.btn-link):not(.cart-product-list-item-delete):hover {
    border: 1px solid #dfdfdf
}

.reviews--back-to-menu-button {
    position: sticky;
    position: -webkit-sticky;
    bottom: 65px;
    margin-left: 50%;
    width: 200px;
    background: rgba(51, 51, 51, .7);
    border-radius: 30px;
    z-index: 1;
    transform: translatex(-100px)
}

.btn-add-to-cart {
    font-size: 12px;
    font-size: .75rem;
    pointer-events: none
}

.btn-add-to-cart .fa-shopping-basket {
    font-size: 10px;
    font-size: .625rem;
    color: #9b9b9b
}

.joker-active .reviews--back-to-menu-button {
    bottom: 120px
}

.popular-dishes-dish-info .btn-add-to-cart {
    margin-left: 0 !important;
    margin-right: auto !important
}

a[data-toggle=collapse] i {
    pointer-events: none
}

.site-logo {
    display: block;
    width: 115px;
    height: auto
}

@media (min-width:992px) {
    .site-logo {
        width: 100px
    }
}

@media (max-width:991.98px) {
    .page-landing-cuisine .header-logo-main {
        margin-top: 64px
    }
}

.page-landing-cuisine .header-logo-main img {
    width: 129px;
    height: auto
}

.brand-logo--footer img {
    width: 144px;
    height: auto
}

.back-to-top-icon {
    font-size: 22px;
    width: 40px;
    height: 40px;
    border: 1px solid #dfdfdf;
    line-height: 40px;
    border-radius: 50%;
    background-color: #fff
}

.page-menu .back-to-top {
    margin-bottom: 60px
}

.site-header-translation .dropdown-menu:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -10px;
    left: 50%;
    transform: translateX(-50%)
}

.page-cuisine-landing .site-header .site-header-translation-link,
.page-delivery .site-header .site-header-translation-link, .page-foodiversity .site-header .site-header-translation-link,
.page-homepage .site-header .site-header-translation-link, .page-landing .site-header .site-header-translation-link,
.page-menu .site-header .site-header-translation-link, .page-qlfp-list .site-header .site-header-translation-link,
.page-reset_password .site-header .site-header-translation-link,
.page-search .site-header .site-header-translation-link, .page-static .site-header .site-header-translation-link,
.page-thankyou .site-header .site-header-translation-link, .page-user-account-addresses .site-header .site-header-translation-link,
.page-user-account-fav-shops .site-header .site-header-translation-link,
.page-user-account-orders .site-header .site-header-translation-link,
.page-user-account-payment .site-header .site-header-translation-link,
.page-user-account-privacy .site-header .site-header-translation-link,
.page-user-account-reviews .site-header .site-header-translation-link,
.page-user-account .site-header .site-header-translation-link, .page-welcome .site-header .site-header-translation-link,
.site-header--transparent .site-header-translation-link {
    color: #fff
}

.translation-options-list-item:hover {
    background-color: #f7f7f7
}

.btn--how-it-works {
    position: relative;
    background: hsla(0, 0%, 100%, .3);
    border: none;
    color: #fff;
    width: 165px
}

.btn--how-it-works .fa {
    margin-right: 10px
}

.btn--how-it-works:after {
    content: "";
    position: absolute;
    bottom: -7px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid hsla(0, 0%, 100%, .3);
    left: 50%;
    transform: translateX(-50%)
}

.btn--how-it-works:focus, .btn--how-it-works:hover {
    color: #fff;
    opacity: .7
}

.headline {
    text-shadow: 2px 2px 5px rgba(22, 22, 22, .33);
    font-weight: lighter;
    font-size: 27px;
    font-size: 1.6875rem
}

@media (min-width:768px) {
    .headline {
        font-size: 50px;
        font-size: 3.125rem;
        font-size: 60px;
        font-size: 3.75rem
    }
}

.how-it-works-wrapper.active + .site-header .how-it-works-trigger {
    font-weight: 700
}

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

img.lazy {
    opacity: 0
}

img.lazy.is-loaded {
    opacity: 1;
    transition: opacity .2s ease-in
}

.placeholder-img.lazy-img-loaded {
    opacity: 0;
    transition: opacity .3s ease-in
}

.mobile-sidemenu-user-name {
    line-height: 1.5;
    padding: 0 8px 0 16px;
    margin: 0 auto 0 0
}

.mobile-sidemenu-btn--close {
    position: fixed;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-end;
    padding: 16px;
    color: #fff;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none !important;
    opacity: 0;
    transform: translateX(-100%);
    z-index: 1042
}

.mobile-sidemenu-btn--close:focus, .mobile-sidemenu-btn--close:hover {
    color: #fff;
    background: rgba(0, 0, 0, .8);
    text-decoration: none;
    outline: none !important
}

#mobile-side-menu.active + .mobile-sidemenu-btn--close {
    transform: translateX(0);
    opacity: 1
}

.mobile-sidemenu-btn {
    position: absolute;
    color: #333;
    top: 1rem;
    z-index: 2
}

.mobile-sidemenu-btn:focus, .mobile-sidemenu-btn:hover {
    color: inherit
}

@media (min-width:768px) {
    .mobile-sidemenu-btn {
        top: 2rem
    }
}

.page-cuisine-landing .site-header .mobile-sidemenu-btn, .page-delivery .site-header .mobile-sidemenu-btn,
.page-foodiversity .site-header .mobile-sidemenu-btn, .page-homepage .site-header .mobile-sidemenu-btn,
.page-landing .site-header .mobile-sidemenu-btn, .page-menu .site-header .mobile-sidemenu-btn,
.page-qlfp-list .site-header .mobile-sidemenu-btn, .page-reset_password .site-header .mobile-sidemenu-btn,
.page-search .site-header .mobile-sidemenu-btn, .page-static .site-header .mobile-sidemenu-btn,
.page-thankyou .site-header .mobile-sidemenu-btn, .page-user-account-addresses .site-header .mobile-sidemenu-btn,
.page-user-account-fav-shops .site-header .mobile-sidemenu-btn,
.page-user-account-orders .site-header .mobile-sidemenu-btn, .page-user-account-payment .site-header .mobile-sidemenu-btn,
.page-user-account-privacy .site-header .mobile-sidemenu-btn, .page-user-account-reviews .site-header .mobile-sidemenu-btn,
.page-user-account .site-header .mobile-sidemenu-btn, .page-welcome .site-header .mobile-sidemenu-btn,
.site-header--transparent .mobile-sidemenu-btn {
    color: #fff
}

.mobile-sidemenu-login-btn {
    font-size: 12px;
    font-size: .75rem;
    font-weight: lighter;
    padding: 1rem 0
}

.mobile-sidemenu-user-image {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    display: block
}

.mobile-sidemenu-user-image img {
    width: 100%;
    height: auto
}

.rolling-food--wrapper {
    display: inline-block
}

.rolling-food-list {
    position: relative
}

.rolling-food-list span {
    display: inline-block;
    position: absolute;
    transform: translateY(100%);
    opacity: 0;
    animation: rollingFoodList;
    animation-duration: 3s
}

.rolling-food-list span:first-of-type:not(:first-of-type) {
    animation-delay: 3.85s !important
}

.rolling-food-list span:nth-of-type(2):not(:first-of-type) {
    animation-delay: 6.7s !important
}

.rolling-food-list span:nth-of-type(3):not(:first-of-type) {
    animation-delay: 9.55s !important
}

.rolling-food-list span:nth-of-type(4):not(:first-of-type) {
    animation-delay: 12.4s !important
}

.rolling-food-list span:nth-of-type(5):not(:first-of-type) {
    animation-delay: 15.25s !important
}

.rolling-food-list span:nth-of-type(6):not(:first-of-type) {
    animation-delay: 18.1s !important
}

.rolling-food-list span:nth-of-type(7):not(:first-of-type) {
    animation-delay: 20.95s !important
}

.rolling-food-list span:nth-of-type(8):not(:first-of-type) {
    animation-delay: 23.8s !important
}

.rolling-food-list span:nth-of-type(9):not(:first-of-type) {
    animation-delay: 26.65s !important
}

.rolling-food-list span:first-of-type {
    animation-duration: 6s
}

.rolling-food-list span:last-of-type {
    position: relative;
    animation: rollingFoodLast;
    animation-fill-mode: forwards
}

@keyframes rollingFoodList {
    0% {
        transform: translateY(100%);
        opacity: 0
    }

    10% {
        opacity: 1;
        transform: translateY(0)
    }

    90% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(-100%);
        opacity: 0
    }
}

@keyframes rollingFoodLast {
    0% {
        transform: translateY(100%);
        opacity: 0
    }

    10% {
        opacity: 1;
        transform: translateY(0)
    }

    90% {
        transform: translateY(0)
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.shop-logo {
    position: relative;
    display: inline-block
}

#categories-trigger--mobile {
    border-radius: 20px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2rem;
    text-align: center;
    max-width: 140px;
    visibility: hidden
}

body:not(.page-search) #categories-trigger--mobile {
    display: none !important
}

.categories-trigger--desk-count, .categories-trigger--mobile-count {
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block
}

.categories-trigger--desk-count:empty, .categories-trigger--mobile-count:empty {
    display: none !important
}

.site-header-user-link {
    color: #333
}

.page-cuisine-landing .site-header .site-header-user-link, .page-delivery .site-header .site-header-user-link,
.page-foodiversity .site-header .site-header-user-link, .page-homepage .site-header .site-header-user-link,
.page-landing .site-header .site-header-user-link, .page-menu .site-header .site-header-user-link,
.page-qlfp-list .site-header .site-header-user-link, .page-reset_password .site-header .site-header-user-link,
.page-search .site-header .site-header-user-link, .page-static .site-header .site-header-user-link,
.page-thankyou .site-header .site-header-user-link, .page-user-account-addresses .site-header .site-header-user-link,
.page-user-account-fav-shops .site-header .site-header-user-link,
.page-user-account-orders .site-header .site-header-user-link, .page-user-account-payment .site-header .site-header-user-link,
.page-user-account-privacy .site-header .site-header-user-link,
.page-user-account-reviews .site-header .site-header-user-link,
.page-user-account .site-header .site-header-user-link, .page-welcome .site-header .site-header-user-link,
.site-header--transparent .site-header-user-link {
    color: #fff
}

.cuisine-filter-list .input-radio-mark input:disabled + label, .cuisine-filter-list .menu-item-choice input:disabled + label {
    opacity: 1
}

.cuisine-filter-list-item--mobile {
    color: #333;
    overflow: hidden
}

.cuisine-filter-list-item--mobile .input-radio-mark-right input[type=checkbox]:checked + label,
.cuisine-filter-list-item--mobile .input-radio-mark-right input[type=radio]:checked + label {
    font-weight: 700;
    color: #333 !important
}

.shops-listing-shop-logo {
    display: flex;
    flex: 0 0 auto;
    background: #ebebeb;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    width: 56px;
    height: 56px
}

.shops-listing-shop-logo a {
    display: block;
    height: 100%;
    width: 100%
}

.shops-listing-shop-logo a .abbr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase
}

.shops-listings-shops-list-item--closed .shops-listing-shop-logo {
    filter: grayscale(1)
}

.shops-listing-shop-logo--favorite-icon {
    width: 25px;
    height: 25px;
    top: -10px;
    top: 0;
    right: -5px
}

.shops-listings-shops-list-item--first-promoted .shops-listing-shop:before {
    content: attr(data-shop-type);
    font-size: 12px;
    font-size: .75rem;
    display: block;
    color: #666;
    font-weight: 700;
    position: absolute;
    margin: -2rem 0 0 1.5rem
}

@media (max-width:767.98px) {
    .shops-listings-shops-list-item--first-promoted .shops-listing-shop:before {
        margin-left: 2.5rem
    }
}

.shops-listings-shops-list-item--first-promoted .shops-listing-shop:after {
    content: "\F00C";
    font-family: Font Awesome\ 5 Pro;
    font-size: 9px;
    font-size: .5625rem;
    display: block;
    color: #666;
    font-weight: 700;
    position: absolute;
    top: -2rem;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 17px;
    color: #ffb000;
    background-color: #fff3af
}

@media (max-width:767.98px) {
    .shops-listings-shops-list-item--first-promoted .shops-listing-shop:after {
        left: 1rem
    }
}

.shop-profile-header .shop-logo {
    position: relative;
    z-index: 2;
    width: 56px;
    height: 56px;
    background-color: #ebebeb;
    border: 1px solid #dfdfdf;
    border-radius: 50%
}

.shop-profile-header .shop-logo .abbr {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase
}

#shop-profile-menu-list-nav .nav-link {
    color: #666;
    line-height: 20px
}

#shop-profile-menu-list-nav .nav-link.active {
    font-weight: 700
}

.ratigns-tab-ratings-list-item-user-init {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    background-color: #dfdfdf
}

.empty-cart-copy {
    text-align: center;
    max-width: 200px;
    margin: auto;
    background: #fff url(/site-assets/img/icons/bag.png) center 8px no-repeat;
    padding: 80px 0 0
}

.empty-cart-copy h4 {
    display: none
}

.cart-header-bottom-delivery-wrapper {
    padding: .5rem 1rem 0;
    margin-bottom: .5rem;
    display: flex;
    border-bottom: 1px solid #dfdfdf
}

@media (min-width:992px) {
    .cart-header-bottom-delivery-wrapper {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.cart-header-bottom-delivery-wrapper > div {
    flex: 1 0 auto
}

.cart-header-bottom-delivery-wrapper .btn, .cart-header-bottom-delivery-wrapper .button,
.cart-header-bottom-delivery-wrapper .modal-addressbox-confirmation .button-map-submit,
.cart-header-bottom-delivery-wrapper .order-steps .button-primary,
.cart-header-bottom-delivery-wrapper .react-autosuggest__suggestion:last-child span,
.modal-addressbox-confirmation .cart-header-bottom-delivery-wrapper .button-map-submit,
.order-steps .cart-header-bottom-delivery-wrapper .button-primary,
.react-autosuggest__suggestion:last-child .cart-header-bottom-delivery-wrapper span {
    font-weight: 700;
    color: #9b9b9b;
    background: #fff;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0
}

.cart-header-bottom-delivery-wrapper .btn-active.button, .cart-header-bottom-delivery-wrapper .btn.btn-active,
.cart-header-bottom-delivery-wrapper .modal-addressbox-confirmation .btn-active.button-map-submit,
.cart-header-bottom-delivery-wrapper .order-steps .btn-active.button-primary,
.cart-header-bottom-delivery-wrapper .react-autosuggest__suggestion:last-child span.btn-active,
.modal-addressbox-confirmation .cart-header-bottom-delivery-wrapper .btn-active.button-map-submit,
.order-steps .cart-header-bottom-delivery-wrapper .btn-active.button-primary,
.react-autosuggest__suggestion:last-child .cart-header-bottom-delivery-wrapper span.btn-active {
    font-weight: 700;
    border-bottom: 2px solid #333;
    color: #333
}

.cart-header-bottom-address-wrapper {
    padding: 1rem;
    display: flex;
    align-items: center
}

@media (min-width:992px) {
    .cart-header-bottom-address-wrapper {
        padding: 0 1.5rem 1rem
    }
}

.cart-header-bottom-map-icon {
    margin-right: .5rem;
    color: #9b9b9b
}

.cart-header-bottom-address, .cart-header-bottom-address-friendly {
    font-size: 12px;
    font-size: .75rem
}

.cart-header-bottom-address {
    padding-right: 1rem
}

.cart-header-bottom-address-wrapper .btn, .cart-header-bottom-address-wrapper .button,
.cart-header-bottom-address-wrapper .modal-addressbox-confirmation .button-map-submit,
.cart-header-bottom-address-wrapper .order-steps .button-primary,
.cart-header-bottom-address-wrapper .react-autosuggest__suggestion:last-child span,
.modal-addressbox-confirmation .cart-header-bottom-address-wrapper .button-map-submit,
.order-steps .cart-header-bottom-address-wrapper .button-primary,
.react-autosuggest__suggestion:last-child .cart-header-bottom-address-wrapper span {
    margin-left: auto;
    padding: 0;
    font-weight: 700;
    font-size: 12px;
    font-size: .75rem;
    color: #666
}

.cart--mode-foodatwork .cart-header-bottom-address-wrapper .btn,
.cart--mode-foodatwork .cart-header-bottom-address-wrapper .button,
.cart--mode-foodatwork .cart-header-bottom-address-wrapper .modal-addressbox-confirmation .button-map-submit,
.cart--mode-foodatwork .cart-header-bottom-address-wrapper .order-steps .button-primary,
.cart--mode-foodatwork .cart-header-bottom-address-wrapper .react-autosuggest__suggestion:last-child span,
.modal-addressbox-confirmation .cart--mode-foodatwork .cart-header-bottom-address-wrapper .button-map-submit,
.order-steps .cart--mode-foodatwork .cart-header-bottom-address-wrapper .button-primary,
.react-autosuggest__suggestion:last-child .cart--mode-foodatwork .cart-header-bottom-address-wrapper span {
    display: none
}

.cart--mode-foodatwork .cart-header-bottom-address-wrapper .cart-header-bottom-map-icon {
    display: none
}

.cart--mode-foodatwork .cart-header-bottom-address-wrapper {
    flex-wrap: wrap
}

.cart--mode-foodatwork .cart-header-bottom-address-wrapper .cart-header-bottom-address-friendly {
    color: #74a2e3;
    font-weight: 700;
    width: 100%
}

.cart--mode-foodatwork .cart-header-bottom-address-wrapper .cart-header-bottom-address-friendly:before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: .5rem;
    background: url(/site-assets/img/icons/foodatworkcarticon.png);
    background-size: 100%
}

.cart-header-upper-copy {
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    display: none
}

@media (min-width:992px) {
    .cart-header-upper-copy {
        display: block;
        text-align: center
    }
}

.cart-header-upper-copy--mobile {
    display: block
}

@media (min-width:992px) {
    .cart-header-upper-copy--mobile {
        display: none
    }
}

.cart-header-upper-copy--mobile span {
    color: #fff;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    float: left;
    background-color: #dfdfdf;
    border-radius: 50%;
    line-height: 32px;
    margin-right: .75rem;
    vertical-align: middle
}

.joker-active .cart-header-upper-copy--mobile span {
    color: #fff;
    background-color: #e58d00
}

.cart-header-upper-icon {
    font-size: 21px;
    font-size: 1.3125rem;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px !important;
    transform: rotate(180deg);
    order: 1
}

@media (min-width:992px) {
    .cart-header-upper-icon {
        display: none !important
    }
}

.shop-profile-cart--minimised .cart-header-upper-icon {
    transform: rotate(0)
}

#component-cart-modal .modal-header {
    flex-direction: column
}

#component-cart-modal .modal-header .modal-header-title {
    font-size: 20px;
    font-size: 1.25rem
}

#component-cart-modal .modal-header .modal-header-text {
    width: 100%
}

@media (min-width:576px) {
    #component-cart-modal .modal-content > div {
        display: flex;
        flex-direction: column;
        max-height: 730px
    }
}

#component-cart-modal .modal-body {
    background: linear-gradient(#f7f7f7 30%, hsla(0, 0%, 100%, 0)), linear-gradient(hsla(0, 0%, 100%, 0), #f7f7f7 70%) 0 100%, radial-gradient(20% 0, farthest-side, rgba(0, 0, 0, .2), transparent), radial-gradient(20% 100%, farthest-side, rgba(0, 0, 0, .2), transparent) 0 100%;
    background: linear-gradient(#f7f7f7 30%, hsla(0, 0%, 100%, 0)), linear-gradient(hsla(0, 0%, 100%, 0), #f7f7f7 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .2), transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .2), transparent) 0 100%;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
    background-size: 100% 40px, 100% 40px, 100% 8px, 100% 8px;
    background-attachment: local, local, scroll, scroll;
    overflow-y: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none
}

#component-cart-modal .modal-body::-webkit-scrollbar {
    display: none
}

#component-cart-modal .modal-header {
    box-shadow: inset 0 -1px #dfdfdf
}

#component-cart-modal .modal-footer {
    box-shadow: inset 0 1px #dfdfdf
}

.menu-item-options .option-name-required-indicator {
    color: #ed2e2e
}

.menu-item-options .option-name-required-alert {
    position: absolute;
    font-size: 10px;
    font-size: .625rem;
    background: #ed2e2e;
    color: #fff;
    margin-left: .5rem;
    padding: 0 .5rem;
    border-radius: 2px;
    display: none
}

.required-option-error .option-name-required-alert {
    display: inline-block
}

.menu-item-options .option-name {
    display: block;
    margin-bottom: 1rem
}

.menu-item-options textarea {
    display: block;
    width: 100%;
    height: 60px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    padding: .5rem;
    box-shadow: none
}

.menu-item-option {
    margin-bottom: 1.5rem
}

.menu-item-choice {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 1rem;
    margin: 0 1rem .75rem 0;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .13)
}

@media (min-width:992px) {
    .menu-item-choice {
        width: 283px;
        display: inline-flex;
        vertical-align: top
    }
}

.menu-item-choice label {
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.33;
    margin-bottom: 0;
    padding-right: 15px;
    font-weight: unset
}

.menu-item-choice-price {
    display: flex;
    color: grey;
    margin-left: auto
}

.menu-item-choice-title:hover {
    text-decoration: underline
}

.menu-item-choice label:before {
    transform: translateY(-50%) !important;
    top: 50% !important
}

@media (max-width:991.98px) {
    .menu-item-choice label:before {
        left: 0 !important
    }
}

@media (min-width:992px) {
    .menu-item-choice label:before {
        left: 12px !important;
        transform: translateY(-50%) !important
    }
}

@media (max-width:991.98px) {
    .menu-item-choice label:after {
        top: 0 !important;
        left: 5px !important
    }
}

@media (min-width:992px) {
    .menu-item-choice label:after {
        top: 49% !important;
        left: 17px !important;
        transform: translateY(-50%) rotate(45deg) !important
    }
}

.modal-menu-item--has-banner {
    padding: 8px 16px
}

@media (min-width:768px) {
    .modal-menu-item--has-banner {
        padding: 24px 40px
    }
}

.modal-footer .quantity .quantity-label {
    display: none
}

.modal-footer .quantity {
    display: flex;
    left: 0;
    height: 40px;
    align-items: center
}

@media (min-width:576px) {
    .modal-footer .quantity {
        position: absolute
    }
}

.modal-footer .quantity .quantity-control {
    color: #ed2e2e;
    font-weight: 700;
    text-align: center;
    border: 1px solid #dfdfdf;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 20px;
    font-size: 1.25rem
}

.modal-footer .quantity .quantity-input {
    text-align: center;
    border: none;
    width: 50px
}

@media (min-width:576px) {
    .modal-footer .submit {
        width: 220px;
        margin: auto
    }
}

.modal-footer .submit.full-width {
    margin-bottom: 1rem;
    width: auto
}

.modal-footer .submit .button-primary {
    display: block;
    width: 100%;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    text-align: center;
    cursor: pointer
}

.place-eligible.Select--single .Select-value, .place-eligible:not(.Select--single),
.react-autosuggest__input.valid.place-eligible {
    background-image: url(/site-assets/img/icons/place-eligible-icon.png);
    background-size: 12px;
    background-position: 10px;
    background-repeat: no-repeat;
    padding-left: 32px !important
}

span.place-eligible {
    background-position: 0;
    padding-left: 20px !important
}

.business_discounts.Select--single .Select-value, .business_discounts:not(.Select--single),
.react-autosuggest__input.valid.business_discounts {
    background-image: url(/site-assets/img/icons/foodatworkaddressicon.png) !important
}

.cart--shop-closed-header-copy {
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 1rem
}

.cart-product-list-item-description {
    margin-bottom: .5rem
}

.cart.cart--checkout .cart-product-list-item-description {
    color: #9b9b9b
}

#ef-loader {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000000
}

#ef-loader, #ef-loader .ef-loader-inner {
    position: fixed;
    background: rgba(0, 0, 0, .5)
}

#ef-loader .ef-loader-inner {
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: .25rem;
    padding: 1.25rem 1.25rem 1rem
}

#ef-loader .spinner {
    animation: rotateLoader 1.5s linear infinite;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    box-shadow: 1.5em 0 0 0 hsla(0, 0%, 100%, .8), 1.1em 1.1em 0 0 hsla(0, 0%, 100%, .8), 0 1.5em 0 0 hsla(0, 0%, 100%, .8), -1.1em 1.1em 0 0 hsla(0, 0%, 100%, .8), -1.5em 0 0 0 hsla(0, 0%, 100%, .8), -1.1em -1.1em 0 0 hsla(0, 0%, 100%, .8), 0 -1.5em 0 0 hsla(0, 0%, 100%, .8), 1.1em -1.1em 0 0 hsla(0, 0%, 100%, .8);
    display: inline-block;
    font-size: 10px;
    font-size: .625rem;
    margin: .6rem;
    overflow: hidden
}

#ef-loader .spinner-msg:not(:empty) {
    color: #fff;
    margin-top: .5rem
}

#ef-loader.is-loading ~ .modal.show ~ .modal-backdrop.show {
    opacity: 0
}

@keyframes rotateLoader {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.login-register-tablist a {
    color: #9b9b9b;
    font-weight: 400;
    margin-bottom: 0
}

.login-register-tablist a.active {
    font-weight: 700;
    color: #333;
    border-bottom: 2px solid #333
}

.button-facebook-login {
    position: relative;
    background: #3b65af !important;
    border-color: #3b65af !important
}

.button-google-login {
    position: relative;
    background: #fff !important;
    border-color: #dfdfdf !important;
    color: #333 !important
}

.button-facebook-login-icon, .button-google-login-icon {
    position: absolute;
    left: 1.5rem;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400
}

.social-login-separator {
    position: relative
}

.social-login-separator span {
    position: relative;
    color: #666;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: #f7f7f7;
    width: 32px;
    height: 32px;
    border-radius: 50%
}

.social-login-separator:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #f7f7f7;
    position: absolute;
    left: 0;
    top: 50%;
    transform: tranlateY(-50%)
}

.modal-order-proccess .timer-bg {
    margin: 1.5rem auto
}

.timer-bg {
    height: 56px;
    width: 56px;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .14);
    display: flex
}

.timer, .timer-bg {
    border-radius: 50%
}

.timer {
    position: relative;
    margin: auto
}

.timer:after {
    position: absolute;
    content: ""
}

.timer.running {
    width: 32px;
    height: 32px;
    transform: rotate(90deg);
    border: 2px solid #ed2e2e;
    animation: timerRotate 1s ease-in-out infinite
}

.timer.running .fas {
    display: none
}

.timer.running:after {
    top: -2px;
    left: -2px;
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #fff
}

.timer.fail {
    width: 48px;
    height: 48px;
    background-color: #ffe1e1;
    display: flex
}

.timer.fail .fas {
    margin: auto;
    color: #ed2e2e
}

@keyframes timerRotate {
    0% {
        transform: rotate(90deg)
    }

    to {
        transform: rotate(810deg)
    }
}

.modal-popup--offer-back-to-overview {
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #dfdfdf
}

.modal-popup--offer-back-to-overview a {
    color: #9b9b9b
}

.modal-popup--offer-back-to-overview .modal-popup--offer-back-to-overview-icon {
    font-size: 14px;
    font-size: .875rem;
    color: #9b9b9b;
    margin-right: .5rem
}

.modal-popup--offer .submit {
    margin: 0 auto
}

.component-joker--close-btn {
    height: 24px;
    width: 24px
}

.component-joker--close-btn button {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    font-size: 24px;
    font-size: 1.5rem;
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: pointer
}

.component-joker--close-btn button span {
    display: block;
    width: 100%;
    height: 100%
}

.joker-active .checkout-coupon-form-wrapper {
    display: none
}

@keyframes placeholderAnimation {
    0% {
        background-position: 0 100%
    }

    to {
        background-position: 500px 100%
    }
}

.placeholder-text-line, .placeholder-text-line-sm, .placeholder-text-line-xl {
    display: block;
    height: 8px;
    margin-bottom: 4px;
    border-radius: 2px;
    width: 100%;
    background: linear-gradient(90deg, #f7f7f7, #ebebeb, #f7f7f7);
    animation: placeholderAnimation 5s linear infinite
}

.placeholder-text-line.rounded-circle, .rounded-circle.placeholder-text-line-sm,
.rounded-circle.placeholder-text-line-xl {
    background: #ebebeb;
    animation: none
}

.placeholder-text-line-xl {
    height: 12px;
    margin-bottom: 8px
}

.placeholder-text-line-sm {
    height: 6px;
    margin-bottom: 4px
}

.page-menu.joker-active .zopim {
    bottom: 0 !important
}

.cart-header-bottom-notification--loggedOut {
    cursor: pointer;
    margin-bottom: 1rem;
    padding: .5rem 1.5rem;
    background-color: #333;
    font-size: 11px;
    font-size: .6875rem;
    color: #fff
}

@media (max-width:767.98px) {
    .shop-profile-menu-section-heading {
        border-bottom: 1px solid #dfdfdf
    }
}

.shop-profile-menu-section-heading[aria-expanded=true] {
    border-bottom: none
}

.shop-profile-menu-section-heading[aria-expanded=true] .fa-chevron-down {
    transform: rotate(180deg)
}

@media (max-width:991.98px) {
    .shop-profile-menu-section-heading[aria-expanded=true] + .shop-profile-menu-list {
        border-bottom: 1px solid #dfdfdf
    }
}

.shop-profile-menu-section-heading button {
    text-decoration: none !important;
    cursor: default !important
}

.shop-ratings-comment:empty {
    margin-bottom: 0
}

.page-is-not-chain .shop-ratings-comment-restaurant-name {
    display: none
}

.homepage-offers img:not(.is-loaded) {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 1
}

.homepage-offers img:not(.is-loaded):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #ebebeb
}

.homepage-offers img.is-loaded {
    width: 208px;
    height: 130px
}

@media (min-width:1200px) {
    .homepage-offers img.is-loaded {
        width: 268px;
        height: 168px
    }
}

.cart-csr-list-item {
    font-size: 12px;
    font-size: .75rem;
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem 1rem 3.75rem;
    border: solid #ebebeb;
    border-width: 0 0 1px
}

.cart-csr-list-item:focus, .cart-csr-list-item:hover {
    background: #ebebeb
}

.cart-csr-list-item-name {
    margin-right: .5rem
}

.landing-page-embeded-video {
    height: 360px
}

@media (min-width:768px) {
    .landing-page-embeded-video {
        height: 480px
    }
}

@media (min-width:992px) {
    .landing-page-embeded-video {
        height: 568px
    }
}

.delivery-page-title {
    font-size: 44px
}

.checkout-allergens {
    font-size: 12px;
    font-size: .75rem
}

.brand-efood.time-morning .homepage-hero {
    background-image: url(/cdn-cgi/image/w=360,h=440,f=auto,q=100/site-assets/img/bg/hero/home/Desktop/EF-morning-loggedin-hero-fl.jpg)
}

@media (min-width:768px) {
    .brand-efood.time-morning .homepage-hero {
        background-image: url(/cdn-cgi/image/w=992,h=440,f=auto,q=100/site-assets/img/bg/hero/home/Desktop/EF-morning-loggedin-hero-fl.jpg)
    }
}

@media (min-width:992px) {
    .brand-efood.time-morning .homepage-hero {
        background-image: url(/cdn-cgi/image/w=936,h=768,f=auto,q=100/site-assets/img/bg/hero/home/Desktop/EF-morning-loggedin-hero-fl.jpg)
    }
}

.brand-efood.time-morning .coca-cola-icons, .brand-efood.time-morning .coca-cola-tetranity {
    display: none !important
}

.delivery-page-areas {
    color: #dfdfdf !important
}

@media (min-width:992px) {
    .brand-efood .homepage-kitchens {
        background-size: cover;
        background-position: 50%;
        background-repeat: no-repeat;
        background-image: url(/cdn-cgi/image/w=952,f=auto,q=100/site-assets/img/bg/hero/home/kitchens/kitchens-bg.jpg)
    }
}

.badge-beta {
    color: #00bc8b;
    background: #d1eedd;
    font-size: 10px;
    font-size: .625rem
}

#searchform .badge-beta {
    position: absolute;
    right: 1rem;
    pointer-events: none
}

@media (min-width:992px) {
    [lang=en] #searchform .badge-beta {
        right: 52%
    }
}

@media (min-width:1200px) {
    [lang=en] #searchform .badge-beta {
        right: 65%
    }
}

@media (min-width:992px) {
    [lang=el] #searchform .badge-beta {
        right: 33%
    }
}

@media (min-width:1200px) {
    [lang=el] #searchform .badge-beta {
        right: 52%
    }
}

.brand-pauza #searchform .badge-beta, .page-search-page #searchform .badge-beta {
    display: none
}

.foodiversity-lp-my-foodiversity-mock-up {
    height: 214px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(/site-assets/img/foodiversity/2019/my-foodiversity-mock-up.gif)
}

@media (min-width:768px) {
    .foodiversity-lp-my-foodiversity-mock-up {
        height: 364px
    }
}

.badge-foodiversity {
    font-size: 14px;
    font-size: .875rem;
    background: #844185;
    color: #fff;
    border-radius: 12px
}

.site-header-user-image {
    border-radius: 50%
}

.brand-efood.has-foodiversity-points .site-header-user-image {
    border: 2px solid #844185;
    padding: 2px
}

.dynamic-badge {
    padding: .125rem .5rem;
    border-radius: .25rem
}

.dynamic-badge--icon {
    width: 12px;
    height: 12px;
    margin: auto 0
}

.dynamic-badge--text {
    white-space: nowrap;
    font-weight: 700;
    font-size: 80%;
    line-height: .8
}

.cookie-consent-v2 {
    font-size: 14px;
    font-size: .875rem;
    background-color: #333
}

.site-header-nav a {
    color: #333
}

.page-cuisine-landing .site-header .site-header-nav a, .page-delivery .site-header .site-header-nav a,
.page-foodiversity .site-header .site-header-nav a, .page-homepage .site-header .site-header-nav a,
.page-landing .site-header .site-header-nav a, .page-menu .site-header .site-header-nav a,
.page-qlfp-list .site-header .site-header-nav a, .page-reset_password .site-header .site-header-nav a,
.page-search .site-header .site-header-nav a, .page-static .site-header .site-header-nav a,
.page-thankyou .site-header .site-header-nav a, .page-user-account-addresses .site-header .site-header-nav a,
.page-user-account-fav-shops .site-header .site-header-nav a, .page-user-account-orders .site-header .site-header-nav a,
.page-user-account-payment .site-header .site-header-nav a, .page-user-account-privacy .site-header .site-header-nav a,
.page-user-account-reviews .site-header .site-header-nav a, .page-user-account .site-header .site-header-nav a,
.page-welcome .site-header .site-header-nav a, .site-header--transparent .site-header-nav a {
    color: #fff
}

.site-header-user .dropdown-menu {
    background: #fff;
    width: 250px
}

.site-header-user .dropdown-menu:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -10px;
    left: 50%;
    transform: translateX(-50%)
}

.user-options-list-item a {
    line-height: 24px
}

.user-options-list-item a:focus, .user-options-list-item a:hover {
    background-color: #f7f7f7
}

.translation-dropdown-menu {
    left: -40px !important
}

.transparent-block {
    background-color: hsla(0, 0%, 100%, .3);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    border-radius: 4px;
    height: 120px
}

.transparent-block-item:not(:last-child) {
    border-right: 1px solid #fff
}

.usp-container {
    max-width: 580px;
    height: 120px
}

.usp-container .usp {
    height: 100%
}

.usp-container .usp .fa {
    font-size: 20px;
    font-size: 1.25rem
}

.mobile-sidemenu-list-item .mobile-sidemenu-list .mobile-sidemenu-list-item a {
    padding-left: 32px
}

.mobile-sidemenu-list-item a {
    display: block;
    padding: 1rem 1.5rem 1rem 1rem;
    color: #9b9b9b
}

.mobile-sidemenu-list-item a[aria-expanded=true] i {
    transform: rotate(180deg)
}

.mobile-sidemenu-user {
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px 16px 16px;
    color: #333;
    font-weight: 700
}

.mobile-sidemenu-user:focus, .mobile-sidemenu-user:hover {
    color: #333
}

.breadcrumb {
    position: relative;
    background: transparent;
    z-index: 1;
    white-space: nowrap
}

.breadcrumbs {
    overflow: hidden;
    width: 100%
}

.breadcrumb-item {
    color: #9b9b9b
}

.breadcrumb-item:focus, .breadcrumb-item:hover {
    color: #fff
}

.breadcrumb-item + .breadcrumb-item:before {
    font-size: 16px;
    font-size: 1rem;
    line-height: 0;
    color: #fff
}

.breadcrumb a {
    color: #dfdfdf
}

.breadcrumb a:focus, .breadcrumb a:hover {
    color: #fff
}

.breadcrumb .breadcrumb-item:last-child {
    color: #fff;
    font-weight: 700
}

.breadcrumb .breadcrumb-item:last-child:before {
    font-weight: 400
}

.breadcrumb .breadcrumb-item:last-child a {
    color: #fff
}

.page-order .breadcrumb {
    margin-bottom: 1.75rem
}

.page-menu .breadcrumb, .page-order .breadcrumb {
    padding-left: 0;
    padding-right: 0
}

.bg-transparent.breadcrumb .breadcrumb-item + .breadcrumb-item:before,
.page-order .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    color: #333
}

.bg-transparent.breadcrumb a, .page-order .breadcrumb a {
    color: #333 !important
}

.brand-efood .wrapper-delivery-page .breadcrumb-item:first-of-type a {
    color: #9b9b9b
}

.brand-pauza .wrapper-delivery-page .breadcrumb-item:first-of-type a {
    color: #cc7400
}

.shops-listing-sorting {
    width: 370px;
    right: -1.5rem;
    top: 65px;
    z-index: 1031
}

.shops-listing-sorting:before {
    content: "";
    width: 0;
    height: 0;
    top: -10px;
    right: 1rem;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff
}

.shops-listing-sorting.active {
    display: block !important
}

.shops-listing-sorting--backdrop {
    background: transparent;
    display: none
}

.shops-listing-sorting.active + .shops-listing-sorting--backdrop {
    display: block
}

.shops-listings-shops-list-item.shops-listings-shops-list-item--promoted .shops-listing-shop-info-name:before {
    content: "\F00C";
    font-family: Font Awesome\ 5 Pro;
    font-size: 9px;
    font-size: .5625rem;
    display: inline-block;
    color: #666;
    font-weight: 700;
    width: 16px;
    height: 16px;
    margin-right: .5rem;
    border-radius: 50%;
    text-align: center;
    line-height: 17px;
    color: #ffb000;
    background-color: #fff3af
}

.shops-listings-shops-list-item--closed .badge-closed {
    font-size: 9px;
    font-size: .5625rem
}

.shops-listings-shops-list-item--closed .badge-auto-closed {
    font-size: 9px;
    font-size: .5625rem;
    padding: 0 4px;
    white-space: normal;
    text-align: initial
}

.shop-ratings .fas {
    font-size: 12px;
    font-size: .75rem;
    margin-right: .25rem
}

.shop-ratings .fa-star {
    color: #dfdfdf
}

.shop-ratings .fa-star-half, .shop-ratings .star-filled {
    position: relative;
    color: #ffc200
}

.shop-ratings .fa-star-half:before {
    content: "\F005";
    color: #dfdfdf
}

.shop-ratings .fa-star-half:after {
    content: "\F089";
    position: absolute;
    left: 0
}

.shop-ratings > span {
    color: #666
}

.shop-profile-nav-list {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-left: -1rem;
    margin-right: -1rem
}

.shop-profile-nav-list::-webkit-scrollbar {
    display: none
}

@media (max-width:991.98px) {
    .shop-profile-nav-list {
        border-bottom: 1px solid #f7f7f7
    }
}

.shop-profile-nav-list-item .nav-link {
    line-height: 24px
}

.shop-profile-nav-list-item .nav-link.active {
    font-weight: 700 !important;
    box-shadow: inset 0 -2px 0 0 #333
}

#component-cart-menu-discount .menu-discount {
    display: flex;
    align-items: center
}

#component-cart-menu-discount .menu-discount-input.user-discount {
    margin-right: .5rem
}

#component-cart-menu-discount .menu-discount-input.user-discount + .menu-discount-text {
    margin-bottom: 0;
    cursor: pointer
}

.joker-active .coca-cola-deals, .joker-active .regular-deals, .joker-active .shop-profile-menu-offers-info {
    display: none
}

.shop-profile-menu-list-item {
    min-height: 52px;
    cursor: pointer;
    border-bottom: 1px solid #ebebeb
}

.page-menu .shop-profile-menu-list-item:last-child {
    border-bottom: none
}

.shop-profile-menu-list-item--not-available .shop-profile-menu-list-item-description,
.shop-profile-menu-list-item--not-available .shop-profile-menu-list-item-name {
    text-decoration: line-through;
    color: #b2b2b2
}

.modal-addressbox-confirmation .shop-profile-menu-list-item--not-available .button-map-submit,
.order-steps .shop-profile-menu-list-item--not-available .button-primary,
.react-autosuggest__suggestion:last-child .shop-profile-menu-list-item--not-available span,
.shop-profile-menu-list-item--not-available .btn, .shop-profile-menu-list-item--not-available .button,
.shop-profile-menu-list-item--not-available .modal-addressbox-confirmation .button-map-submit,
.shop-profile-menu-list-item--not-available .order-steps .button-primary,
.shop-profile-menu-list-item--not-available .react-autosuggest__suggestion:last-child span,
.shop-profile-menu-list-item--not-available img {
    opacity: .4 !important
}

.ratigns-tab-ratings--breakdown span {
    color: #666
}

.ratigns-tab-ratings--breakdown p {
    font-weight: 700;
    color: #9b9b9b;
    margin-left: .25rem
}

@media (min-width:768px) {
    .ratigns-tab-ratings--breakdown p {
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: lighter;
        margin: auto 0;
        top: 2.9rem;
        left: 2.5rem;
        color: #666
    }
}

.ratigns-tab-ratings--avg h3 {
    font-size: 48px;
    font-size: 3rem;
    font-weight: lighter
}

@media (min-width:768px) {
    .ratigns-tab-ratings--avg h3 {
        font-size: 52px;
        font-size: 3.25rem;
        font-weight: lighter
    }
}

@media (max-width:991.98px) {
    .shop-profile-cart .cart-header {
        border-top: 2px solid #ffc402
    }
}

.cart-header-upper {
    padding: .75rem .5rem .75rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: inset 0 -1px 0 0 #dfdfdf;
    height: 64px
}

@media (min-width:992px) {
    .cart-header-upper {
        box-shadow: none;
        display: block;
        padding: 1.25rem 1.5rem .75rem;
        height: auto
    }
}

@media (max-width:991.98px) {
    .joker-active .cart-header-upper {
        background: #ffc200
    }
}

.shop-profile-cart .cart:not(.cart--shop-closed):not(.cart--suspended) .cart-body {
    margin: 0 0 auto;
    overflow-y: scroll;
    background: linear-gradient(#fff 30%, hsla(0, 0%, 100%, 0)), linear-gradient(hsla(0, 0%, 100%, 0), #fff 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, .2), transparent), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, .2), transparent) 0 100%;
    background: linear-gradient(#fff 30%, hsla(0, 0%, 100%, 0)), linear-gradient(hsla(0, 0%, 100%, 0), #fff 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .2), transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .2), transparent) 0 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 100% 40px, 100% 40px, 100% 8px, 100% 8px;
    background-attachment: local, local, scroll, scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.shop-profile-cart .cart:not(.cart--shop-closed):not(.cart--suspended) .cart-body::-webkit-scrollbar {
    display: none
}

.cart-body-inner {
    display: flex;
    flex-direction: column
}

.shop-profile-cart .cart.cart--empty .cart-body {
    margin: auto
}

.cart.cart--empty .cart-footer .button-primary {
    display: none
}

@media (min-width:992px) {
    .cart.cart--empty .cart-footer .button-primary {
        display: block
    }
}

.cart-footer {
    padding: 1rem
}

@media (min-width:992px) {
    .cart-footer {
        padding: 1.5rem
    }
}

.cart--shop-closed .cart-footer {
    padding: 0 !important
}

.cart-total-wrapper {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 1.5rem
}

.clean-cart-wrapper {
    display: block;
    text-align: center;
    margin-top: 1.5rem
}

@media (max-width:991.98px) {
    .clean-cart-wrapper {
        display: none
    }
}

.clean-cart-wrapper a {
    color: #9b9b9b
}

.cart.cart--checkout .cart-total-wrapper {
    margin-top: .75rem;
    margin-bottom: 1.5rem
}

.cart.cart--checkout .cart-footer {
    text-align: center
}

.cart.cart--checkout .cart-footer a {
    color: #9b9b9b;
    text-decoration: none
}

.cart.cart--checkout .cart-footer {
    padding: 1rem 0
}

.modal-header {
    border-bottom: 0
}

.modal-header-title {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.modal-header-title.clearfix:after, .modal-header-title.modal-body:after {
    display: none
}

.modal-header-title .modal-close, .modal-header-title .modal-heading,
.modal-header-title .modal-price {
    margin-top: 0;
    margin-bottom: auto
}

.modal-header-title .modal-heading {
    order: 0
}

.modal-header-title .modal-price {
    order: 1;
    margin-right: 1rem;
    margin-left: auto;
    white-space: nowrap
}

.modal-header-title .modal-close {
    order: 2;
    flex: 0 0 auto;
    border: none;
    background-color: transparent
}

.modal-subtitle {
    color: #9b9b9b;
    margin: 0
}

.modal-close {
    cursor: pointer;
    color: #9b9b9b;
    font-size: 13px;
    font-size: .8125rem;
    width: 24px;
    height: 24px;
    display: flex;
    background: transparent;
    border: none;
    border-radius: 100%;
    padding: 0
}

.modal-close > .fa {
    margin: 5px auto
}

.modal-footer {
    justify-content: center;
    border-radius: 0 0 .25rem .25rem;
    padding: 1.25rem
}

@media (min-width:992px) {
    .modal-footer {
        padding: 1.5rem 2.5rem
    }
}

.modal-footer > div {
    width: 100%
}

.modal-footer > div > div {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap
}

.modal-reorder .modal-footer > div > div {
    justify-content: center
}

.modal-footer > div > div > .alert, .modal-footer > div > div > .cart-products-in-shortage,
.modal-footer > div > div > .help-block.form-error, .paymentmethod .modal-footer > div > div > .messages {
    margin: 1rem 0;
    width: 100%
}

@media (min-width:992px) {
    .modal-footer .alert, .modal-footer .cart-products-in-shortage,
    .modal-footer .help-block.form-error, .modal-footer .paymentmethod .messages,
    .paymentmethod .modal-footer .messages {
        margin-bottom: 0
    }
}

.modal-body {
    padding: 1.25rem
}

@media (min-width:768px) {
    .modal-body {
        padding: 1.5rem 2.5rem
    }
}

.modal-body-banner {
    height: 260px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

@media (min-width:768px) {
    .modal-body-banner {
        height: 300px
    }
}

.modal-close--has-banner {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer
}

.modal-body.modal-body--has-banner {
    padding: 0
}

.modal-body--has-banner .modal-header-title {
    padding: 16px 40px;
    position: sticky;
    top: 0;
    background-color: #fff;
    box-shadow: inset 0 -1px #dfdfdf;
    font-size: 20px;
    font-size: 1.25rem;
    z-index: 1
}

.modal-body--has-banner .modal-header-text {
    position: relative;
    padding: 0 40px 16px;
    margin-top: -1px;
    background-color: #fff;
    box-shadow: inset 0 -1px #dfdfdf;
    z-index: 2
}

.modal-allergens .modal-dialog {
    max-width: 400px
}

.cart-reminder {
    display: flex;
    border-bottom: 1px solid #dfdfdf;
    padding: 1.25rem 1rem;
    cursor: pointer
}

@media (min-width:992px) {
    .cart-reminder {
        padding: 1.5rem
    }
}

.cart-reminder img {
    max-width: 28px;
    margin-right: .5rem
}

.cart-reminder-icon {
    margin: auto 0 auto auto;
    color: #ed2e2e;
    border: 1px solid #dfdfdf;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    display: flex;
    flex: 0 0 auto;
    font-size: 8px;
    font-size: .5rem
}

.cart-reminder-icon > i {
    margin: 7px auto
}

.cart-reminder-title {
    font-weight: 700
}

.cart-reminder-subtitle {
    font-size: 10px;
    font-size: .625rem
}

.cart-header-upper-price--mobile-wrapper span {
    display: flex;
    flex-direction: column
}

.cart-header-upper-price--mobile-wrapper {
    margin: auto 1rem auto auto;
    order: 0
}

@media (min-width:992px) {
    .cart-header-upper-price--mobile-wrapper {
        display: none
    }
}

.cart-header-upper-price--mobile--joker-old-price {
    order: 1;
    color: #666;
    line-height: 16px;
    text-align: right;
    display: block;
    text-decoration: line-through
}

.cart-header-upper-price--mobile--joker-price {
    font-size: 16px;
    font-size: 1rem;
    text-align: right
}

.cart-header-upper-copy--mobile-tier-reminder {
    white-space: nowrap;
    color: #666;
    font-size: 10px;
    font-size: .625rem
}

.cart-coupon-discount-notice, .cart-delivery-cost-notice, .cart-discount-notice {
    padding: 0 1rem;
    margin: .25rem 0;
    display: flex;
    justify-content: space-between
}

@media (min-width:992px) {
    .cart-coupon-discount-notice, .cart-delivery-cost-notice, .cart-discount-notice {
        padding: 0 1.5rem
    }
}

.cart.cart--checkout .cart-coupon-discount-notice, .cart.cart--checkout .cart-delivery-cost-notice,
.cart.cart--checkout .cart-discount-notice {
    padding-left: 0;
    padding-right: 0
}

.cart--mode-foodatwork .cart-discount-notice {
    color: #74a2e3
}

.cart-delivery-cost-notice.own-delivery:not(.own-delivery-customer) {
    text-decoration: line-through
}

.cart-discount-notice-amount.cart-discount-notice-amount--joker,
.cart-discount-notice-copy.cart-discount-notice-copy--joker {
    color: #ff4931
}

.shops-listing-search-form .shops-search-form {
    color: #9b9b9b
}

.shops-listing-search-form .shops-search-form:focus {
    outline: none;
    box-shadow: none
}

.footer-social-buttons a {
    font-size: 16px;
    font-size: 1rem;
    color: #9b9b9b
}

.cart-footer .alert-notice.cart-products-in-shortage, .cart-footer .alert-notice.help-block.form-error,
.cart-footer .alert.alert-notice, .cart-footer .paymentmethod .alert-notice.messages,
.paymentmethod .cart-footer .alert-notice.messages {
    color: #ed2e2e;
    padding-left: 0;
    padding-right: 0;
    font-weight: 700;
    text-align: center;
    font-size: 12px;
    font-size: .75rem
}

.cart-header .alert-notice {
    margin-left: 1rem;
    margin-right: 1rem
}

@media (min-width:992px) {
    .cart-header .alert-notice {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }
}

.payments-ui-gateway-list--list-item label {
    display: block !important
}

@media (min-width:992px) {
    .payments-ui-gateway-list--list-item > label:before {
        margin-left: 2rem;
        margin-top: 1.5rem
    }
}

.payments-ui-gateway-list--list-item:last-child {
    border-bottom: none !important
}

.payments-ui-gateway-list--list-item label > span {
    font-weight: 700;
    color: #333;
    font-size: 14px;
    font-size: .875rem
}

.payments-ui-gateway-list--list-item label[for=action_message] span {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 400
}

.payments-ui-gateway-list--list-item label > p {
    color: #9b9b9b;
    margin-top: .25rem;
    margin-bottom: 0;
    font-weight: 400
}

.payments-ui-gateway-list-alert {
    padding: .65rem .5rem
}

.payments-ui-gateway-ccicons {
    width: 34px;
    margin-top: .5rem
}

.payments-ui-gateway-ccicons:not(:first-child) {
    margin-left: 5px
}

.payments-ui-gateway-ppicons {
    margin-top: .5rem;
    max-width: 70px
}

.dropdown-list--item > div > span, .dropdown-list--value > div > span {
    font-size: 12px;
    font-size: .75rem;
    width: 100%
}

.dropdown-list--item, .dropdown-list--value {
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 1rem;
    border-radius: 4px;
    cursor: pointer
}

.dropdown-list--item > div, .dropdown-list--value > div {
    display: flex;
    flex-direction: column;
    margin: auto 0;
    color: #333
}

@media (min-width:768px) and (max-width:1199.98px) {
    .dropdown-list--item > div, .dropdown-list--value > div {
        max-width: 90px;
        overflow: hidden
    }
}

.Select.is-open .dropdown-list--item, .Select.is-open .dropdown-list--value {
    border-radius: 4px 4px 0 0
}

.Select.is-open .dropdown-list--value {
    border-bottom-color: transparent
}

.dropdown-list--item--credit-card-icon {
    max-width: 1.5rem;
    margin: auto .5rem auto 0
}

.braintree_paypal-payment-method .dropdown-list--item--credit-card-icon {
    max-width: .75rem;
    margin: auto .5rem auto 0
}

.dropdown-list--item--credit-card-expiration-date {
    color: #9b9b9b;
    font-size: 10px;
    font-size: .625rem
}

.dropdown-list--item:focus, .dropdown-list--item:hover, .dropdown-list--value:focus,
.dropdown-list--value:hover {
    background: #f7f7f7
}

.dropdown-list--value:focus, .dropdown-list--value:hover {
    background: inherit
}

.Select-arrow-zone {
    position: absolute
}

.dropdown-list--item--credit-card-delete-button {
    color: #9b9b9b;
    position: absolute;
    right: 8px;
    z-index: 10
}

.dropdown-list--item--credit-card-delete-button i, .dropdown-list--item--credit-card-delete-button i:before {
    pointer-events: none
}

.Select-menu {
    max-height: 150px;
    overflow-x: hidden
}

.Select-menu-outer {
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 0 0 4px 4px;
    z-index: 1
}

.Select.is-open .Select-menu-outer {
    border-top: none
}

.cart-product-list-item--offer-name {
    font-weight: 700;
    margin-bottom: .5rem;
    display: inline-block
}

.cart-product-list-item--offer-name > .cart-product-list-item--offer-name-takeaway-only {
    color: #ffc200
}

.cart-product-list-item--offer-list {
    margin-bottom: .5rem
}

.cart-product-list-item-description {
    color: #9b9b9b
}

.cart-product-list-item-info--offer-info-wrapper {
    display: flex
}

.page-menu .cart-product-list-item-info--offer-info-wrapper {
    cursor: pointer
}

.cart-product-list-item-price {
    text-align: right
}

.cart-product-list-item--offer-list-item {
    font-weight: 700;
    margin-bottom: .5rem
}

.cart-product-list-item--offer-list {
    display: none
}

.cart-product-list-item-description--offer-info-arrow {
    margin: 0 .5rem auto
}

.cart-product-list-item-info--offer-info-wrapper.offer-expanded > .cart-product-list-item-description--offer-info-arrow {
    transform: rotate(180deg)
}

@media (min-width:576px) {
    #component-cart-modal .modal-footer {
        padding-top: 0;
        padding-bottom: 0;
        flex: 0 0 145px
    }
}

@media (min-width:992px) {
    #component-cart-modal .modal-footer {
        flex: 0 0 90px
    }
}

@media (min-width:992px) {
    .page-shop-not-serving #component-cart-modal .modal-footer {
        flex: 0 0 150px
    }
}

.order-steps {
    height: auto !important;
    background: #fff;
    padding: 1rem;
    transform: translateY(-17px);
    border-top: 1px solid #dfdfdf
}

@media (min-width:992px) {
    .order-steps {
        padding: 2rem 1.5rem;
        min-height: 350px;
        margin-top: -350px;
        transform: translateY(0);
        border: 1px solid #dfdfdf
    }
}

.order-steps-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px
}

.order-steps-list {
    margin-bottom: 4rem
}

.order-steps-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 2rem
}

.order-steps-list-item span {
    font-weight: 700
}

.order-steps-list-item .fa {
    font-size: 16px;
    font-size: 1rem;
    color: #00bc8b
}

.order-steps .visible-xs {
    display: block !important
}

@media (min-width:992px) {
    .order-steps .visible-xs {
        display: none !important
    }
}

.order-steps .hidden-xs {
    display: none !important
}

@media (min-width:992px) {
    .order-steps .hidden-xs {
        display: block !important
    }
}

@media (max-width:767.98px) {
    .shops-listing-shops {
        margin: 0 -16px
    }
}

.shops-listing-shops--empty h5 {
    font-size: 16px;
    font-size: 1rem;
    color: #9b9b9b
}

.shops-listing-shops--empty .reset-filters {
    width: 50%
}

@media (min-width:768px) {
    .shops-listing-shops--empty .reset-filters {
        width: 25%
    }
}

.modal-popup--offer-item {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #dfdfdf;
    cursor: pointer
}

.modal-popup--offer-title {
    font-weight: 700;
    margin-bottom: .5rem
}

.modal-popup--offer-item-inner {
    display: flex;
    justify-content: space-between
}

.modal-popup--offer-choice {
    display: block;
    width: 100%;
    margin-bottom: .5rem;
    background: url(/site-assets/img/icons/angle-down.png) no-repeat #fff;
    background-size: 12px;
    background-position-y: center;
    background-position-x: calc(100% - 1rem);
    padding: .625rem 1rem;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.modal-popup--offer-description {
    color: #9b9b9b;
    padding-left: 1rem;
    margin-bottom: 2rem;
    clear: both
}

h4.modal-popup--offer-title {
    font-size: 12px;
    font-size: .75rem;
    margin-bottom: .5rem
}

.modal-popup--offer-choice-name {
    font-size: 14px;
    font-size: .875rem
}

.modal-popup--offer-only-choice {
    font-weight: 700
}

.modal-popup--offer-only-choice ~ .modal-popup--offer-description {
    padding-left: 0
}

.modal-popup--offer-choice-wrapper > div:not(.modal-popup--offer-choice-name) {
    color: #9b9b9b
}

.modal-popup--offer .modal-popup--offer-title a {
    cursor: pointer;
    color: #666
}

.modal-popup--offer-item-name--selected {
    width: 20px;
    height: auto;
    text-align: center
}

.modal-popup--offer-item-name--selected > i {
    color: #fff
}

.cart-products-in-shortage {
    max-width: 100%;
    margin-left: 1rem;
    margin-right: 1rem
}

@media (min-width:992px) {
    .cart-products-in-shortage {
        max-width: 180px;
        margin-left: auto;
        margin-right: auto
    }
}

.cart-products-in-shortage h4 {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700
}

.cart-products-in-shortage-list {
    margin-bottom: 0;
    padding-left: 1rem
}

.alert, .cart-products-in-shortage, .help-block.form-error, .paymentmethod .messages {
    border-width: 2px 0 0 !important;
    font-size: 12px;
    font-size: .75rem
}

.alert-black {
    background: #333;
    color: #fff
}

.component-joker-timer {
    color: #fff;
    border: 1px solid;
    border-radius: 51px;
    padding: .16667rem .75rem;
    line-height: 1.6;
    background-color: #ff4931;
    height: 2.3rem
}

.component-joker-timer-hourglass-wrapper {
    position: relative;
    top: .25rem
}

.component-joker-timer-hourglass {
    position: absolute
}

.component-joker-timer-hourglass-half, .component-joker-timer-hourglass-start {
    opacity: 0
}

.component-joker-timer.component-joker-timer-stopped .component-joker-timer-hourglass-end {
    opacity: 1;
    transform: rotate(40deg)
}

.component-joker-timer:not(.component-joker-timer-stopped) .component-joker-timer-hourglass-start {
    opacity: 1;
    animation: hourglassEmpty;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-fill-mode: none
}

.component-joker-timer:not(.component-joker-timer-stopped) .component-joker-timer-hourglass-half {
    opacity: 0;
    animation: hourglassFill;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-fill-mode: none
}

.component-joker-timer:not(.component-joker-timer-stopped) .component-joker-timer-hourglass-end {
    opacity: 0;
    animation: hourglassFillEnd, hourglassRotate;
    animation-duration: 2s, 2s;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-timing-function: linear, cubic-bezier(.68, -.55, .27, 1.55)
}

#component-cart .component-joker-timer-hourglass-wrapper {
    top: auto
}

.component-joker-timer-countdown {
    padding-left: 1rem;
    font-weight: 700
}

.component-joker-timer-countdown strong {
    font-size: 20px;
    font-size: 1.25rem
}

@media (min-width:992px) {
    .component-joker-timer-countdown {
        padding-left: 1.5rem
    }
}

@keyframes hourglassRotate {
    0% {
        transform: rotate(0)
    }

    80% {
        transform: rotate(0)
    }

    to {
        transform: rotate(180deg)
    }
}

@keyframes hourglassEmpty {
    0% {
        opacity: 1
    }

    30% {
        opacity: 0
    }

    to {
        opacity: 0
    }
}

@keyframes hourglassFill {
    0% {
        opacity: 0
    }

    20% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes hourglassFillEnd {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

.popover {
    box-shadow: 0 2px 16px 0 #dfdfdf
}

.popover-body {
    padding: 1.5rem
}

.popover-body h6 {
    color: #666;
    font-size: 12px;
    font-size: .75rem
}

.popover-body p {
    color: #9b9b9b;
    font-size: 12px;
    font-size: .75rem
}

.duplicate-order-wrapper {
    pointer-events: none
}

@media (max-width:991.98px) {
    .duplicate-order-wrapper {
        position: fixed;
        top: .5rem;
        left: .5rem;
        right: .5rem;
        z-index: 2
    }
}

.duplicate-order {
    cursor: pointer;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    border: 1px solid #dfdfdf
}

.duplicate-order .shop-logo {
    width: 40px;
    height: 40px
}

@media (max-width:991.98px) {
    .duplicate-order .shop-logo {
        text-align: center
    }
}

@media (max-width:991.98px) {
    .duplicate-order .shop-logo img {
        display: none
    }
}

.duplicate-order-icon {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 1rem
}

@media (min-width:992px) {
    .duplicate-order-icon {
        font-size: 14px;
        font-size: .875rem;
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0
    }
}

.duplicate-order--confirmed .duplicate-order-icon {
    color: #00bc8b
}

.duplicate-order--pending .duplicate-order-icon {
    color: #d32929
}

.component-cart-joker {
    margin-bottom: .5rem;
    padding: .5rem 0;
    background-color: #f7f7f7
}

@media (min-width:992px) {
    .component-cart-joker {
        display: none
    }
}

.component-cart-joker-tiers-copy {
    background-image: url(/site-assets/img/joker/joker-icon.png);
    background-position: 1rem;
    background-size: 24px;
    background-repeat: no-repeat
}

#component-cart .component-cart-joker-tiers-copy {
    font-size: 12px;
    font-size: .75rem;
    padding: .5rem 1rem .5rem .5rem;
    width: 70%;
    background-image: none
}

.component-cart-joker .component-joker-timer {
    position: absolute;
    right: 0;
    width: 30%;
    color: #ff4931;
    background-color: transparent;
    border-radius: 0;
    text-align: center;
    height: 40px;
    border: none
}

.component-cart-joker .component-joker-timer-countdown {
    padding-left: 1.5rem;
    font-weight: 400
}

.component-cart-joker .component-joker-timer-hourglass {
    top: -.25rem;
    font-size: 16px;
    font-size: 1rem
}

#component-cart-joker-bar:empty {
    display: none
}

#component-cart-joker-bar {
    position: relative;
    z-index: 1;
    background-color: #fff
}

@media (min-width:768px) {
    #component-cart-joker-bar {
        margin: 0 -1rem 24px
    }
}

@media (min-width:992px) {
    #component-cart-joker-bar {
        position: sticky;
        position: -webkit-sticky;
        top: 1.5rem;
        z-index: 1021;
        margin: 0 -16px 24px;
        overflow: hidden
    }
}

#component-cart-joker-bar .container {
    padding-left: 0;
    padding-right: 0
}

@media (min-width:768px) {
    #component-cart-joker-bar .container {
        max-width: 100%
    }
}

@media (min-width:992px) {
    #component-cart-joker-bar .container {
        padding-right: 0
    }
}

.component-joker-cart-inner {
    display: flex;
    flex-direction: column
}

@media (min-width:992px) {
    .component-joker-cart-inner {
        flex-direction: row;
        justify-content: space-between;
        height: 80px
    }
}

#component-cart-joker-bar .component-joker-timer {
    margin: auto;
    border-width: 2px;
    font-size: 18px;
    font-size: 1.125rem
}

@media (max-width:991.98px) {
    #component-cart-joker-bar .component-joker-timer {
        position: fixed;
        bottom: 4.5rem;
        left: 50%;
        transform: translateX(-50%)
    }
}

#component-cart-joker-bar .component-joker-timer-countdown-copy {
    display: none
}

#component-cart-joker-bar .component-cart-joker-tiers-copy {
    flex: 0 0 42%;
    margin: auto auto auto 0;
    padding-left: 5rem;
    background-size: 40px;
    font-size: 14px;
    font-size: .875rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #666
}

@media (max-width:991.98px) {
    #component-cart-joker-bar .component-cart-joker-tiers-copy {
        order: 1;
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

@media (max-width:767.98px) {
    #component-cart-joker-bar .component-cart-joker-tiers-copy {
        order: 1;
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

@media (max-width:991.98px) {
    .page-order #component-cart-joker-bar .component-cart-joker-tiers-copy {
        order: 0;
        border-radius: 4px 4px 0 0
    }
}

@media (max-width:991.98px) {
    .page-order #component-cart-joker-bar .component-joker-tiers-wrapper {
        border-radius: 0 0 4px 4px
    }
}

@media (min-width:992px) {
    .page-order #component-cart-joker-bar .component-cart-joker-tiers-copy {
        flex: 0 0 320px
    }
}

@media (max-width:991.98px) {
    .page-order #component-cart-joker-bar .component-joker-timer {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        text-align: center;
        border-radius: 0;
        padding: .5rem 0;
        transform: translateX(0);
        border: none
    }
}

.component-joker-tiers-wrapper {
    display: flex;
    width: 100%
}

@media (min-width:992px) {
    .component-joker-tiers-wrapper {
        width: 280px;
        height: 100%
    }
}

.component-joker-tier {
    flex: 1 0 auto;
    display: flex;
    text-align: center;
    height: 80px
}

@media (min-width:992px) {
    .component-joker-tier {
        width: 93px;
        height: 100%
    }
}

.component-joker-tier-inner {
    color: #fff;
    margin: auto
}

@media (min-width:992px) {
    .component-joker-tier-inner {
        text-transform: uppercase
    }
}

.component-joker-tier-inner span {
    font-weight: 700
}

@media (min-width:992px) {
    .component-joker-tier-inner span {
        font-weight: 400;
        display: block
    }
}

.component-joker-tier-inner > span:not(.component-joker-tier-final-price) {
    display: none
}

.component-joker-tier-inner > div {
    font-size: 12px;
    font-size: .75rem;
    text-transform: uppercase
}

.component-joker-tier-inner .component-joker-tier-final-price {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.2
}

@media (min-width:992px) {
    .component-joker-tier-inner .component-joker-tier-final-price {
        font-weight: 700;
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1
    }
}

.component-joker-tier:first-child {
    background: #ffb70a
}

.component-joker-tier:nth-child(2) {
    background: #652c82
}

.component-joker-tier:nth-child(3) {
    background: #ff4931
}

#component-cart-joker-bar .component-joker-tier-inner span:not(.component-joker-tier-final-price) {
    display: none
}

@media (max-width:991.98px) {
    #component-cart-joker-bar .component-joker-tiers-wrapper {
        border-radius: 4px 4px 0 0;
        overflow: hidden
    }
}

.popular-dishes-item {
    height: 125px;
    cursor: pointer
}

.popular-dishes-dish-img {
    width: 115px;
    overflow: hidden;
    background-position: 50%
}

@media (min-width:768px) {
    .popular-dishes-dish-img {
        width: 100px
    }
}

.popular-dishes-item-checkmark {
    top: -12px;
    right: -12px;
    width: 24px;
    height: 24px;
    background-color: #fff3af;
    color: #ffb000;
    border-radius: 50%
}

.shops-listing-counter-wrapper {
    z-index: 1
}

@media (max-width:991.98px) {
    .shops-listing-counter-wrapper h1 {
        font-size: 26px;
        font-size: 1.625rem
    }
}

.shop-listing-header-address:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 4px;
    opacity: .2
}

.shop-listing-header-address-change {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%
}

.featured-dish, .featured-dish--placeholder {
    cursor: pointer;
    overflow: hidden;
    height: 225px;
    color: #333;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    background: #fff
}

.featured-dish--placeholder:not(:last-child), .featured-dish:not(:last-child) {
    margin-right: 24px
}

.featured-dish-cover {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-color: #dfdfdf;
    height: 105px;
    transition: height .2s ease-in-out
}

.no-touchevents .featured-dish-cover:hover {
    height: 165px;
    transition: height .2s ease-in-out
}

.featured-dish-info {
    height: 120px
}

.featured-dish-name {
    font-size: 12px;
    font-size: .75rem
}

.featured-dish-restaurant-name {
    margin: auto 0 8px
}

.featured-dish--placeholder {
    flex-basis: 0;
    flex-grow: 1;
    flex: 1 0 255px
}

.featured-dish-cover--placeholder {
    height: 105px;
    background: #ebebeb
}

.Select {
    position: relative
}

.Select, .Select div, .Select input, .Select span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.Select.is-disabled > .Select-control {
    background-color: #f9f9f9
}

.Select.is-disabled > .Select-control:hover {
    box-shadow: none
}

.Select.is-disabled .Select-arrow-zone {
    cursor: default;
    pointer-events: none
}

.Select-control {
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #dfdfdf;
    color: #333;
    cursor: default;
    display: table;
    height: 40px;
    outline: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    font-size: 14px
}

.Select-control:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06)
}

.is-searchable.is-open > .Select-control {
    cursor: text
}

.is-open > .Select-control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    border-color: #b3b3b3 #ccc #d9d9d9
}

.is-open > .Select-control > .Select-arrow {
    border-color: transparent transparent #999;
    border-width: 0 5px 5px
}

.is-searchable.is-focused:not(.is-open) > .Select-control {
    cursor: text
}

.is-focused:not(.is-open) > .Select-control {
    border-color: #ffc200;
    box-shadow: 0 0 0 .2rem rgba(255, 194, 0, .25)
}

.Select-placeholder, :not(.Select--multi) > .Select-control .Select-value {
    bottom: 0;
    color: #aaa;
    left: 0;
    line-height: 39px;
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.has-value.is-pseudo-focused:not(.Select--multi) > .Select-control > .Select-value .Select-value-label,
.has-value:not(.Select--multi) > .Select-control > .Select-value .Select-value-label {
    color: #333
}

.has-value.is-pseudo-focused:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label,
.has-value:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label {
    cursor: pointer;
    text-decoration: none
}

.has-value.is-pseudo-focused:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label:hover,
.has-value:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label:focus,
.has-value:not(.Select--multi) > .Select-control > .Select-value a.Select-value-label:hover {
    color: #007eff;
    outline: none;
    text-decoration: underline
}

.Select-input {
    height: 34px;
    padding-left: 1rem;
    padding-right: 1rem;
    vertical-align: middle
}

.Select-input > input {
    width: 100%;
    background: none transparent;
    border: 0;
    box-shadow: none;
    cursor: default;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    height: 34px;
    margin: 0;
    outline: none;
    padding: 0;
    -webkit-appearance: none
}

.is-focused .Select-input > input {
    cursor: text
}

.has-value.is-pseudo-focused .Select-input {
    opacity: 0
}

.Select-control:not(.is-searchable) > .Select-input {
    outline: none
}

.Select-loading-zone {
    cursor: pointer;
    display: table-cell;
    text-align: center
}

.Select-loading, .Select-loading-zone {
    position: relative;
    vertical-align: middle;
    width: 16px
}

.Select-loading {
    -webkit-animation: Select-animation-spin .4s linear infinite;
    -o-animation: Select-animation-spin .4s infinite linear;
    animation: Select-animation-spin .4s linear infinite;
    height: 16px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #ccc;
    border-right-color: #333;
    display: inline-block
}

.Select-clear-zone {
    -webkit-animation: Select-animation-fadeIn .2s;
    -o-animation: Select-animation-fadeIn .2s;
    animation: Select-animation-fadeIn .2s;
    color: #999;
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 17px
}

.Select-clear-zone:hover {
    color: #d0021b
}

.Select-clear {
    display: inline-block;
    font-size: 18px;
    line-height: 1
}

.Select--multi .Select-clear-zone {
    width: 17px
}

.Select-arrow-zone {
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    padding-right: 5px
}

.Select-arrow {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 2.5px;
    display: inline-block;
    height: 0;
    width: 0
}

.is-open .Select-arrow, .Select-arrow-zone:hover > .Select-arrow {
    border-top-color: #666
}

@-webkit-keyframes Select-animation-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes Select-animation-fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.Select-menu-outer {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top-color: #e6e6e6;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    box-sizing: border-box;
    margin-top: -1px;
    max-height: 200px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
    -webkit-overflow-scrolling: touch
}

.Select-menu {
    max-height: 198px;
    overflow-y: auto
}

.Select-option {
    box-sizing: border-box;
    background-color: #fff;
    color: #666;
    cursor: pointer;
    display: block;
    padding: 15px 1.5rem;
    border-bottom: 1px solid #ebebeb
}

.Select-option span {
    pointer-events: none
}

.Select-option:last-child {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.Select-option.is-focused {
    background-color: #ffc200;
    color: #333
}

.Select-option.is-disabled {
    color: #ccc;
    cursor: default
}

.Select-noresults {
    box-sizing: border-box;
    color: #999;
    cursor: default;
    display: block;
    padding: 8px 10px
}

.Select--multi .Select-input {
    vertical-align: middle;
    margin-left: 10px;
    padding: 0
}

.Select--multi.has-value .Select-input {
    margin-left: 5px
}

.Select--multi .Select-value {
    background-color: rgba(0, 126, 255, .08);
    border-radius: 2px;
    border: 1px solid rgba(0, 126, 255, .24);
    color: #007eff;
    display: inline-block;
    font-size: .9em;
    line-height: 1.4;
    margin-left: 5px;
    margin-top: 5px;
    vertical-align: top
}

.Select--multi .Select-value-icon, .Select--multi .Select-value-label {
    display: inline-block;
    vertical-align: middle
}

.Select--multi .Select-value-label {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    cursor: default;
    padding: 2px 5px
}

.Select--multi a.Select-value-label {
    color: #007eff;
    cursor: pointer;
    text-decoration: none
}

.Select--multi a.Select-value-label:hover {
    text-decoration: underline
}

.Select--multi .Select-value-icon {
    cursor: pointer;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-right: 1px solid rgba(0, 126, 255, .24);
    padding: 1px 5px 3px
}

.Select--multi .Select-value-icon:focus, .Select--multi .Select-value-icon:hover {
    background-color: rgba(0, 113, 230, .08);
    color: #0071e6
}

.Select--multi .Select-value-icon:active {
    background-color: rgba(0, 126, 255, .24)
}

.Select--multi.is-disabled .Select-value {
    background-color: #fcfcfc;
    border: 1px solid #e3e3e3;
    color: #333
}

.Select--multi.is-disabled .Select-value-icon {
    cursor: not-allowed;
    border-right: 1px solid #e3e3e3
}

.Select--multi.is-disabled .Select-value-icon:active, .Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:hover {
    background-color: #fcfcfc
}

.Select-value-label {
    color: #333
}

@keyframes Select-animation-spin {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes Select-animation-spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

.react-autosuggest__input {
    line-height: 39px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    font-size: .875rem
}

.geosuggest__input-wrapper .help-block-address-description {
    display: none;
    color: #9b9b9b;
    font-size: 12px;
    font-size: .75rem;
    margin-top: .5rem
}

.react-autosuggest__suggestions-container.react-autosuggest__suggestions-container--open {
    position: absolute;
    width: 100%;
    z-index: 2
}

.react-autosuggest__suggestions-list {
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #dfdfdf
}

.react-autosuggest__suggestions-container:not(.react-autosuggest__suggestions-container--open) .react-autosuggest__custom-suggestions-list {
    display: none
}

.react-autosuggest__suggestion {
    position: relative;
    padding: 13px 10px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #dfdfdf;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff;
    z-index: 1
}

@media (max-width:767.98px) {
    .react-autosuggest__suggestion:not(:last-child) {
        display: none
    }

    .react-autosuggest__suggestion:nth-child( - n + 3) {
        display: block
    }
}

.react-autosuggest__suggestion--highlighted, .react-autosuggest__suggestion:active,
.react-autosuggest__suggestion:focus, .react-autosuggest__suggestion:hover {
    color: #333;
    background: #fcbd2a;
    border-color: #fcbd2a
}

.react-autosuggest__suggestion:last-child {
    text-align: center;
    position: relative
}

.react-autosuggest__suggestion:last-child span:before {
    content: attr(data-helpText);
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    font-size: 12px;
    margin-top: -30px;
    font-weight: 700;
    color: #999
}

.react-autosuggest__suggestion:last-child span {
    margin: 20px auto 0
}

.react-autosuggest__suggestion:last-child {
    border: none
}

.react-autosuggest__suggestion:last-child.react-autosuggest__suggestion--highlighted,
.react-autosuggest__suggestion:last-child:focus, .react-autosuggest__suggestion:last-child:hover {
    background: transparent
}

.react-autosuggest__input.error {
    background-image: none
}

#geosuggest-wrapper {
    position: relative
}

#geosuggest-geolocation-button {
    outline: none;
    color: #000 !important
}

.is-loading #geosuggest-geolocation-button {
    display: none
}

.geosuggest-geolocation {
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0
}

@media (min-width:768px) {
    .geosuggest-geolocation {
        display: none !important
    }
}

.geosuggest-geolocation .popover {
    min-width: 200px;
    padding: 8px
}

.modal-adressbox .geosuggest-geolocation .popover {
    display: none !important
}

.geosuggest-geolocation .popover-title {
    color: #00bc8b;
    font-size: 12px;
    padding: 0;
    background: none;
    border: none;
    margin: 0
}

.geosuggest-geolocation .popover-title strong {
    font-weight: 700
}

.geosuggest-geolocation .popover-content {
    font-size: 12px;
    text-align: center;
    padding: 8px 0;
    margin: 0
}

.geosuggest__input-wrapper {
    position: relative
}

.geosuggest__input-wrapper .wsf-loader-wrapper {
    position: absolute;
    display: flex;
    width: 2em;
    height: auto;
    top: 10px;
    left: auto;
    right: 10px;
    z-index: 2
}

.hide-the-loader .geosuggest__input-wrapper .wsf-loader-wrapper {
    display: none
}

.is-loading .geosuggest__input-wrapper .wsf-loader-wrapper {
    display: block
}

@media (max-width:767.98px) {
    .geosuggest__input-wrapper .wsf-loader {
        border-top: .15em solid rgba(0, 0, 0, .2);
        border-right: .15em solid rgba(0, 0, 0, .2);
        border-bottom: .15em solid rgba(0, 0, 0, .2)
    }
}

.geosuggest__input-wrapper .wsf-loader, .geosuggest__input-wrapper .wsf-loader:after {
    width: 2em;
    height: 2em
}

.u-absoluteCenter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.u-flexCenter {
    display: flex;
    align-items: center;
    justify-content: center
}

.u-offscreen {
    position: absolute;
    left: -999em
}

.ratings_ring_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    width: 28px;
    height: 28px
}

@media (min-width:768px) {
    .ratings_ring_inner {
        width: 56px;
        height: 56px
    }
}

.ratings_ring {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.ratings_ring__meter, .ratings_ring__value {
    fill: none
}

.ratings_ring__meter {
    stroke: #dfdfdf
}

.ratings_ring__value {
    stroke: #ffc200;
    stroke-linecap: round
}

.checkout-mastercard-sep-18 {
    background-color: #000
}

@media (min-width:992px) {
    .checkout-mastercard-sep-18 {
        background-image: url(/site-assets/img/promos/mastercard-sep-18/mastercard-checkout-sep-18.jpg);
        background-size: cover;
        background-position: 50%
    }
}

.promo-message {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 440px;
    padding: 20px;
    border-radius: 4px;
    background: #000;
    background: rgba(0, 0, 0, .8);
    box-shadow: 0 0 9px rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: all .2s cubic-bezier(.6, -.28, .74, .05)
}

.promo-message-close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 32px;
    height: 32px;
    background: grey;
    color: #fff;
    border-radius: 100%;
    border: none;
    font-size: 16px
}

.promo-message-image, .promo-message-text {
    display: inline-block;
    vertical-align: middle
}

.promo-message-image {
    max-width: 110px
}

.promo-message-image img {
    max-width: 100%;
    border-radius: 100%;
    height: auto
}

.promo-message-text {
    max-width: 260px;
    padding-left: 20px
}

.promo-message-text p {
    font-size: 13px;
    line-height: 1.4em;
    color: #fff
}

.promo-message--visible {
    visibility: visible;
    opacity: 1;
    bottom: 80px
}

.cart-product-list-item {
    font-size: 12px;
    font-size: .75rem;
    position: relative;
    padding: 1.25rem 1rem;
    border: solid #f7f7f7;
    border-width: 1px 0 0
}

.cart-product-list-item:first-child {
    border-top-width: 0
}

@media (min-width:992px) {
    .cart-product-list-item {
        padding: .75rem 1.5rem
    }
}

.cart-product-list-item:focus, .cart-product-list-item:hover {
    background: #f7f7f7
}

.cart-product-list-item-name {
    display: inline-block;
    font-weight: 700;
    margin-bottom: .75rem;
    line-height: 1.25;
    max-width: 176px
}

.cart-product-list-item-actions {
    display: flex
}

.cart-product-list-item-actions > span:nth-child(2) {
    display: flex;
    align-items: center;
    margin: auto 0 auto auto
}

.cart-product-list-item-actions > span:first-child button {
    border-color: #dfdfdf;
    color: #9b9b9b;
    padding: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    line-height: 1.25;
    font-size: 10px;
    font-size: .625rem
}

.cart-product-list-item-actions > span:first-child .modal-addressbox-confirmation .shop-profile-menu-list-item--not-available .button-map-submit,
.cart-product-list-item-actions > span:first-child .order-steps .shop-profile-menu-list-item--not-available .button-primary,
.cart-product-list-item-actions > span:first-child .react-autosuggest__suggestion:last-child .shop-profile-menu-list-item--not-available span,
.cart-product-list-item-actions > span:first-child .shop-profile-menu-list-item--not-available .btn,
.cart-product-list-item-actions > span:first-child .shop-profile-menu-list-item--not-available .button,
.cart-product-list-item-actions > span:first-child .shop-profile-menu-list-item--not-available .modal-addressbox-confirmation .button-map-submit,
.cart-product-list-item-actions > span:first-child .shop-profile-menu-list-item--not-available .order-steps .button-primary,
.cart-product-list-item-actions > span:first-child .shop-profile-menu-list-item--not-available .react-autosuggest__suggestion:last-child span,
.cart-product-list-item-actions > span:first-child .shop-profile-menu-list-item--not-available img,
.cart-product-list-item-actions > span:first-child button:disabled,
.modal-addressbox-confirmation .shop-profile-menu-list-item--not-available .cart-product-list-item-actions > span:first-child .button-map-submit,
.order-steps .shop-profile-menu-list-item--not-available .cart-product-list-item-actions > span:first-child .button-primary,
.react-autosuggest__suggestion:last-child .shop-profile-menu-list-item--not-available .cart-product-list-item-actions > span:first-child span,
.shop-profile-menu-list-item--not-available .cart-product-list-item-actions > span:first-child .btn,
.shop-profile-menu-list-item--not-available .cart-product-list-item-actions > span:first-child .button,
.shop-profile-menu-list-item--not-available .cart-product-list-item-actions > span:first-child img,
.shop-profile-menu-list-item--not-available .modal-addressbox-confirmation .cart-product-list-item-actions > span:first-child .button-map-submit,
.shop-profile-menu-list-item--not-available .order-steps .cart-product-list-item-actions > span:first-child .button-primary,
.shop-profile-menu-list-item--not-available .react-autosuggest__suggestion:last-child .cart-product-list-item-actions > span:first-child span {
    border-color: #ebebeb;
    color: #ebebeb
}

.cart-product-list-item-quantity {
    font-size: 14px;
    font-size: .875rem;
    padding: 0 .7rem
}

.cart.cart--checkout .cart-product-list-item-quantity {
    padding: 0;
    font-weight: lighter
}

.cart-product-list-item-delete {
    position: absolute;
    top: .75rem;
    right: 0;
    line-height: 1.25;
    color: #9b9b9b
}

.cart-product-list-item-price {
    font-weight: 700
}

.cart.cart--checkout .cart-product-list-item {
    padding: 1rem 2rem;
    border-color: #ebebeb
}

.cart.cart--checkout .cart-footer {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    border-top: 1px solid #dfdfdf
}

.cart.cart--checkout .cart-product-list-item-name {
    display: inline;
    margin-bottom: 0;
    line-height: 1.25
}

.cart.cart--checkout .cart-product-list-item {
    position: relative
}

.cart.cart--checkout .cart-product-list-item.notice-vat-wrapper {
    display: none
}

.cart.cart--checkout .cart-product-list-item-info {
    padding-left: 1.75rem;
    width: calc(100% - 2.75rem)
}

.cart.cart--checkout .cart-product-list-item-actions {
    position: absolute;
    top: 1rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 0;
    padding: 0 2rem
}

.cart.cart--checkout .cart-product-list-item-description {
    margin-bottom: 0
}

.cart.cart--checkout .cart-product-list-item-quantity {
    font-size: 12px;
    font-size: .75rem
}

.cart.cart--checkout .cart-product-list-item-single-price {
    display: none
}

.offers-tooltip img {
    background-color: #ffd6d3
}

.offers-tooltip > div {
    overflow: hidden
}

.offers-tooltip--desktop {
    right: -24px;
    top: 45px;
    width: 343px;
    height: auto
}

.offers-tooltip--desktop:before {
    content: "";
    width: 0;
    height: 0;
    top: -10px;
    right: 1rem;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff
}

.user-account-header-hero:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent, #000 100%)
}

.user-account-navigation ul {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.user-account-navigation ul::-webkit-scrollbar {
    display: none
}

@media (max-width:991.98px) {
    .user-account-navigation ul {
        margin-left: -1rem;
        margin-right: -1rem;
        padding-left: 1rem
    }
}

.user-account-navigation .nav-pills .nav-link.active {
    background-color: hsla(0, 0%, 87.5%, .4);
    font-weight: 700
}

.homepage-address-search-greeting {
    font-size: 26px;
    font-size: 1.625rem
}

@media (min-width:992px) {
    .homepage-address-search-greeting {
        font-size: 44px;
        font-size: 2.75rem
    }
}

.homepage-address-search-wrapper {
    padding-top: 200px
}

@media (min-width:768px) {
    .homepage-address-search-wrapper {
        padding-top: 216px
    }
}

@media (min-width:992px) {
    .homepage-address-search-wrapper {
        padding-top: 22vh;
        height: 768px
    }
}

@media (min-width:992px) {
    .logged-in .homepage-address-search-wrapper {
        min-height: 768px;
        height: auto
    }
}

@media (max-width:991.98px) {
    .homepage-address-search-inner {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .13)
    }
}

@media (min-width:992px) {
    .logged-out .homepage-address-search-wrapper {
        padding: 0;
        display: flex
    }
}

@media (min-width:992px) {
    .logged-out .homepage-address-search-inner {
        margin: auto 0
    }
}

.smart-assistant-reorder-list {
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none
}

.smart-assistant-reorder-list::-webkit-scrollbar {
    display: none
}

.smart-assistant-reorder-list-item {
    width: 88px
}

.smart-assistant-suggestions-list li:not(:last-child) {
    box-shadow: inset 0 -1px 0 0 #ebebeb
}

.promo-popup {
    margin: 0;
    bottom: 1.5rem;
    right: 1.5rem;
    left: auto;
    width: 344px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .12);
    border: 1px solid #ebebeb;
    font-size: 14px;
    font-size: .875rem
}

.promo-popup p {
    color: #666
}

.static-page-title-wrapper {
    height: 264px
}

@media (min-width:992px) {
    .static-page-title-wrapper {
        height: 480px
    }
}

.static-page-title-inner {
    position: relative;
    top: 45px;
    font-size: 26px;
    font-size: 1.625rem
}

@media (min-width:992px) {
    .static-page-title-inner {
        top: 0
    }
}

.static-page-title-inner h1 {
    font-size: 26px;
    font-size: 1.625rem
}

@media (min-width:992px) {
    .static-page-title-inner h1 {
        font-size: 44px;
        font-size: 2.75rem
    }
}

.modal-reorder label {
    font-size: 14px;
    font-size: .875rem
}

.modal-reorder .reorder-item-wrapper-invalid .reorder-item label,
.modal-reorder .reorder-item-wrapper-invalid .reorder-offer .reorder-item-description {
    text-decoration: line-through
}

.modal-reorder .modal-heading {
    position: relative
}

.modal-reorder .modal-heading:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/site-assets/img/icons/reorder-icon.png) 50% no-repeat
}

.search-dropdown-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
    display: none
}

.search-dropdown {
    top: 46px;
    left: -24px;
    width: calc(100% + 24px);
    background: #fff;
    border-radius: 0 0 .25rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1)
}

@media (min-width:992px) {
    .search-dropdown {
        width: calc(100% + 48px)
    }
}

.search-dropdown, .shops-listing-search-form-help-text {
    display: none
}

.search-dropdown ul li {
    cursor: pointer
}

.search-dropdown .item-highlight {
    background: #f7f7f7
}

.clear_search_form, .shop-search-form-search-for {
    display: none
}

.shops-search-dropdown-open .search-dropdown {
    display: block
}

.shops-search-dropdown-open .shops-listing-sorting-pane-wrapper {
    display: none !important
}

.shops-search-dropdown-open .search-dropdown-overlay {
    display: block
}

.shops-search-dropdown-open .shops-listing-sorting-scrolled-border-wrapper {
    flex: 0 0 100%;
    max-width: 100%
}

.page-search-page .shops-listing-sorting-scrolled-border-wrapper {
    flex: 0 0 100% !important;
    max-width: 100% !important
}

.shops-search-dropdown-open.shops-search-has-input .clear_search_form,
.shops-search-has-valid-input .shop-search-form-search-for {
    display: block
}

.shops-search-dropdown-open .badge-beta, .shops-search-has-valid-input .badge-beta {
    display: none
}

.shops-search-dropdown-open.shops-search-has-valid-input .shops-listing-search-form-help-text {
    white-space: nowrap
}

@media (min-width:992px) {
    .shops-search-dropdown-open.shops-search-has-valid-input .shops-listing-search-form-help-text {
        display: block
    }
}

.page-search-page .shops-listing-sorting-pane-wrapper {
    display: none !important
}

.page-search-page.shops-search-has-input .clear_search_form {
    display: block
}

.shops-listings-search-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.foodiversity-lp-carousel-items-slider-controls {
    margin-bottom: 1.5rem
}

.foodiversity-lp-carousel-items-slider-controls .slick-next, .foodiversity-lp-carousel-items-slider-controls .slick-prev {
    width: 32px;
    height: 32px
}

.foodiversity-lp-carousel-items-slider-controls .slick-next.slick-disabled,
.foodiversity-lp-carousel-items-slider-controls .slick-prev.slick-disabled {
    opacity: .5
}

.foodiversity-lp-carousel-items .slick-track {
    display: flex !important;
    padding-bottom: .5rem
}

.foodiversity-lp-carousel-items .slick-slide {
    display: flex !important;
    height: inherit;
    flex: 0 0 auto
}

.foodiversity-lp-infographic {
    min-height: 880px;
    background-size: cover;
    background-position: 92% bottom;
    background-repeat: no-repeat;
    background-image: url(/site-assets/img/foodiversity/2019/wave.svg)
}

@media (min-width:576px) {
    .foodiversity-lp-infographic {
        min-height: 350px
    }
}

@media (min-width:1200px) {
    .foodiversity-lp-infographic {
        min-height: 512px
    }
}

.how-it-works-step-wrapper {
    width: 232px
}

.how-it-works-wrapper img {
    height: 186px;
    width: 186px
}

.how-it-works-wrapper.active img {
    animation-name: how-it-works-steps-animation;
    animation-duration: 1.2s
}

.how-it-works-wrapper.active .how-it-works-step-wrapper:first-of-type img {
    animation-delay: .51s
}

.how-it-works-wrapper.active .how-it-works-step-wrapper:nth-of-type(2) img {
    animation-delay: .81s
}

.how-it-works-wrapper.active .how-it-works-step-wrapper:nth-of-type(3) img {
    animation-delay: 1.11s
}

@keyframes how-it-works-steps-animation {
    0% {
        transform: scale(1) translateY(0)
    }

    10% {
        transform: scale(1.1, .9) translateY(0)
    }

    30% {
        transform: scale(.9, 1.1) translateY(-5px)
    }

    50% {
        transform: scale(1.05, .95) translateY(0)
    }

    64% {
        transform: scale(1) translateY(-3px)
    }

    to {
        transform: scale(1) translateY(0)
    }
}

#smartbanner-container .newSb__subheader:first-of-type {
    display: none
}

#smartbanner-container #newSb {
    position: relative;
    z-index: 1
}

.qflp-hero {
    position: relative;
    height: 265px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.qflp-hero:before {
    content: "";
    display: block;
    height: 50%;
    width: 100%;
    background: linear-gradient(0, transparent 50%, rgba(0, 0, 0, .3) 90%)
}

@media (min-width:768px) {
    .qflp-hero:before {
        height: 100%
    }
}

.qlfp-header {
    border-radius: .25rem .25rem 0 0;
    margin-top: -135px
}

.hero-wrapper {
    height: 440px
}

@media (min-width:992px) {
    .hero-wrapper {
        height: 768px
    }
}

.hero {
    position: relative;
    background-image: url(/site-assets/img/bg/hero/home/Desktop/hero-fl.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat
}

@media (min-width:1200px) {
    .hero {
        background-image: url(/site-assets/img/bg/hero/home/Desktop/hero-fl-lg.jpg)
    }
}

@media (min-width:992px) {
    .hero:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(0, 0, 0, .45), transparent 150px)
    }
}

.hero-address-search-greeting {
    font-size: 26px;
    font-size: 1.625rem
}

@media (min-width:992px) {
    .hero-address-search-greeting {
        font-size: 44px;
        font-size: 2.75rem
    }
}

.hero-address-search-wrapper {
    padding-top: 200px
}

@media (min-width:768px) {
    .hero-address-search-wrapper {
        padding-top: 216px
    }
}

@media (min-width:992px) {
    .hero-address-search-wrapper {
        padding-top: 0;
        height: 768px
    }
}

@media (max-width:991.98px) {
    .hero-address-search-inner {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .13)
    }
}

.foodiversity-hero {
    height: 320px;
    background-image: url(/site-assets/img/bg/hero/foodiversity/foodiversity-cover.jpg);
    background-size: cover;
    background-position: 50%
}

.mobile-sidemenu-list {
    margin-bottom: .5rem
}

.mobile-sidemenu-login-btn-wrapper {
    padding: .5rem
}

.mobile-sidemenu-login-btn {
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    font-weight: 700;
    border-color: #dfdfdf;
    color: #333
}

#mobile-side-menu {
    position: fixed;
    width: 270px;
    background: #fff;
    padding-top: 16px;
    z-index: 1043;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

#mobile-side-menu::-webkit-scrollbar {
    display: none
}

#mobile-side-menu > :last-child {
    padding-bottom: 100px
}

.mobile-sidemenu-list--secondary-item .mobile-sidemenu-list {
    background: #f7f7f7
}

.site-header {
    height: 70px;
    padding: 1rem 0;
    /* background-image: linear-gradient(0deg, #f7f7f7, #fff);
    box-shadow: inset 0 -1px 0 0 #f7f7f7 */
}

@media (min-width:768px) {
    .site-header {
        height: 96px
    }
}

.page-cuisine-landing .site-header, .page-delivery .site-header,
.page-foodiversity .site-header, .page-homepage .site-header, .page-landing .site-header,
.page-menu .site-header, .page-qlfp-list .site-header, .page-reset_password .site-header,
.page-search .site-header, .page-static .site-header, .page-thankyou .site-header,
.page-user-account-addresses .site-header, .page-user-account-fav-shops .site-header,
.page-user-account-orders .site-header, .page-user-account-payment .site-header,
.page-user-account-privacy .site-header, .page-user-account-reviews .site-header,
.page-user-account .site-header, .page-welcome .site-header, .site-header--fixed,
.site-header--transparent {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2
}

.page-cuisine-landing .site-header, .page-delivery .site-header,
.page-foodiversity .site-header, .page-homepage .site-header, .page-landing .site-header,
.page-menu .site-header, .page-qlfp-list .site-header, .page-reset_password .site-header,
.page-search .site-header, .page-static .site-header, .page-thankyou .site-header,
.page-user-account-addresses .site-header, .page-user-account-fav-shops .site-header,
.page-user-account-orders .site-header, .page-user-account-payment .site-header,
.page-user-account-privacy .site-header, .page-user-account-reviews .site-header,
.page-user-account .site-header, .page-welcome .site-header, .site-header--transparent {
    background-image: none;
    box-shadow: none
}

.page-404 .site-header {
    background: #fff
}

.page-404 button[data-target="#myModal"] {
    color: #000;
    border: 1px solid #dfdfdf
}

.page-404 button[data-target="#myModal"]:hover {
    background: #dfdfdf;
    border: 1px solid #fff
}

#smartbanner-container + .site-header, .how-it-works-wrapper + .site-header {
    transition-duration: .5s
}

.how-it-works-wrapper.active + .site-header {
    top: 478px;
    transition-duration: .5s
}

.site-header.smartbanner-offset {
    top: 70px;
    transition-duration: .5s
}

.shop-listing-header-hero, .thankyou-page-header-hero {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.shop-listing-header-hero:before, .thankyou-page-header-hero:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent, #000 100%)
}

.cuisine-filter--mobile, .cuisine-filter--mobile-header {
    top: 25%
}

.cuisine-filter--mobile .input-radio-mark input:disabled + label,
.cuisine-filter--mobile .menu-item-choice input:disabled + label {
    opacity: 1
}

.cuisine-filter--mobile-backdrop {
    background: rgba(0, 0, 0, .7)
}

.cuisine-filter--mobile--inner {
    padding-top: 4rem;
    padding-bottom: 5rem;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.cuisine-filter--mobile-header {
    height: 4rem
}

.default-list-view .cuisine-filter--mobile .reset-filters {
    display: none
}

.shops-listing-shop {
    background-color: #fff;
    box-shadow: inset 0 -1px 0 0 #dfdfdf, 0 2px 4px 0 rgba(0, 0, 0, .13)
}

@media (min-width:992px) {
    .shops-listing-shop {
        margin-bottom: 0
    }
}

.shops-listings-shops-list-item:last-child .shops-listing-shop {
    margin-bottom: 2.5rem
}

@media (min-width:576px) {
    .shops-listings-shops-list-item--closed:first-child .shops-listing-shop,
    .shops-listings-shops-list-item--first-closed .shops-listing-shop,
    .shops-listings-shops-list-item--first-not-promoted .shops-listing-shop,
    .shops-listings-shops-list-item--first-promoted .shops-listing-shop,
    .shops-listings-shops-list-item:first-child .shops-listing-shop {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
}

@media (min-width:576px) {
    .shops-listings-shops-list-item--closed:last-child .shops-listing-shop,
    .shops-listings-shops-list-item--last-promoted .shops-listing-shop,
    .shops-listings-shops-list-item--promoted + .shops-listings-shops-list-item--promoted .shops-listing-shop {
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem
    }
}

@media (min-width:576px) {
    .shops-listings-shops-list-item--last-open .shops-listing-shop {
        border-bottom-left-radius: .25rem !important;
        border-bottom-right-radius: .25rem !important
    }
}

@media (min-width:576px) {
    .shops-listings-shops-list-item--only-promoted-top .shops-listing-shop {
        border-radius: .25rem
    }
}

.shops-listings-shops-list-item--promoted .shops-listing-shop {
    background-color: #fffef8
}

.shops-listings-shops-list-item--first-promoted .shops-listing-shop {
    margin-top: 3rem
}

.shops-listings-shops-list-item--promoted .shops-listing-shop {
    border-width: 0 0 0 2px;
    border-style: solid;
    border-left-color: #ffc200 !important
}

@media (min-width:576px) {
    .shops-listings-shops-list-item--promoted + #quick_filters[class * =d-none] ~ .shops-listings-shops-list-item--first-not-promoted .shops-listing-shop,
    .shops-listings-shops-list-item--promoted + .shops-listings-shops-list-item--first-not-promoted .shops-listing-shop {
        margin-top: 2.5rem
    }
}

@media (min-width:576px) {
    .shops-listings-shops-list-item:not(.shops-listings-shops-list-item--promoted) + .shops-listings-shops-list-item--promoted + .shops-listings-shops-list-item:not(.shops-listings-shops-list-item--promoted) .shops-listing-shop {
        margin-top: 0
    }
}

.shops-listings-shops-list-item:not(.shops-listings-shops-list-item--promoted) ~ .shops-listings-shops-list-item--promoted .shops-listing-shop {
    margin-top: 0;
    border-radius: 0
}

.shops-listings-shops-list-item:not(.shops-listings-shops-list-item--promoted) ~ .shops-listings-shops-list-item--promoted .shops-listing-shop:after,
.shops-listings-shops-list-item:not(.shops-listings-shops-list-item--promoted) ~ .shops-listings-shops-list-item--promoted .shops-listing-shop:before {
    display: none
}

.shops-listings-shops-list > .shops-listings-shops-list-item--closed ~ .shops-listings-shops-list-item--closed:before {
    display: none
}

.shops-listings-shops-list > .shops-listings-shops-list-item--closed:before {
    content: attr(data-closed-shops-copy);
    position: relative;
    width: 100%;
    display: block;
    margin: 2rem 0 1rem;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    color: #666
}

@media (max-width:767.98px) {
    .shops-listings-shops-list > .shops-listings-shops-list-item--closed:before {
        padding-left: 1rem
    }
}

.shop-profile-header--hero {
    background-size: cover;
    background-position: 50%
}

.shop-profile-header--hero:before {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    display: block;
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .31));
    z-index: 0
}

@media (min-width:992px) {
    .shop-profile-header {
        height: 410px
    }
}

.shop-profile-header:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff
}

@media (min-width:992px) {
    .shop-profile-header:after {
        display: none
    }
}

@media (max-width:991.98px) {
    .shop-profile-cart #component-cart {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1020;
        will-change: transform;
        transition: transform .2s ease-out
    }
}

@media (min-width:992px) {
    .shop-profile-cart #component-cart {
        min-height: 400px;
        margin-top: 104px;
        display: flex
    }
}

@media (min-width:992px) {
    .page-shop-not-serving .shop-profile-cart #component-cart {
        margin-top: 615px
    }
}

.shop-profile-cart #component-cart .cart {
    width: 100%;
    height: 100%;
    display: flex
}

@media (min-width:992px) {
    .shop-profile-cart #component-cart .cart {
        max-height: calc(100vh - 2.5rem)
    }
}

@media (max-width:991.98px) {
    .shop-profile-cart--minimised #component-cart .cart.cart--empty {
        display: none
    }
}

@media (min-width:992px) {
    .joker-active .shop-profile-cart #component-cart .cart, .joker-active .shop-profile-cart #component-cart > div {
        max-height: calc(100vh - 5rem)
    }
}

@media (min-width:992px) {
    .shop-profile-cart {
        position: -webkit-sticky;
        position: sticky;
        top: 1.5rem
    }
}

.shop-profile-cart .cart {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px;
    background: #fff
}

@media (max-width:991.98px) {
    .shop-profile-cart .cart {
        box-shadow: none
    }
}

@media (max-width:991.98px) {
    .shop-profile-cart--minimised #component-cart {
        will-change: transform;
        transform: translate3d(0, 100%, 0) translate3d(0, -65px, 0);
        transition: transform .2s ease-out
    }
}

.page-shop-closed .shop-profile-cart .cart {
    min-height: 350px
}

.cart.cart--shop-closed {
    padding: 2rem 1.5rem;
    text-align: center
}

@media (max-width:991.98px) {
    .cart.cart--shop-closed {
        height: auto !important;
        min-height: auto !important;
        padding: 1rem;
        margin-top: -1rem;
        border-top: 1px solid #dfdfdf
    }

    .cart.cart--shop-closed .cart-body, .cart.cart--shop-closed .cart-header {
        display: none
    }
}

.cart.cart--shop-closed .cart-body {
    background: url(/site-assets/img/icons/restaurant-closed.png) no-repeat top #fff;
    background-size: 35%
}

.cart--shop-closed-body-copy {
    display: block;
    padding-top: 85px
}

@media (max-width:575.98px) {
    #component-cart-modal .modal, #component-cart-modal .modal-content,
    #component-cart-modal .modal-dialog {
        height: 100%
    }
}

@media (max-width:575.98px) {
    #component-cart-modal .modal-dialog {
        margin: 0;
        width: 100%
    }
}

@media (max-width:575.98px) {
    #component-cart-modal .modal-popup {
        display: flex;
        flex-direction: column;
        height: 100%
    }
}

@media (max-width:575.98px) {
    #component-cart-modal .modal-body {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media (max-width:575.98px) {
    #component-cart-modal .modal-content, #component-cart-modal .modal-footer,
    #component-cart-modal .modal-header {
        border-radius: 0
    }
}

.modal-content {
    border-radius: .5rem;
    overflow: hidden
}

.modal-header {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.modal-footer {
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem
}

.modal-header {
    min-height: 72px
}

.modal-heading {
    padding-right: 1rem
}

.modal-content:empty {
    opacity: 0
}

@media (min-width:768px) {
    #component-cart-modal .modal-header {
        padding-left: 2.5rem
    }
}

#component-cart-modal .modal-footer, #component-cart-modal .modal-header {
    background-color: #fff
}

.joker-modal .component-joker-abandon, .joker-modal .component-joker-expired,
.joker-modal .component-joker-listing, .joker-modal .modal-content > div {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.joker-modal .modal-header {
    padding: 0;
    flex: 1 0 auto
}

@media (min-width:992px) {
    .joker-modal .modal-header {
        display: flex;
        flex-direction: row;
        height: 80px;
        flex: 1 0 80px;
        padding: 0 2rem
    }
}

@media (min-width:992px) {
    .joker-modal .component-joker-abandon-header {
        padding: 0 1rem
    }
}

.component-joker-title-wrapper {
    width: 100%;
    padding: 1rem
}

@media (min-width:992px) {
    .component-joker-title-wrapper {
        width: auto;
        margin: auto auto auto 0
    }
}

.component-joker-title {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem
}

@media (min-width:992px) {
    .component-joker-title {
        font-size: 16px;
        font-size: 1rem
    }
}

.component-joker-subtitle {
    font-size: 12px;
    font-size: .75rem;
    color: #9b9b9b
}

.component-joker-logo {
    background: url(/site-assets/img/joker/joker-icon.png);
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    flex: 1 0 65px;
    display: none
}

@media (min-width:992px) {
    .component-joker-logo {
        display: block;
        margin: auto 0;
        flex: 0 0 45px
    }
}

.component-joker--close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem
}

@media (min-width:992px) {
    .component-joker--close-btn {
        top: 24px;
        right: 28px
    }
}

@media (min-width:992px) {
    .component-joker-modal .component-joker-tiers-wrapper {
        margin-right: 48px
    }
}

.joker-modal .component-joker-tiers-wrapper:after {
    content: "";
    position: absolute;
    background-color: #ff4931;
    width: 80px;
    height: 80px;
    right: 0;
    display: none
}

@media (min-width:992px) {
    .joker-modal .component-joker-tiers-wrapper:after {
        display: block
    }
}

@media (max-width:991.98px) {
    .checkout-header h1 {
        font-size: 26px;
        font-size: 1.625rem
    }
}

.checkout-form-step-3:not(.loading) .checkout-cart--placeholder {
    display: none
}

.loading .checkout-cart-wrapper {
    display: none
}

.cart--checkout-header {
    padding: 2rem
}

@media (min-width:992px) {
    .cart--checkout-header {
        padding-bottom: 1.5rem;
        box-shadow: inset 0 -1px 0 0 #dfdfdf
    }
}

.cart--checkout-header > span {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    margin-right: .25rem
}

.cart--checkout-header > span:after {
    content: ".";
    display: inline
}

.cart--checkout-header h3 {
    display: inline;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem
}

.cart--checkout-header > div {
    margin-top: 1.5rem
}

.modal-login .register-form #register_pass {
    padding-right: 2rem
}

.show-hide-password {
    right: .25rem;
    top: .75rem;
    cursor: pointer
}

#new-password-form #password, #reset_pass, .register-form #register_pass.error {
    background-image: none
}

.form-group.has-error #passwordHelpBlock {
    display: none
}

.register-error-message:not(:empty) + #passwordHelpBlock {
    display: none
}

.brand-pauza .modal-login .register-form .error ~ #passwordHelpBlock {
    display: none
}

.modal-order-proccess.show {
    margin-top: 100px
}

@media (max-width:575.98px) {
    .modal-order-proccess .modal-dialog {
        margin: auto 1rem;
        width: auto
    }
}

@media (max-width:575.98px) {
    .modal-order-proccess .modal-content {
        height: auto
    }
}

@media (max-width:575.98px) {
    .modal-order-proccess .modal-body {
        overflow: visible
    }
}

.paymentmethod-creditcard {
    padding-left: 25px
}

.peiraeus-payment-method {
    position: relative;
    width: 100%;
    clear: both;
    padding-top: 1rem
}

.modal-addressbox-confirmation .peiraeus-payment-method .button-map-submit,
.order-steps .peiraeus-payment-method .button-primary, .peiraeus-payment-method .btn,
.peiraeus-payment-method .button, .peiraeus-payment-method .modal-addressbox-confirmation .button-map-submit,
.peiraeus-payment-method .order-steps .button-primary, .peiraeus-payment-method .react-autosuggest__suggestion:last-child span,
.react-autosuggest__suggestion:last-child .peiraeus-payment-method span {
    font-size: 12px;
    font-size: .75rem;
    color: #666
}

.peiraeus-payment-method > div > button > span:first-child:before {
    content: "\F055";
    font-family: Font Awesome\ 5 Pro;
    margin-right: .25rem
}

.add-card-btn-loader:before {
    content: "\F110";
    font-family: Font Awesome\ 5 Pro
}

.add-card-btn-loader {
    margin-left: .5rem;
    transform: rotate(0deg);
    display: none
}

.add-card-btn-loader.is-loading {
    display: inline-block;
    animation: loadingSpinner .7s linear infinite;
    animation-direction: forwards
}

.dropdown-list--value + .Select-input {
    position: fixed
}

.peiraeus-payment-method .Select {
    position: relative;
    margin-bottom: 1rem
}

.peiraeus--add-new-payment-method iframe {
    margin: 0 -30px 0 -15px;
    width: calc(100% + 30px)
}

@keyframes loadingSpinner {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.component-joker-listing {
    display: flex;
    flex-direction: column
}

.joker-modal .component-joker-listing-header {
    position: relative;
    justify-content: space-between;
    flex-direction: column;
    background-color: #fff
}

@media (min-width:992px) {
    .joker-modal .component-joker-listing-header {
        padding-right: 5rem;
        flex-direction: row
    }
}

.component-joker-listing-header .component-joker-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0
}

.component-joker-logo {
    margin: 10px auto auto
}

@media (min-width:992px) {
    .component-joker-logo {
        margin: auto .5rem
    }
}

.component-joker-listing-body {
    background-color: #f7f7f7
}

@media (min-width:992px) {
    .component-joker-listing-body {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        flex-flow: row wrap;
        padding: 20px .3125rem 3rem;
        max-height: 650px;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .component-joker-listing-body::-webkit-scrollbar {
        display: none
    }
}

.component-joker-listing-shop-wrapper {
    margin-bottom: .5rem
}

@media (min-width:992px) {
    .component-joker-listing-shop-wrapper {
        padding: 0 .75rem
    }
}

.component-joker-listing-shop-wrapper:only-child {
    margin-left: auto;
    margin-right: auto
}

.component-joker-listing-shop {
    display: flex;
    background-color: #fff;
    cursor: pointer;
    border-radius: 4px;
    flex-direction: column;
    margin-bottom: .75rem;
    height: 145px;
    overflow: hidden
}

.component-joker-listing-shop-cover {
    height: 80px;
    padding: .6rem 1rem
}

.component-joker-listing-shop-logo-wrapper {
    width: 48px;
    height: 48px;
    margin-right: 1rem;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    flex: 0 0 auto;
    flex-basis: 0
}

.component-joker-listing-shop-details {
    font-size: 12px;
    font-size: .75rem;
    color: grey;
    padding: .5rem 1rem
}

.component-joker-listing-shop-title {
    color: #333;
    font-weight: 700;
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: .5rem
}

.component-joker-listing-shop-details .shop-ratings {
    float: left;
    margin: 0 .75rem 0 0
}

.component-joker-listing-shop-details .shop-ratings-average {
    font-weight: 700;
    margin-right: .25rem
}

.component-joker-listing-shop-details .shop-ratings-votes {
    margin-left: .25rem
}

.component-joker-listing .component-joker-timer {
    position: absolute;
    background: #ff4931;
    bottom: 1rem;
    left: 50%;
    font-size: 18px;
    font-size: 1.125rem;
    transform: translateX(-50%);
    border-color: #ff4931;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
    z-index: 1
}

@media (min-width:992px) {
    .component-joker-listing .component-joker--close-btn button {
        color: #fff
    }
}

.component-joker-expired .component-joker-expired-header {
    flex-direction: column;
    height: auto;
    flex: 1 0 auto
}

.component-joker-expired-header .component-joker-title-wrapper {
    width: 100%;
    margin: 0;
    padding: 0
}

.component-joker-expired-header .component-joker-title-wrapper > div {
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem
}

.component-joker-expired .component-joker-logo {
    flex: 1 0 auto;
    width: 48px;
    height: 48px;
    margin: 2rem auto;
    display: block
}

.joker-modal .component-joker-expired {
    background-color: #fff
}

.component-joker-abandon .modal-footer {
    border-top: 0
}

.joker-modal .component-joker-expired .modal-footer {
    border-top: 0;
    padding-left: 4.5rem;
    padding-right: 4.5rem
}

.joker-modal .component-joker-expired-body {
    display: flex;
    flex-direction: column
}

.component-joker-expired-body .component-joker-timer-stopped {
    order: 1
}

@media (min-width:992px) {
    .component-joker-expired .component-joker-title {
        max-width: 220px
    }
}

.component-joker-expired-body p {
    max-width: 260px;
    margin: 0 auto;
    color: #666;
    text-align: center
}

.component-joker-expired .component-joker-timer {
    background: #ff4931;
    font-size: 18px;
    font-size: 1.125rem;
    border-color: #ff4931;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
    margin: 1rem auto 0
}

.component-joker-expired .component-joker-timer-countdown {
    padding-left: 2rem
}

.joker-modal .component-joker-abandon-header {
    flex: 1 0 auto;
    flex-direction: column;
    height: auto;
    align-items: center;
    padding: 2rem
}

.component-joker-abandon-header .component-joker-title-wrapper {
    margin: auto
}

.component-joker-abandon {
    background: #fff
}

.component-joker-abandon-header-logo {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    display: block
}

.component-joker-abandon .component-joker-abandon-header {
    padding-bottom: 1.5rem
}

.component-joker-abandon .component-joker-subtitle, .component-joker-abandon .component-joker-title {
    text-align: center
}

.component-joker-abandon .component-joker-title {
    font-size: 20px;
    font-size: 1.25rem
}

.component-joker-abandon .component-joker-subtitle {
    font-size: 14px;
    font-size: .875rem;
    max-width: 250px
}

.component-joker-abandon-body p {
    text-align: center
}

.suggested-restaurant {
    border: 1px solid #dfdfdf
}

@media (min-width:768px) {
    .suggested-restaurant {
        height: 215px
    }
}

.suggested-restaurant-logo {
    overflow: hidden;
    width: 56px;
    height: 56px
}

.suggested-restaurant-logo img {
    width: 56px
}

.modal-failed-rating img, .modal-thank-you-rating img {
    margin-bottom: 1.5rem
}

@media (min-width:992px) {
    .modal-failed-rating img, .modal-thank-you-rating img {
        margin-bottom: 1rem
    }
}

.rating-group-inner img {
    width: 32px;
    position: relative;
    top: 13px;
    left: 15px
}

.rating-group-inner .rating-placeholder {
    min-width: 64px;
    min-height: 64px;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .06)
}

.rating-stars-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end
}

@media (min-width:768px) {
    .rating-stars-wrapper {
        justify-content: space-between;
        margin-top: 0
    }
}

.rating-star-wrapper {
    flex-basis: 0;
    margin-right: 30px
}

@media (min-width:768px) {
    .rating-star-wrapper {
        flex: 1 0 auto;
        text-align: center;
        margin-right: 0
    }
}

.rating-group h5 {
    font-size: 14px;
    font-size: .875rem
}

.rating-group .fa {
    cursor: pointer;
    font-size: 19px;
    font-size: 1.1875rem;
    margin: 0 -3px 0 0;
    transition: color .1s ease-in-out;
    color: #dfdfdf
}

.rating-star-wrapper:hover .fa, .rating-star-wrapper:hover ~ .rating-star-wrapper .fa {
    color: #ffc200;
    transition: color .1s ease-in-out
}

.rating-star-wrapper.selected .fa, .rating-star-wrapper.selected ~ .rating-star-wrapper .fa {
    color: #ffc200
}

.no-touchevents .rating-stars-wrapper.rated:hover .rating-star-wrapper .fa {
    color: #dfdfdf;
    transition: color .1s ease-in-out
}

.no-touchevents .rating-stars-wrapper.rated:hover .rating-star-wrapper:hover .fa,
.no-touchevents .rating-stars-wrapper.rated:hover .rating-star-wrapper:hover ~ .rating-star-wrapper .fa {
    color: #ffc200 !important;
    transition: color .1s ease-in-out
}

.preped-comment-list {
    margin-top: .85rem
}

.preped-comment-list li {
    display: inline-block;
    padding: .5rem;
    margin-right: .5rem;
    margin-bottom: .5rem;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    background-color: #fff;
    cursor: pointer;
    color: #9b9b9b
}

.checkout-form-step-2:not(.loading) .checkout-payments--placeholder {
    display: none
}

.loading .checkout-payments-wrapper {
    display: none
}

.braintree_paypal-payment-method {
    position: relative;
    width: 100%;
    clear: both;
    padding-top: 1rem
}

.braintree_paypal-payment-method .dropdown-list--item-is-default .fas {
    color: #00bc8b
}

.dropdown-list--item-is-default .fas {
    margin: auto 1rem auto 0
}

.braintree_paypal-payment-method .Select {
    position: relative;
    margin-bottom: 1rem
}

.social-proof .fa {
    color: #ed2e2e
}

.popular-dishes-dish-info {
    height: 125px;
    overflow: hidden
}

.cuisine-filter-list-wrapper {
    pointer-events: auto;
    top: 88px;
    max-height: calc(100vh - 104px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cuisine-filter-list-wrapper ::-webkit-scrollbar {
    display: none
}

.featured-dishes-wrapper {
    height: 253px;
    margin: 40px 0 48px;
    overflow: hidden
}

@media (min-width:992px) {
    .featured-dishes-wrapper ~ .shops-listings-shops-list-item:not(.d-none):not(.hidden) {
        border-top: 1px solid #dfdfdf
    }
}

.featured-dishes-heading {
    font-size: 10px;
    color: #333;
    margin-bottom: 16px
}

.featured-dishes-wrapper {
    display: none !important
}

.featured-dishes-wrapper.ready {
    display: block !important
}

.featured-dishes button.slick-disabled {
    opacity: 0
}

.featured-dishes .slick-prev.slick-disabled {
    transform: translate3d(-100%, -50%, 0)
}

.featured-dishes .slick-next.slick-disabled {
    transform: translate3d(100%, -50%, 0)
}

.featured-dishes .slick-next, .featured-dishes .slick-prev {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 48px;
    height: 48px;
    color: #9b9b9b;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #dfdfdf;
    transition: all .2s ease-in-out
}

.featured-dishes .slick-next:active, .featured-dishes .slick-next:focus,
.featured-dishes .slick-prev:active, .featured-dishes .slick-prev:focus {
    border-radius: 50%;
    outline: none
}

.featured-dishes .slick-next {
    right: 16px
}

@media (max-width:767.98px) {
    .featured-dishes .slick-next {
        right: 0
    }
}

.featured-dishes .slick-prev {
    left: 16px
}

@media (max-width:767.98px) {
    .featured-dishes .slick-list {
        overflow: visible
    }
}

.featured-dishes .slick-list:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 56px;
    background: linear-gradient(90deg, hsla(0, 0%, 96.9%, 0), hsla(0, 0%, 96.9%, .6))
}

@media (max-width:767.98px) {
    .featured-dishes .slick-list:after {
        right: -15px
    }
}

#address-form-component .address-form-component-search-input {
    max-width: 100%;
    opacity: 0
}

#address-form-component.user-address-ready .address-form-component-search-input {
    opacity: 1
}

#address-form-component .address-form-component-search-input[readonly] {
    background: transparent
}

#address-form-component .address-form-component-list:empty {
    display: none !important
}

#address-form-component .address-form-component-search-input:focus {
    box-shadow: none
}

#address-form-component .address-form-component-list {
    top: 56px;
    left: 0;
    max-height: 325px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: none;
    z-index: 1
}

#address-form-component .address-form-component-list::-webkit-scrollbar {
    display: none
}

@media (min-width:768px) {
    #address-form-component .address-form-component-list {
        max-height: 365px
    }
}

@media (min-width:992px) {
    #address-form-component .address-form-component-list {
        top: 62px
    }
}

#address-form-component .address-form-component-list:hover .address-form-component-list-item {
    background-color: inherit
}

#address-form-component .address-form-component-list .address-form-component-list-item.selected {
    background-color: #f7f7f7;
    color: #333 !important;
    cursor: pointer
}

#address-form-component .address-form-component-icon-loading {
    display: none
}

#address-form-component[data-is-loading=true] .address-form-component-icon-loading {
    display: flex
}

#address-form-component[data-is-loading=true] .address-form-component-scope-icon:before {
    display: none
}

#address-form-component .address-form-component-scope-friendly-name:before {
    content: attr(data-friendly-name);
    display: block;
    color: #3f7ed8
}

#address-form-component .address-form-component-scope-icon:before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background-size: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(/site-assets/img/icons/address-component/search.png);
    margin-right: .25rem
}

#address-form-component .address-form-component-scope-icon[data-scope=business_discounts]:before {
    display: block;
    background-size: 80%;
    background-image: url(/site-assets/img/icons/address-component/business-icon.png)
}

#address-form-component .address-form-component-scope-icon[data-scope=personal]:before {
    display: block;
    background-image: url(/site-assets/img/icons/address-component/map-pin.png)
}

#address-form-component .address-form-component-list .address-form-component-list-item:not(.selected) .address-form-component-scope-icon[data-scope=personal]:before {
    opacity: .35
}

#address-form-component .address-form-component-icon-loading {
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    flex: 0 0 24px;
    margin: auto .25rem auto 0
}

#address-form-component.address-search .address-form-component-list-arrow {
    display: none
}

.address-form-component-scope-friendly-name {
    flex-shrink: 0
}

.address-form-component-list-item .address-form-component-scope-friendly-name {
    display: inline-block
}

.address-form-component-list-item .address-form-component-scope-friendly-name[data-friendly-name]:not([data-friendly-name=""]) {
    margin-right: .5rem
}

.address-form-component-geolocation-btn {
    display: block
}

[data-input-empty=false] .address-form-component-geolocation-btn {
    display: none
}

.address-form-component-clear-btn {
    display: none
}

[data-input-empty=false] .address-form-component-clear-btn {
    display: block
}

.address-search .address-form-component-list-item-new-address {
    display: none
}

.address-form-component-back-to-saved {
    cursor: pointer;
    opacity: 0
}

#address-form-component.user-address-ready .address-form-component-back-to-saved {
    opacity: 1
}

.address-search.add-new-address .address-form-component-back-to-saved,
.address-search.user-address-empty .address-form-component-back-to-saved {
    display: none
}

.address-form-component-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: none
}

#address-form-component.address-form-component-list-open .address-form-component-overlay {
    display: block;
    pointer-events: auto
}

#address-form-component.address-search .btn-primary, #address-form-component.address-search .button-primary,
#address-form-component.address-search .modal-addressbox-confirmation .button-map-submit,
.modal-addressbox-confirmation #address-form-component.address-search .button-map-submit {
    margin-top: 3.5rem
}

@media (min-width:992px) {
    #address-form-component.address-search .btn-primary, #address-form-component.address-search .button-primary,
    #address-form-component.address-search .modal-addressbox-confirmation .button-map-submit,
    .modal-addressbox-confirmation #address-form-component.address-search .button-map-submit {
        margin-top: 0
    }
}

#address-form-component.address-saved .btn-primary, #address-form-component.address-saved .button-primary,
#address-form-component.address-saved .modal-addressbox-confirmation .button-map-submit,
.modal-addressbox-confirmation #address-form-component.address-saved .button-map-submit {
    margin-top: 1.5rem
}

@media (min-width:992px) {
    #address-form-component.address-saved .btn-primary, #address-form-component.address-saved .button-primary,
    #address-form-component.address-saved .modal-addressbox-confirmation .button-map-submit,
    .modal-addressbox-confirmation #address-form-component.address-saved .button-map-submit {
        margin-top: 0
    }
}

.logged-in #address-form-component .btn-secondary, .logged-in #address-form-component .react-autosuggest__suggestion:last-child span,
.react-autosuggest__suggestion:last-child .logged-in #address-form-component span {
    display: none !important
}

.react-autosuggest__suggestion:last-child body:not(.page-homepage):not(.page-landing) #address-form-component span,
body:not(.page-homepage):not(.page-landing) #address-form-component .btn-secondary,
body:not(.page-homepage):not(.page-landing) #address-form-component .react-autosuggest__suggestion:last-child span {
    display: none !important
}

.logged-out #address-form-component .btn-primary, .logged-out #address-form-component .button-primary,
.logged-out #address-form-component .modal-addressbox-confirmation .button-map-submit,
.modal-addressbox-confirmation .logged-out #address-form-component .button-map-submit {
    margin-top: 1.5rem
}

@media (min-width:992px) {
    .logged-out #address-form-component .btn-primary, .logged-out #address-form-component .button-primary,
    .logged-out #address-form-component .modal-addressbox-confirmation .button-map-submit,
    .modal-addressbox-confirmation .logged-out #address-form-component .button-map-submit {
        margin-top: 0
    }
}

.address-form-component-search-help {
    display: none
}

#address-form-component.address-search.user-address-empty .btn-primary,
#address-form-component.address-search.user-address-empty .button-primary,
#address-form-component.address-search.user-address-empty .modal-addressbox-confirmation .button-map-submit,
.modal-addressbox-confirmation #address-form-component.address-search.user-address-empty .button-map-submit {
    margin-top: 3.5rem
}

@media (min-width:992px) {
    #address-form-component.address-search.user-address-empty .btn-primary,
    #address-form-component.address-search.user-address-empty .button-primary,
    #address-form-component.address-search.user-address-empty .modal-addressbox-confirmation .button-map-submit,
    .modal-addressbox-confirmation #address-form-component.address-search.user-address-empty .button-map-submit {
        margin-top: 0
    }
}

.address-search.user-address-empty .address-form-component-search-help {
    display: block
}

.address-saved .address-form-component-search-input {
    cursor: pointer
}

.address-saved .address-form-component-clear-btn {
    display: none
}

.address-form-component-list-arrow i {
    transform: rotate(0deg);
    transition: transform .1s ease-in-out
}

.address-form-component-list-open .address-form-component-list-arrow i {
    transform: rotate(180deg);
    transition: transform .1s ease-in-out
}

.address-saved .address-form-component-back-to-saved, .address-saved .address-form-component-list-item-manual-address {
    display: none
}

.address-saved .address-form-component-search-input {
    caret-color: transparent
}

@media (max-width:767.98px) {
    .modal-address-form .address-search .address-form-component-list-item[data-pos="3"],
    .modal-address-form .address-search .address-form-component-list-item[data-pos="4"],
    .modal-address-form .address-search .address-form-component-list-item[data-pos="5"] {
        display: none !important
    }
}

.address-form-component-outer {
    border: 1px solid #ebebeb
}

#address-form-component.has-error .address-form-component-outer {
    border: 2px solid #ffc200
}

#address-form-component .alert, #address-form-component .cart-products-in-shortage,
#address-form-component .help-block.form-error, #address-form-component .paymentmethod .messages,
.paymentmethod #address-form-component .messages {
    display: none
}

@media (min-width:992px) {
    #address-form-component.has-error .alert, #address-form-component.has-error .cart-products-in-shortage,
    #address-form-component.has-error .help-block.form-error, #address-form-component.has-error .paymentmethod .messages,
    .paymentmethod #address-form-component.has-error .messages {
        display: block
    }
}

.modal-addressbox-confirmation .modal-content {
    background-color: #fff
}

.modal-addressbox-confirmation .modal-header {
    position: absolute;
    width: 100%;
    top: 170px
}

@media (min-width:768px) {
    .modal-addressbox-confirmation .modal-header {
        top: 0;
        width: 55%;
        right: 0
    }
}

.modal-addressbox-confirmation .form-group {
    margin-bottom: 1rem
}

.modal-addressbox-confirmation label {
    display: block;
    font-weight: 700
}

.modal-addressbox-confirmation input {
    font-size: 14px;
    font-size: .875rem
}

.modal-addressbox-confirmation .address-comfirm-component__control {
    border-color: #dfdfdf;
    box-shadow: none
}

.modal-addressbox-confirmation .address-comfirm-component__control:hover {
    border-color: #dfdfdf
}

.modal-addressbox-confirmation .address-comfirm-component__menu {
    margin: 0;
    border-radius: 0
}

.modal-addressbox-confirmation .address-comfirm-component__option {
    padding-top: 16px;
    padding-bottom: 16px;
    color: #9b9b9b
}

.modal-addressbox-confirmation .address-comfirm-component__option--is-focused {
    color: #333;
    background-color: #f7f7f7
}

.modal-addressbox-confirmation .address-comfirm-component__option--is-selected {
    color: #9b9b9b;
    background-color: #fff
}

.modal-addressbox-confirmation .address-comfirm-component__option--is-focused.address-comfirm-component__option--is-selected {
    color: #333;
    background-color: #f7f7f7
}

.modal-addressbox-confirmation .address-confirm-component-header-wrapper {
    padding-right: 0
}

.modal-addressbox-confirmation .address-confirm-component-footnote {
    padding: 0 1rem
}

@media (min-width:768px) {
    .modal-addressbox-confirmation .address-confirm-component-footnote {
        padding: 0 3rem 0 .5rem
    }
}

.modal-addressbox-confirmation .address-comfirm-component__indicator-separator {
    display: none
}

.modal-addressbox-confirmation .address-comfirm-component__input > input {
    height: 28px
}

.modal-addressbox-confirmation .address-comfirm-component__input > input:focus,
.modal-addressbox-confirmation .address-comfirm-component__input > input:hover {
    border: none;
    box-shadow: none
}

.modal-addressbox-confirmation .button-map-submit {
    margin-top: 1rem
}

.address-confirm-component-map-container, .modal-addressbox-confirmation #popup_map_canvas {
    width: 100%;
    height: 170px
}

@media (min-width:768px) {
    .address-confirm-component-map-container, .modal-addressbox-confirmation #popup_map_canvas {
        height: 620px;
        border-radius: 0 !important;
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important
    }
}

@media (min-width:768px) {
    .address-confirm-component-map-container {
        flex: 1 0 43%
    }
}

.address-comfirm-component-col-street-number {
    padding-right: 8px
}

.address-comfirm-component-col-zip {
    padding-left: 8px
}

.modal-addressbox-confirmation #popup_map_canvas {
    border: 1px solid #cecece;
    border-radius: .25rem
}

.modal-addressbox-confirmation .address-comfirm-component-form {
    padding: 0 2rem;
    margin-top: 8rem
}

@media (min-width:768px) {
    .modal-addressbox-confirmation .address-comfirm-component-form {
        margin-top: 6.5rem;
        margin-bottom: 6.5rem;
        padding-right: 4.5rem
    }
}

@media (min-width:768px) {
    .address-confirm-component-inner {
        display: flex;
        height: 620px
    }
}

@media (min-width:768px) {
    .address-confirm-component-footnote {
        position: absolute;
        width: 55%;
        right: 0;
        bottom: 0
    }
}

.address-confirm-component-map-container .alert-success.cart-products-in-shortage,
.address-confirm-component-map-container .alert-success.help-block.form-error,
.address-confirm-component-map-container .alert.alert-success,
.address-confirm-component-map-container .paymentmethod .alert-success.messages,
.address-confirm-component-map-container .paymentmethod .messages.messages--success,
.paymentmethod .address-confirm-component-map-container .alert-success.messages,
.paymentmethod .address-confirm-component-map-container .messages.messages--success {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center
}

@media (min-width:768px) {
    .address-confirm-component-map-container .alert-success.cart-products-in-shortage,
    .address-confirm-component-map-container .alert-success.help-block.form-error,
    .address-confirm-component-map-container .alert.alert-success,
    .address-confirm-component-map-container .paymentmethod .alert-success.messages,
    .address-confirm-component-map-container .paymentmethod .messages.messages--success,
    .paymentmethod .address-confirm-component-map-container .alert-success.messages,
    .paymentmethod .address-confirm-component-map-container .messages.messages--success {
        width: 40%;
        left: 2.5%;
        transform: translateX(0)
    }
}

.modal-addressbox-confirmation .form-group {
    position: relative
}

.modal-addressbox-confirmation .form-group .fa-circle-notch {
    position: absolute;
    right: 1rem;
    bottom: .75rem;
    color: grey
}

@media (max-width:991.98px) {
    .shop-profile-cart--no-address.shop-profile-cart--minimised #component-cart {
        transform: translate3d(0, 100%, 0) translate3d(0, -73px, 0)
    }
}

.cart.cart--no-address {
    min-height: auto;
    height: 350px
}

@media (min-width:992px) {
    .cart.cart--no-address .cart-footer {
        border-top: 0 !important
    }
}

@media (max-width:991.98px) {
    .shop-profile-cart.shop-profile-cart--suspended.shop-profile-cart--minimised #component-cart {
        transform: translate3d(0, 100%, 0) translate3d(0, -73px, 0)
    }
}

.shop-profile-cart--suspended .cart--suspended-body-copy {
    background: url(/site-assets/img/icons/suspended-shop.png) no-repeat top #fff;
    background-size: 35%;
    padding-top: 6rem;
    text-align: center
}

@media (min-width:992px) {
    .shop-profile-cart.shop-profile-cart--suspended .cart-footer {
        border-top: 0 !important
    }
}

.cart--suspended-header-copy {
    font-size: 16px;
    font-size: 1rem
}

.modal-suggested-restaurants .modal-content {
    background: #fff
}

@media (max-width:767.98px) {
    .modal-suggested-restaurants-left-column {
        border-right: none !important
    }
}

@media (max-width:767.98px) {
    .modal-suggested-restaurants-container {
        margin-bottom: 1rem
    }
}

.modal-suggested-restaurants-container .suggested-restaurants-list {
    display: block;
    margin: auto
}

.modal-suggested-restaurants-container .suggested-restaurants-list-item {
    padding: 0 !important;
    max-width: 100%
}

.modal-suggested-restaurants-container .suggested-restaurant {
    border: solid #dfdfdf !important;
    border-width: 0 0 1px !important;
    padding: 1rem 1.5rem !important;
    height: auto;
    flex-direction: row !important
}

.modal-suggested-restaurants-container .suggested-restaurants-list-item:last-child .suggested-restaurant {
    border-width: 0 !important
}

.modal-suggested-restaurants-container .suggested-restaurant-logo {
    width: 40px;
    height: 40px;
    margin: 0 1rem auto 0 !important
}

.modal-suggested-restaurants-container .suggested-restaurant-action {
    width: auto !important
}

.modal-suggested-restaurants-container .suggested-restaurant-action .fa-angle-right {
    display: inline !important
}

.modal-suggested-restaurants-container .suggested-restaurant-info {
    text-align: left;
    margin-bottom: 0 !important;
    padding: 0 !important
}

.modal-suggested-restaurants-container .suggested-restaurant-info > div {
    display: flex;
    flex-direction: column
}

.modal-suggested-restaurants-container .suggested-restaurant-delivery-info {
    order: 1
}

.modal-suggested-restaurants-container .suggested-restaurant-ratings {
    margin-bottom: .5rem;
    font-size: 12px;
    font-size: .75rem
}

.modal-suggested-restaurants-container .suggested-restaurant-order {
    display: none !important
}

.modal-suggested-restaurants-container .shop-ratings-average {
    font-size: 12px;
    font-size: .75rem;
    color: #666
}

#component-cart-joker-bar:empty + .shop-profile-nav-list-content {
    padding-top: 0 !important
}

.shop-profile-nav-list-content {
    margin-left: -16px;
    margin-right: -16px
}

.page-shop-closed .shop-profile-nav-list-content, .page-shop-not-serving .shop-profile-nav-list-content,
.page-shop-suspended .shop-profile-nav-list-content {
    padding-top: 4rem
}

@media (min-width:992px) {
    .page-shop-closed .shop-profile-nav-list-content, .page-shop-not-serving .shop-profile-nav-list-content,
    .page-shop-suspended .shop-profile-nav-list-content {
        margin-top: 130px
    }
}

@media (min-width:768px) {
    .shop-profile-closed-shop-section-bg {
        position: absolute;
        width: 100%;
        background-color: #dfdfdf;
        z-index: 0;
        height: 450px
    }
}

@media (min-width:992px) {
    .shop-profile-closed-shop-section-bg {
        height: 520px
    }
}

.shop-profile-closed-shop-section-bg {
    display: none
}

.page-shop-closed .shop-profile-closed-shop-section-bg, .page-shop-not-serving .shop-profile-closed-shop-section-bg,
.page-shop-suspended .shop-profile-closed-shop-section-bg {
    display: block
}

@media (max-width:991.98px) {
    .shop-profile-closed-shop-section-content {
        background-color: #dfdfdf;
        margin: -1.5rem;
        padding: 1.5rem;
        margin-bottom: .25rem !important
    }
}

@media (min-width:576px) {
    .shop-profile-closed-shop-section-content {
        min-height: 386px
    }
}

@media (min-width:992px) {
    .shop-profile-closed-shop-section-content {
        min-height: 350px
    }
}

@media (min-width:576px) {
    .page-shop-not-serving .shop-profile-closed-shop-section-content {
        min-height: 381px
    }
}

@media (min-width:576px) {
    .page-shop-suspended .shop-profile-closed-shop-section-content {
        min-height: 400px
    }
}

.shop-profile-closed-shop-section-content:empty {
    display: none
}

#shop-profile-menu-list-nav {
    top: .75rem;
    max-height: calc(100vh - 1.5rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    flex-wrap: nowrap
}

.joker-active #shop-profile-menu-list-nav {
    top: 8rem;
    max-height: calc(100vh - 9rem)
}

.menu-reorders-slider-controls .slick-next, .menu-reorders-slider-controls .slick-prev {
    width: 25px;
    height: 25px;
    border-radius: 50%
}

.menu-reorders-slider-controls .slick-disabled {
    opacity: .5
}

.menu-reorders-history-icon {
    height: auto;
    width: 23px;
    line-height: 1.7
}

.menu-reorder {
    display: none;
    cursor: pointer
}

.menu-reorder.ready {
    display: block
}

.menu-reorder-info {
    height: 110px
}

.menu-reorder-items-title {
    width: calc(100% - 60px)
}

.shop-profile-menu-section {
    margin-bottom: 0
}

@media (min-width:768px) {
    .shop-profile-menu-section {
        margin-bottom: 2.5rem
    }
}

.joker-active .shop-profile-menu-section {
    padding-top: 2.5rem;
    margin-bottom: 0
}

#pills-info button[aria-expanded=true] {
    display: none !important
}

.filter-banners {
    height: 110px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.filter-banners::-webkit-scrollbar {
    display: none
}

@media (min-width:768px) {
    .filter-banners {
        margin: 0 -8px
    }
}

.filter-banners-heading {
    color: #666
}

.filter-banners-banner {
    cursor: pointer
}

@media (max-width:991.98px) {
    .filter-banners-banner {
        flex: 0 0 280px
    }
}

.filter-banners-banner-inner {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
    height: 96px;
    background-repeat: no-repeat;
    background-size: auto 96px;
    background-color: #fff;
    background-position: 50%
}

.variation-2 .filter-banners-banner-inner {
    background-position: 0
}

.variation-2 .filter-banners-banner-subtitle {
    color: grey !important
}

.filter-banners-banner-title {
    line-height: 16px
}

@media (min-width:1200px) {
    .filter-banners-banner-title {
        max-width: 80%
    }
}

.static-page-hero-warper {
    height: 264px
}

@media (min-width:992px) {
    .static-page-hero-warper {
        height: 480px
    }
}

.static-page-hero {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.static-page-content-wrapper {
    padding-top: 80px;
    background-color: #f7f7f7
}

.page-content.page-text {
    position: relative;
    top: 25px;
    max-width: unset;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05)
}

@media (min-width:992px) {
    .page-content.page-text {
        top: unset;
        max-width: 580px;
        background-color: unset;
        box-shadow: unset
    }
}

.homepage-hero-wrapper {
    height: 440px
}

@media (min-width:992px) {
    .homepage-hero-wrapper {
        height: 100vh
    }
}

.homepage-hero {
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(/cdn-cgi/image/w=360,h=440,f=auto,q=100/site-assets/img/bg/hero/home/Desktop/hero-fl.jpg)
}

@media (min-width:768px) {
    .homepage-hero {
        background-image: url(/cdn-cgi/image/w=992,h=440,f=auto,q=100/site-assets/img/bg/hero/home/Desktop/hero-fl.jpg)
    }
}

@media (min-width:992px) {
    .homepage-hero {
        background-image: url(/cdn-cgi/image/w=936,h=768,f=auto,q=100/site-assets/img/bg/hero/home/Desktop/hero-fl.jpg)
    }
}

.homepage-hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, .45), transparent 150px)
}

.homepage-see-more-slider-wrapper {
    overflow: hidden
}

.homepage-see-more-slider-controlls .slick-next, .homepage-see-more-slider-controlls .slick-prev {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none !important
}

.homepage-see-more-slider-controlls .slick-next.slick-disabled,
.homepage-see-more-slider-controlls .slick-prev.slick-disabled {
    opacity: .5
}

.homepage-new-shops-slider {
    overflow: hidden
}

.homepage-new-shops-slider-controlls .slick-next, .homepage-new-shops-slider-controlls .slick-prev {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none !important
}

.homepage-new-shops-slider-controlls .slick-next.slick-disabled,
.homepage-new-shops-slider-controlls .slick-prev.slick-disabled {
    opacity: .5
}

.homepage-subareas a {
    color: #9b9b9b
}

.footer-links-list {
    column-count: 2
}

@media (min-width:768px) {
    .footer-links-list {
        column-count: 4
    }
}

.mobile-apps-banner-wrapper {
    background-image: linear-gradient(180deg, #f7f7f7 49.99%, #fff 50%)
}

@media (max-width:767.98px) {
    .mobile-apps-banner-wrapper {
        border-top: 1px solid #ebebeb
    }
}

.mobile-apps-banner {
    overflow: hidden;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1)
}

@media (min-width:576px) {
    .mobile-apps-banner {
        border-radius: .25rem
    }
}

.mobile-apps-banner-artwork {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 272px
}

@media (min-width:576px) {
    .mobile-apps-banner-artwork {
        height: 336px
    }
}

.smart-assistant-wrapper .smart-assistant {
    display: block
}

.smart-assistant-wrapper.is-loading .smart-assistant, .smart-assistant-wrapper .smart-assistant-placeholder {
    display: none
}

.smart-assistant-wrapper.is-loading .smart-assistant-placeholder {
    display: block
}

.modal-address-form {
    min-height: 275px
}

.cuisine-landing-slider {
    margin-left: -.75rem;
    margin-right: -1rem
}

@media (min-width:576px) {
    .cuisine-landing-slider {
        margin: 0 -12px
    }
}

.cuisine-landing-slider-controlls .btn, .cuisine-landing-slider-controlls .button,
.cuisine-landing-slider-controlls .modal-addressbox-confirmation .button-map-submit,
.cuisine-landing-slider-controlls .order-steps .button-primary,
.cuisine-landing-slider-controlls .react-autosuggest__suggestion:last-child span,
.modal-addressbox-confirmation .cuisine-landing-slider-controlls .button-map-submit,
.order-steps .cuisine-landing-slider-controlls .button-primary,
.react-autosuggest__suggestion:last-child .cuisine-landing-slider-controlls span {
    width: 32px;
    height: 32px;
    line-height: 32px
}

.cuisine-landing-slider-controlls .slick-disabled .fa {
    opacity: .4
}

.cuisine-landing-slide img {
    height: 180px;
    object-fit: cover
}

.how-it-works-wrapper {
    height: 0;
    transition-duration: .5s
}

.how-it-works-wrapper.active {
    display: none;
    padding: 56px;
    height: 478px;
    transition-duration: .5s
}

@media (min-width:992px) {
    .how-it-works-wrapper.active {
        display: block
    }
}

.wrapper-delivery-page {
    padding-bottom: 80px;
    padding-top: 180px
}

.brand-efood .wrapper-delivery-page {
    background-color: #1c529e
}

.brand-pauza .wrapper-delivery-page {
    background-color: #ffc200
}

.foodiversity-lp-hero {
    padding-bottom: 20px
}

@media (min-width:992px) {
    .foodiversity-lp-hero {
        padding-bottom: 120px
    }
}

.foodiversity-slider-nav button {
    width: 32px;
    height: 32px
}

.foodiversity-slider-item-img-wrapper {
    overflow: hidden;
    border-radius: .25rem .25rem 0 0
}

.brand-efood.page-foodiversity #foodiversity-tabs .nav-link:not(.active) {
    font-weight: 400 !important;
    color: #9b9b9b
}

.brand-efood.page-foodiversity .progress {
    border-radius: 100px;
    height: 20px
}

.foodiversity-level-prizes-nav .nav-item {
    flex-grow: 1;
    flex-basis: 0
}

.foodiversity-level-prizes-nav .nav-link {
    background: #f7f7f7;
    color: #9b9b9b;
    border-radius: 0;
    height: 120px;
    border-bottom: 4px solid transparent
}

.foodiversity-level-prizes-nav .nav-link.active {
    background: #fff;
    color: #333;
    font-weight: 700;
    border-bottom: 4px solid #844185
}

.myfoodiversity-mobile-apps .site-header {
    display: none
}

.no-ie.page-foodiversity .slick-track {
    display: flex
}

.no-ie.page-foodiversity .foodiversity-slider-item {
    float: none;
    height: auto;
    display: flex;
    padding: 0 1rem
}

.chart-wrapper {
    display: flex;
    flex-flow: column nowrap;
    width: 80px;
    align-items: center;
    margin-right: 1rem
}

.single-chart {
    position: relative;
    width: 100%;
    justify-content: space-around
}

.circular-chart {
    display: block;
    margin: 0 auto
}

.circle-bg {
    fill: none;
    stroke: #fff;
    stroke-width: 3.8
}

.circle {
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100
    }
}

.circular-chart .circle {
    stroke: #844185
}

.chart-wrapper .badge-foodiversity {
    margin-top: -1.5rem;
    z-index: 1
}

.brand-efood .mobile-apps-banner-artwork {
    background-image: url(/site-assets/img/banners/efood-mobileapps-banner.jpg)
}

.brand-efood .site-footer .mobile-apps-banner-artwork {
    background-image: url(/cdn-cgi/image/h=280,f=auto,q=100/site-assets/img/banners/efood-footer-mobileapps-banner.jpg)
}

@media (min-width:768px) {
    .brand-efood .site-footer .mobile-apps-banner-artwork {
        background-image: url(/cdn-cgi/image/w=688,f=auto,q=100/site-assets/img/banners/efood-footer-mobileapps-banner.jpg)
    }
}

@media (min-width:992px) {
    .brand-efood .site-footer .mobile-apps-banner-artwork {
        background-image: url(/cdn-cgi/image/h=280,f=auto,q=100/site-assets/img/banners/efood-footer-mobileapps-banner.jpg)
    }
}

