/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
*,::after,::before {
    box-sizing: border-box
}

html {
    font-family: 'Jost', sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,ol,ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

blockquote {
    margin: 0 0 1rem
}

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: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

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
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

[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;
}

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-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

[hidden] {
    display: none!important
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,h1 {
    font-size: 2.5rem
}

.h2,h2 {
    font-size: 2rem
}

.h3,h3 {
    font-size: 1.75rem
}

.h4,h4 {
    font-size: 1.5rem;
}

.h5,h5 {
    font-size: 1.25rem
}

.h6,h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small,small {
    font-size: 80%;
    font-weight: 400
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.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-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.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-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.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-sm td,.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.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 {
    color: #212529;
    background-color: rgba(0,0,0,.075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display:block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .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
    }

    .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
    }

    .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
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 2rem;
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto;
    border-radius: .5rem;
}

.form-group {
    margin-bottom: 1rem
}

.fade {
    transition: opacity .15s linear
}

@media (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 (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,.dropleft,.dropright,.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    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: 1rem;
    color: #212529;
    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-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right:auto;
        left: 0
    }

    .dropdown-menu-xl-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;
    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;
    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;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    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-menu.show {
    display: block
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    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;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
    justify-content: center;
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    /* background-color:#000; */
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .85;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    background-color: hsl(0deg 0% 99%);
}

.modal-header .close {
    /* padding:1rem 1rem; */
    margin: -1rem 0rem -1rem auto;
}

.modal-title {
    margin-bottom: 1rem;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: center;
    padding: 1rem;
    width: 100%;
}

.modal-footer>* {
    /* margin: 0.25rem; */
    width: 100%;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width: 500px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    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: .875rem;
    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
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    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: -ms-flexbox!important;
    display: flex!important;
}

.d-inline-flex {
    display: -ms-inline-flexbox!important;
    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: -ms-flexbox!important;
        display: flex!important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox!important;
        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: -ms-flexbox!important;
        display: flex!important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox!important;
        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: -ms-flexbox!important;
        display: flex!important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox!important;
        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: -ms-flexbox!important;
        display: flex!important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    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
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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
}

.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: .25rem!important
}

.mt-1,.my-1 {
    margin-top: .25rem!important
}

.mr-1,.mx-1 {
    margin-right: .25rem!important
}

.mb-1,.my-1 {
    margin-bottom: .25rem!important
}

.ml-1,.mx-1 {
    margin-left: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.mt-2,.my-2 {
    margin-top: .5rem!important
}

.mr-2,.mx-2 {
    margin-right: .5rem!important
}

.mb-2,.my-2 {
    margin-bottom: .5rem!important
}

.ml-2,.mx-2 {
    margin-left: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.mt-3,.my-3 {
    margin-top: 1rem!important
}

.mr-3,.mx-3 {
    margin-right: 1rem!important
}

.mb-3,.my-3 {
    margin-bottom: 1rem!important
}

.ml-3,.mx-3 {
    margin-left: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.mt-4,.my-4 {
    margin-top: 1.5rem!important
}

.mr-4,.mx-4 {
    margin-right: 1.5rem!important
}

.mb-4,.my-4 {
    margin-bottom: 1.5rem!important
}

.ml-4,.mx-4 {
    margin-left: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.mt-5,.my-5 {
    margin-top: 3rem!important
}

.mr-5,.mx-5 {
    margin-right: 3rem!important
}

.mb-5,.my-5 {
    margin-bottom: 3rem!important
}

.ml-5,.mx-5 {
    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: .25rem!important
}

.pt-1,.py-1 {
    padding-top: .25rem!important
}

.pr-1,.px-1 {
    padding-right: .25rem!important
}

.pb-1,.py-1 {
    padding-bottom: .25rem!important
}

.pl-1,.px-1 {
    padding-left: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.pt-2,.py-2 {
    padding-top: .5rem!important
}

.pr-2,.px-2 {
    padding-right: .5rem!important
}

.pb-2,.py-2 {
    padding-bottom: .5rem!important
}

.pl-2,.px-2 {
    padding-left: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.pt-3,.py-3 {
    padding-top: 1rem!important
}

.pr-3,.px-3 {
    padding-right: 1rem!important
}

.pb-3,.py-3 {
    padding-bottom: 1rem!important
}

.pl-3,.px-3 {
    padding-left: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.pt-4,.py-4 {
    padding-top: 1.5rem!important
}

.pr-4,.px-4 {
    padding-right: 1.5rem!important
}

.pb-4,.py-4 {
    padding-bottom: 1.5rem!important
}

.pl-4,.px-4 {
    padding-left: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.pt-5,.py-5 {
    padding-top: 3rem!important
}

.pr-5,.px-5 {
    padding-right: 3rem!important
}

.pb-5,.py-5 {
    padding-bottom: 3rem!important
}

.pl-5,.px-5 {
    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: .25rem!important
    }

    .mt-sm-1,.my-sm-1 {
        margin-top: .25rem!important
    }

    .mr-sm-1,.mx-sm-1 {
        margin-right: .25rem!important
    }

    .mb-sm-1,.my-sm-1 {
        margin-bottom: .25rem!important
    }

    .ml-sm-1,.mx-sm-1 {
        margin-left: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .mt-sm-2,.my-sm-2 {
        margin-top: .5rem!important
    }

    .mr-sm-2,.mx-sm-2 {
        margin-right: .5rem!important
    }

    .mb-sm-2,.my-sm-2 {
        margin-bottom: .5rem!important
    }

    .ml-sm-2,.mx-sm-2 {
        margin-left: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .mt-sm-3,.my-sm-3 {
        margin-top: 1rem!important
    }

    .mr-sm-3,.mx-sm-3 {
        margin-right: 1rem!important
    }

    .mb-sm-3,.my-sm-3 {
        margin-bottom: 1rem!important
    }

    .ml-sm-3,.mx-sm-3 {
        margin-left: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .mt-sm-4,.my-sm-4 {
        margin-top: 1.5rem!important
    }

    .mr-sm-4,.mx-sm-4 {
        margin-right: 1.5rem!important
    }

    .mb-sm-4,.my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-sm-4,.mx-sm-4 {
        margin-left: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .mt-sm-5,.my-sm-5 {
        margin-top: 3rem!important
    }

    .mr-sm-5,.mx-sm-5 {
        margin-right: 3rem!important
    }

    .mb-sm-5,.my-sm-5 {
        margin-bottom: 3rem!important
    }

    .ml-sm-5,.mx-sm-5 {
        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: .25rem!important
    }

    .pt-sm-1,.py-sm-1 {
        padding-top: .25rem!important
    }

    .pr-sm-1,.px-sm-1 {
        padding-right: .25rem!important
    }

    .pb-sm-1,.py-sm-1 {
        padding-bottom: .25rem!important
    }

    .pl-sm-1,.px-sm-1 {
        padding-left: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .pt-sm-2,.py-sm-2 {
        padding-top: .5rem!important
    }

    .pr-sm-2,.px-sm-2 {
        padding-right: .5rem!important
    }

    .pb-sm-2,.py-sm-2 {
        padding-bottom: .5rem!important
    }

    .pl-sm-2,.px-sm-2 {
        padding-left: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .pt-sm-3,.py-sm-3 {
        padding-top: 1rem!important
    }

    .pr-sm-3,.px-sm-3 {
        padding-right: 1rem!important
    }

    .pb-sm-3,.py-sm-3 {
        padding-bottom: 1rem!important
    }

    .pl-sm-3,.px-sm-3 {
        padding-left: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .pt-sm-4,.py-sm-4 {
        padding-top: 1.5rem!important
    }

    .pr-sm-4,.px-sm-4 {
        padding-right: 1.5rem!important
    }

    .pb-sm-4,.py-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-sm-4,.px-sm-4 {
        padding-left: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .pt-sm-5,.py-sm-5 {
        padding-top: 3rem!important
    }

    .pr-sm-5,.px-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-5,.py-sm-5 {
        padding-bottom: 3rem!important
    }

    .pl-sm-5,.px-sm-5 {
        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: .25rem!important
    }

    .mt-md-1,.my-md-1 {
        margin-top: .25rem!important
    }

    .mr-md-1,.mx-md-1 {
        margin-right: .25rem!important
    }

    .mb-md-1,.my-md-1 {
        margin-bottom: .25rem!important
    }

    .ml-md-1,.mx-md-1 {
        margin-left: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .mt-md-2,.my-md-2 {
        margin-top: .5rem!important
    }

    .mr-md-2,.mx-md-2 {
        margin-right: .5rem!important
    }

    .mb-md-2,.my-md-2 {
        margin-bottom: .5rem!important
    }

    .ml-md-2,.mx-md-2 {
        margin-left: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .mt-md-3,.my-md-3 {
        margin-top: 1rem!important
    }

    .mr-md-3,.mx-md-3 {
        margin-right: 1rem!important
    }

    .mb-md-3,.my-md-3 {
        margin-bottom: 1rem!important
    }

    .ml-md-3,.mx-md-3 {
        margin-left: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .mt-md-4,.my-md-4 {
        margin-top: 1.5rem!important
    }

    .mr-md-4,.mx-md-4 {
        margin-right: 1.5rem!important
    }

    .mb-md-4,.my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-md-4,.mx-md-4 {
        margin-left: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .mt-md-5,.my-md-5 {
        margin-top: 3rem!important
    }

    .mr-md-5,.mx-md-5 {
        margin-right: 3rem!important
    }

    .mb-md-5,.my-md-5 {
        margin-bottom: 3rem!important
    }

    .ml-md-5,.mx-md-5 {
        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: .25rem!important
    }

    .pt-md-1,.py-md-1 {
        padding-top: .25rem!important
    }

    .pr-md-1,.px-md-1 {
        padding-right: .25rem!important
    }

    .pb-md-1,.py-md-1 {
        padding-bottom: .25rem!important
    }

    .pl-md-1,.px-md-1 {
        padding-left: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .pt-md-2,.py-md-2 {
        padding-top: .5rem!important
    }

    .pr-md-2,.px-md-2 {
        padding-right: .5rem!important
    }

    .pb-md-2,.py-md-2 {
        padding-bottom: .5rem!important
    }

    .pl-md-2,.px-md-2 {
        padding-left: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .pt-md-3,.py-md-3 {
        padding-top: 1rem!important
    }

    .pr-md-3,.px-md-3 {
        padding-right: 1rem!important
    }

    .pb-md-3,.py-md-3 {
        padding-bottom: 1rem!important
    }

    .pl-md-3,.px-md-3 {
        padding-left: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .pt-md-4,.py-md-4 {
        padding-top: 1.5rem!important
    }

    .pr-md-4,.px-md-4 {
        padding-right: 1.5rem!important
    }

    .pb-md-4,.py-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-md-4,.px-md-4 {
        padding-left: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .pt-md-5,.py-md-5 {
        padding-top: 3rem!important
    }

    .pr-md-5,.px-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-5,.py-md-5 {
        padding-bottom: 3rem!important
    }

    .pl-md-5,.px-md-5 {
        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: .25rem!important
    }

    .mt-lg-1,.my-lg-1 {
        margin-top: .25rem!important
    }

    .mr-lg-1,.mx-lg-1 {
        margin-right: .25rem!important
    }

    .mb-lg-1,.my-lg-1 {
        margin-bottom: .25rem!important
    }

    .ml-lg-1,.mx-lg-1 {
        margin-left: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .mt-lg-2,.my-lg-2 {
        margin-top: .5rem!important
    }

    .mr-lg-2,.mx-lg-2 {
        margin-right: .5rem!important
    }

    .mb-lg-2,.my-lg-2 {
        margin-bottom: .5rem!important
    }

    .ml-lg-2,.mx-lg-2 {
        margin-left: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .mt-lg-3,.my-lg-3 {
        margin-top: 1rem!important
    }

    .mr-lg-3,.mx-lg-3 {
        margin-right: 1rem!important
    }

    .mb-lg-3,.my-lg-3 {
        margin-bottom: 1rem!important
    }

    .ml-lg-3,.mx-lg-3 {
        margin-left: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .mt-lg-4,.my-lg-4 {
        margin-top: 1.5rem!important
    }

    .mr-lg-4,.mx-lg-4 {
        margin-right: 1.5rem!important
    }

    .mb-lg-4,.my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-lg-4,.mx-lg-4 {
        margin-left: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .mt-lg-5,.my-lg-5 {
        margin-top: 3rem!important
    }

    .mr-lg-5,.mx-lg-5 {
        margin-right: 3rem!important
    }

    .mb-lg-5,.my-lg-5 {
        margin-bottom: 3rem!important
    }

    .ml-lg-5,.mx-lg-5 {
        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: .25rem!important
    }

    .pt-lg-1,.py-lg-1 {
        padding-top: .25rem!important
    }

    .pr-lg-1,.px-lg-1 {
        padding-right: .25rem!important
    }

    .pb-lg-1,.py-lg-1 {
        padding-bottom: .25rem!important
    }

    .pl-lg-1,.px-lg-1 {
        padding-left: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .pt-lg-2,.py-lg-2 {
        padding-top: .5rem!important
    }

    .pr-lg-2,.px-lg-2 {
        padding-right: .5rem!important
    }

    .pb-lg-2,.py-lg-2 {
        padding-bottom: .5rem!important
    }

    .pl-lg-2,.px-lg-2 {
        padding-left: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .pt-lg-3,.py-lg-3 {
        padding-top: 1rem!important
    }

    .pr-lg-3,.px-lg-3 {
        padding-right: 1rem!important
    }

    .pb-lg-3,.py-lg-3 {
        padding-bottom: 1rem!important
    }

    .pl-lg-3,.px-lg-3 {
        padding-left: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .pt-lg-4,.py-lg-4 {
        padding-top: 1.5rem!important
    }

    .pr-lg-4,.px-lg-4 {
        padding-right: 1.5rem!important
    }

    .pb-lg-4,.py-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-lg-4,.px-lg-4 {
        padding-left: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .pt-lg-5,.py-lg-5 {
        padding-top: 3rem!important
    }

    .pr-lg-5,.px-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-5,.py-lg-5 {
        padding-bottom: 3rem!important
    }

    .pl-lg-5,.px-lg-5 {
        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: .25rem!important
    }

    .mt-xl-1,.my-xl-1 {
        margin-top: .25rem!important
    }

    .mr-xl-1,.mx-xl-1 {
        margin-right: .25rem!important
    }

    .mb-xl-1,.my-xl-1 {
        margin-bottom: .25rem!important
    }

    .ml-xl-1,.mx-xl-1 {
        margin-left: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .mt-xl-2,.my-xl-2 {
        margin-top: .5rem!important
    }

    .mr-xl-2,.mx-xl-2 {
        margin-right: .5rem!important
    }

    .mb-xl-2,.my-xl-2 {
        margin-bottom: .5rem!important
    }

    .ml-xl-2,.mx-xl-2 {
        margin-left: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .mt-xl-3,.my-xl-3 {
        margin-top: 1rem!important
    }

    .mr-xl-3,.mx-xl-3 {
        margin-right: 1rem!important
    }

    .mb-xl-3,.my-xl-3 {
        margin-bottom: 1rem!important
    }

    .ml-xl-3,.mx-xl-3 {
        margin-left: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .mt-xl-4,.my-xl-4 {
        margin-top: 1.5rem!important
    }

    .mr-xl-4,.mx-xl-4 {
        margin-right: 1.5rem!important
    }

    .mb-xl-4,.my-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .ml-xl-4,.mx-xl-4 {
        margin-left: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .mt-xl-5,.my-xl-5 {
        margin-top: 3rem!important
    }

    .mr-xl-5,.mx-xl-5 {
        margin-right: 3rem!important
    }

    .mb-xl-5,.my-xl-5 {
        margin-bottom: 3rem!important
    }

    .ml-xl-5,.mx-xl-5 {
        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: .25rem!important
    }

    .pt-xl-1,.py-xl-1 {
        padding-top: .25rem!important
    }

    .pr-xl-1,.px-xl-1 {
        padding-right: .25rem!important
    }

    .pb-xl-1,.py-xl-1 {
        padding-bottom: .25rem!important
    }

    .pl-xl-1,.px-xl-1 {
        padding-left: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .pt-xl-2,.py-xl-2 {
        padding-top: .5rem!important
    }

    .pr-xl-2,.px-xl-2 {
        padding-right: .5rem!important
    }

    .pb-xl-2,.py-xl-2 {
        padding-bottom: .5rem!important
    }

    .pl-xl-2,.px-xl-2 {
        padding-left: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .pt-xl-3,.py-xl-3 {
        padding-top: 1rem!important
    }

    .pr-xl-3,.px-xl-3 {
        padding-right: 1rem!important
    }

    .pb-xl-3,.py-xl-3 {
        padding-bottom: 1rem!important
    }

    .pl-xl-3,.px-xl-3 {
        padding-left: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .pt-xl-4,.py-xl-4 {
        padding-top: 1.5rem!important
    }

    .pr-xl-4,.px-xl-4 {
        padding-right: 1.5rem!important
    }

    .pb-xl-4,.py-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pl-xl-4,.px-xl-4 {
        padding-left: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .pt-xl-5,.py-xl-5 {
        padding-top: 3rem!important
    }

    .pr-xl-5,.px-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-5,.py-xl-5 {
        padding-bottom: 3rem!important
    }

    .pl-xl-5,.px-xl-5 {
        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-justify {
    text-align: justify!important
}

.text-wrap {
    white-space: normal!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
}
/*
Theme Name: Luxe Theme
Author: Aleks Iralda
Author URI: https://airalda.com
Version: 1.3.1

*/


/* reset */


/* vars */

:root {
    --border-radius: 4px;
    --color-primary: #ed2e2e;
    --color-background: #FFF;
    --color-rgb-highlighter: 0, 188, 139;
    --color-background-shadow: #f7f7f7;
    --color-buttons: #e54750;
    --packer: 1280px;
    --font-weight-default: 300;
    --font-weight-medium: 400;
    --font-weight-bold: 500;
    --font-size: 15px;
    --font: var(--font-weight-default) var(--font-size)/1.5 "Poppins", Helvetica, sans-serif;
    --font-color: #999;
    --hfont-size: 24px;
    --hfont: var(--font-weight-bold) var(--hfont-size)/1.1 "Poppins", Helvetica, sans-serif;
    --hfont-color: #000;
    --padding: 80px;
    --gap-lg: 20px;
    --gap: 16px;
    --gap-sm: 12px;
    --transition-speed: .3s ease-in-out;
    --transition: all var(--transition-speed);
    --header-height: 64px;
    --shadow: 0 var(--gap) calc(var(--gap) * 3) rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1200px) {
    :root {
        --border-radius: 3px;
        --padding: 48px;
        --gap: 14px;
        --gap-lg: 18px;
        --hfont-size: 24px;
    }
}

@media only screen and (max-width: 992px) {
    :root {
        --padding: 40px;
        --hfont-size: 22px;
    }
}

@media only screen and (max-width: 576px) {
    :root {
        --border-radius: 2px;
        --padding: 26px;
        --gap: 12px;
        --gap-lg: 16px;
        --hfont-size: 18px;
        font-size: 15px;
    }

    .text-center-sm {
        text-align: center !important
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

:focus {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

audio,
canvas,
video {
    display: inline-block;
    max-width: 100%
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,
html,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background-color: var(--color-background);
    scroll-padding-top: var(--padding);
}

body {
    font: var(--font);
    color: var(--font-color);
    font-family: 'Poppins';
}

small {
    font-size: calc(var(--font-size) - 2px);
}

p+* {
    margin-top: var(--gap-sm);
}

h1,
h2,
h3,
h4 {
    font: var(--hfont);
    color: var(--hfont-color);
    font-family: 'Poppins';
}

h1 {
    font-size: calc(var(--hfont-size) * 1.6);
}

h3 {
    font-size: var(--hfont-size);
}

strong {
    /* color: var(--hfont-color); */
    font-weight: var(--font-weight-bold);
    font-family: 'Poppins';
}

section,
picture,
img {
    display: block;
    margin: 0;
    position: relative;
}

picture {
    display: block;
}

img {
    max-width: 100%;
}

a {
    transition: var(--transition);
    color: var(--hfont-color);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}

as:focus {
    outline-offset: var(--gap);
    outline: solid 2px rgba(255, 255, 255, .2);
    border-radius: var(--border-radius);
}

a[disabled],
button:disabled,
.button[disabled] {
    /* opacity: .5; */
    pointer-events: none;
}

picture[data-background="true"] {
    position: absolute;
    inset: 0;
    /* height: 100vh; */
}

picture[data-background="true"] img {
    object-position: center center;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background: #f7f7f7;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: 'Poppins';
    color: #2b3e50;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2b3e50;
    font-weight: 600;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.title_small {
    font-size: .9rem;
    font-weight: 500;
    text-transform: capitalize;
}

p {
    margin-bottom: 20px;
}

strong {
    font-weight: 500;
}

label {
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 15px;
}

hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border-color: #ededed;
}


/*General links color*/

a {
    color: #2b3e50;
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
}

a:hover,
a:focus {
    color: #e54750;
    text-decoration: none;
    outline: none;
}


/*-------- 1.2 Structure --------*/

@media (min-width: 1410px) {
    .container {
        max-width: 1320px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 90%;
    }
}

@media (max-width: 560px) {
    .container {
        max-width: 100%;
    }
}

.small-gutters {
    margin-right: -5px !important;
    margin-left: -5px !important;
}

.small-gutters>[class*="col-"] {
    padding-right: 5px !important;
    padding-left: 5px !important;
}


/* Header */

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 99999;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

@media (max-width: 767px) {
    header.header {
        padding: 10px 15px;
    }
}

header.header .logo_sticky {
    display: none;
}

header.header.sticky {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #ededed;
    background-color: #fff;
}

@media (max-width: 991px) {
    header.header.sticky {
        padding: 10px 15px;
    }
}

a {
    color: #e54751;
    text-decoration: none;
    background-color: transparent;
}

#cartList,
.schedule {
    /* overflow-y: auto; */
    /* max-height: 470px; */
    display: flex;
    padding: 1rem;
}

.section-place-header picture:not(.avatar):before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
    /* background-color: rgba(0, 0, 0, .5); */
}


/*-------- 3.3 Buttons --------*/

a.btn_1,
.btn_1 {
    border: none;
    background-color: #e54750;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 8px 25px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: .5rem;
    line-height: normal;
}

a.btn_1:focus,
.btn_1:focus {
    outline: none;
}

a.btn_1:hover,
.btn_1:hover {
    background-color: #f3723b;
}

a.btn_1.full-width,
.btn_1.full-width {
    display: block;
    width: 100%;
    text-align: center;
}

a.btn_1.gradient,
.btn_1.gradient {
    background-size: 100%;
    /* background-image: -webkit-linear-gradient(right, #ff723b, #e54750); */
    /* background-image: linear-gradient(to right, #ff723b, #e54750); */
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a.btn_1.gradient:before,
.btn_1.gradient:before {
    border-radius: inherit;
    background-image: -webkit-linear-gradient(right, #e54750, #e54750);
    background-image: linear-gradient(to right, #e54750, #e54750);
    background: #e54750;
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.45s ease-in-out;
    transition: opacity 0.45s ease-in-out;
}

a.btn_1.gradient:hover:before,
.btn_1.gradient:hover:before {
    opacity: 1;
}

a.btn_1.gradient:active:before,
a.btn_1.gradient.nice-select.open:before,
.btn_1.gradient:active:before,
.btn_1.gradient.nice-select.open:before {
    opacity: 1;
}

.pulse_bt {
    box-shadow: 0 0 0 rgba(229, 71, 80, 0.4);
    animation: pulseanime 3s infinite;
    -webkit-animation: pulseanime 3s infinite;
}

@-webkit-keyframes pulseanime {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(229, 71, 80, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(229, 71, 80, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(229, 71, 80, 0);
    }
}

@keyframes pulseanime {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(229, 71, 80, 0.4);
        box-shadow: 0 0 0 0 rgba(229, 71, 80, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(229, 71, 80, 0);
        box-shadow: 0 0 0 10px rgba(229, 71, 80, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(229, 71, 80, 0);
        box-shadow: 0 0 0 0 rgba(229, 71, 80, 0);
    }
}


/* Forms styles */

.container_check {
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 1.7;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
}

.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.container_check input:checked~.checkmark {
    background-color: #e54750;
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
    -moz-box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
    box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
}

.container_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #d2d8dd;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.container_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container_check:hover .checkmark {
    border: 2px solid #e54750;
}

.container_check input:checked~.checkmark:after {
    display: block;
}

.container_radio {
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 1.6;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
}

.container_radio input {
    position: absolute;
    opacity: 0;
}

.container_radio input:checked~.checkmark {
    border: 2px solid #e54750;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
    -moz-box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
    box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
}

.container_radio input:checked~.checkmark:after {
    opacity: 1;
}

.container_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #d2d8dd;
    background-color: #fff;
    border-radius: 50%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.container_radio .checkmark:after {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e54750;
}

.container_radio:hover .checkmark {
    border: 2px solid #e54750;
}

.form-control {
    padding: 1rem;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: .5rem;
    border: 1px solid #d2d8dd;
    box-sizing: border-box;
    height: auto;
    width: 100% !important;
}

.form-control:focus {
    border-color: #ccc;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
}

.form-group {
    position: relative;
}

.error_message {
    font-weight: 500;
    color: #e3464c;
}


/* Scroll top button */

#toTop {
    position: fixed;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 5rem;
    margin: 0 20px 0 0;
    z-index: 999;
    transition: 0.35s;
    transform: scale(0.7);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    transition: all 0.3s;
    border-radius: 50%;
    text-align: center;
    font-size: 36px;
    font-size: 2.25rem;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 991px) {
    #toTop.detail_page {
        bottom: 70px;
        margin: 0 15px 0 0;
    }
}

#toTop.visible {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

#toTop:hover {
    background-color: #e54750;
}

.modal_header {
    font-size: 18px;
    width: calc(100% + 60px);
    position: relative;
    left: -30px;
    top: 0;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -ms-border-radius: 4px 4px;
    border-radius: 4px 4px;
    display: inline-block;
    background-color: #f6f6f6;
    padding: 18px 20px 15px 20px;
    margin-bottom: 30px;
}

.modal_header h3 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
}

.btn_reserve_fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 9999;
}

@media (max-width: 991px) {
    .btn_reserve_fixed {
        display: block;
    }
}

.secondary_nav {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ededed;
    padding: 20px 0;
    position: relative;
}

.secondary_nav span {
    position: absolute;
    height: 7px;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}

.secondary_nav.is_stuck {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    border-top: none;
}

@media (max-width: 767px) {
    .secondary_nav.is_stuck {
        padding: 10px 0;
    }
}

.secondary_nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 767px) {
    .secondary_nav ul {
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
        padding: 6px 0;
    }

    .box-info>.head,
    .holder-right {
        margin-top: 1rem !important;
    }

    .closed_time {
        text-align: center !important;
    }

    .avatar {
        width: 70px;
        height: 70px;
        margin-bottom: 1rem;
    }

    .title {
        white-space: pre-wrap
    }

    section.section-place-header {
        max-height: 300px
    }

    .holder-right>.info {
        display: none
    }
}

.secondary_nav ul li {
    display: inline-block;
    margin-right: 15px;
}

.secondary_nav ul li:last-child {
    margin-right: 0;
    border-left: 1px solid #ededed;
    padding-left: 18px;
}

.secondary_nav ul li:last-child a {
    background-color: black;
    background-color: transparent;
    padding: 3px 12px;
    border: 1px solid #d2d8dd;
}

.secondary_nav ul li a {
    color: #2b3e50;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 5px 15px;
}

.secondary_nav ul li a.active,
.secondary_nav ul li a:hover {
    color: #e54750;
}

.secondary_nav ul li a i {
    margin-right: 8px;
}

.list_menu section {
    padding-top: 25px;
}

.dropdown {
    padding: 0;
}

.dropdown a {
    line-height: 1;
    color: #2b3e50;
    font-weight: 500;
    display: block;
    position: relative;
}

.dropdown.show a {
    color: #333;
}

.dropdown.show a:after {
    transform: rotateY(360deg);
    color: #333;
}

.dropdown .dropdown-menu {
    font-size: 14px;
    font-size: 0.875rem;
    background: #f8f8f8;
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 15px;
    width: fit-content;
    left: -1px !important;
    right: -1px !important;
    margin: 5px 0 0 0;
}

.dropdown .dropdown-menu h4 {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.dropdown.time a:after {
    content: '\0057';
}

.dropdown.time {
    margin-bottom: 25px;
}

.dropdown.day a:after {
    font-family: "ElegantIcons";
    content: "\e023";
    font-weight: 300;
}


/*-------- Modal Order --------*/

#modal-dialog .content {
    padding: 20px 20px 0 20px;
}

#modal-dialog .content h5 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 15px;
}

#modal-dialog .content ul {
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
}

#modal-dialog .content ul li span {
    float: right;
}

#modal-dialog .footer {
    -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 15px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

@media (max-width: 767px) {
    #modal-dialog .footer .mb-mobile {
        margin-bottom: 5px;
    }
}

.btn-cart-icon {
    font-size: 10px !important;
}

.btn-cart-radius {
    background: transparent;
    padding: 0;
    line-height: 1;
}


/* tiny-slider */

.tns-outer {
    padding: 0 !important
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%
}

.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto !important
}

.tns-gallery>.tns-moving {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    transition: opacity .6s;
    opacity: .6
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    z-index: 0
}

.tns-fadeOut,
.tns-normal {
    opacity: 0;
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
    display: inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333%;
    width: -webkit-calc(100% * 70 / 3);
    width: -moz-calc(100% * 70 / 3);
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0
}

.tns-t-ct:after {
    content: '';
    display: table;
    clear: both
}

.tns-t-ct>div {
    width: 1.4285714%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
    height: 10px;
    float: left
}

.tns-controls {
    position: absolute;
    z-index: 1;
}

.tns-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tns-nav>button {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: transparent;
}

.tns-nav>button::before {
    content: " ";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #EEE;
    border-radius: 50%;
}

.tns-nav>.tns-nav-active::before {
    background-color: var(--color-buttons);
}

.tns-ovh+.tns-nav {
    margin-top: var(--padding);
}


/* map */

.map {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    background: #FFF;
}

.map>iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* video */

.video {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    background: #FFF;
}

.video>iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* tag */

.tag {
    display: flex;
    font-size: calc(var(--font-size) - 5px);
    font-weight: var(--font-weight-bold);
    letter-spacing: 1px;
    line-height: 1;
    padding: 0 4px;
    border-radius: var(--border-radius);
    background: #edf7ee;
    color: #00bc8b;
    margin-left: 1rem;
    margin-top: -3.5px;
}

.tag.disabled {
    background: #EEE;
    color: #CCC;
}


/* content-tab */

.content-tab:not(.expanded) {
    display: none !important;
}


/* .full-width */

.full-width {
    width: 100%;
}


/* .full-button */

.full-button {
    width: 100%;
    justify-content: center;
    border-radius: .5rem !important;
    font-weight: 700 !important;
    /* max-height: 52px; */
    position: relative;
}


/* button */

button,
.button {
    display: flex;
    font: var(--font);
    letter-spacing: 1px;
    line-height: 1;
    padding: 18px 24px;
    background: var(--color-buttons);
    border: none;
    border-radius: var(--border-radius);
    font-weight: 600;
    white-space: nowrap;
    justify-content: space-between;
    color: white;
    align-items: center;
    cursor: pointer;
}

.btn-outline {
    background: transparent;
    border: 2px solid #d2d8dd;
    color: #7d7d7d;
}

button:hover,
.button:hover {
    filter: brightness(1.1);
    text-decoration: none;
    box-shadow: inset 1px 5px 10px hsl(356 75% 69% / 1);
}


/* input */

input {
    font: var(--font);
    letter-spacing: 0px;
    line-height: 1;
    padding: 18px 24px;
    border: none;
    box-sizing: content-box;
}

::placeholder {
    opacity: .5;
    text-transform: capitalize;

}


/* custom-controls */

.custom-controls {
    display: flex;
    gap: var(--gap-sm);
}

.custom-controls>a {
    width: 36px;
    height: 36px;
    background-color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: var(--shadow);
}

.custom-controls>a:hover {
    text-decoration: none;
}

.custom-controls>a[aria-disabled="true"] {
    opacity: .15;
    pointer-events: none;
}

@media only screen and (max-width: 576px) {
    .custom-controls {
        gap: 0;
    }

    .custom-controls>a:first-child {
        border-radius: var(--border-radius) 0 0 var(--border-radius);
    }

    .custom-controls>a:last-child {
        border-radius: 0 var(--border-radius) var(--border-radius) 0;
    }
}


/* colorize */

.colorize {
    color: var(--color-buttons);
}


/* grid-links */

.grid-links {
    display: grid;
    grid-gap: var(--gap-sm);
    grid-template-columns: repeat(4, 1fr);
}

.grid-links>.item>a {
    font-size: calc(var(--font-size) - 1px);
}

@media only screen and (max-width: 1200px) {
    .grid-links {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 992px) {
    .grid-links {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 576px) {
    /* .grid-links{grid-template-columns: 1fr;} */
}


/* inline-links */

.inline-links {
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--gap-sm) - 4px);
}

.inline-links>.item+.item {
    margin: 0;
}

.inline-links>.item+.item::before {
    content: "â—";
    font-size: 10px;
    color: var(--font-color);
    margin-right: calc(var(--gap) / 2);
}

.inline-links>.item {
    display: flex;
    align-items: center;
}

.inline-links>.item>a {
    color: var(--font-color);
    line-height: 1;
}

.inline-links>.item>a:hover {
    color: var(--hfont-color);
}


/* schedule-map */

.schedule-map {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: calc(var(--gap) * 2);
}

@media only screen and (max-width: 1200px) {
    .schedule-map {
        grid-template-columns: 1fr;
    }
}

.schedule .items>li {
    font-size: calc(var(--font-size) - 1px);
    display: flex;
    justify-content: space-between;
    padding: .2rem;
    font-weight: var(--font-weight-default);
    color: var(--hfont-color);
}

.schedule .items>li {
    font-weight: 300;
    color: #777777;
}

@media only screen and (max-width: 576px) {
    .schedule .items>li {
        /* flex-direction: column; */
    }

    .schedule .items>li>*+* {
        margin-top: calc(var(--gap-sm) / 2);
    }

    .checkout h5.text-muted {
        display: none;
    }

    .checkout h4.uppercase {
        text-align: center
    }
}


/* dropdown */

.dropdown {
    position: relative;
}

.dropdown>a {
    display: flex;
    align-items: center;
    font-weight: var(--font-weight-bold) !important;
    color: white;
}

.dropdown>a::after {
    margin-left: var(--gap-sm);
    content: " ";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #FFF;
}

.dropdown>.dropdown-menu {
    display: none;
    padding: .5rem 1rem;
    background: #FFF;
    border-radius: var(--border-radius);
    color: var(--font-color);
    position: absolute;
    left: 0;
    transform: translate(-50%, var(--gap));
    border-radius: .5rem;
}

.dropdown.expanded>.dropdown-menu {
    display: block;
    box-shadow: var(--shadow);
}

.dropdown>.dropdown-menu::before {
    position: absolute;
    left: calc(90% - 8px);
    top: -8px;
    content: " ";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FFF;
}

.dropdown>.dropdown-menu>.dropdown-menu-title {
    color: var(--hfont-color);
    /* font-weight: 400; */
    font-size: .9rem;
    white-space: nowrap;
}

.dropdown>.dropdown-menu>*+* {
    /*     margin-top: var(--gap-sm); */
}

.dropdown>.dropdown-menu>a {
    color: var(--hfont-color) !important;
    display: block;
    white-space: nowrap;
    margin: .5rem 0;
}


/* place-card */

.place-card {
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    display: flex;
    background: #FFF;
    padding: var(--gap-lg);
    gap: var(--gap-lg);
}

.place-card>.info>*+* {
    margin-top: var(--gap-sm);
}

.place-card>.info>h1 {
    font-size: calc(var(--hfont-size) * .8);
}

@media only screen and (max-width: 576px) {
    .place-card {
        justify-content: space-between;
        flex-direction: row-reverse;
    }
}


/* .avatar */

.avatar {
    object-fit: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid white;
    display: flex;
    margin-bottom: 1rem;
}

.empty-page .avatar {
    border-radius: .5rem
}


/* .carousel */

*+.gap-stuck {
    margin-top: calc(var(--gap) * 2) !important;
}


/* .carousel */

.carousel+* {
    margin-top: var(--padding);
}


/* .align- */

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: left;
}


/* .heading-with-some */


/* .heading */

.heading>*+* {
    margin-top: var(--gap);
}

.heading+* {
    margin-top: var(--padding);
}


/* packer */

.packer {
    width: var(--packer);
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: calc(100% - var(--padding) * 2);
}

@media only screen and (max-width: 1200px) {
    .packer {
        max-width: calc(100% - var(--gap-lg) * 2);
    }
}

@media only screen and (max-width: 576px) {
    .packer {
        max-width: calc(100% - var(--gap) * 2);
    }
}


/* pre-wrapper */

#pre-wrapper {
    background: var(--color-background-shadow);
    transition: max-height var(--transition-speed);
    overflow: hidden;
    max-height: 0;
}

body.pre-wrapper-opened #pre-wrapper {
    max-height: max(100vh, 999px);
}


/* wrapper */

#wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
}


/* header */

#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
}

#header>.packer>.package {
    display: flex;
    align-items: center;
    height: var(--header-height);
}

#header>.packer>.package>.left>.logo img {
    height: calc(var(--header-height) - var(--gap) * 2);
    width: auto;
}

#header>.packer>.package>.right {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    padding-left: var(--padding);
}

.related-mobile-menu {
    display: none;
    flex-grow: 1;
    justify-content: flex-end;
}

.related-mobile-menu>.show-mobile-menu {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #cdc0c0;
    box-shadow: var(--shadow);
    font-size: 24px;
}

.related-mobile-menu>.show-mobile-menu:hover {
    text-decoration: none;
    box-shadow: var(--shadow), var(--shadow);
}

.related-mobile-menu>.show-mobile-menu>i {
    pointer-events: none;
}

body.mobile-menu-opened .related-mobile-menu>.show-mobile-menu {
    display: none;
}

@media only screen and (max-width: 992px) {
    #header>.packer>.package>.right>.menu {
        display: none;
    }

    #header>.packer>.package>.left>.logo {
        /* display: none; */
    }

    #header>.packer>.package>.related-mobile-menu {
        display: inline-flex;
    }
}


/* menu */

#menu {
    display: flex;
    align-items: center;
}

#menu>*+* {
    margin-left: var(--padding);
}

#menu a {
    text-decoration: none;
    color: #222;
    font-weight: var(--font-weight-bold);
}

#menu a.featured {
    line-height: 1;
    padding: 12px 24px;
    border-radius: calc(var(--border-radius) + 1rem);
    border: 1px solid #e3e3e3;
}

#menu a.featured:hover {
    background: #e54750;
    color: #FFF;
    border: 1px solid #e9777e;
}


/* mobile-menu */

#mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: all .1s ease-out;
    opacity: 0;
    visibility: hidden;
}

body.mobile-menu-opened #mobile-menu {
    display: block;
    opacity: 1;
    z-index: 999;
    visibility: visible;
    left: 0;
    z-index: 10000;
}

body.mobile-menu-opened {
    overflow-y: hidden;
}

#mobile-menu>.close-mobile-menu {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFF;
    box-shadow: var(--shadow);
    font-size: 24px;
    position: fixed;
    top: var(--gap-lg);
    right: var(--gap-lg);
    box-shadow: -20px 22px 24px 0px rgb(46 51 51 / 20%);
    z-index: 1;
}

#mobile-menu>.close-mobile-menu:hover {
    text-decoration: none;
}

#mobile-menu>.close-mobile-menu>i {
    pointer-events: none;
}

#mobile-menu>.content {
    position: fixed;
    top: 0;
    left: -400px;
    width: 400px;
    max-width: calc(100% - var(--padding) * 2);
    background: #FFF;
    overflow-y: auto;
    bottom: 0;
    height: 100vh;
    transition: all .15s ease
}

.mobile-menu-opened #mobile-menu>.content {
    left: 0
}

#mobile-menu>.content>.login {
    padding: var(--gap-lg);
}

#mobile-menu>.content>nav {
    padding: 1rem;
    bottom: 0;
    /* position: absolute; */
    width: 100%;
}

#mobile-menu>.content>.login+nav {
    border-top: 1px solid #EEE;
}

#mobile-menu .item a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: var(--gap-sm) var(--gap-lg);
    color: var(--font-color);
    font-size: calc(var(--font-size) + 2);
    font-weight: var(--font-weight-medium);
}

#mobile-menu>.content>nav .item>a:hover {
    color: var(--hfont-color);
    text-decoration: none;
}

#mobile-menu>.content>nav .item>.submenu {
    background-color: var(--color-background-shadow);
    display: none;
    ;
}

#mobile-menu>.content>nav .item.expanded>.submenu {
    display: block;
}

#mobile-menu>.content>nav .item>a>.toggle-submenu {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#mobile-menu>.content>nav .item>a>.toggle-submenu>i {
    pointer-events: none;
}

#mobile-menu>.content>nav .item.expanded>a>.toggle-submenu>i {
    transform: rotateX(180deg);
}

@media only screen and (min-width: 993px) {
    #mobile-menu {
        /* display: none !important; */
    }

    #totalPricesMobile {
        /* display: none !important; */
    }

    .mobile-menu-opened {
        overflow: visible !important
    }
}

.item-feature {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: var(--gap);
    text-align: center;
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
}

.item-feature>.info>*+* {
    margin-top: calc(var(--gap-sm) / 2);
}

@media only screen and (max-width: 768px) {
    .item-feature {
        display: flex;
        align-items: center;
        gap: var(--gap-lg);
        width: 400px;
        max-width: 100%;
        padding: var(--gap-lg);
        background: var(--color-background);
        box-shadow: var(--shadow);
        border-radius: var(--border-radius);
    }

    .item-feature>picture>img {
        border-radius: var(--border-radius);
        width: 96px;
    }

    .item-feature>.info {
        text-align: left;
    }
}


/* item-offer-horizontal */

.item-offer-horizontal {
    display: grid;
    align-items: center;
    justify-content: space-between;
    color: var(--font-color);
    padding: var(--gap);
    background-color: #FFF;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    border-radius: .5rem;
    color: #2b3e50;
    border: 1px solid #ededed;
    grid-template-rows: 1fr;
    grid-template-columns: minmax(100px, 1fr) 100px;
    position: relative;
    gap: .5rem;
    transition: box-shadow 0.4s ease;
}

.item-offer-horizontal:hover {
    text-decoration: none;
    box-shadow: 0px 22px 24px 0px rgb(46 51 51 / 10%);
}

.item-offer-horizontal:hover h4 {
    color: #e54750
}

.item-offer-horizontal>.info>p,
#modalDescription,
box- {
    color: #777;
    margin-bottom: 1rem;
    font-size: 13px;
    font-size: 0.75rem;
    display: block;
    font-weight: 400;
    text-transform: capitalize;
}

.item-offer-horizontal>.info>.extras {
    display: block;
    gap: var(--gap);
    align-items: center;
}

.item-offer-horizontal>.info>.extras>.price {
    color: #2b3e50;
    font-weight: var(--font-weight-bold);
}

@media only screen and (max-width: 768px) {
    .item-offer-horizontal>.info {
        /* width: calc(100% - 0 - var(--gap)); */
    }

    .item-offer-horizontal picture>img {
        /* width: 80px; */
    }
}


/* section-place-header */

section.section-place-header {
    height: 450px;
    display: flex;
    align-items: flex-end;
}

section.section-place-header>.packer>.package {
    padding: var(--padding) 0 2rem;
}

section.section-place-header>.packer>.package>.content {
    width: 50%;
}

section.section-place-header>.packer>.package>.content>*+* {
    margin-top: var(--padding);
}

@media only screen and (max-width: 1200px) {
    section.section-place-header>.packer>.package>.content {
        width: 75%;
    }
}

@media only screen and (max-width: 768px) {
    section.section-place-header>.packer>.package>.content {
        width: 100%;
    }

    section.section-place-header>.packer>.package>.content>.breadcrumb {
        order: 1;
    }

    section.section-place-header>.packer>.package>.content>.place-card {
        order: 2;
    }
}


/* section-links */

section.section-links {
    background: var(--color-background-shadow);
}

section.section-links>.packer>.package {
    padding: var(--padding) 0;
}


/* section-areas */

section.section-areas>.packer>.package {
    padding: var(--padding) 0;
}


/* section-place-content-menu */

section.section-place-content-menu nav {
    display: flex;
}

section.section-place-content-menu a {
    display: inline-block;
    font-weight: var(--font-weight-medium);
    position: relative;
    white-space: nowrap;
    color: #2b3e50;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 2rem;
    background-color: rgba(0, 0, 0, 0.05);
    padding: .5rem 1rem;
    margin-right: 1rem;
}

section.section-place-content-menu a::after {
    opacity: 0;
    position: absolute;
    inset: 100% 0 0 0;
    content: " ";
    display: block;
    background: var(--hfont-color);
    transition: var(--transition);
}

section.section-place-content-menu a:hover {
    text-decoration: none;
    color: #e54750;
}

section.section-place-content-menu a.current {
    font-weight: var(--font-weight-bold);
}

@media only screen and (max-width: 576px) {
    section.section-place-content-menu a {
        line-height: 1;
        padding: var(--gap-sm);
        display: inline-flex;
    }

    .info h1 {
        font-size: 1.75rem
    }
}


/* section-place-content */

section.section-place-content {
    background: var(--color-background-shadow);
}

@media only screen and (max-width: 1024px) {
    section.section-place-content>.packer>.package>.content>.holder-right {
        display: none;
    }

    section.section-place-content>.packer>.package>.content>.holder-left {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    section.section-place-content>.packer>.package>.content>.holder-left {
        flex-direction: column;
    }

    section.section-place-content>.packer>.package>.content>.holder-left>.content-left {
        padding: 0;
        margin-bottom: var(--gap);
    }

    section.section-place-content>.packer>.package>.content>.holder-left>.content-left>.categories>nav {
        display: grid;
        gap: var(--gap-sm);
        grid-template-columns: repeat(2, 1fr);
    }

    section.section-place-content>.packer>.package>.content>.holder-left>.content-left>.categories>nav>.item {
        margin: 0;
    }

    #place-menu {
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
    }

    #place-menu::-webkit-scrollbar {
        display: none;
    }

    #place-menu:not(.holder-left):after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI0U1NDc1MCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNjEyIDguMzhsLTUgNS4ydjBjLS42Ni41OS0xLjY4LjU1LTIuMjgtLjExIC0uMjgtLjMtLjQzLS42OS0uNDMtMS4xVjEuNTkgMS41OWMwLS44OS43Mi0xLjYxIDEuNi0xLjYxIC4zOSAwIC43OC4xNCAxLjA3LjQxbDUuMDA1IDUuMnYwYy43Ni42OS44MSAxLjg3LjEyIDIuNjQgLS4wNC4wNC0uMDkuMDgtLjEzLjEyWiIvPjwvc3ZnPg==");
        position: absolute;
        right: -3px;
        top: 0;
        content: '';
        z-index: 2;
        background-repeat: no-repeat;
        background-size: 1rem;
        background-position: center right;
        padding: 0;
        width: 1rem;
        height: 100%;
    }

    #place-menu:not(.holder-left):before {
        background-image: linear-gradient(90deg, rgb(247 247 247 / 0%) 0%, rgb(247 247 247) 100%);
        position: absolute;
        right: -1px;
        top: 0;
        content: '';
        z-index: 1;
        background-repeat: no-repeat;
        background-size: 3rem;
        background-position: center;
        padding: 0;
        width: 3rem;
        height: 100%;
    }

    .holder-left {
        margin-bottom: 0;
    }
}


/* box-info */

.box-info+* {
    margin-top: var(--gap-lg);
}

.box-info>.head,
.holder-right {
    position: static;
    top: 69px;
    z-index: 2;
    background-color: #f7f7f7;
}

.box-info>.head,
.box-info>.actions,
.box-info>.content {
    padding: 1rem 0;
}

.actionsCart {
    padding: var(--gap) 0;
    text-align: center;
}

.box-info>.head>*+* {
    margin-top: var(--gap);
}

.box-info>.head>.info>*+* {
    margin-top: calc(var(--gap-sm) / 2);
}


/* rounder-box */

.rounded-box {
    position: relative;
    background: #FFF;
    border-radius: var(--border-radius);
    overflow: hidden;
    padding: var(--padding) calc(50% + var(--padding) * 2) var(--padding) var(--padding);
    box-shadow: var(--shadow);
}

.rounded-box>picture {
    left: 50%;
}

@media only screen and (max-width: 1200px) {
    .rounded-box {
        padding: var(--gap-lg) var(--gap-lg) calc(25vh + var(--gap-lg)) var(--gap-lg);
    }

    .rounded-box>picture {
        top: auto;
        height: 25vh;
        left: 0;
    }
}

.btn-cart-radius {
    margin-left: 4px;
}

#addToCart1 button {
    color: white;
    background-color: #e54750;
    justify-content: center;
}

.modal {
    overflow-y: auto;
}

.modal {
    /* overflow: visible !important; */
    z-index: 100001;
}


/* alllergen */

.item-offer-horizontal>.info>.allergens {
    display: flex;
    gap: 0;
    align-items: center;
}

.item-offer-horizontal>.info>.allergens>.price {
    color: var(--hfont-color);
    font-weight: var(--font-weight-bold);
}

.allergen {
    display: inline-flex;
    font-size: calc(var(--font-size) - 5px);
    font-weight: var(--font-weight-bold);
    letter-spacing: 1px;
    line-height: 1;
    padding: 6px 6px;
    background: pink;
    border-radius: var(--border-radius);
    background: #eee;
    color: #00bc8b;
}

.allergen img {
    height: 15px;
}

.allergen.disabled {
    background: #EEE;
    color: #CCC;
}

.w-100 {
    width: 100%;
}

.wrapper {
    overflow: hidden
}

.btn_reserve_fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 9999;
}

#mobile-menu #order-summary {
    padding: 1rem;
}

#mobile-menu .item a {
    border-radius: 1rem;
    border: 1px solid #eee;
    margin-bottom: 1rem;
    text-align: center !important;
    display: flex;
}

.holder-left .head {
    padding: 2rem 0 1rem;
    border-bottom: 1px solid #eee;
}

.select-lang {
    position: absolute;
    top: 1rem;
    z-index: 99;
    right: 0rem;
    padding: .5rem 1rem;
    border-radius: .5rem;
}

.itemsSearchHolder {
    padding: 3rem 2rem;
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
}

.h-100 {
    height: 100%;
}

.h-100vh {
    height: 100vh;
}

.flex-column {
    flex-flow: column
}

#toTop {
    position: fixed;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 20px;
    margin: 0 20px 0 0;
    z-index: 999;
    transition: 0.35s;
    transform: scale(0.7);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    transition: all 0.3s;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

#toTop:after {
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNi4yOTMgMTMuMjkzTDcuNzA3IDE0LjcwNyAxMiAxMC40MTQgMTYuMjkzIDE0LjcwNyAxNy43MDcgMTMuMjkzIDEyIDcuNTg2eiIvPjwvc3ZnPg==');
    position: relative;
    filter: invert(1);
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* stores */

.stores {
    display: grid;
    grid-gap: var(--gap);
    grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 1200px) {
    .heading+.stores {
        margin-top: var(--gap-lg);
    }
}

@media (max-width: 991px) {
    .btn_reserve_fixed {
        display: block;
    }

    #toTop {
        bottom: 70px;
        margin: 0 15px 0 0;
    }
}

@media only screen and (max-width: 576px) {
    .empty-page .table picture {
        display: none
    }

    .stores {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-header {
        flex-direction: column;
        align-items: center !important;
        gap: 1rem;
    }

    .ratings {
        margin: 0 auto 1rem !important
    }

    .holder-right>.info {
        display: none
    }

    .header-align {
        flex-flow: column;
        display: flex;
        align-items: center
    }

    .top-bar {
        font-size: .7rem !important
    }

    .top-bar a {
        display: inline-flex !important;
    }
}

.impressum {
    padding: 1rem;
    border-top: 1px solid #eee;
    margin-top: 2rem;
    color: #777;
}

.impressum h6 {
    color: #777777;
}


/* alllergen */

.item-offer-horizontal>.info>.allergens {
    display: flex;
    gap: 0;
    align-items: center;
}

.item-offer-horizontal>.info>.allergens>.price {
    color: var(--hfont-color);
    font-weight: var(--font-weight-bold);
}

.allergen {
    display: inline-flex;
    font-size: calc(var(--font-size) - 5px);
    font-weight: var(--font-weight-bold);
    letter-spacing: 1px;
    line-height: 1;
    padding: 6px 6px;
    background: pink;
    border-radius: var(--border-radius);
    background: #eee;
    color: #00bc8b;
}

.allergen img {
    height: 15px;
}

.allergen.disabled {
    background: #EEE;
    color: #CCC;
}

.iti {
    width: 100%;
}

.header-link {
    padding: 0;
    position: relative;
    font-weight: 500;
}

.header-link:before {
    content: '';
    width: 12px;
    height: 12px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSI0Ljg3ODc5IC0yMi45MDkxIDcgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTYuNzItMjMuNDRjLS4xMS0uMTMtLjI2LS4yLS40NC0uMiAtLjE5IDAtLjM0LjA2LS40Ny4xOWwtLjYxLjYyYy0uMTMuMTItLjIuMjgtLjIuNDYgMCAuMi4wNi4zNi4xOS40OWw0LjQgNC4zNCAtNC40MSA0LjM0Yy0uMTMuMTItLjIuMjktLjIuNDkgMCAuMTguMDYuMzMuMTkuNDZsLjYuNjJoLjAyYy4xMi4xMi4yNy4xOS40My4xOSAuMTggMCAuMzMtLjA3LjQ2LS4ybDUuMy01LjQ3Yy4xMi0uMTMuMTktLjI5LjE5LS40NyAwLS4xOS0uMDctLjM0LS4yLS40N2wtNS4zMS01LjQ3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAuMDYwNTgpIHNjYWxlKC45Njk2OSkiLz48L3N2Zz4=');
    background-size: contain;
    position: absolute;
    right: -1.1rem;
    background-repeat: no-repeat;
    top: 5px;
}

.header-link:after {
    border-bottom: 1px solid rgb(255 255 255 / 42%);
    position: absolute;
    bottom: -1px;
    content: "";
    width: calc(100% - 1rem);
    left: .5rem;
    transition: all .5s ease;
}

.header-link:hover:after {
    border-bottom: 4px solid rgba(229, 71, 80, 0.3);
}

.header-link:hover,
#place-menu>.item.active,
.btn-group label.active {
    color: #FFF;
    /* padding: 0 .5rem; */
    border-radius: 1rem;
}

.btn-group label.active {
    background-color: #e54750;
}

.nav-menu {
    border-top: 1px solid #ededed;
    padding: 1rem 0;
    z-index: 99;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 5%);
    position: relative;
}

#place-menu>.item,
.btn-group label {
    display: inline-flex;
    font-weight: var(--font-weight-medium);
    position: relative;
    white-space: nowrap;
    color: #2b3e50;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 2rem;
    background-color: rgba(0, 0, 0, 0.05);
    padding: .5rem 0.7rem !important;
}

.grid {
    display: grid;
    grid-auto-flow: row dense;
    grid-template-columns: repeat(auto-fit, minmax(350px, 2fr));
    gap: 1rem;
    min-height: 0;
}

.content picture,
.table picture {
    overflow: hidden;
    display: flex;
    border-radius: .5rem;
    border: 1px solid #eee;
    width: 100px;
    max-height: 100px;
    aspect-ratio: auto 1 / 1;
    min-width: 100px;
    right: 0;
    position: relative;
}

.grid .info {
    /* max-width: 80%; */
    width: 100%;
}

.info+picture>img,
.empty-page picture>img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.menu-tab:hover {
    color: #e54750;
}

.modal-content {
    border-radius: 2rem;
    border: none;
    box-shadow: 0px 5px 9px 1px rgb(46 51 51 / 8%), 0px 31px 64px 0px rgb(46 51 51 / 15%);
    overflow: hidden;
}

figure#modalImgPart {
    margin-bottom: 0;
}

h4#modalPrice {
    font-weight: 600;
    margin-bottom: 0;
    /* background-color: #ffffff; */
    /* padding: 18px 24px; */
    border-radius: 1rem;
    white-space: nowrap;
}

.modal-header h6 {
    width: 100%;
    text-align: center;
    color: #767676;
}

.numbers-row {
    position: relative;
    width: 100%;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
}

.numbers-row input {
    position: relative;
    width: 40px;
    text-align: center;
    padding: 0px 0;
    border: none;
    font-weight: 500;
    background: none;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0;
    /* background-color: #fbfbfb; */
    border-radius: 2rem;
    color: #777;
}

.numbers-row input:focus {
    outline: none;
    box-shadow: none;
}

.numbers-row .button_inc {
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    z-index: 2;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 500 !important;
    color: #e54751;
    background-color: #fef6f7;
    border-radius: .5rem;
    line-height: 1.5;
}

.numbers-row .button_inc:hover {
    color: #e54750;
}

.numbers-row .dec,
.numbers-row .inc {}

.numbers-row .dec {
    left: 1rem;
}

.numbers-row .inc {
    right: 1rem;
}

.modalCover {
    height: 100%;
    max-height: 290px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ebebeb;
    width: 100%;
}

.modal-header .close {
    color: #767676;
    background-color: #e3e3e3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: 10px;
    right: 1.5rem;
    width: 32px;
    height: 32px;
    line-height: 32px;
    justify-content: center;
    position: absolute;
    padding: 0;
    margin: 0;
}


/* To hide arrows from field */


/* Chrome, Safari, Edge, Opera */

.numbers-row input input::-webkit-outer-spin-button,
.numbers-row input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

.numbers-row input[type=number] {
    -moz-appearance: textfield;
}

.modal-footer .btn {
    width: 100%;
    border-radius: 2rem;
    font-weight: 600;
    /* margin: 0.25rem; */
}

.price-modal {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
}

.quantity-area {
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 2rem; */
    flex-flow: column;
    width: 100%;
}

#exrtas-area {
    /* background-color: #fbfbfb; */
    border-radius: 1rem;
    padding: 1rem;
    border: 1px solid #eee;
}

#exrtas-area h5,
.quantity-area h5 {
    color: #767676;
}

#price-area {
    /* padding: 1rem 0; */
    /* border: 1px solid #e7e7e7; */
    /* margin-top: 2rem; */
    border-radius: 1rem;
    width: 100%;
    text-align: center;
}

#price-area h5 {
    color: #767676;
}

h3#modalPrice {
    font-weight: 500;
    /* color: #e54751; */
    font-size: 1.8rem;
}

#price-area h6,
.quantity-area h6 {
    color: #858585;
    font-weight: 400;
}

.modal-body {
    /* max-height: 65vh; */
    /* overflow-y: scroll; */
}

.modal-footer {
    z-index: 0;
    background-color: #FFF;
    border: none;
    box-shadow: 0px -5px 3rem 0px rgb(46 51 51 / 11%);
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    padding: 1.5rem;
}

input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

h5.label-variants,
#exrtas-area h5 {
    font-size: 1rem;
    margin-right: 2rem;
    color: #767676;
    margin-bottom: 1rem;
}

.variants-area-label {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    border: 1px solid #eee;
    padding: 1rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.btn-group {
    justify-content: flex-start;
    display: flex;
    flex-flow: row wrap;
}


/* Forms styles */

.container_check {
    display: flex;
    position: relative;
    padding-left: 2rem;
    line-height: 1.7;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    justify-content: space-between;
}

.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.container_check input:checked .checkmark {
    background-color: #e54750;
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
    -moz-box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
    box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
}

.container_check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #d2d8dd;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.container_check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container_check:hover .checkmark {
    border: 2px solid #e54750;
}

.container_check input:checked~.checkmark:after {
    display: block;
}

.holder-right {
    margin-top: 5rem;
    top: 6rem;
    position: sticky;
}

.holder-right .info {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: .5rem;
    background-color: #fff;
    /* -webkit-box-shadow: 0px 22px 24px 0px rgb(46 51 51 / 5%); */
    -moz-box-shadow: 0px 22px 24px 0px rgb(46 51 51 / 5%);
    /* box-shadow: 0px 22px 24px 0px rgb(46 51 51 / 5%); */
    overflow: hidden;
    border: 1px solid #ededed;
    margin-bottom: 2rem;
}

.box-order .head {
    text-align: center;
    border-bottom: 1px solid hsl(0deg 0% 85%);
    padding-bottom: 1.1rem;
    text-transform: capitalize;
    text-align: center;
    border-bottom: 1px solid hsl(0deg 0% 85%);
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
}

.empty-cart {
    padding: 0 0 1rem;
    margin: -1rem auto 0;
}

.button.full-button:focus,
.button.full-button:hover {
    color: white;
    box-shadow: 0px 2px 24px 0px rgb(239 79 88 / 40%);
}

.box-info {
    border-radius: 1rem 1rem 0 0;
}

.product-item_title {
    font-size: .9rem;
    font-weight: 400;
    max-width: 174px;
    color: #2b3e50;
    /* width: 80%; */
}

li.items {
    margin: 1rem 0;
    padding: 0;
}

.box-order h6 {
    margin-bottom: 0;
    text-transform: capitalize;
}

.product-item_price {
    font-weight: 600;
}

#tooltip-product-item_title {
    background: #333;
    color: white;
    font-weight: bold;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 4px;
}

ol.items {
    /* padding: 0 .4rem; */
}

li.today .day,
li.today .hours {
    font-weight: 500;
}

a.menu-tab {
    color: #2b3e50;
}

.about-us h6 {
    color: #868686;
}

a.nav-link {
    color: #919191;
    font-size: 12px;
    text-decoration: underline;
}

.ratings {
    background: #ffffff2b;
    /* margin: 1rem auto 0 0; */
    padding: .5rem 1rem;
    width: fit-content;
    border-radius: 2rem;
    display: flex;
    max-height: 2.5rem;
}

.header-buttons {
    display: flex;
}

.btn_hero {
    color: #555;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    line-height: 1;
    padding: 10px 15px;
    color: #2b3e50 !important;
    font-weight: 500;
    text-decoration: none !important;
    display: inline-block;
    white-space: nowrap;
    align-items: center;
}

.btn_hero:not(:first-of-type) {
    margin-left: 1rem
}

.checkout .btn_hero {
    box-shadow: none;
    border: 1px solid #dddddd;
    margin-left: 0;
}

#mobile-menu .btn_hero {
    box-shadow: none;
    border: 1px solid #dee2e6;
    border-radius: .8rem;
    margin-bottom: 1rem;
    margin-left: 0;
    background: hsl(207deg 14% 99%);
    justify-content: center;
}

h6.title {
    font-weight: 600;
    text-transform: capitalize;
}

nav a {
    color: #2b3e50;
}

.select-lang.is_qr {
    top: 1rem;
}

.content picture:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#totalPrices {
    padding-left: 1rem;
    padding-right: 1rem;
}

.checkout #totalPrices {
    padding: 0
}

.closed_time,
.empty-cart p,
.no-stock span {
    margin-top: 1rem;
    text-align: center;
    color: #e54750;
    background: #e547500d;
    padding: 1rem;
    border-radius: 3rem;
}

a.item-offer-horizontal:hover h6 {
    color: #e54750;
}

.top-bar {
    z-index: 3;
    padding: .2rem;
    position: sticky;
    top: -1px;
    text-align: center;
    font-size: .85rem;
    font-weight: 400;
    background: rgb(247, 247, 247) !important;
}

.top-bar a {
    display: none;
}

.top-bar.success a {
    color: green;
}

.top-bar.danger a {
    color: #e54751;
}

.top-bar a:hover,
.top-bar a:hover svg {
    color: #e54751;
    fill: #e54751;
}

.top-bar.success {
    background: #f6fef6;
    color: green;
}

.top-bar.danger {
    background-color: #fef6f6;
    color: #e64f57;
}

.about-us {
    margin-bottom: 5rem;
}

.holder-left {
    margin-bottom: 2rem;
}

.offer-label {
    top: -7px;
    right: 0rem;
    filter: drop-shadow(1px 4px 3px rgb(255 169 31 / 20%));
}

.price span {
    font-size: .85rem;
    font-weight: 400;
    /* margin-left: .5rem; */
    font-weight: 500;
}

.price span.indirim {
    opacity: .6;
    font-size: .85rem;
    font-weight: 400;
    /* margin-left: .5rem; */
    text-decoration: line-through;
}

.overflow-hidden {
    overflow: hidden;
}

.checkout #header {
    /* border-bottom: 1px solid #ededed; */
}

.hero-title {
    position: relative;
    padding: 5rem 0;
    z-index: 0;
}

.opacity-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: white;
    mix-blend-mode: saturation;
}

.hero-background {
    background: #fff;
}

.checkout .hero-background img {
    opacity: .1;
}

.hero-title h1 {
    color: #222;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 700;
}

.checkout .card {
    padding: 2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.uppercase {
    text-transform: uppercase;
}

.checkout h4 {
    color: #222 !important;
    font-size: 1.15rem;
    letter-spacing: -1px;
    margin-bottom: 3rem;
}

.text-muted {
    color: #919191;
}

.border {
    border: 1px solid #ededed;
}

.rounded-sm {
    border-radius: .5rem;
}

.checkout #totalPrices span {
    float: right;
}

.checkout #totalPrices li {
    margin-bottom: .5rem;
    font-weight: 600;
    color: #878787;
}

.checkout #totalPrices li.total {
    margin: 1rem 0;
}

.checkout #totalPrices span.amount {
    color: var(--color-buttons);
}

.bg-transparent {
    background: transparent;
}

.checkout .notifyjs-corner {
    z-index: 999999;
    left: 50% !important;
    transform: translateX(-50%);
}

.checkout picture img {
    /* border-radius: .5rem; */
    /* overflow: hidden; */
}

.checkout .items {
    grid-template-columns: 70px minmax(100px, 1fr);
    padding: 0;
    margin-bottom: 1rem;
    display: grid;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap: 0 1rem;
}

.checkout #cartList {
    overflow: visible;
    flex-flow: column;
    margin: 0;
    padding: 0;
    gap: 1rem;
}

.checkout .items .close {
    top: -.5rem;
    opacity: 1;
    left: -.5rem;
    background: #ffffff;
    border-radius: 50%;
    padding: 2px;
}

.checkout .items picture {
    overflow: hidden;
    display: flex;
    border-radius: .5rem;
    border: 1px solid #eee;
    width: 70px;
    max-height: 70px;
    aspect-ratio: auto 1 / 1;
    min-width: 70px;
    right: 0;
    position: relative;
}

.checkout .btn-cart-radius {
    border-radius: .2rem !important;
    background: #fef6f7;
    margin: 0;
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fef6f7;
    transition: all .5s ease;
    color: #e54750;
    font-weight: 600;
    font-size: 1rem;
}

.price h5,
.product-item_quantity {
    color: #878787;
}

.checkout .btn-icon:hover {
    border: 1px solid #bdbdbd;
}

.text-dark {
    color: #222 !important;
}

.dashed {
    border-top-style: dashed;
}

.checkout .card-header {
    text-align: center;
}

.input-hidden {
    position: absolute;
    left: -9999px;
}

.checkout .card-checkout .card-header {
    margin-bottom: 2rem;
}

.checkout .card-checkout hr {
    margin: 2rem 0;
}

.checkout .card .col:not(:last-child) {
    /* border-right: 1px dashed #ededed; */
}

.custom-control-label {
    cursor: pointer;
    transition: all .5s ease;
}

.custom-control-label h5 {
    padding: 0 1rem;
    border-radius: .35rem;
    background-color: transparent;
    border: 1px solid transparent;
    white-space: nowrap;
}

.custom-control-label h5:hover {
    border: 1px solid #ededed;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 5%)
}

.custom-control-input:checked+.custom-control-label h5 {
    color: white;
}

.custom-control-label:hover svg {
    transform: scale(1.1);
}

.custom-control-label svg {
    transform: scale(1);
    transition: all .2s ease;
    display: inline-flex;
    position: relative
}

.checkout .card-checkout .card-body {
    margin-bottom: 1rem;
}

.iti__selected-flag {
    background-color: transparent !important;
    border-right: none;
    padding: 0 1rem !important;
}

input#phone {
    padding-left: 7rem !important;
    border-radius: .5rem;
}

.checkout .payment-select {
    display: block;
    position: relative;
    line-height: 1.6;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkout .payment-select label {
    display: inline-block;
    margin-bottom: 0;
    padding: 1rem;
    border: 1px solid #d2d8dd;
    border-radius: .5rem;
    width: 100%;
    position: relative;
    text-transform: capitalize;
}

.checkout .payment-select .custom-radio input:checked~label {
    border: 1px solid #e54750;
    color: #e54750;
}

.checkout .payment-select .custom-radio {
    background-color: transparent;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 5px;
    position: relative;
}

.checkout .payment-select .custom-radio input {
    position: absolute;
    opacity: 0;
}

.checkout .payment-select .custom-radio input:checked~.checkmark {
    border: 2px solid #e54750;
}

.checkout .payment-select .custom-radio input:checked~.checkmark:after {
    opacity: 1;
}

.checkout .payment-select .custom-radio .checkmark {
    position: absolute;
    top: 33%;
    right: 1rem;
    height: 20px;
    width: 20px;
    border: 2px solid #d2d8dd;
    background-color: #fff;
    border-radius: 50%;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.checkout .payment-select .custom-radio .checkmark:after {
    display: block;
    content: "";
    position: absolute;
    opacity: 0;
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e54750;
}

.checkout .payment-select:not(.service-method) .custom-radio:hover .checkmark {
    border: 2px solid #e54750;
}

.checkout h6.title {
    overflow: hidden;
    text-overflow: ellipsis;
    /* number of lines to show */
}

.checkout .hero-background {
    border: 1px solid #dfdfdf;
}

.flex-reverse {
    flex-wrap: wrap-reverse;
}

.inverse {}

#address-complete-order {
    padding: 1rem;
    border: 1px solid #d2d8dd;
    border-radius: .5rem;
    color: #777f87;
    font-weight: 400;
}

.checkout span.select2 {
    width: 100% !important;
    border-radius: .5rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e54750;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fef6f7;
    color: #e54750;
}

.select2-results__option {
    font-weight: 400;
    font-size: 16px;
    line-height: 2.5;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding: .25rem 1.5rem;
}

.select2-dropdown {
    border: 1px solid #d2d8dd;
    z-index: 999999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 5px 0 5px;
    border-color: #919191 transparent transparent transparent;
    margin-left: -.5rem;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    margin-left: -.5rem;
    border-width: 0 5px 6px 5px !important;
    border-color: transparent transparent #919191 transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6b757d !important;
    font-weight: 400;
    text-transform: capitalize;
}

.select2-container--default {}

.checkout .card-checkout h5 {
    margin-bottom: .5rem;
    font-weight: 800;
    font-size: 7rem;
    position: absolute;
    top: -1rem;
    opacity: .15;
}

.checkout .row.no-gutters {
    gap: 1rem;
}

/* .select2-search:not(#new_address_checkout) {
    position: absolute;
    opacity: 0;
    z-index: -1;
} */
a.back-button {
    color: #2b3e50;
    font-weight: 500;
}

a.back-button:hover {
    color: #e54751;
}

.btn-secondary {
    background-color: #dfdfdf;
}

.empty-page .button.full-button:hover,
.empty-page .button.full-button:focus {
    box-shadow: 0px 2px 24px 0px rgb(85 85 85 / 15%) !important;
    background-color: #919191 !important;
}

.empty-page .button {
    font-size: .95rem;
    line-height: 1.3;
    font-weight: 600 !important;
}

.empty-page .button.full-button.paymentbutton {
    background-color: rgb(18 181 64) !important;
}

.empty-page .button.full-button.paymentbutton:hover {
    box-shadow: 0px 2px 24px 0px rgb(18 181 64 / 40%) !important;
}

.empty-page .card {
    border-radius: 1rem;
    border: none;
    box-shadow: 0px 12px 24px 0px hsl(0deg 0% 93%);
}

.empty-page #header {
    position: relative;
    border: 1px solid #ededed;
    display: flex;
}

.empty-page #header+.section-place-content {
    padding-top: 4rem;
}

.refresh-button {
    border-radius: .5rem;
    padding: .5rem 1rem;
    color: #FFF;
    background: #e54751;
    font-weight: 500;
}

.order-date p {
    /* color: #adb5bd; */

    line-height: 1.3;
    /* font-size: .775rem; */

    font-weight: 400;
}

.order-date h5 {
    font-size: .9rem;
    line-height: 1.3;
    font-weight: 500;
}

.order-id h4 {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 500;
}

#status-history {
    margin: 1rem 0 2rem;
    display: flex;
    align-items: center;
}

.timeline-one-side:before {
    display: none
}

.order-item-title {
    font-weight: 400;
    white-space: nowrap;
}

.order-item-label:not(:last-of-type) {
    opacity: .5;
}

.empty-page .btn-sm {
    padding: .5rem 1rem;
    border-radius: .5rem;
}

.text-danger {
    color: red;
}

.text-success {
    color: #12b540;
}

.badge {
    padding: .5rem 0;
    line-height: 1;
    border-radius: 1rem;
    font-weight: 500;
}

.badge-danger {
    background-color: hsl(0 100% 97% / 1);
    color: red;
    text-align: center;
}

.badge-success {
    color: #12b540;
    background-color: hsl(110deg 100% 97%);
}

.order-item-date {
    color: #745b34;
    white-space: nowrap;
}

.alert {
    position: fixed;
    z-index: 9;
    right: 5rem;
    bottom: 20px;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    padding: .5rem 1rem;
    border-radius: 2rem;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.alert-success {
    background: #12b540;
}

.alert-danger {
    background: #e54751;
}

.comet-timeline {
    display: flex;
    /* flex-direction: row-reverse; */
    /* gap: 2rem; */
    /* flex-wrap: wrap; */

    width: 100%;
    justify-content: space-between;
}

.order-item-title {
    position: relative;
}

.order-item-group {
    background: #FFF;
    border: 2px solid #eee;
    padding: .5rem;
}

.order-item-label {
    font-weight: 400;
    /* justify-content: space-between; */
}

.order-item-label h6 {
    font-weight: 500;
}

.table td,
.table th {
    border: none;
}

.table thead th {
    font-size: .65rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #cbcbcb;
    font-weight: 500;
}

.thead-light {
    /* background-color: #f0f2f4; */
}

.table-responsive tr {
    border-bottom: 1px solid #eee;
}

#order-items tr:last-of-type {
    border-bottom: 2px solid #eee;
}

.font-weight-bold {
    font-weight: 500;
}

.empty-page strong {
    color: #222222;
}

.empty-page .table picture {
    width: 70px;
    height: 70px;
    min-width: 70px;
    margin-right: 1rem;
    min-height: 70px;
    overflow: hidden;
}

.order-id svg {
    transform: rotate(180deg);
    filter: drop-shadow(2px -7px 7px #ddd);
}

.order-id-text {
    color: #FFF;
    z-index: 2;
    top: 2rem;
    left: 2.5rem;
}

.order-id {
    left: -2rem;
    top: 0rem;
}

.order-id-text h3 {}

.order-date {
    width: 100%;
    justify-content: flex-end;
}

.order-id-text h2 {
    font-size: 1.8rem;
}

.border-bottom {
    border-bottom: 1px solid #eee;
}

.text-highlighted,
.highlight {
    position: relative;
}

.text-highlighted {
    display: inline-block;
    z-index: 1;
}

.text-highlighted:before {
    content: " ";
    display: block;
    height: 90%;
    width: 100%;
    margin-left: -3px;
    margin-right: -3px;
    position: absolute;
    background: hsl(55deg 100% 50%);
    transform: rotate(2deg);
    top: -1px;
    left: -1px;
    border-radius: 20% 25% 20% 24%;
    padding: 10px 3px 3px 10px;
    z-index: -1;
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: .25
}

.order-comment {
    border: 2px solid hsl(0deg 0% 93%);
    padding: 1rem;
    height: fit-content;
}

.table-header {
    background: #f7f7f7;
    padding: .5rem 0;
}

.order-summary-money {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: .25rem 0
}

.order-summary-total {
    border-top: 2px solid rgba(0, 0, 0, 0.05);
    padding: 1rem 0
}

.order-summary h6 {
    font-weight: 500;
    line-height: 2;
}

.order-section-heading {
    padding-bottom: 1rem;
    font-size: 1rem;
    font-weight: 500;
    border-bottom: 1px solid #eee;
}

h4 .order-section-heading {
    font-size: 1.5rem
}

.order-summary-total h4 {
    font-size: 1.25rem;
    font-weight: 500;
}

.vh-100 {
    height: 100vh;
}

#stripe-payment-form {
    /* padding: 1rem; */
    /* border: 1px solid #e44750; */
    border-radius: .5rem;
    /* background: rgb(228 71 80 / 2%); */
}

.itemsSearchHolder>.select2.form-control {
    /* padding: 0; */
    /* border: none; */
    /* background-color: transparent; */
}

.itemsSearchHolder .select2-container--default .select2-selection--single {
    background-color: transparent;
    border-radius: 8px;
}

.select2-dropdown--below {
    z-index: 999999;
    box-shadow: 0px 20px 39px 0px #d6d6d6;
}

.modal-backdrop,
#mobile-menu:after {
    background-color: #f0f2f4;
    transition: all .25s ease;
    background-repeat: repeat;
}

.modal-backdrop.show {
    opacity: 0.85;
}

.box-order h6 small {
    color: #777;
}

#cartList .items {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

#cartList .info {
    width: 100%;
    padding-left: 1rem;
}

span.select2.select2-container.select2-container--default {
    width: 100%;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    border-bottom: 1px solid #767676;
    border-radius: 0;
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: #2b3e50;
    font-weight: 500;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: none;
    border-bottom: 1px solid #aaa;
    border-radius: 0;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li,
.select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
    font-size: 1rem;
}

.select2-container--default .select2-results__group {
    padding: .5rem 1rem;
    /* background: #fcfcfc; */

    font-size: 18px;
    border-bottom: 1px solid #fcfcfc;
}

.iti__flag-container {
    transition: all .2s ease;
    /* width: 100%; */
}

.iti__country-list {
    width: fit-content;
    margin: -5px 0 0 -1px !important;
    border: 1px solid #d2d8dd !important;
    max-height: 164px !important;
    max-width: 498px;
    min-width: 322px;
}

.iti__country {
    line-height: 3;
    padding: 0 1rem !important;
    font-weight: 400;
    font-size: 16px;
    transition: all .2s ease-out;
}

.iti__country.iti__highlight {
    background-color: hsl(0deg 0% 98%) !important;
    color: #e54750;
    /* font-weight: 600; */
}

.iti__dial-code {
    color: inherit !important;
    font-weight: 600;
}

#status-history .row {
    row-gap: 1rem;
}

#mobile-menu:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .85;
}

span.select2-selection.select2-selection--single {
    height: 2rem;
    width: auto;
    display: flex;
    align-items: center;
    padding: 1rem;
    border: 1px solid #d2d8dc;
    border-radius: 0.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: .5rem;
}

#card-element {
    box-shadow: none;
}

.social-buttons {
    padding: 0 1rem;
}

.social-buttons .flex {
    gap: 1rem;
}

#mobile-menu .social-buttons .item a {
    padding: 0;
    border: none;
}

#mobile-menu .about-us {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: 3rem;
}

#mobile-menu nav {
    padding: 1rem;
}

.no-stock {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: 1;
}

.no-stock span {
    background: hsl(0deg 100% 50% / 8%);
    font-weight: 600;
}

.item-offer-horizontal.disabled picture,
.item-offer-horizontal.disabled .info {
    opacity: .4;
}


.cart-modules {
    display: grid;
    grid-auto-flow: column;
    gap: 1rem;
}

.checkout input[disabled]+label,
.checkout input[disabled]+label+.checkmark {
    /* opacity: .3; */
    /* cursor: not-allowed; */
    display: none !important;

}

a.gflag {
    vertical-align: middle;
    font-size: 16px;
    padding: 1px 0;
    background-repeat: no-repeat;
    background-image: url(//gtranslate.net/flags/16.png);
}

a.gflag img {
    border: 0;
}

a.gflag:hover {
    background-image: url(//gtranslate.net/flags/16a.png);
}

#goog-gt-tt {
    display: none !important;
}

.goog-te-banner-frame {
    display: none !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}

body {
    top: 0 !important;
}

.VIpgJd-ZVi9od-ORHb {
    display: none !important;
}

.skiptranslate {
    display: none;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    display: none;
}

.select2-container--default {
    width: 265px;
    padding: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0px !important;
}


.bilgimenu-header {
    display: none;
}

.slider-btn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 10px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1500;
}

.slider-btn:hover {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: none !important;
    color: black;
}

.left {
    left: 0;
    border-radius: 3px 0 0 3px;
}

.right {
    right: 0;
    border-radius: 0 3px 3px 0;
}

.cover-image {
    z-index: 1001;
}

@media (max-width: 768px) {
    #coverImageContainer {
        text-align: center;
    }

    .cover-image {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto;
    }

}

/* Popup container */
.dil-popup1 {
    display: none;
    position: fixed;
    z-index: 999999;
    /* Yukarda diğer öğelerin üzerine ıkarma */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

/* Popup içeriği */
.dil-popup1 .popup-dil-content {
    background-color: #fefefe;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
}

/* Kapatma butonu */
.dil-popup1 .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    z-index: 9999999999999999;
}

.dil-popup1 .close:hover,
.dil-popup1 .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Sayfanın aşağıya kaydırılmasını devre dı brak */
body.popup-open {
    overflow: hidden;
}

.sol-yapiskan-bar {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1000;
}

.sol-yapiskan-bar button {
    left: 0;
    width: auto;
    height: 36px;
    font-size: 21px;
    color: #fff !important;
    border-radius: 0 20px 20px 0;
    box-shadow: 0 3px 7px #0000002e;
    transition: .7s;
    position: relative;
    margin-bottom: 10px;
}

.sol-yapiskan-bar-icerik {
    margin-left: 100px;
    /* Sticky bar genişliği kadar */
    padding: 20px;
}


.hydrated {
    font-size: large;
}

.select2-dropdown--below {
    width: 270.712px;
    height: 460px;
    z-index: 99999999999999999999;
}

.menu {
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    padding: 12px 0 10px;
    background-color: rgb(34, 36, 40);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    z-index: 9999999;
}

.menu-item {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.svg-icon {
    /*   background-color: red; */
    padding-bottom: 8px;
    stroke: #bdbdbd;
    fill: transparent;
    stroke-width: 0.7pt;
    stroke-dasharray: 400;
    stroke-mitelimit: 10;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform: scale(0.8);
}

.active .svg-icon {
    transform: scale(1.2);
    stroke: white;
    animation: strok 1s reverse;
    transition: transform 1s ease-out;
}

@keyframes strok {
    100% {
        stroke-dashoffset: 400;
    }
}

.back-dil-popup1 {
    background-image: url(https://menu.quickly.com.tr/luxe/img-noise.png);
    background-color: #f0f2f496;
    transition: all .25s ease;
    background-repeat: repeat;
}

/* Responsive stiller */
@media only screen and (max-width: 600px) {
    .about-us {
        margin-bottom: 2rem;
        margin-top: -2rem;
    }
}

/* Çalışma saati yazısı */
@media only screen and (max-width: 600px) {
    .calisma-saati-text {
        margin-bottom: 0rem;
        margin-top: 0rem !important;
    }
}

.calisma-saati-text {
    margin-bottom: 0rem;
    margin-top: 1rem;
}

/*  <========SON=========>>> Pricing Tabs Ayar SON */
/* Pre Loader */
.preload-main {
    display: flex;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    background: #2b3e50;
    overflow: hidden;
    top: 0;
    left: 0;
}

.loader {
    position: relative;
}

#hakkimizdai {
    margin-top: -25px !important;
}