:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

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

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

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

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

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

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .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
}

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
}

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

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

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

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

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

figure {
    margin: 0 0 1rem
}

img {
    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
}

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

button {
    border-radius: 0
}

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

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

.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
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

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
}

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

.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
}

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

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

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

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

.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
}

.figure {
    display: inline-block
}

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

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

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

a > code {
    color: inherit
}

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

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

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

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

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

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

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

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

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

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

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

.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%;
    min-height: 1px;
    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: none
}

.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
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.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: none
    }

    .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
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .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: none
    }

    .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
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .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: none
    }

    .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%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .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: none
    }

    .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%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .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;
    background-color: transparent
}

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

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

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

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

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

.table-bordered {
    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 {
    background-color: rgba(0, 0, 0, .075)
}

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

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    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 screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.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
}

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

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

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

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

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

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

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

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 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
}

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

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

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

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

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

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

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d
}

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

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

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

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

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

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545
}

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

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

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

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

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

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

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

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

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

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

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

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

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

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

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

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

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

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

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

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

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

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

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

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

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

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

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

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

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

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

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

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

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

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

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

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

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

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

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

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

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

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

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

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

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

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

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

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

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

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

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

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

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

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

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

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

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

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

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

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

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

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

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

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

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

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

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

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

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

.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

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

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

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

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

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

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

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

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

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link.focus, .btn-link:focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled, .btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

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

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

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 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-right {
    right: 0;
    left: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu.show {
    display: block
}

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

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

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

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
    z-index: 1
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
    z-index: 1
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px
}

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

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

.btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

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

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

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

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

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

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

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

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
    margin-left: -1px
}

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

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

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

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

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

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

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

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

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px
}

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

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

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

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

.input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

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

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

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

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

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

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

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

.custom-range:focus {
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

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

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

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -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
}

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

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

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

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group > .card:only-child {
        border-radius: .25rem
    }

    .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }

    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

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

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

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

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

.badge-success[href]:focus, .badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

.badge-info[href]:focus, .badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:focus, .badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    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;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

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

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus, .list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

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

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform 0s ease-out, -webkit-transform 0s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

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

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (.5rem * 2));
    content: ""
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;

    background-clip: padding-box;

    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

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

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    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;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

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

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2))
    }

    .modal-sm {
        max-width: 300px
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    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
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    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;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

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

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

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

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

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

.border-right {
    border-right: 1px solid #dee2e6 !important
}

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

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

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

.border-bottom-0 {
    border-bottom: 0 !important
}

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

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

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

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

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

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

.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
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

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

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

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

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

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

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

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

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

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

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !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
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

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

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

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

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

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

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

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

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

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

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

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

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

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

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

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

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

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

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

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

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

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

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

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

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

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

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

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

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

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

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

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

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

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

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

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

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

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

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

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

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

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

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

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

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-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
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

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

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

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

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

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

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

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

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

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

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

.w-auto {
    width: auto !important
}

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

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

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

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

.h-auto {
    height: auto !important
}

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

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

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

.mr-0, .mx-0 {
    margin-right: 0 !important
}

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

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .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-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

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

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

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

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

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

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

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

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

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

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

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

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

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

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

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

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

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

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

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

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

    .table-dark {
        color: inherit
    }

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

/*# sourceMappingURL=bootstrap.min.css.map */
@font-face {
    font-family: GothamBook;
    src: url(../fonts/Gotham-Book.otf);
}

@font-face {
    font-family: GothamMedium;
    src: url(../fonts/Gotham-Medium.otf);
}

@font-face {
    font-family: GothamBold;
    src: url(../fonts/Gotham-Bold.ttf);
}

@font-face {
    font-family: AmericanPurpose;
    src: url(../fonts/American_Purpose_STRIPE_Normal.ttf);
}

.GothamBook {
    font-family: GothamBook
}

.AmericanPurpose {
    font-family: AmericanPurpose;
    letter-spacing: 2px
}

.logo-image-md {
    background: url(OnlineOrderingImages/Shared/md/logo_kfc.svg) no-repeat
}

.logo-image-xs {
    background: url(OnlineOrderingImages/Shared/xs/logo_kfc.svg) no-repeat
}

.sprite_img {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat
}

.dsprite_img {
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat
}

.start_my_order_button {
    background: url(OnlineOrderingImages/Shared/KFC_Button.gif) no-repeat
}

.order_servlogo-image {
    background-image: url(OnlineOrderingImages/Shared/logo_orderserv2.png)
}

.cupons_wrapper-image_sm {
    background: url(OnlineOrderingImages/Shared/view-coupon_md.png) no-repeat
}

.cupons_wrapper-image_md {
    background: url(OnlineOrderingImages/Shared/view-coupon_sm.png) no-repeat
}

.footer_strip-image {
    background: url(OnlineOrderingImages/Shared/xs/red-strip.png) no-repeat center
}

.footer_strip-image-md {
    background: url(OnlineOrderingImages/Shared/md/red-strip.png) no-repeat center
}

.menu_category_bg-image {
    background: #fff url(OnlineOrderingImages/Shared/category-tile_bg.jpg) no-repeat
}

.order_conf_creatAnAccount-image {
    background: url(OnlineOrderingImages/Shared/create-account_bg.jpg) no-repeat
}

.track_order-image {
    background: url(OnlineOrderingImages/Shared/track-order.png) no-repeat
}

.add_hope-image_sm {
    background: url(OnlineOrderingImages/Shared/add-hope_sm.png) no-repeat
}

.add_hope-image_md {
    background: url(OnlineOrderingImages/Shared/add-hope_md.png) no-repeat
}

.empty-cart-image {
    background: url(OnlineOrderingImages/Shared/md/empty-order.png) no-repeat center
}

.fourOfour-image {
    background: url(OnlineOrderingImages/Shared/md/404.png) no-repeat center
}

.server-error-image {
    background: url(OnlineOrderingImages/Shared/md/server-error.png) no-repeat center
}

.location-image {
    background: url(OnlineOrderingImages/Shared/md/marker.png) no-repeat
}

.confirmation-page-image {
    background: url(OnlineOrderingImages/Shared/xs/IFLG.png) no-repeat
}

.confirmation-page-image-md {
    background: url(OnlineOrderingImages/Shared/md/IFLG.png) no-repeat
}

.checkout-loader-img {
    background: url(OnlineOrderingImages/Shared/checkout_loader.gif) no-repeat
}

.timer-img-md {
    background: url(OnlineOrderingImages/Shared/md/timer-image.png) no-repeat
}

.timer-img-xs {
    background: url(OnlineOrderingImages/Shared/xs/timer-image.png) no-repeat
}

.exclusive-md {
    background: url(OnlineOrderingImages/Shared/md/exclusivemd.png) no-repeat
}

.exclusive-xs {
    background: url(OnlineOrderingImages/Shared/xs/exclusivexs.png) no-repeat
}

.homeTrackLocation_bg_sm {
    background: url(OnlineOrderingImages/Home/xs/switch_banner.jpg) no-repeat
}

.noImg_loader-md {
    background: url(OnlineOrderingImages/Shared/no-image_loader_md.gif) no-repeat
}

.noImg_loader-sm {
    background: url(OnlineOrderingImages/Shared/no-image_loader_sm.gif) no-repeat
}

.kfc-counter-sect-sm {
    background: url(OnlineOrderingImages/StaticPage/aboutus/bg-counter-sect-mob.jpg) no-repeat #e4002b
}

.kfc-counter-sect-md {
    background: url(OnlineOrderingImages/StaticPage/aboutus/bg-counter-sect.jpg) repeat-x #e4002b
}

.kfc-history-sect-md {
    background: url(OnlineOrderingImages/StaticPage/aboutus/timeline-bg.jpg) #e4002b no-repeat
}

.c1890-bg {
    background: url(OnlineOrderingImages/StaticPage/aboutus/1890.jpg) #0a0a0a left bottom no-repeat
}

.c1920-bg {
    background: url(OnlineOrderingImages/StaticPage/aboutus/1920-29.jpg) #0a0a0a left bottom no-repeat
}

.c1930-bg {
    background: url(OnlineOrderingImages/StaticPage/aboutus/1930.jpg) #0a0a0a left bottom no-repeat
}

.c1935-bg {
    background: url(OnlineOrderingImages/StaticPage/aboutus/1935.jpg) #0a0a0a left bottom no-repeat
}

.c1939-bg {
    background: url(OnlineOrderingImages/StaticPage/aboutus/1939.jpg) #0a0a0a left bottom no-repeat
}

.c1950-bg {
    background: url(OnlineOrderingImages/StaticPage/aboutus/1950.jpg) #0a0a0a left bottom no-repeat
}

.c1955-bg {
    background: url(OnlineOrderingImages/StaticPage/aboutus/1955.jpg) #0a0a0a left bottom no-repeat
}

.c1964-bg {
    background: url(OnlineOrderingImages/StaticPage/aboutus/1964.jpg) #0a0a0a left bottom no-repeat
}

.bottom-bars-bg {
    background: url(OnlineOrderingImages/StaticPage/aboutus/red-strip_2b_desk.png) no-repeat
}

.red {
    color: #e4002b
}

.dark-red {
    color: #ab182f
}

.beige {
    color: #F5E3CC
}

.dark-beige {
    color: #D9B48F
}

.black {
    color: #101820
}

.grey {
    color: #CCC
}

.light-grey {
    color: #999
}

.white {
    color: #FFF
}

.success {
    color: #46783E
}

.warning {
    color: #E1AE4F
}

:focus {
    outline: 0
}

a:hover {
    text-decoration: none;
    color: #e4002b
}

.form-control:focus {
    border: 1px solid #ced4da;
    box-shadow: 0 0
}

::-webkit-input-placeholder {
    font-size: 12px
}

::-moz-placeholder {
    font-size: 12px
}

:-ms-input-placeholder {
    font-size: 12px
}

:-moz-placeholder {
    font-size: 12px
}

.form-control {
    border: 1px solid #bdbdbd;
    font-size: .75em;
    padding-top: 7px;
    padding-right: 10px;
    padding-bottom: 7px;
    padding-left: 10px
}

.classaftericon {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute
}

.classaftericon-md {
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    content: "";
    position: absolute
}

.classafter {
    content: "";
    position: absolute
}

.rotate40 {
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg)
}

.borderMid {
    border: 1px solid #CCC
}

.right-0 {
    right: 0 !important
}

.error {
    font-size: .6875em;
    color: #e4002b;
    position: relative
}

.errormd {
    font-size: .6875em;
    color: #e4002b;
    position: relative;
    font-size: .8125em
}

.menu-main {
    min-height: 35rem
}

.codeConfirm input[type=tel] {
    -webkit-text-security: disc
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0
}

input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0
}

.paginationjs {
    line-height: 1.6;
    font-family: Marmelad, "Lucida Grande", Arial, "Hiragino Sans GB", Georgia, sans-serif;
    font-size: 14px;
    box-sizing: initial
}

.paginationjs:after {
    display: table;
    content: " ";
    clear: both
}

.paginationjs .paginationjs-pages {
    float: left
}

.paginationjs .paginationjs-pages ul {
    float: left;
    margin: 0;
    padding: 0
}

.paginationjs .paginationjs-go-button, .paginationjs .paginationjs-go-input, .paginationjs .paginationjs-nav {
    float: left;
    margin-left: 10px;
    font-size: 14px
}

.paginationjs .paginationjs-pages li {
    float: left;
    border: 1px solid #aaa;
    border-right: none;
    list-style: none
}

.paginationjs .paginationjs-pages li > a {
    min-width: 30px;
    height: 28px;
    line-height: 28px;
    display: block;
    background: #fff;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    text-align: center
}

.paginationjs .paginationjs-pages li > a:hover {
    background: #eee
}

.paginationjs .paginationjs-pages li.active {
    border: none
}

.paginationjs .paginationjs-pages li.active > a {
    height: 30px;
    line-height: 30px;
    background: #aaa;
    color: #fff
}

.paginationjs .paginationjs-pages li.disabled > a {
    opacity: .3
}

.paginationjs .paginationjs-pages li.disabled > a:hover {
    background: 0 0
}

.paginationjs .paginationjs-pages li:first-child, .paginationjs .paginationjs-pages li:first-child > a {
    border-radius: 3px 0 0 3px
}

.paginationjs .paginationjs-pages li:last-child {
    border-right: 1px solid #aaa;
    border-radius: 0 3px 3px 0
}

.paginationjs .paginationjs-pages li:last-child > a {
    border-radius: 0 3px 3px 0
}

.paginationjs .paginationjs-go-input > input[type=text] {
    width: 30px;
    height: 28px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 0;
    font-size: 14px;
    text-align: center;
    vertical-align: baseline;
    outline: 0;
    box-shadow: none;
    box-sizing: initial
}

.paginationjs .paginationjs-go-button > input[type=button] {
    min-width: 40px;
    height: 30px;
    line-height: 28px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #aaa;
    text-align: center;
    padding: 0 8px;
    font-size: 14px;
    vertical-align: baseline;
    outline: 0;
    box-shadow: none;
    color: #333;
    cursor: pointer;
    vertical-align: middle \9
}

.paginationjs.paginationjs-theme-blue .paginationjs-go-input > input[type=text], .paginationjs.paginationjs-theme-blue .paginationjs-pages li {
    border-color: #289de9
}

.paginationjs .paginationjs-go-button > input[type=button]:hover {
    background-color: #f8f8f8
}

.paginationjs .paginationjs-nav {
    height: 30px;
    line-height: 30px
}

.paginationjs .paginationjs-go-button, .paginationjs .paginationjs-go-input {
    margin-left: 5px \9
}

.paginationjs.paginationjs-small {
    font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-pages li > a {
    min-width: 26px;
    height: 24px;
    line-height: 24px;
    font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-pages li.active > a {
    height: 26px;
    line-height: 26px
}

.paginationjs.paginationjs-small .paginationjs-go-input {
    font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-go-input > input[type=text] {
    width: 26px;
    height: 24px;
    font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-go-button {
    font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-go-button > input[type=button] {
    min-width: 30px;
    height: 26px;
    line-height: 24px;
    padding: 0 6px;
    font-size: 12px
}

.paginationjs.paginationjs-small .paginationjs-nav {
    height: 26px;
    line-height: 26px;
    font-size: 12px
}

.paginationjs.paginationjs-big {
    font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-pages li > a {
    min-width: 36px;
    height: 34px;
    line-height: 34px;
    font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-pages li.active > a {
    height: 36px;
    line-height: 36px
}

.paginationjs.paginationjs-big .paginationjs-go-input {
    font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-go-input > input[type=text] {
    width: 36px;
    height: 34px;
    font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-go-button {
    font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-go-button > input[type=button] {
    min-width: 50px;
    height: 36px;
    line-height: 34px;
    padding: 0 12px;
    font-size: 16px
}

.paginationjs.paginationjs-big .paginationjs-nav {
    height: 36px;
    line-height: 36px;
    font-size: 16px
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li > a {
    color: #289de9
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li > a:hover {
    background: #e9f4fc
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li.active > a {
    background: #289de9;
    color: #fff
}

.paginationjs.paginationjs-theme-blue .paginationjs-pages li.disabled > a:hover {
    background: 0 0
}

.paginationjs.paginationjs-theme-blue .paginationjs-go-button > input[type=button] {
    background: #289de9;
    border-color: #289de9;
    color: #fff
}

.paginationjs.paginationjs-theme-green .paginationjs-go-input > input[type=text], .paginationjs.paginationjs-theme-green .paginationjs-pages li {
    border-color: #449d44
}

.paginationjs.paginationjs-theme-blue .paginationjs-go-button > input[type=button]:hover {
    background-color: #3ca5ea
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li > a {
    color: #449d44
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li > a:hover {
    background: #ebf4eb
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li.active > a {
    background: #449d44;
    color: #fff
}

.paginationjs.paginationjs-theme-green .paginationjs-pages li.disabled > a:hover {
    background: 0 0
}

.paginationjs.paginationjs-theme-green .paginationjs-go-button > input[type=button] {
    background: #449d44;
    border-color: #449d44;
    color: #fff
}

.paginationjs.paginationjs-theme-yellow .paginationjs-go-input > input[type=text], .paginationjs.paginationjs-theme-yellow .paginationjs-pages li {
    border-color: #ec971f
}

.paginationjs.paginationjs-theme-green .paginationjs-go-button > input[type=button]:hover {
    background-color: #55a555
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li > a {
    color: #ec971f
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li > a:hover {
    background: #fdf5e9
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.active > a {
    background: #ec971f;
    color: #fff
}

.paginationjs.paginationjs-theme-yellow .paginationjs-pages li.disabled > a:hover {
    background: 0 0
}

.paginationjs.paginationjs-theme-yellow .paginationjs-go-button > input[type=button] {
    background: #ec971f;
    border-color: #ec971f;
    color: #fff
}

.paginationjs.paginationjs-theme-red .paginationjs-go-input > input[type=text], .paginationjs.paginationjs-theme-red .paginationjs-pages li {
    border-color: #c9302c
}

.paginationjs.paginationjs-theme-yellow .paginationjs-go-button > input[type=button]:hover {
    background-color: #eea135
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li > a {
    color: #c9302c
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li > a:hover {
    background: #faeaea
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li.active > a {
    background: #c9302c;
    color: #fff
}

.paginationjs.paginationjs-theme-red .paginationjs-pages li.disabled > a:hover {
    background: 0 0
}

.paginationjs.paginationjs-theme-red .paginationjs-go-button > input[type=button] {
    background: #c9302c;
    border-color: #c9302c;
    color: #fff
}

.paginationjs.paginationjs-theme-red .paginationjs-go-button > input[type=button]:hover {
    background-color: #ce4541
}

.paginationjs .paginationjs-pages li.paginationjs-next {
    border-right: 1px solid #aaa \9
}

.paginationjs .paginationjs-go-input > input[type=text] {
    line-height: 28px \9;
    vertical-align: middle \9
}

.paginationjs.paginationjs-big .paginationjs-pages li > a {
    line-height: 36px \9
}

.paginationjs.paginationjs-big .paginationjs-go-input > input[type=text] {
    height: 36px \9;
    line-height: 36px \9
}

body {
    color: #101820;
    font-family: GothamBook;
    font-size: 1em
}

.btn {
    color: #FFF;
    cursor: pointer;
    background: #e4002b;
    text-transform: uppercase;
    padding: .85em;
    background-size: 100% 100%;

}

.btn.white {
    border: 2px solid #e4002b;
    color: #e4002b;
    font-weight: 700;
    background: #FFF
}

.btn.btn_fb {
    background: #4267b2;
    color: #FFF
}

.btn.btn_g {
    background: #e94b35;
    color: #FFF
}

.btn.focus, .btn:focus {
    box-shadow: none
}

a.btn:hover {
    color: #FFF
}

a.btn.white:hover {
    color: #e4002b
}

.is_item_added .form-control {
    height: 25px
}

.modal-open {
    position: fixed;
    width: 100%;
    top: 0
}

.modal-open .modal.bootstrap-dialog {
    background: rgba(0, 0, 0, .58);
    overflow-y: hidden
}

.modal-open .modal.bootstrap-dialog .modal-dialog {
    width: auto;
    height: 100%;
    align-items: center;
    display: flex
}

.modal-open .modal.bootstrap-dialog .modal-dialog .modal-content {
    width: 100%;
    height: auto
}

.olo_product_tiles li {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    min-height: 100px
}

.olo_product_tiles li:nth-child(2n) {
    padding-left: 5px
}

.olo_product_tiles li:nth-child(2n+1) {
    padding-right: 5px
}

.home_tiles li:nth-child(2n) {
    padding-left: 5px
}

.home_tiles li:nth-child(2n+1) {
    padding-right: 5px
}

.inkholder {
    height: 0 !important;
    width: 0 !important
}

.bar-loader {
    width: 100%;
    height: 4px;
    overflow: hidden;
    background-color: #ddd;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 13
}

.bar-loader:before {
    display: block;
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    bottom: auto;
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #e4002b;
    animation: bar-loading 2s linear infinite
}

@keyframes bar-loading {
    from {
        left: -200px;
        width: 30%
    }
    50% {
        width: 30%
    }
    70% {
        width: 70%
    }
    80% {
        left: 50%
    }
    95% {
        left: 120%
    }
    to {
        left: 100%
    }
}

.userSiteDirection {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 2
}

.userSiteDirection.secondTimeUser {
    display: none
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-iteration-count: 4;
    animation-iteration-count: 4;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }
    10%, 20% {
        transform: scale(.9) rotate(-3deg);
        -moz-transform: scale(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        -o-transform: scale(.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        transform: scale(1.1) rotate(3deg);
        -moz-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        -o-transform: scale(1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        transform: scale(1.1) rotate(-3deg);
        -moz-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        -o-transform: scale(1.1) rotate(-3deg)
    }
    100% {
        transform: scale(1) rotate(0);
        -moz-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        -o-transform: scale(1) rotate(0)
    }
}

.modal-dialog .modal-content .modal-header {
    border-bottom: 0
}

.modal-dialog .modal-content .modal-header .bootstrap-dialog-header {
    position: relative;
    width: 100%
}

.modal-dialog .modal-content .modal-header .bootstrap-dialog-header .bootstrap-dialog-close-button .close {
    width: 30px;
    height: 30px;
    background-position: -287px -329px !important;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    position: absolute;
    opacity: 1;
    font-size: 0
}

@media (max-width: 467px) {
    .modal-dialog .modal-content .modal-header .bootstrap-dialog-header .bootstrap-dialog-close-button .close {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat
    }
}

@media (min-width: 468px) {
    .modal-dialog .modal-content .modal-header .bootstrap-dialog-header .bootstrap-dialog-close-button .close {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat
    }
}

.modal-dialog .modal-content .modal-footer {
    border-top: 0
}

.modal-dialog .modal-content .modal-footer .bootstrap-dialog-footer {
    width: 100%
}

.modal-dialog .modal-content .modal-footer .bootstrap-dialog-footer .bootstrap-dialog-footer-buttons {
    display: flex;
    justify-content: flex-end;
    width: 100%
}

.modal.bootstrap-dialog {
    pointer-events: none
}

.top-header-bar .logo-link {
    width: 44px;
    height: 42px
}

.top-header-bar .logo-link .logo-branding {
    background: url(OnlineOrderingImages/Shared/md/logo_kfc.svg) no-repeat;
    width: auto;
    height: 42px;
    background-size: contain
}

.top-header-bar .kfc-locator {
    width: 65px;
    height: 32px
}

.top-header-bar .one-click-button {
    background-position-x: -80px !important;
    background-position-y: -6px !important;
    width: 65px;
    height: 32px
}

@media (max-width: 467px) {
    .top-header-bar .one-click-button {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat
    }
}

@media (min-width: 468px) {
    .top-header-bar .one-click-button {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat
    }
}

.bottom-header-bar {
    background: #101820
}

.bottom-header-bar .navbar li a {
    color: #bebebe;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: .6875em;
    line-height: 40px
}

.bottom-header-bar .navbar li.active a {
    color: #FFF
}

.bottom-header-bar .shopping-cart {
    font-size: .75em
}

.bottom-header-bar .shopping-cart:hover {
    text-decoration: none
}

.bottom-header-bar .shopping-cart .price {
    color: #FFF
}

.bottom-header-bar .start_my_order {
    z-index: 3;
    position: relative
}
.right-saperator {
    border-right: 1px solid #989393;
}
.sticky {
    top: 0;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 9
}

.delivery-info {
    color: #101820
}

.delivery-info .deliveryTo {
    font-size: .6875em;
    line-height: 11px
}

.delivery-info .details {
    font-size: .6875em;
    line-height: 11px
}

.delivery-info .details .restautantAddLink {
    color: #101820;
    max-width: 260px;
    min-width: 55px
}

.delivery-info .change-restaurant {
    font-size: .6875em;
    line-height: 11px;
    color: #101820
}

.search_background {
    background: #101820;
    opacity: .75;
    z-index: 12
}

.search_outerWrapper {
    z-index: 13;
    background: #FFF;
    -webkit-box-shadow: 1px 1.73px 14px 0 #999;
    -moz-box-shadow: 1px 1.73px 14px 0 #999;
    box-shadow: 1px 1.73px 14px 0 #999;
    margin-top: 130px;
}

.search_outerWrapper .searcharrows {
    width: 15px;
    height: 15px
}

@media (max-width: 467px) {
    .search_outerWrapper .searcharrows {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat
    }
}

@media (min-width: 468px) {
    .search_outerWrapper .searcharrows {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat
    }
}

.search_outerWrapper .searcharrows.search-prev {
    background-position-x: -46px !important;
    background-position-y: -419px !important
}

.search_outerWrapper .searcharrows.search-next {
    background-position-x: -78px !important;
    background-position-y: -419px !important
}

.search_outerWrapper.viewsearchResult {
    height: 100%;
    overflow: scroll;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 100px;
    padding-left: 15px
}

.address_button_forMobile {
    position: relative;
    z-index: 3
}

.speech-bubble {
    position: absolute;
    background: #FFF;
    border-radius: .25em;
    width: 260px;
    height: 60px;
    top: -78px
}

.speech-bubble.secondTimeUser {
    display: none
}

.speech-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 26px solid transparent;
    border-top-color: #FFF;
    border-left: 0;
    border-bottom: 0;
    margin-left: -13px;
    margin-bottom: -26px
}

.mobileMenu_overLay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #101820;
    opacity: .5;
    z-index: 10
}

.onlyMobile_menu {
    background: #FFF;
    top: 0;
    right: -100%;
    bottom: auto;
    left: auto;
    z-index: 10;
    transition: all 1s
}

.onlyMobile_menu .hamburger_menu {
    overflow-x: scroll;
    font-size: .75em;
    padding-bottom: 8rem
}

.onlyMobile_menu .hamburger_menu li {
    padding-top: 12px;
    padding-right: 0;
    padding-bottom: 12px;
    padding-left: 0
}

.onlyMobile_menu .hamburger_menu li a {
    color: #101820
}

.onlyMobile_menu .hamburger_menu li.active a {
    color: #bebebe
}

.onlyMobile_menu .hamburger_menu li.active ul li a {
    color: #101820
}

.onlyMobile_menu .hamburger_menu .submenuAccordian {
    position: relative
}

.onlyMobile_menu .hamburger_menu .submenuAccordian .main_menu::before {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 7px;
    right: 0;
    bottom: auto;
    left: auto;
    background-position-x: -7px;
    background-position-y: -312px;
    z-index: -1
}

.onlyMobile_menu .hamburger_menu .submenuAccordian .main_menu.collapsed::before {
    background-position-x: -6px;
    background-position-y: -362px
}

.onlyMobile_menu .headding_for_welcome_guest {
    position: relative;
    font-size: .8125em
}

.onlyMobile_menu .headding_for_welcome_guest .username {
    font-size: 2em;
    line-height: 30px
}

.onlyMobile_menu .headding_for_welcome_guest .profile_img_guest {
    content: "";
    position: absolute;
    background-position-x: -237px;
    background-position-y: -191px;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto
}

.onlyMobile_menu .headding_for_welcome_guest .profile_img_user {
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto
}

.onlyMobile_menu a .headding_for_welcome_guest {
    color: #101820
}

.hamMenuOpen {
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0
}

.hamMenuOpen .sticky {
    position: relative
}
/*

.hamMenuOpen .address_button_forMobile {
    margin-top: 0 !important
}
*/

.searchFieldOpen {
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0
}

.searchFieldOpen .sticky {
    position: relative
}

.searchFieldOpen .address_button_forMobile {
    margin-top: 0 !important
}

.slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: flex-end;
    bottom: 18px;
    max-width: 1140px;
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    width: 5px;
    height: 5px;
    background: #e4002b;
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    display: none
}

.slick-dots .slick-active {
    background: #FFF
}

.single-item {
    min-height: 90px
}

footer {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-box-shadow: 0 -4px 10px 0 rgba(175, 175, 175, .75);
    -moz-box-shadow: 0 -4px 10px 0 rgba(175, 175, 175, .75);
    box-shadow: 0 -4px 10px 0 rgba(175, 175, 175, .75)
}

footer .social_icon_devider {
    border: .5px solid #bdbdbd
}

footer .fb_icon {
    width: 27px;
    height: 28px;
    background-position-x: -108px !important;
    background-position-y: -68px !important
}

@media (max-width: 467px) {
    footer .fb_icon {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat
    }
}

@media (min-width: 468px) {
    footer .fb_icon {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat
    }
}

footer .insta_icon {
    width: 27px;
    height: 28px;
    background-position-x: -181px !important;
    background-position-y: -68px !important
}

@media (max-width: 467px) {
    footer .insta_icon {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat
    }
}

@media (min-width: 468px) {
    footer .insta_icon {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat
    }
}

footer .youtube_icon {
    width: 40px;
    height: 28px;
    background-position-x: -254px !important;
    background-position-y: -68px !important
}

@media (max-width: 467px) {
    footer .youtube_icon {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat
    }
}

@media (min-width: 468px) {
    footer .youtube_icon {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat
    }
}

footer .twitter_icon {
    width: 40px;
    height: 28px;
    background-position-x: -258px !important;
    background-position-y: -67px !important
}

@media (max-width: 467px) {
    footer .twitter_icon {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat
    }
}

@media (min-width: 468px) {
    footer .twitter_icon {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat
    }
}

footer .copyrightInfo {
    font-size: .6875em;
    color: #666
}

footer .order_servlogo {
    background-image: url(OnlineOrderingImages/Shared/logo_orderserv2.png);
    width: 132px;
    height: 35px
}

footer .powred_by {
    font-size: .6875em;
    color: #666
}

.footer_strip {
    width: auto;
    height: 30px
}

@media (max-width: 467px) {
    .footer_strip {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        background-position-x: 52% !important;
        background-position-y: -1006px !important
    }
}

@media (min-width: 468px) {
    .footer_strip {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        background-position-x: 52% !important;
        background-position-y: -1218px !important
    }
}

.headerText {
    font-family: AmericanPurpose;
    letter-spacing: 2px;
    font-size: 2em
}

.offerBg {
    background-position: -204px -97px;
    width: 50px;
    height: 50px
}

@media (max-width: 467px) {
    .offerBg {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat
    }
}

@media (min-width: 468px) {
    .offerBg {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat
    }
}

.last_order_stickey {
    position: fixed;
    bottom: 10px;
    z-index: 2
}

.track_order_portion .track_order_outerWrapper {
    background: #FFF;
    box-shadow: 0 0 10px grey;
    transition: all .95s;
    height: 63px;
    overflow: hidden;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    color: #FFF
}

.track_order_portion .track_order_outerWrapper .track_order_text {
    margin-left: 45px;
    margin-top: 3px;
    font-size: .68em;
    line-height: 1rem;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: flex-start
}

.track_order_portion .track_order_outerWrapper .track_order_text .track_order_close {
    background-position: -76px -420px;
    width: 20px;
    height: 14px;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    margin-top: -6px
}

@media (max-width: 467px) {
    .track_order_portion .track_order_outerWrapper .track_order_text .track_order_close {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat
    }
}

@media (min-width: 468px) {
    .track_order_portion .track_order_outerWrapper .track_order_text .track_order_close {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat
    }
}

.track_order_portion .track_order_outerWrapper.track_order_default {
    width: 50px
}

.track_order_portion .track_order {
    width: 110px;
    height: 79px;
    top: 0;
    right: 15px;
    bottom: auto;
    left: auto
}

@media (max-width: 467px) {
    .track_order_portion .track_order {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        background-position-x: -1px;
        background-position-y: -623px;
        background-size: auto 1222px
    }
}

@media (min-width: 468px) {
    .track_order_portion .track_order {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        background-position-x: 7px;
        background-position-y: -660px;
        background-size: auto 1271px
    }
}

.track_order_portion.track_order_open .track_order_outerWrapper {
    background: #e4002b;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px
}

@media (max-width: 467px) {
    .track_order_portion.track_order_open .track_order {
        background-position-x: -131px;
        background-position-y: -623px;
        background-size: auto 1222px
    }
}

@media (min-width: 468px) {
    .track_order_portion.track_order_open .track_order {
        background-position-x: -114px;
        background-position-y: -659px
    }
}

.track_order_portion .track_order_outerWrapper .track_order_text:hover {
    text-shadow: 2px 2px #000;
    cursor: pointer
}

@media (min-width: 768px) {
    .track_order_text {
        margin-left: 16px !important
    }

    .logo-height {
        height: 50px
    }

    .icon-height {
        height: 22px
    }
}

@media (max-width: 768px) {
    .logo-height {
        height: 38px
    }

    .icon-height {
        height: 16px
    }
}

.offer_outerWrapper {
    min-height: 115px
}

.offer_outerWrapper .offer_innerWrapper {
    -webkit-box-shadow: 1px 1.73px 14px 0 #999;
    -moz-box-shadow: 1px 1.73px 14px 0 #999;
    box-shadow: 1px 1.73px 14px 0 #999;
    background: #FFF;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.offer_outerWrapper .offer_innerWrapper .image_hover_text .best_seller {
    background-position-x: -10px !important;
    background-position-y: -203px !important;
    top: -1px;
    right: auto;
    bottom: auto;
    left: 11px;
    width: 83px;
    height: 24px;
    color: #FFF;
    line-height: 1rem;
    font-size: .5625em;
    z-index: 1
}

@media (max-width: 467px) {
    .offer_outerWrapper .offer_innerWrapper .image_hover_text .best_seller {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat
    }
}

@media (min-width: 468px) {
    .offer_outerWrapper .offer_innerWrapper .image_hover_text .best_seller {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat
    }
}

.offer_outerWrapper .offer_innerWrapper .image_hover_text .new_item {
    background-position-x: -10px !important;
    background-position-y: -203px !important;
    top: -1px;
    right: auto;
    bottom: auto;
    left: 11px;
    width: 83px;
    height: 24px;
    color: #FFF;
    line-height: 1rem;
    font-size: .5625em;
    z-index: 1;
    background-position-x: -123px;
    background-position-y: -203px
}

@media (max-width: 467px) {
    .offer_outerWrapper .offer_innerWrapper .image_hover_text .new_item {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat
    }
}

@media (min-width: 468px) {
    .offer_outerWrapper .offer_innerWrapper .image_hover_text .new_item {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat
    }
}

.offer_outerWrapper .offer_innerWrapper .image_hover_text .exclusive_item {
    background: url(OnlineOrderingImages/Shared/xs/exclusivexs.png) no-repeat;
    top: -5px;
    right: auto;
    bottom: auto;
    left: 10px;
    width: 60px;
    height: 66px;
    z-index: 1
}

.offer_outerWrapper .offer_innerWrapper .image_hover_text .img_Visible {
    visibility: visible
}

.offer_outerWrapper .offer_innerWrapper .image_hover_text .imgHover_txt {
    font-size: .6875em;
    line-height: 13px;
    top: 0;
    right: auto;
    bottom: auto;
    left: auto
}

.offer_outerWrapper .offer_innerWrapper .image_hover_text .imgHover_txt .imgHover_text_wrapper {
    background: rgba(255, 255, 255, .85)
}

.offer_outerWrapper .offer_innerWrapper .image_hover_text .imgHover_txt .imgHover_txtHidden {
    display: none
}

.offer_outerWrapper .offer_innerWrapper .image_hover_text .imgHover_txt .imgHover_txtVisible {
    display: flex
}

.offer_outerWrapper .offer_innerWrapper .image_hover_text img {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.offer_outerWrapper .offer_innerWrapper .image_hover_text_dropdown {
    width: 19px;
    height: 19px;
    background: #FFF;
    top: auto;
    right: 15px;
    bottom: auto;
    left: auto;
    z-index: 2;
    border-top-left-radius: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.offer_outerWrapper .offer_innerWrapper .image_hover_text_dropdown::after {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    background-position-x: -8px;
    background-position-y: -361px
}

.offer_outerWrapper .offer_innerWrapper .offer_details .offre_price_button {
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px
}

.offer_outerWrapper .offer_innerWrapper .offer_details .offre_price_button .offer_product_name {
    font-size: .75em;
    min-height: 36px
}

.offer_outerWrapper .offer_innerWrapper .offer_details .offre_price_button .offer_product_price .new_price {
    font-size: .75em;
    line-height: 12px
}

.offer_outerWrapper .offer_innerWrapper .offer_details .offre_price_button .offer_product_price .old_price {
    font-size: .6875em;
    text-decoration: line-through;
    color: #999
}

.offer_outerWrapper .offer_innerWrapper .offer_details .offre_price_button .btn {
    font-size: .5625em;
    padding-top: .56em;
    padding-right: 2.13em;
    padding-bottom: .56em;
    padding-left: 2.13em
}

.offer_outerWrapper .offer_innerWrapper .ribbonWrap {
    display: none
}

.offer_outerWrapper .offer_innerWrapper .item-not-avaiable {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    pointer-events: none
}

.offer_outerWrapper .offer_innerWrapper .item-not-avaiable .ribbonWrap {
    display: block
}

.modal-backdrop.fade {
    opacity: .5;
    z-index: 10 !important
}

.modal-backdrop.show {
    opacity: .5;
    z-index: 10 !important
}

.location-center-popup-locator.modal.fade {
    opacity: 1;
    z-index: 10 !important
}

.location-center-popup-locator.modal.fade .modal-dialog {
    transform: translate(0, 0);
    margin: 0;
    max-width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed
}

.location-center-popup-locator.modal.fade .modal-dialog .modal-content {
    height: 100%
}

.location-center-popup-locator.modal.fade .modal-dialog .modal {
    background: rgba(0, 0, 0, .58)
}

.location-center-popup-locator.modal.fade .modal-dialog .modal .modal-dialog {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    position: relative;
    max-width: 500px;
    margin: 30px auto;
    height: 100%;
    align-items: center;
    display: flex
}

.location-center-popup-locator.modal.fade .modal-dialog .modal .modal-dialog .modal-content {
    width: 100%;
    height: auto
}

.location-center-popup-locator.locationTrack .container {
    height: 100%;
    overflow: scroll
}

.location-center-popup-locator.productcustom_popup.modal {
    overflow-x: visible;
    overflow-y: visible;
    position: absolute;
    overflow: visible
}

.location-center-popup-locator.productcustom_popup.modal.fade .modal-dialog {
    position: absolute;
    background-color: #fff
}

.location-center-popup-locator.productcustom_popup.modal.fade .modal-content {
    height: auto;
    border: 0
}

.location-center-popup-locator.productcustom_popup.modal.fade .modal-content .menu_customize_outerWrapper {
    height: auto;
    overflow: visible
}

.already_user_outerWrapper .already_user {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 30px;
    font-size: .625em
}

.already_user_outerWrapper .already_user .account_icon {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-position: -94px -263px;
    top: auto;
    right: auto;
    bottom: auto;
    left: 0
}

.already_user_outerWrapper .already_user .already_have_account_text {
    line-height: 24px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
}

.already_user_outerWrapper .already_user .already_have_account_text a {
    color: #101820
}

.already_user_outerWrapper .modal_Close {
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto
}

@media (max-width: 467px) {
    .already_user_outerWrapper .modal_Close {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        background-position-x: -137px !important;
        background-position-y: -265px !important
    }
}

@media (min-width: 468px) {
    .already_user_outerWrapper .modal_Close {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        background-position-x: -256px !important;
        background-position-y: -329px !important
    }
}

.lets_start_order {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.lets_start_order .lets_start_order_heading {
    font-size: 1.1875em
}

.lets_start_order .your_location {
    font-size: .625em
}

.lets_start_order .picAndDel_outerWrap ul.nav-tabs {
    border-bottom: 1px solid #bdbdbd
}

.lets_start_order .picAndDel_outerWrap ul.nav-tabs li a {
    border-top: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
    text-decoration: none;
    color: #101820;
    float: left;
    width: 100%;
    background: #eee;
    font-size: .6875em;
    padding-top: 6px;
    padding-right: 13px;
    padding-bottom: 6px;
    padding-left: 13px
}

.lets_start_order .picAndDel_outerWrap ul.nav-tabs li a.active {
    background: #FFF;
    position: relative;
    bottom: -2px;
    border-top: 0
}

.lets_start_order .picAndDel_outerWrap ul.nav-tabs li a.active::before {
    content: "";
    position: absolute;
    width: calc(100% + 2px);
    height: 7px;
    top: -7px;
    right: auto;
    bottom: auto;
    left: -1px;
    border-top: 3px solid #e4002b;
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd
}

.lets_start_order .picAndDel_outerWrap .picandDeltab {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px
}

.lets_start_order .picAndDel_outerWrap .picandDeltab .location_tracker_outer_wrapper .location_tracker_inner_wrapper .location_tracker {
    border-top-left-radius: .25em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: .25em;
    padding-top: 7px;
    padding-right: 30px;
    padding-bottom: 7px;
    padding-left: 40px;
    border: 1px solid #CCC;
    box-sizing: border-box;
    background-color: #FFF;
    font-size: .75em;
    border-right: 0 solid
}

.lets_start_order .picAndDel_outerWrap .picandDeltab .location_tracker_outer_wrapper .location_tracker_inner_wrapper:before {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-position: -7px -265px;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 12px;
    margin-top: -10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
}

.lets_start_order .picAndDel_outerWrap .picandDeltab .location_tracker_outer_wrapper .location_tracker_inner_wrapper .address_cross::after {
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    background-position: -107px -410px
}

.lets_start_order .picAndDel_outerWrap .picandDeltab .autosuggest-current-location {
    background: #FFF;
    cursor: pointer;
    border: 1px solid #CCC;
    border-left: 0;
    border-top-left-radius: 0;
    border-top-right-radius: .25em;
    border-bottom-right-radius: .25em;
    border-bottom-left-radius: 0
}

.lets_start_order .picAndDel_outerWrap .picandDeltab .autosuggest-current-location::before {
    content: "";
    position: absolute;
    border: .5px solid #CCC;
    left: 0;
    height: 20px;
    top: 50%;
    margin-top: -10px
}

.lets_start_order .picAndDel_outerWrap .picandDeltab .autosuggest-current-location .auto_detect {
    font-size: 0
}

.lets_start_order .picAndDel_outerWrap .picandDeltab .autosuggest-current-location .auto_detect:before {
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    left: -23px;
    background-position-x: -112px;
    background-position-y: -382px
}

.lets_start_order .picAndDel_outerWrap .picandDeltab .start_myOrder_outerDiv {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FFF;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-shadow: 0 0 10px 0 #CCC;
    -moz-box-shadow: 0 0 10px 0 #CCC;
    box-shadow: 0 0 10px 0 #CCC;
    z-index: 3
}

.show_map_outerDiv {
    font-size: .625em
}

.show_map_outerDiv .hide_map_innerDiv {
    cursor: pointer;
    background: #FFF;
    height: 25px;
    z-index: 1;
    -webkit-box-shadow: 2px 9px 22px -5px rgba(0, 0, 0, .75);
    -moz-box-shadow: 2px 9px 22px -5px rgba(0, 0, 0, .75);
    box-shadow: 2px 9px 22px -5px rgba(0, 0, 0, .75);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.show_map_outerDiv .hide_map_innerDiv:after {
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    background-position: -13px -415px
}

.show_map_outerDiv .hide_map_innerDiv.show_map_innerDiv:after {
    background-position: -13px -378px
}

.infobox-wrapper {
    overflow: hidden !important
}

.infobox-wrapper .popup_header {
    font-size: .875em;
    text-overflow: ellipsis;
    width: 150px;
    white-space: nowrap
}

.infobox-wrapper .delivery_text {
    font-size: 10px
}

.infobox-wrapper .delivery_supported {
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    content: "";
    position: absolute;
    position: relative;
    width: 49px;
    height: 21px;
    background-position-x: -118px;
    background-position-y: -470px
}

.infobox-wrapper .carryout_supported {
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    content: "";
    position: absolute;
    position: relative;
    width: 32px;
    height: 21px;
    background-position-x: -174px;
    background-position-y: -470px
}

.infobox-wrapper .dinein_supported {
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    content: "";
    position: absolute;
    position: relative;
    width: 32px;
    height: 21px;
    background-position-x: -231px;
    background-position-y: -462px
}

.map_canvas {
    height: 300px;
    margin-top: -25px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.openSavedAddressModal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FFF;
    z-index: 13
}

.openSavedAddressModal .deliveryaddress-details-form {
    max-height: 100%;
    overflow: auto
}

.openSavedAddressModal .deliveryaddress-details-form .deliveryaddress-details-outerWrapper .deliveryaddress-details-innerWrapper {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    cursor: pointer;
    -webkit-box-shadow: 1px 1.73px 14px 0 #999;
    -moz-box-shadow: 1px 1.73px 14px 0 #999;
    box-shadow: 1px 1.73px 14px 0 #999;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    font-size: .875em
}

.start_myOrder_dropdown_outerWrapper {
    z-index: 1
}

.start_myOrder_dropdown_outerWrapper .start_myOrder_dropdown {
    height: 110px;
    overflow: auto;
    display: block
}

.start_myOrder_dropdown_outerWrapper .start_myOrder_dropdown li {
    padding: .25rem 1.25rem;
    border-radius: 0;
    font-size: .75em;
    color: #666;
    cursor: pointer;
    word-break: break-all
}

.start_myOrder_dropdown_outerWrapper .start_myOrder_dropdown li.list-group-item {
    border-top: 1px dashed #bdbdbd
}

.start_myOrder_dropdown_outerWrapper .start_myOrder_dropdown li.list-group-item:hover {
    background: #eee
}

.start_myOrder_dropdown_outerWrapper .start_myOrder_dropdown li:first-child.list-group-item {
    border-top: 1px solid #bdbdbd
}

.start_myOrder_dropdown_outerWrapper .start_myOrder_dropdown li:hover {
    color: #101820
}

.start_myOrder_dropdown_outerWrapper .start_myOrder_dropdown li.selected {
    background: #eee
}

.switch_bgheight {
    min-height: 282px
}

.price_withAndwithout_tax {
    color: #bdbdbd;
    font-size: .625em;
    line-height: 0
}

.menu_outerWrapper {
    min-height: 110px;
    -webkit-box-shadow: 0 0 10px 0 #CCC;
    -moz-box-shadow: 0 0 10px 0 #CCC;
    box-shadow: 0 0 10px 0 #CCC;
    background: #fff;
    cursor: pointer
}

/*.menu_category_bg {*/
/*    background: #fff url(OnlineOrderingImages/Shared/category-tile_bg.jpg) no-repeat;*/
/*    border-top-left-radius: .25em;*/
/*    border-top-right-radius: .25em;*/
/*    border-bottom-right-radius: .25em;*/
/*    border-bottom-left-radius: .25em;*/
/*    position: relative;*/
/*    background-size: 100% 100%*/
/*}*/

.menu_category_bg p {
    font-family: AmericanPurpose;
    letter-spacing: 2px;
    font-size: 1em;
    color: #FFF;
    z-index: 1;
    top: 10px;
    white-space: nowrap
}

.menu_cat_image {
    top: auto;
    right: 0;
    bottom: -8px;
    left: auto;
    float: right
}

.menu_cat_image img {
    width: 100%
}

.menu_category_wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-box-shadow: 1px 1.73px 14px 0 #999;
    -moz-box-shadow: 1px 1.73px 14px 0 #999;
    box-shadow: 1px 1.73px 14px 0 #999;
    background: #FFF;
    z-index: 3
}

.menu_category_wrapper .menuwrapp {
    font-size: .75em;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    cursor: pointer;
    align-self: flex-end
}

.menu_category_wrapper .menuwrapp.active .menu_category_innerWrapper {
    -webkit-box-shadow: 1px 1.73px 14px 0 #999;
    -moz-box-shadow: 1px 1.73px 14px 0 #999;
    box-shadow: 1px 1.73px 14px 0 #999;
    background: #FFF
}

.menu_category_wrapper .menuwrapp.active .menu_category_innerWrapper::before {
    content: "";
    position: absolute;
    background: #FFF;
    width: 100%;
    height: 10px;
    top: -9px;
    right: auto;
    bottom: auto;
    left: auto
}

.menuCat_outerWrapper .item-not-avaiable {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    pointer-events: none
}

.menuCat_outerWrapper .item-not-avaiable .ribbonWrap {
    display: block
}

.menuCat_outerWrapper .item-not-avaiable .ribbon {
    width: 180px;
    height: 32px;
    background: #e4002b;
    font-size: .625em;
    top: 23px;
    right: auto;
    bottom: auto;
    left: -51px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    color: #FFF;
    z-index: 99;
    text-align: center;
    font-family: GothamBold
}

.menuCat_outerWrapper .item-not-avaiable .menuCat_innerWrapper .exclusive_item {
    display: none
}

.menuCat_outerWrapper .ribbonWrap {
    display: none
}

.menuCat_outerWrapper .menuCat_innerWrapper {
    min-height: 115px;
    -webkit-box-shadow: 1px 1.73px 14px 0 #999;
    -moz-box-shadow: 1px 1.73px 14px 0 #999;
    box-shadow: 1px 1.73px 14px 0 #999;
    background: #FFF;
    cursor: pointer;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.menuCat_outerWrapper .menuCat_innerWrapper .best_seller {
    background-position-x: -10px !important;
    background-position-y: -203px !important;
    top: -1px;
    right: auto;
    bottom: auto;
    left: 11px;
    width: 83px;
    height: 24px;
    color: #FFF;
    line-height: 1rem;
    font-size: .5625em;
    z-index: 1
}

@media (max-width: 467px) {
    .menuCat_outerWrapper .menuCat_innerWrapper .best_seller {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat
    }
}

@media (min-width: 468px) {
    .menuCat_outerWrapper .menuCat_innerWrapper .best_seller {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat
    }
}

.menuCat_outerWrapper .menuCat_innerWrapper .new_item {
    background-position-x: -10px !important;
    background-position-y: -203px !important;
    top: -1px;
    right: auto;
    bottom: auto;
    left: 11px;
    width: 83px;
    height: 24px;
    color: #FFF;
    line-height: 1rem;
    font-size: .5625em;
    z-index: 1;
    background-position-x: -123px;
    background-position-y: -203px
}

@media (max-width: 467px) {
    .menuCat_outerWrapper .menuCat_innerWrapper .new_item {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat
    }
}

@media (min-width: 468px) {
    .menuCat_outerWrapper .menuCat_innerWrapper .new_item {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat
    }
}

.menuCat_outerWrapper .menuCat_innerWrapper .exclusive_item {
    background: url(OnlineOrderingImages/Shared/xs/exclusivexs.png) no-repeat;
    top: -5px;
    right: auto;
    bottom: auto;
    left: 10px;
    width: 60px;
    height: 66px;
    z-index: 1
}

.menuCat_outerWrapper .menuCat_innerWrapper .img_Visible {
    visibility: visible
}

.menuCat_outerWrapper .menuCat_innerWrapper .imgHover_txt {
    font-size: .6875em;
    line-height: 13px;
    top: 0;
    right: auto;
    bottom: auto;
    left: auto
}

.menuCat_outerWrapper .menuCat_innerWrapper .imgHover_txt .imgHover_text_wrapper {
    background: rgba(255, 255, 255, .85)
}

.menuCat_outerWrapper .menuCat_innerWrapper .imgHover_txt .imgHover_txtHidden {
    display: none
}

.menuCat_outerWrapper .menuCat_innerWrapper .imgHover_txt .imgHover_txtVisible {
    display: flex
}

.menuCat_outerWrapper .menuCat_innerWrapper img {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.menuCat_outerWrapper .menuCat_innerWrapper .image_hover_text_dropdown {
    width: 19px;
    height: 19px;
    background: #FFF;
    top: auto;
    right: 15px;
    bottom: auto;
    left: auto;
    z-index: 2;
    border-top-left-radius: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.menuCat_outerWrapper .menuCat_innerWrapper .image_hover_text_dropdown::after {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    background-position-x: -4px;
    background-position-y: -361px
}

.menuCat_outerWrapper .menuCat_innerWrapper .menuCat_details .menuCat_price_button {
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px
}

.menuCat_outerWrapper .menuCat_innerWrapper .menuCat_details .menuCat_price_button .offer_product_name {
    font-size: .75em;
    min-height: 36px
}

.menuCat_outerWrapper .menuCat_innerWrapper .menuCat_details .menuCat_price_button .offer_product_price .new_price {
    font-size: .75em;
    line-height: 12px
}

.menuCat_outerWrapper .menuCat_innerWrapper .menuCat_details .menuCat_price_button .offer_product_price .old_price {
    font-size: .6875em;
    text-decoration: line-through;
    color: #999
}

.menuCat_outerWrapper .menuCat_innerWrapper .menuCat_details .menuCat_price_button .btn {
    font-size: .5625em;
    padding-top: .56em;
    padding-right: 2.13em;
    padding-bottom: .56em;
    padding-left: 2.13em
}

.menuCat_outerWrapper .menuCat_innerWrapper .menuCat_details .menuCat_price_button .menuCat_product_name {
    font-size: .75em;
    min-height: 36px
}

.menuCat_outerWrapper .menuCat_innerWrapper .menuCat_details .menuCat_price_button .menuCat_product_price .new_price {
    font-size: .75em;
    line-height: 12px
}

.menuCat_outerWrapper .menuCat_innerWrapper .menuCat_details .menuCat_price_button .menuCat_product_price .old_price {
    font-size: .6875em;
    text-decoration: line-through;
    color: #999
}

.nCal_outerWrapper {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 50px;
    margin-left: 0
}

.nCal_outerWrapper .nCal_deleteAll {
    font-size: .8125em;
    color: #e4002b;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
}

.nCal_outerWrapper .nCal_infoDiv {
    background: #101820;
    color: #bebebe;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px
}

.nCal_outerWrapper .nCal_infoDiv .nCal_heading {
    font-size: 1.5em;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0
}

.nCal_outerWrapper .nCal_infoDiv .nCal_mainInfo {
    -webkit-box-shadow: 1px 1.73px 14px 0 #999;
    -moz-box-shadow: 1px 1.73px 14px 0 #999;
    box-shadow: 1px 1.73px 14px 0 #999;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0
}

.nCal_outerWrapper .nCal_infoDiv .nCal_mainInfo .nCal_heading {
    font-size: .8125em;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
}

.nCal_outerWrapper .nCal_infoDiv .nCal_mainInfo .nCal_infoVal {
    font-size: 1.625em
}

.nCal_outerWrapper .nCal_infoDiv .nCal_mainInfo .nCal_infoVal .nCal_unit {
    font-size: .75em
}

.nCal_outerWrapper .nCal_infoDiv .nCal_otherInfo {
    font-size: .8125em;
    padding-top: 35px;
    padding-right: 15px;
    padding-bottom: 25px;
    padding-left: 15px
}

.nCal_outerWrapper .nCal_infoDiv .nCal_otherInfo .nCal_singleInfo {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0
}

.nCal_outerWrapper .nCal_singleItem_outerWrapper .nCal_singleItemName {
    font-size: .8125em
}

.nCal_outerWrapper .nCal_singleItem_outerWrapper .nCal_singleItemName.deActive {
    color: #bdbdbd
}

.nCal_outerWrapper .nCal_singleItem_outerWrapper .nCal_checkBox_wrapper .nCal_checkBox {
    width: 40px;
    height: 40px;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    width: 15px;
    height: 15px;
    margin-top: 2px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -40px
}

.nCal_outerWrapper .nCal_singleItem_outerWrapper .nCal_checkBox_wrapper .nCalmark {
    width: 15px;
    height: 15px;
    top: 1px;
    right: auto;
    bottom: 0;
    left: auto;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -40px;
    background-color: #FFF;
    border: 1px solid #CCC
}

.nCal_outerWrapper .nCal_singleItem_outerWrapper .nCal_checkBox_wrapper .nCalmark:after {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 4px;
    width: 5px;
    height: 10px;
    border: solid #bebebe;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nCal_outerWrapper .nCal_singleItem_outerWrapper .nCal_checkBox_wrapper .nCal_checkBox:checked ~ .nCalmark:after {
    display: block
}

.nCal_outerWrapper .nCal_singleItem_outerWrapper .nCal_checkBox_wrapper .nCal_checkBox:checked ~ .nCalmark {
    border: 1px solid #e4002b
}

.nCal_outerWrapper .nCal_singleItem_outerWrapper .nCal_checkBox_wrapper .nCal_checkBox:checked ~ .nCalmark:after {
    border: solid #e4002b;
    border-width: 0 2px 2px 0
}

.nCal_outerWrapper .nCal_singleItem_outerWrapper .nCal_checkBox_wrapper .nCal_deleteSingleItem {
    border: 1px solid #e4002b;
    width: 15px;
    height: 15px;
    left: -15px
}

.nCal_outerWrapper .nCal_singleItem_outerWrapper .nCal_checkBox_wrapper .nCal_deleteSingleItem:after, .nCal_outerWrapper .nCal_singleItem_outerWrapper .nCal_checkBox_wrapper .nCal_deleteSingleItem:before {
    content: "";
    position: absolute;
    top: 1px;
    right: auto;
    bottom: auto;
    left: 5.5px;
    width: 2px;
    height: 12px;
    background-color: #e4002b
}

.nCal_outerWrapper .nCal_singleItem_outerWrapper .nCal_checkBox_wrapper .nCal_deleteSingleItem:before {
    transform: rotate(45deg)
}

.nCal_outerWrapper .nCal_singleItem_outerWrapper .nCal_checkBox_wrapper .nCal_deleteSingleItem:after {
    transform: rotate(-45deg)
}

.cart_outer_wrapper .cart_product_outer_wrapper {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0
}

.cart_outer_wrapper .cart_product_outer_wrapper .cart_product {
    -webkit-box-shadow: 1px 1.732px 14px 0px #999999;
    -moz-box-shadow: 1px 1.732px 14px 0px #999999;
    box-shadow: 1px 1.732px 14px 0px #999999;
}

.cart_outer_wrapper .cart_product_outer_wrapper .cart_product .item_name {
    font-size: .875em;
    margin-top: 4px;
    line-height: 16px
}

@media (max-width: 468px) {
    .cart_outer_wrapper .cart_product_outer_wrapper .cart_product .item_name {
        max-width: 175px
    }
}

.cart_outer_wrapper .cart_product_outer_wrapper .cart_product .item_name.veg:after {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    width: 12px;
    height: 12px;
    background-position-x: -145px;
    background-position-y: -314px;
    margin-left: 5px;
    top: 6px;
    float: right
}

.cart_outer_wrapper .cart_product_outer_wrapper .cart_product .item_name.nonVeg:after {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    width: 12px;
    height: 12px;
    background-position-x: -145px;
    background-position-y: -314px;
    margin-left: 5px;
    top: 6px;
    float: right
}

.cart_outer_wrapper .cart_product_outer_wrapper .cart_product .item_name.nonVeg:after {
    background-position-x: -183px;
    background-position-y: -314px
}

.cart_outer_wrapper .cart_product_outer_wrapper .cart_product .cart_product_details {
    color: #101820;
    display: none;
    font-size: .8125em
}

.cart_outer_wrapper .cart_product_outer_wrapper .cart_product .cart_product_details.product_text_visible {
    display: block
}

.cart_outer_wrapper .cart_product_outer_wrapper .cart_product .delete_cart_item {
    width: 20px;
    height: 100%;
    cursor: pointer
}

@media (max-width: 467px) {
    .cart_outer_wrapper .cart_product_outer_wrapper .cart_product .delete_cart_item {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        background-position-x: -189px !important;
        background-position-y: -263px !important
    }

}

@media (min-width: 468px) {
    .cart_outer_wrapper .cart_product_outer_wrapper .cart_product .delete_cart_item {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        background-position-x: -155px !important;
        background-position-y: -513px !important
    }
}

.cart_outer_wrapper .cart_product_outer_wrapper .cart_product .showHide_cartDetails {
    width: 15px;
    height: 15px;
    top: 10px;
    right: 20px;
    bottom: auto;
    left: auto
}

@media (max-width: 467px) {
    .cart_outer_wrapper .cart_product_outer_wrapper .cart_product .showHide_cartDetails {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        background-position-x: -6px !important;
        background-position-y: -363px !important
    }
}

@media (min-width: 468px) {
    .cart_outer_wrapper .cart_product_outer_wrapper .cart_product .showHide_cartDetails {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        background-position-x: -17px !important;
        background-position-y: -422px !important
    }
}

.cart_outer_wrapper .cart_product_outer_wrapper .cart_product .showHide_cartDetails.product_icon_visible {
    background-position-x: -7px;
    background-position-y: -312px
}

.cart_outer_wrapper .cart_product_outer_wrapper .cart_product .price_and_increase {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    justify-content: flex-end
}

.cart_outer_wrapper .cart_product_outer_wrapper .cart_product .price_and_increase .item_price {
    font-size: .875em
}

.cart_outer_wrapper .cart_product_outer_wrapper .cart_product .price_and_increase .incrementer {
    font-size: .75em
}

.cart_outer_wrapper .finish_it_with_extra {
    font-size: .75em;
    line-height: 20px;
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0
}

.cart_outer_wrapper .cart_something_extra {
    background: #FFF;
    -webkit-box-shadow: 1px 1.73px 14px 0 #999;
    -moz-box-shadow: 1px 1.73px 14px 0 #999;
    box-shadow: 1px 1.73px 14px 0 #999
}

.cart_outer_wrapper .cart_something_extra img {
    border-top-left-radius: .25em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: .25em;
    height: 100%
}

.cart_outer_wrapper .cart_something_extra .item_name {
    font-size: .875em
}

.cart_outer_wrapper .cart_something_extra .item_price {
    font-size: .875em
}

.cart_outer_wrapper .cart_delivery_address {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .875em
}

.cart_outer_wrapper .cupons_wrapper {
    background: url(OnlineOrderingImages/Shared/view-coupon_sm.png) no-repeat;
    height: 70px;
    background-size: 100% 100%;
    cursor: pointer
}

.cart_outer_wrapper .donate_checkbox {
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    width: 15px;
    height: 15px;
    margin-top: 2px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -20px
}

.cart_outer_wrapper .donekmark {
    width: 15px;
    height: 15px;
    top: 1px;
    right: auto;
    bottom: 0;
    left: auto;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -20px;
    background-color: #FFF;
    border: 1px solid #CCC
}

.cart_outer_wrapper .donekmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 0;
    right: auto;
    bottom: auto;
    left: 4px;
    width: 5px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cart_outer_wrapper .donate_checkbox:checked ~ .donekmark:after {
    display: block
}

.cart_outer_wrapper .donate_checkbox:checked ~ .donekmark {
    background-color: #e4002b;
    border: 1px solid #e4002b
}

.cart_outer_wrapper .empty-bucket {
    width: auto;
    height: 157px;
    background: url(OnlineOrderingImages/Shared/md/empty-order.png) no-repeat center
}

.cart_outer_wrapper .empty-bucket.error-fourOfour {
    background: url(OnlineOrderingImages/Shared/md/404.png) no-repeat center
}

.cart_outer_wrapper .empty-bucket.server-error {
    background: url(OnlineOrderingImages/Shared/md/server-error.png) no-repeat center
}

.cart_outer_wrapper .empty-basket-text {
    font-size: 1em
}

.cart_outer_wrapper .add_hope {
    background: #FFF;
    -webkit-box-shadow: 1px 1.73px 14px 0 #999;
    -moz-box-shadow: 1px 1.73px 14px 0 #999;
    box-shadow: 1px 1.73px 14px 0 #999;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
}

.cart_outer_wrapper .add_hope .add_hope_image {
    background: url(OnlineOrderingImages/Shared/add-hope_sm.png) no-repeat;
    width: auto;
    height: 100%;
    background-size: contain;
    min-height: 70px
}

.cart_outer_wrapper .add_hope .our_goal_to_feed {
    font-size: .75em
}

.cart_outer_wrapper .add_hope .donate_wrapper .donate5 {
    font-size: .75em
}

.cart_outer_wrapper .add_hope .donate_wrapper .untick_to_cancel {
    font-size: .6875em
}

.cart_outer_wrapper .coupons_portion {
    -webkit-box-shadow: 1px 1.73px 14px 0 #999;
    -moz-box-shadow: 1px 1.73px 14px 0 #999;
    box-shadow: 1px 1.73px 14px 0 #999
}

.cart_outer_wrapper .coupons_portion .apply_cupons .btn {
    font-size: .75em
}

.cart_outer_wrapper .add_hope_and_coupons {
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
}

.cart_outer_wrapper .cart_subtotal {
    font-size: .73em
}

.cart_outer_wrapper .order_total_text {
    font-size: 1.255em
}

.cart_outer_wrapper .order_total_price {
    font-size: 1.25em
}

.cart_outer_wrapper .cart_product_outer_wrapper .cart_product .cartitem_price {
    height: 30px;
    display: flex;
    align-items: center;
    top: 25px;
    font-size: .875em
}

.cart_outer_wrapper .cart_product_outer_wrapper .cart_product .cartitem_price.promoItem {
    top: 0
}

.cart_outer_wrapper .cart_something_extra .item_name.veg:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-position-x: -145px;
    background-position-y: -314px;
    margin-left: 5px;
    top: 7px
}

@media (max-width: 467px) {
    .cart_outer_wrapper .cart_something_extra .item_name.veg:after {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat
    }
}

@media (min-width: 468px) {
    .cart_outer_wrapper .cart_something_extra .item_name.veg:after {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat
    }
}

.cart_outer_wrapper .cart_something_extra .item_name.nonVeg:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-position-x: -183px;
    background-position-y: -314px;
    margin-left: 5px;
    top: 7px
}

@media (max-width: 467px) {
    .cart_outer_wrapper .cart_something_extra .item_name.nonVeg:after {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat
    }
}

@media (min-width: 468px) {
    .cart_outer_wrapper .cart_something_extra .item_name.nonVeg:after {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat
    }
}

.cartBag {
    -webkit-box-shadow: 1px 1.73px 14px 0 #999;
    -moz-box-shadow: 1px 1.73px 14px 0 #999;
    box-shadow: 1px 1.73px 14px 0 #999;
    top: auto;
    right: 0;
    bottom: auto;
    left: auto;
    background: #FFF;
    z-index: 14
}

.cartBag .cart_bubble_addedTocart {
    font-size: .75em
}

.coupons_modal .modal-dialog {
    transform: translate(0, 0);
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    max-width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.coupons_modal .modal-dialog .modal_Close {
    width: 20px;
    height: 20px;
    background-position-x: -143px !important;
    background-position-y: -265px !important;
    top: 10px;
    right: 10px;
    bottom: auto;
    left: auto;
    opacity: 1
}

@media (max-width: 467px) {
    .coupons_modal .modal-dialog .modal_Close {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat
    }
}

@media (min-width: 468px) {
    .coupons_modal .modal-dialog .modal_Close {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat
    }
}

.coupons_modal .modal-dialog .coupons_outer_row {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
}

.coupons_modal .modal-dialog .coupons_outer_row .coupons_outer_wrapper {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    -webkit-box-shadow: 1px 1.73px 14px 0 #999;
    -moz-box-shadow: 1px 1.73px 14px 0 #999;
    box-shadow: 1px 1.73px 14px 0 #999
}
.cart-address-select-modal {
    padding: 30px 15px 15px 15px;
    box-shadow: 1px 1.73px 14px 0 #999;
    border-radius: 10px;
}

.coupons_modal .modal-dialog .coupons_outer_row .coupons_outer_wrapper .modal-title {
    font-size: 1.1875em;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0
}

.coupons_modal .modal-dialog .coupons_outer_row .coupons_outer_wrapper .cupon_code_outerwrapper {
    border-left: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd
}

.coupons_modal .modal-dialog .coupons_outer_row .coupons_outer_wrapper .cupon_code_outerwrapper .cupon_code_wrapper {
    border-top: 1px solid #bdbdbd;
    position: relative;
    cursor: pointer;
    color: #101820;
    font-size: .8125em;
    line-height: 14px;
    padding-top: 20px;
    padding-right: 80px;
    padding-bottom: 20px;
    padding-left: 10px
}

.coupons_modal .modal-dialog .coupons_outer_row .coupons_outer_wrapper .cupon_code_outerwrapper .cupon_code_wrapper.active {
    background: #eee;
    border-top: 0
}

.coupons_modal .modal-dialog .coupons_outer_row .coupons_outer_wrapper .cupon_code_outerwrapper .cupon_code_wrapper.active::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    background: #e4002b
}

.coupons_modal .modal-dialog .coupons_outer_row .coupons_outer_wrapper .cupon_code_outerwrapper .cupon_code_wrapper.active + li.cupon_code_wrapper {
    border-top: 0
}

.coupons_modal .modal-dialog .coupons_outer_row .coupons_outer_wrapper .cupon_code_outerwrapper .cupon_code_wrapper.not_available {
    pointer-events: none
}

.coupons_modal .modal-dialog .coupons_outer_row .coupons_outer_wrapper .cupon_code_outerwrapper .cupon_code_wrapper.not_available .coupons_code_text {
    opacity: .3
}

.coupons_modal .modal-dialog .coupons_outer_row .coupons_outer_wrapper .cupon_code_outerwrapper .cupon_code_wrapper:first-child.available:after {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    bottom: auto;
    left: auto;
    width: 70px;
    height: 64px;
    background-position-x: -19px;
    background-position-y: -612px;
    margin-top: -32px
}

.coupons_modal .modal-dialog .coupons_outer_row .coupons_outer_wrapper .cupon_code_outerwrapper .cupon_code_wrapper:last-child {
    border-bottom: 1px solid #bdbdbd
}

.coupons_modal .modal-dialog .coupons_outer_row .coupons_outer_wrapper .cupon_code_outerwrapper .cupon_code_wrapper:last-child.active {
    border-bottom: 0
}

.coupons_modal .modal-dialog .apply_coupons_row {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FFF;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-shadow: 0 0 10px 0 #CCC;
    -moz-box-shadow: 0 0 10px 0 #CCC;
    box-shadow: 0 0 10px 0 #CCC
}

.coupons_modal .modal-dialog .modal-content {
    width: 100%;
    height: 100%;
    overflow-y: scroll
}

.checkout_outer_wrapper .kfcIndiaborderMid {
    border-top-left-radius: .25em;
    border-top-right-radius: .25em;
    border-bottom-right-radius: .25em;
    border-bottom-left-radius: .25em;
    -webkit-box-shadow: 1px 1.73px 14px 0 #999;
    -moz-box-shadow: 1px 1.73px 14px 0 #999;
    box-shadow: 1px 1.73px 14px 0 #999
}

.checkout_outer_wrapper .checkout_heading {
    font-size: .9375em
}

.checkout_outer_wrapper .del_pic_datetime {
    font-size: .75em
}

.checkout_outer_wrapper .checkout_delivery_address {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .875em
}

.checkout_outer_wrapper .order_total_text {
    font-size: .77em;
    line-height: 20px
}

.checkout_outer_wrapper .order_total_price {
    font-size: .8em;
    line-height: 20px
}

.checkout_outer_wrapper .payment_Info_Header a {
    color: #101820;
    font-size: .6875em
}

/*.checkout_outer_wrapper .payment_Info_Header a:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 15px;
    bottom: auto;
    left: auto;
    margin-top: -10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid #bdbdbd
}*/

.checkout_outer_wrapper .payment_Info_Header.ui-accordion-header-collapsed {
    margin-bottom: .5rem
}

.checkout_outer_wrapper .payment_Info_Header .payment_name {
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px
}

.checkout_outer_wrapper .payment_info .payment_account_wrapper {
    border: 1px solid #bdbdbd;
    border-top: 0;
    margin-top: -.5em;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: .25em;
    border-bottom-left-radius: .25em
}

.checkout_outer_wrapper .payment_info .payment_account_wrapper .input-group-prepend {
    z-index: 3;
    width: 40px;
    height: 100%;
    top: auto;
    right: 15px;
    bottom: auto;
    left: auto
}

.checkout_outer_wrapper .payment_info .payment_account_wrapper .input-group-prepend .payment_otp_button:before {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    background-position-x: -94px;
    background-position-y: -303px;
    width: 100%;
    height: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0
}

.checkout_outer_wrapper .payment_info .payment_account_wrapper .otpModal {
    z-index: 11;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FFF
}

.checkout_outer_wrapper .payment_info .payment_account_wrapper .account_label {
    font-size: .75em
}

.checkoutOptpModal {
    background: #FFF
}

.checkoutOptpModal .checkout_close_otp {
    width: auto;
    height: 30px
}

.checkoutOptpModal .checkout_close_otp .modal_Close {
    width: 20px;
    height: 20px;
    background-position-x: -143px !important;
    background-position-y: -265px !important;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    opacity: 1
}

@media (max-width: 467px) {
    .checkoutOptpModal .checkout_close_otp .modal_Close {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat
    }
}

@media (min-width: 468px) {
    .checkoutOptpModal .checkout_close_otp .modal_Close {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat
    }
}

.checkoutOptpModal .modal-dialog {
    max-width: 100%;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
}

.checkoutOptpModal .modal-dialog .modal-content {
    border: 0
}

.custom_visible_checkbox {
    font-size: .75em
}

.custom_visible_checkbox a {
    color: #101820
}

.custom_visible_checkbox a:hover {
    color: #e4002b
}

.custom_visible_checkbox .terms_important {
    color: #e4002b;
    font-size: 1.25em
}

.checkout_termdCondition_outerWrapper {
    width: auto;
    height: 40px
}

.orderSubmitLoading {
    width: 90px;
    height: 110px;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    margin-top: -55px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -45px
}

.reloadDouble {
    margin-top: 1rem;
    width: auto;
    height: 35px
}

.reloadDouble:after {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-position-x: -134px;
    background-position-y: -861px;
    top: 50%;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: -13px
}

.overlay-checkout {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2;
    cursor: pointer
}

.overlay-checkout img {
    width: 100%
}

.confirmation_code_outerwrapper {
    -webkit-box-shadow: 0 0 10px 0 #CCC;
    -moz-box-shadow: 0 0 10px 0 #CCC;
    box-shadow: 0 0 10px 0 #CCC;
    background: #FFF
}

.menu_item_outerWrapper .product_description {
    font-size: .75em;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0
}

.menu_customize_outerWrapper {
    width: 100%;
    height: 100%;
    overflow: scroll;
    padding-bottom: 50px
}

.menu_customize_outerWrapper .menu_customize_image_outerWrapper {
    padding-top: auto;
    padding-right: 0;
    padding-bottom: auto;
    padding-left: 0
}

.menu_customize_outerWrapper .menu_customize_image {
    position: relative
}

.menu_customize_outerWrapper .menu_customize_image img {
    border-radius: .25rem;
    width: 100%
}

.menu_customize_outerWrapper .menu_customize_image .menu_customize_mobileText {
    top: 0
}

.menu_customize_outerWrapper .menu_customize_image .menu_customize_mobileText .menu_customize_mobileTextBG {
    background: rgba(255, 255, 255, .85)
}

.menu_customize_outerWrapper .menu_customize_details .menu_customize_name {
    font-size: 1.25em
}

.menu_customize_outerWrapper .menu_customize_details .menu_customize_description {
    font-size: .75em
}

.menu_customize_outerWrapper .productPrice_addTocartWrapper {
    position: relative;
    top: auto;
    right: auto;
    bottom: 0;
    left: auto;
    background: #FFF;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    z-index: 2
}

.menu_customize_outerWrapper .productPrice_addTocartWrapper .menu_customize_price {
    font-size: 1em
}

.menu_customize_outerWrapper .productPrice_addTocartWrapper .btn {
    font-size: .6875em
}

.menu_customize_outerWrapper .menu_customize_close {
    width: auto;
    height: 20px
}

.menu_customize_outerWrapper .menu_customize_close .modal_Close {
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto
}

@media (max-width: 467px) {
    .menu_customize_outerWrapper .menu_customize_close .modal_Close {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        background-position-x: -137px !important;
        background-position-y: -265px !important
    }
}

@media (min-width: 468px) {
    .menu_customize_outerWrapper .menu_customize_close .modal_Close {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        background-position-x: -256px !important;
        background-position-y: -329px !important
    }
}

.menu_customize_outerWrapper .mobileMenu_customize_close {
    background: #101820;
    color: #FFF
}

.menu_customize_outerWrapper .mobileMenu_customize_close .menu_customize_close {
    height: 36px;
    font-size: .875em
}

.menu_customize_outerWrapper .mobileMenu_customize_close .menu_customize_close:after {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 7px;
    height: 10px;
    top: auto;
    right: auto;
    bottom: auto;
    left: 0;
    background-position-x: -75px;
    background-position-y: -366px
}

.menu_customize_outerWrapper .menu_customize_mobile {
    background: #101820;
    color: #FFF
}

.menu_customize_outerWrapper .menu_customize_mobile .modal_text {
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0
}

.menu_customize_outerWrapper .menu_customize_mobile .modal_text:before {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    background-position-x: -70px;
    background-position-y: -361px;
    top: auto;
    right: auto;
    bottom: auto;
    left: 5px
}

.menu_customize_outerWrapper .scrolling-wrapper {
    overflow-y: hidden;
    white-space: nowrap
}

.menu_customize_outerWrapper .scrolling-wrapper .cardwrapp {
    display: inline-block
}

.menu_customize_outerWrapper .scrolling-wrapper .cardwrapp .choose_product_wrapper {
    -webkit-box-shadow: 0 0 10px 0 #CCC;
    -moz-box-shadow: 0 0 10px 0 #CCC;
    box-shadow: 0 0 10px 0 #CCC;
    background: #FFF;
    position: relative;
    cursor: pointer
}

.menu_customize_outerWrapper .scrolling-wrapper .cardwrapp .choose_product_wrapper.active::before {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-position: -224px -310px;
    top: 2px;
    right: 2px;
    bottom: auto;
    left: auto
}

.menu_customize_outerWrapper .scrolling-wrapper .cardwrapp .choose_product_wrapper .custome_product_name {
    font-size: .71428571em;
    white-space: pre-wrap
}

.menu_customize_outerWrapper .scrolling-wrapper .cardwrapp .choose_product_wrapper .custome_product_price {
    font-size: .64285714em;
    color: #e4002b
}

.menu_customize_outerWrapper .scrolling-wrapper .cardwrapp .choose_product_wrapper.item-not-avaiable {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    pointer-events: none
}

.menu_customize_outerWrapper .scrolling-wrapper .cardwrapp .choose_product_wrapper.item-not-avaiable .ribbonWrap {
    display: block
}

.menu_customize_outerWrapper .scrolling-wrapper .cardwrapp .choose_product_wrapper.item-not-avaiable .ribbon {
    width: 180px;
    height: 32px;
    background: #e4002b;
    font-size: .625em;
    top: 23px;
    right: auto;
    bottom: auto;
    left: -51px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    color: #FFF;
    z-index: 99;
    text-align: center;
    font-family: GothamBold
}

.menu_customize_outerWrapper .scrolling-wrapper .cardwrapp .choose_product_wrapper.item-not-avaiable .menuCat_innerWrapper .exclusive_item {
    display: none
}

.menu_customize_outerWrapper .scrolling-wrapper .cardwrapp .choose_product_wrapper.item-not-avaiable .ribbonWrap {
    display: block;
    width: 120px;
    height: 120px;
    top: -6px;
    right: auto;
    bottom: auto;
    left: -7px;
    overflow: hidden;
    z-index: 9
}

.menu_customize_outerWrapper .scrolling-wrapper .cardwrapp .choose_product_wrapper.item-not-avaiable .ribbon {
    width: 180px;
    height: 16px;
    font-size: .5em;
    top: 15px;
    right: auto;
    bottom: auto;
    left: -66px
}

.menu_customize_outerWrapper .scrolling-wrapper .cardwrapp .choose_product_wrapper .ribbonWrap {
    display: none
}

.menu_customize_outerWrapper .scrolling-wrapper li:first-child {
    padding-right: 5px;
    padding-left: 15px
}

.menu_customize_outerWrapper .scrolling-wrapper li:last-child {
    padding-right: 15px;
    padding-left: 5px
}

.menu_customize_outerWrapper .scrolling-wrapper li {
    padding-left: 10px;
    padding-right: 10px
}

.confirmation_page_header {
    font-size: 1.375em
}

.its_finger_licking_good:after {
    content: "";
    position: absolute;
    background: url(OnlineOrderingImages/Shared/xs/IFLG.png) no-repeat;
    width: 112px;
    height: 60px;
    top: -88px;
    right: 10px;
    bottom: auto;
    left: auto
}

.delivery_min {
    font-size: .75em
}

.order_confirm_wrapper .order_toggle_header {
    font-size: .75em;
    padding-top: 11px;
    padding-right: 40px;
    padding-bottom: 11px;
    padding-left: 50px;
    background: #101820;
    color: #FFF;
    min-height: 34px
}

.order_confirm_wrapper .order_toggle_header::before {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 10px;
    margin-top: -5px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background-position-x: -42px;
    background-position-y: -365px
}

.order_confirm_wrapper .order_toggle_header .fav_order {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    right: 5px;
    bottom: auto;
    left: auto;
    margin-top: -11px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background-position-x: -97px;
    background-position-y: -417px
}

.order_confirm_wrapper .order_toggle_header .fav_order.fav {
    background-position-x: -150px;
    background-position-y: -417px
}

.order_confirm_wrapper .order_toggle_details {
    border: 1px solid #bdbdbd;
    border-top: 0
}

.order_confirm_wrapper .order_toggle_details .order_details .order_details_header {
    font-size: .8125em
}

.order_confirm_wrapper .order_toggle_details .order_details .cart_order_list {
    font-size: .75em;
    color: #999
}

.order_confirm_wrapper .order_toggle_details .order_details .amount-price {
    font-size: .8125em
}

.order_confirm_wrapper .order_toggle_details .btn {
    font-size: .6875em
}

.order_confirm_wrapper .cart_subtotal {
    font-size: .75em
}

.order_confirm_wrapper .order_total_text {
    font-size: .75em
}

.order_confirm_wrapper .order_total_price {
    font-size: 1.25em
}

.order_confirm_wrapper .order_conf_creatAnAccount {
    display: none;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background: url(OnlineOrderingImages/Shared/create-account_bg.jpg) no-repeat;
    background-size: cover
}

.order_confirm_wrapper .order_conf_creatAnAccount .creatAnAccount_left {
    color: #FFF
}

.order_confirm_wrapper .order_conf_creatAnAccount .creatAnAccount_left .creat_an_account {
    font-size: 1.5em
}

.order_confirm_wrapper .order_conf_creatAnAccount .creatAnAccount_left .available_benefits {
    font-size: .875em;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0
}

.order_confirm_wrapper .order_conf_creatAnAccount .creatAnAccount_left .exculsive_offer_outerWrapper {
    border-right: 1px solid #FFF;
    font-size: .75em
}

.order_confirm_wrapper .order_conf_creatAnAccount .creatAnAccount_left .exculsive_offer_outerWrapper .exculsive_offer {
    padding-left: 35px
}

.order_confirm_wrapper .order_conf_creatAnAccount .creatAnAccount_left .exculsive_offer_outerWrapper .exculsive_offer::before {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-position-x: -8px;
    background-position-y: -466px;
    left: 0;
    top: 0
}

.order_confirm_wrapper .order_conf_creatAnAccount .creatAnAccount_left .quick_reOrder {
    padding-left: 35px;
    font-size: .75em
}

.order_confirm_wrapper .order_conf_creatAnAccount .creatAnAccount_left .quick_reOrder::before {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-position-x: -66px;
    background-position-y: -466px;
    left: 0;
    top: 0
}

.order_confirm_wrapper .order_conf_creatAnAccount .creatAnAccount_right .password-show {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    width: 20px;
    height: 10px;
    margin-top: -5px
}

@media (max-width: 467px) {
    .order_confirm_wrapper .order_conf_creatAnAccount .creatAnAccount_right .password-show {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        background-position: -226px -476px !important
    }
}

@media (min-width: 468px) {
    .order_confirm_wrapper .order_conf_creatAnAccount .creatAnAccount_right .password-show {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        background-position: -118px -613px !important
    }
}

@media (max-width: 467px) {
    .order_confirm_wrapper .order_conf_creatAnAccount .creatAnAccount_right .password-show.password-hide {
        background-position: -265px -476px !important
    }
}

@media (min-width: 468px) {
    .order_confirm_wrapper .order_conf_creatAnAccount .creatAnAccount_right .password-show.password-hide {
        background-position: -159px -613px !important
    }
}

.order_confirm_wrapper .order_conf_creatAnAccount.logged_user {
    color: #FFF
}

.order_confirm_wrapper .order_conf_creatAnAccount.logged_user .add_order_as_fav {
    font-size: 1.25em;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0
}

.order_confirm_wrapper .order_conf_creatAnAccount.logged_user .available_benefits {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0
}

.order_confirm_wrapper .order_conf_creatAnAccount.logged_user .quick_reOrder {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

.order_confirm_wrapper .order_conf_creatAnAccount.logged_user .quick_reOrder .oneClick_benifits {
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 0
}

.order_confirm_wrapper .order_conf_creatAnAccount.logged_user .quick_reOrder::before {
    content: unset
}

.order_confirm_wrapper .order_conf_creatAnAccount.logged_user .quick_reOrder::after {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-position-x: -69px;
    background-position-y: -466px;
    right: 0;
    top: 0
}

.order_confirm_wrapper .order_conf_creatAnAccount.logged_user .creatAnAccount_left {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-right: 1px solid #FFF
}

.order_confirm_wrapper .order_conf_creatAnAccount.logged_user .creatAnAccount_right {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px
}

.order_confirm_wrapper .order_conf_creatAnAccount.logged_user .creatAnAccount_right .btn {
    padding-top: .5em;
    padding-right: .5em;
    padding-bottom: .5em;
    padding-left: .5em
}

.order_confirm_wrapper .right_pannel_details {
    font-size: .875em
}

.order_confirm_wrapper .order_conf_creatAnAccount .creatAnAccount_left_log {
    color: #FFF
}

.order_confirm_wrapper .order_conf_creatAnAccount .creatAnAccount_left_log .creat_an_account {
    font-size: 1.5em
}

.order_confirm_wrapper .order_conf_creatAnAccount .creatAnAccount_left_log .available_benefits {
    font-size: .875em;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0
}

.order_confirm_wrapper .order_conf_creatAnAccount .creatAnAccount_left_log .exculsive_offer_outerWrapper {
    border-right: 1px solid #FFF;
    font-size: .75em
}

.order_confirm_wrapper .order_conf_creatAnAccount .creatAnAccount_left_log .exculsive_offer_outerWrapper .exculsive_offer {
    padding-left: 35px
}

.order_confirm_wrapper .order_conf_creatAnAccount .creatAnAccount_left_log .exculsive_offer_outerWrapper .exculsive_offer::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-position-x: -8px;
    background-position-y: -466px;
    left: 0;
    top: 0
}

.order_confirm_wrapper .order_conf_creatAnAccount .creatAnAccount_left_log .quick_reOrder {
    padding-left: 35px;
    font-size: .75em
}

.order_confirm_wrapper .order_conf_creatAnAccount .creatAnAccount_left_log .quick_reOrder::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-position-x: -66px;
    background-position-y: -466px;
    left: 0;
    top: 0
}

.inter-confirmation-error {
    display: none
}

.inter-confirmation-awesome {
    display: none
}

.inter-confirmation-delay {
    display: none
}

.final-confirmation {
    display: none
}

.order-is-in-progress {
    font-size: 1em;
    font-family: GothamMedium
}

.sign_in_page .signIN_header {
    font-size: 1.42857143em
}

.sign_in_page .password-show {
    top: 50%;
    right: 10px;
    bottom: auto;
    left: auto;
    width: 20px;
    height: 10px;
    margin-top: -5px
}

@media (max-width: 467px) {
    .sign_in_page .password-show {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        background-position-x: -226px !important;
        background-position-y: -476px !important
    }
}

@media (min-width: 468px) {
    .sign_in_page .password-show {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        background-position-x: -115px !important;
        background-position-y: -613px !important
    }
}

@media (max-width: 467px) {
    .sign_in_page .password-show.password-hide {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        background-position-x: -265px !important;
        background-position-y: -476px !important
    }
}

@media (min-width: 468px) {
    .sign_in_page .password-show.password-hide {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        background-position-x: -156px !important;
        background-position-y: -613px !important
    }
}

.sign_in_page .forgot_password {
    color: #101820
}

.sign_in_page .forgot_password:hover {
    color: #101820
}

.custom_checkbox {
    width: 40px;
    height: 40px;
    opacity: 0;
    cursor: pointer;
    z-index: 1
}

.custom_visible_checkbox {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #101820
}

.checkmark {
    width: 40px;
    height: 40px;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    background-color: #FFF;
    border: 1px solid #CCC
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 2px;
    right: auto;
    bottom: auto;
    left: 14px;
    width: 12px;
    height: 27px;
    border: solid #000;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.custom_checkbox:checked ~ .checkmark:after {
    display: block
}

.creat_account .sign_in:hover {
    color: #e4002b
}

.creat_account .terms_and_condition:hover {
    color: #e4002b
}

.creat_account .password_validation {
    display: none;
    border: 1px solid #CCC;
    background: rgba(255, 255, 255, .9);
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 0;
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    z-index: 2;
    top: 32px;
    right: 0;
    bottom: auto;
    left: auto;
    width: 80%
}

.creat_account .password_validation:after {
    content: "";
    position: absolute;
    display: block;
    top: -10px;
    right: 20px;
    bottom: auto;
    left: auto;
    border-bottom: 10px dashed #101820;
    border-top: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent
}

.creat_account .password_validation.active {
    display: block
}

.creat_account .password_validation .password_requirement {
    font-size: .75em
}

.creat_account .password_validation .password_requirement li {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 1rem
}

.creat_account .password_validation .password_requirement li:before {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background-position-x: -128px;
    background-position-y: -742px;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    margin-top: -7px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
}

.creat_account .password_validation .password_requirement li .password_correct {
    display: none
}

.creat_account .password_validation .password_requirement li .password_correct.active {
    display: block
}

.addAnAddress_outerWrapper .modal-content {
    overflow-y: auto
}

.addAnAddress_outerWrapper .address_popup_buttton {
    position: fixed;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    background: #FFF;
    -webkit-box-shadow: 1px 1.73px 14px 0 #999;
    -moz-box-shadow: 1px 1.73px 14px 0 #999;
    box-shadow: 1px 1.73px 14px 0 #999;
    z-index: 2
}

.addAnAddress_outerWrapper .modal-footer {
    margin-bottom: 22rem
}

.logged_user_greeting {
    font-size: .875em
}

.logged_user_name {
    font-size: 1.125em
}

.account_header_wrapper {
    border-bottom: 1px solid #bdbdbd
}

.account_header_wrapper .my_account_text {
    font-size: 1.375em;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 40px;
    margin-left: 0
}

.delivery_address {
    -webkit-box-shadow: 1px 1.73px 14px 0 #999;
    -moz-box-shadow: 1px 1.73px 14px 0 #999;
    box-shadow: 1px 1.73px 14px 0 #999
}

.delivery_address .areaAndstreet {
    padding-right: 30px
}

.delivery_address .areaAndstreet.notClickable {
    pointer-events: none;
    cursor: default
}

.delivery_address .address_cross::after {
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    background-position: -107px -410px
}

.my_account_wrapper .order_toggle_header {
    font-size: .75em;
    padding-top: 11px;
    padding-right: 40px;
    padding-bottom: 11px;
    padding-left: 50px;
    background: #101820;
    color: #FFF;
    min-height: 34px
}

.my_account_wrapper .order_toggle_header::before {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 10px;
    margin-top: -5px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background-position-x: -42px;
    background-position-y: -365px
}

.my_account_wrapper .order_toggle_header .fav_order {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    right: 5px;
    bottom: auto;
    left: auto;
    margin-top: -11px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background-position-x: -97px;
    background-position-y: -417px
}

.my_account_wrapper .order_toggle_header .fav_order.fav {
    background-position-x: -150px;
    background-position-y: -417px
}

.my_account_wrapper .order_toggle_details {
    border: 1px solid #bdbdbd;
    border-top: 0
}

.my_account_wrapper .order_toggle_details .order_details .order_details_header {
    font-size: .8125em
}

.my_account_wrapper .order_toggle_details .order_details .cart_order_list {
    font-size: .75em;
    color: #999
}

.my_account_wrapper .order_toggle_details .order_details .amount-price {
    font-size: .8125em
}

.my_account_wrapper .order_toggle_details .btn {
    font-size: .6875em
}

.my_account_wrapper .my_account_rightPanel .my_account_rightPanel_innerDiv {
    -webkit-box-shadow: 1px 1.73px 14px 0 #999;
    -moz-box-shadow: 1px 1.73px 14px 0 #999;
    box-shadow: 1px 1.73px 14px 0 #999;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px
}

.my_account_wrapper .my_account_rightPanel .my_account_rightPanel_innerDiv .my_account_menu {
    font-size: .875em
}

.my_account_wrapper .my_account_rightPanel .my_account_rightPanel_innerDiv .my_account_menu a {
    color: #101820
}

.my_account_wrapper .my_account_rightPanel .my_account_rightPanel_innerDiv .my_account_menu a.active {
    color: #e4002b;
    position: relative
}

.my_account_wrapper .my_account_rightPanel .my_account_rightPanel_innerDiv .my_account_menu a.active:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: #e4002b;
    top: 0;
    right: auto;
    bottom: auto;
    left: -10px
}

.my_account_wrapper .my_account_leftPanel_innerDiv {
    -webkit-box-shadow: 1px 1.73px 14px 0 #999;
    -moz-box-shadow: 1px 1.73px 14px 0 #999;
    box-shadow: 1px 1.73px 14px 0 #999;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px
}

.my_account_wrapper .my_account_leftPanel_innerDiv .LastOrderParent .fav_order {
    display: none
}

.my_account_wrapper .account_heading {
    border-bottom: 1px solid #bdbdbd;
    font-size: 1em;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 40px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0
}

.my_account_wrapper .no_fav_order {
    font-size: .8125em
}

.my_account_wrapper .password-show {
    top: 50%;
    right: 10px;
    bottom: auto;
    left: auto;
    width: 20px;
    height: 10px;
    margin-top: -5px
}

@media (max-width: 467px) {
    .my_account_wrapper .password-show {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        background-position-x: -226px !important;
        background-position-y: -476px !important
    }
}

@media (min-width: 468px) {
    .my_account_wrapper .password-show {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        background-position-x: -115px !important;
        background-position-y: -613px !important
    }
}

@media (max-width: 467px) {
    .my_account_wrapper .password-show.password-hide {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        background-position-x: -265px !important;
        background-position-y: -476px !important
    }
}

@media (min-width: 468px) {
    .my_account_wrapper .password-show.password-hide {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        background-position-x: -156px !important;
        background-position-y: -613px !important
    }
}

.my_account_wrapper .receive_email_sms {
    line-height: 40px
}

.my_account_wrapper .menuCat_outerWrapper .item-not-avaiable {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    pointer-events: none
}

.my_account_wrapper .menuCat_outerWrapper .item-not-avaiable .ribbonWrap {
    display: block
}

.my_account_wrapper .menuCat_outerWrapper .item-not-avaiable .ribbon {
    width: 180px;
    height: 32px;
    background: #e4002b;
    font-size: .625em;
    top: 23px;
    right: auto;
    bottom: auto;
    left: -51px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    color: #FFF;
    z-index: 99;
    text-align: center;
    font-family: GothamBold
}

.my_account_wrapper .menuCat_outerWrapper .item-not-avaiable .menuCat_innerWrapper .exclusive_item {
    display: none
}

.my_account_wrapper .menuCat_outerWrapper .ribbonWrap {
    display: none
}

.my_account_wrapper .menuCat_outerWrapper .menuCat_innerWrapper {
    min-height: 115px;
    -webkit-box-shadow: 1px 1.73px 14px 0 #999;
    -moz-box-shadow: 1px 1.73px 14px 0 #999;
    box-shadow: 1px 1.73px 14px 0 #999;
    background: #FFF;
    cursor: pointer;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.my_account_wrapper .menuCat_outerWrapper .menuCat_innerWrapper .best_seller {
    background-position-x: -10px !important;
    background-position-y: -203px !important;
    top: -1px;
    right: auto;
    bottom: auto;
    left: 11px;
    width: 83px;
    height: 24px;
    color: #FFF;
    line-height: 1rem;
    font-size: .5625em;
    z-index: 1
}

@media (max-width: 467px) {
    .my_account_wrapper .menuCat_outerWrapper .menuCat_innerWrapper .best_seller {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat
    }
}

@media (min-width: 468px) {
    .my_account_wrapper .menuCat_outerWrapper .menuCat_innerWrapper .best_seller {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat
    }
}

.my_account_wrapper .menuCat_outerWrapper .menuCat_innerWrapper .new_item {
    background-position-x: -10px !important;
    background-position-y: -203px !important;
    top: -1px;
    right: auto;
    bottom: auto;
    left: 11px;
    width: 83px;
    height: 24px;
    color: #FFF;
    line-height: 1rem;
    font-size: .5625em;
    z-index: 1;
    background-position-x: -123px;
    background-position-y: -203px
}

@media (max-width: 467px) {
    .my_account_wrapper .menuCat_outerWrapper .menuCat_innerWrapper .new_item {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat
    }
}

@media (min-width: 468px) {
    .my_account_wrapper .menuCat_outerWrapper .menuCat_innerWrapper .new_item {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat
    }
}

.my_account_wrapper .menuCat_outerWrapper .menuCat_innerWrapper .exclusive_item {
    background: url(OnlineOrderingImages/Shared/xs/exclusivexs.png) no-repeat;
    top: -5px;
    right: auto;
    bottom: auto;
    left: 10px;
    width: 60px;
    height: 66px;
    z-index: 1
}

.my_account_wrapper .menuCat_outerWrapper .menuCat_innerWrapper .img_Visible {
    visibility: visible
}

.my_account_wrapper .menuCat_outerWrapper .menuCat_innerWrapper .imgHover_txt {
    font-size: .6875em;
    line-height: 13px;
    top: 0;
    right: auto;
    bottom: auto;
    left: auto
}

.my_account_wrapper .menuCat_outerWrapper .menuCat_innerWrapper .imgHover_txt .imgHover_text_wrapper {
    background: rgba(255, 255, 255, .85)
}

.my_account_wrapper .menuCat_outerWrapper .menuCat_innerWrapper .imgHover_txt .imgHover_txtHidden {
    display: none
}

.my_account_wrapper .menuCat_outerWrapper .menuCat_innerWrapper .imgHover_txt .imgHover_txtVisible {
    display: flex
}

.my_account_wrapper .menuCat_outerWrapper .menuCat_innerWrapper img {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.my_account_wrapper .menuCat_outerWrapper .menuCat_innerWrapper .image_hover_text_dropdown {
    width: 19px;
    height: 19px;
    background: #FFF;
    top: auto;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 2;
    border-top-left-radius: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.my_account_wrapper .menuCat_outerWrapper .menuCat_innerWrapper .image_hover_text_dropdown::after {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    background-position-x: -4px;
    background-position-y: -361px
}

.my_account_wrapper .menuCat_outerWrapper .menuCat_innerWrapper .menuCat_details .menuCat_price_button {
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px
}

.my_account_wrapper .menuCat_outerWrapper .menuCat_innerWrapper .menuCat_details .menuCat_price_button .offer_product_name {
    font-size: .75em;
    min-height: 36px
}

.my_account_wrapper .menuCat_outerWrapper .menuCat_innerWrapper .menuCat_details .menuCat_price_button .offer_product_price .new_price {
    font-size: .75em;
    line-height: 12px
}

.my_account_wrapper .menuCat_outerWrapper .menuCat_innerWrapper .menuCat_details .menuCat_price_button .offer_product_price .old_price {
    font-size: .6875em;
    text-decoration: line-through;
    color: #999
}

.my_account_wrapper .menuCat_outerWrapper .menuCat_innerWrapper .menuCat_details .menuCat_price_button .btn {
    font-size: .5625em;
    padding-top: .56em;
    padding-right: 2.13em;
    padding-bottom: .56em;
    padding-left: 2.13em
}

.my_account_wrapper .menuCat_outerWrapper .menuCat_innerWrapper .menuCat_details .menuCat_price_button .menuCat_product_name {
    font-size: .75em;
    min-height: 36px
}

.my_account_wrapper .menuCat_outerWrapper .menuCat_innerWrapper .menuCat_details .menuCat_price_button .menuCat_product_price .new_price {
    font-size: .75em;
    line-height: 12px
}

.my_account_wrapper .menuCat_outerWrapper .menuCat_innerWrapper .menuCat_details .menuCat_price_button .menuCat_product_price .old_price {
    font-size: .6875em;
    text-decoration: line-through;
    color: #999
}

.my_account_wrapper .menuCat_outerWrapper .delete_fav_item {
    background-position: -157px -514px !important;
    width: 18px;
    height: 26px
}

@media (max-width: 467px) {
    .my_account_wrapper .menuCat_outerWrapper .delete_fav_item {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat
    }
}

@media (min-width: 468px) {
    .my_account_wrapper .menuCat_outerWrapper .delete_fav_item {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat
    }
}

.my_account_wrapper .saved_address_wrapper {
    background: #FFF;
    font-size: .8125em
}

.my_account_wrapper .saved_address_wrapper .delete_address {
    background-position: -155px -518px !important;
    position: absolute;
    width: 20px;
    height: 20px;
    top: auto;
    right: 10px;
    bottom: auto;
    left: auto
}

@media (max-width: 467px) {
    .my_account_wrapper .saved_address_wrapper .delete_address {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat
    }
}

@media (min-width: 468px) {
    .my_account_wrapper .saved_address_wrapper .delete_address {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat
    }
}

.my_account_wrapper .saved_address_wrapper .edit_address a {
    color: #101820
}

.my_account_wrapper .custom-file .custom-file-label {
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    padding-top: .375rem;
    padding-right: 5rem;
    padding-bottom: .375rem;
    padding-left: .75rem;
    z-index: 1;
    height: calc(2.25rem + 2px);
    line-height: 1.5;
    color: #495057;
    background-color: #FFF;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    overflow-x: hidden
}

.my_account_wrapper .custom-file .custom-file-label .accountFileUpload {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px));
    padding: .375rem .75rem;
    line-height: 1.85;
    color: #FFF;
    background-color: #e4002b;
    border-left: 1px solid #e4002b;
    border-radius: 0 .25rem .25rem 0;
    cursor: pointer;
    display: flex;
    align-items: center
}

.my_account_wrapper .password_validation {
    display: none;
    border: 1px solid #CCC;
    background: rgba(255, 255, 255, .9);
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 0;
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    z-index: 2;
    top: 32px;
    right: 0;
    bottom: auto;
    left: auto;
    width: 80%
}

.my_account_wrapper .password_validation:after {
    content: "";
    position: absolute;
    display: block;
    top: -10px;
    right: 20px;
    bottom: auto;
    left: auto;
    border-bottom: 10px dashed #101820;
    border-top: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent
}

.my_account_wrapper .password_validation.active {
    display: block
}

.my_account_wrapper .password_validation .password_requirement {
    font-size: .75em
}

.my_account_wrapper .password_validation .password_requirement li {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 1rem
}

.my_account_wrapper .password_validation .password_requirement li:before {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background-position-x: -128px;
    background-position-y: -742px;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    margin-top: -7px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
}

.my_account_wrapper .password_validation .password_requirement li .password_correct {
    display: none
}

.my_account_wrapper .password_validation .password_requirement li .password_correct.active {
    display: block
}

.add_an_address_modal {
    width: auto;
    height: 20px
}

.add_an_address_modal .modal_Close {
    width: 20px;
    height: 20px;
    background-position-x: -143px !important;
    background-position-y: -265px !important;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto
}

@media (max-width: 467px) {
    .add_an_address_modal .modal_Close {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat
    }
}

@media (min-width: 468px) {
    .add_an_address_modal .modal_Close {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat
    }
}

.user_profile_img {
    width: 30px;
    height: 30px
}

.user_profile_img img {
    width: 30px;
    height: 30px
}

.find_a_kfc .map_canvass {
    min-height: 315px
}

.find_a_kfc .find_KFC_map {
    overflow: hidden
}

.find_a_kfc .location-search-result-wrapper {
    z-index: 2
}

.find_a_kfc .location-search-result-wrapper .password-input .input-wrapper .refreshSearch {
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-position-x: -117px;
    background-position-y: -423px;
    top: 50%;
    right: 10px;
    bottom: auto;
    left: auto;
    margin-top: -5px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    cursor: pointer
}

.find_a_kfc .location-search-result-wrapper .password-input .input-wrapper .form-control {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px
}

.find_a_kfc .stores-info .map-store {
    background: #FFF;
    -webkit-box-shadow: 1px 1.73px 14px 0 #999;
    -moz-box-shadow: 1px 1.73px 14px 0 #999;
    box-shadow: 1px 1.73px 14px 0 #999;
    border-top-left-radius: .25em;
    border-top-right-radius: .25em;
    border-bottom-right-radius: .25em;
    border-bottom-left-radius: .25em
}

.find_a_kfc .stores-info .map-store .main-info .location-distance .location-detail-counter:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 35px;
    background: url(OnlineOrderingImages/Shared/md/marker.png) no-repeat;
    top: -8px;
    right: auto;
    bottom: auto;
    left: auto
}

.find_a_kfc .stores-info .map-store .main-info .location-distance .store_location_name {
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 20px
}

.find_a_kfc .stores-info .map-store .main-info .location-distance .store_location_name .location_name {
    font-size: .875em
}

.find_a_kfc .stores-info .map-store .main-info .location-distance .store_location_name .location_open_close {
    font-size: .875em;
    color: #637683
}

.find_a_kfc .stores-info .map-store .main-info .location-distance .store_location_name:after {
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-position-x: -19px;
    background-position-y: -423px;
    top: 50%;
    right: 15px;
    bottom: auto;
    left: auto;
    margin-top: -5px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
}

.find_a_kfc .stores-info .map-store .main-info .extra {
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px
}

.find_a_kfc .stores-info .map-store .main-info .extra .descri {
    font-size: .75em
}

.find_a_kfc .stores-info .map-store .main-info .extra .locationButtons {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: .75em
}

.find_a_kfc_popup.modal.fade {
    opacity: 1;
    z-index: 10 !important
}

.find_a_kfc_popup.modal.fade .modal-dialog {
    transform: translate(0, 0);
    margin: 0;
    max-width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed
}

.find_a_kfc_popup.modal.fade .modal-dialog .modal-content {
    height: 100%
}

.find_a_kfc_popup.modal.fade .modal-dialog .modal {
    background: rgba(0, 0, 0, .58)
}

.find_a_kfc_popup.modal.fade .modal-dialog .modal .modal-dialog {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    position: relative;
    max-width: 500px;
    margin: 30px auto;
    height: 100%;
    align-items: center;
    display: flex
}

.find_a_kfc_popup.modal.fade .modal-dialog .modal .modal-dialog .modal-content {
    width: 100%;
    height: auto
}

.find_a_kfc_popup.locationTrack .container {
    height: 100%;
    overflow: scroll
}

.find_a_kfc_popup.productcustom_popup.modal {
    overflow-x: visible;
    overflow-y: visible;
    position: absolute;
    overflow: visible
}

.find_a_kfc_popup.productcustom_popup.modal.fade .modal-dialog {
    position: absolute;
    background-color: #fff
}

.find_a_kfc_popup.productcustom_popup.modal.fade .modal-content {
    height: auto;
    border: 0
}

.find_a_kfc_popup.productcustom_popup.modal.fade .modal-content .menu_customize_outerWrapper {
    height: auto;
    overflow: visible
}

.find_a_kfc_popup.modal.fade {
    z-index: 11 !important
}

.find_a_kfc_popup .distance-filter {
    align-items: center
}

.find_a_kfc_popup .distance-filter .only_show_stores {
    font-size: .75em
}

.content_singleStoreDetails {
    z-index: 2
}

.content_singleStoreDetails .store__address-phone .singleStore_header {
    font-size: .875em
}

.content_singleStoreDetails .store__address-phone .singleStore_address {
    font-size: .875em;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0
}

.content_singleStoreDetails .store-services .singleStore_service {
    font-size: .75em
}

.content_singleStoreDetails .store__open-hours .open-hours {
    font-size: .75em
}

.content_singleStoreDetails .store__open-hours .open-hours .today {
    color: #e4002b
}

.back_button_text {
    font-size: .75em;
    font-weight: 700;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 15px;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    cursor: pointer
}

.back_button_text:before {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    background-position-x: -74px;
    background-position-y: -315px;
    width: 10px;
    height: 10px;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    margin-top: -5px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
}

.menu-user-area .fixed-sect-height {
    height: 75px;
    overflow: hidden
}

.menu-user-area .switch {
    position: relative;
    width: auto;
    height: 20px
}

.menu-user-area .switch:after {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-position-x: -4px;
    background-position-y: -361px
}

.menu-user-area .your_last_order_wrapper {
    border: 1px solid #CCC
}

.menu-user-area .your_last_order_wrapper .userdata_heading {
    border-bottom: 1px solid #bdbdbd;
    font-size: 1em;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0
}

.menu-user-area .your_last_order_wrapper .priceAndDate-row {
    font-size: .875em;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0
}

.menu-user-area .your_last_order_wrapper .orderHistoryContArea .last_order_outerWrapper {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0
}

.menu-user-area .your_last_order_wrapper .orderHistoryContArea .last_order_outerWrapper .last_order_item_name {
    font-size: .8125em
}

.menu-user-area .your_last_order_wrapper .orderHistoryContArea .last_order_outerWrapper .last_order_item_details {
    font-size: .75em;
    color: #999
}

.menu-user-area .address_oneclick_menu_outerDiv {
    z-index: 1;
    color: #FFF;
    top: 100px;
    font-size: .75em
}

.menu-user-area .address_oneclick_menu_outerDiv .address_oneclick_menu {
    padding-top: auto;
    padding-right: 50px;
    padding-bottom: auto;
    padding-left: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.slick-initialized .slick-slide.active {
    background: #fff
}

.slick-track {
    outline: 0
}

.slick-track.slick-current.slick-active {
    transform: none
}

.slick-track.slick-active {
    transform: translateX(-50%)
}

.slick-track.slick-current + .slick-active {
    transform: translateX(50%)
}

.main_slider_img {
    width: calc(100% - 35px)
}

.slick-slide img.main_slider_img {
    width: 100%
}

.oneClick_menu li {
    background: #eee
}

.oneClick_menu li a {
    color: #999;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 25px;
    font-size: 0;
    line-height: 40px;
    position: relative
}

.oneClick_menu li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 15px;
    border-color: transparent transparent transparent #eee;
    top: auto;
    right: -14px;
    bottom: auto;
    left: auto
}

.oneClick_menu li a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 15px;
    border-color: transparent transparent transparent #999;
    top: auto;
    right: -15px;
    bottom: auto;
    left: auto
}

.oneClick_menu li:first-child a {
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 10px
}

.oneClick_menu li.active {
    background: #101820
}

.oneClick_menu li.active a {
    color: #FFF
}

.oneClick_menu li.active a:after {
    border-color: transparent transparent transparent #101820
}

.oneClick_menu li.active a:before {
    border-color: transparent transparent transparent #eee
}

.oneClick_menu li.active.oneClick_menu_profile .onClick_visited {
    background-position-x: -66px;
    background-position-y: -771px
}

.oneClick_menu li.active.oneClick_menu_address .onClick_visited {
    background-position-x: -215px;
    background-position-y: -770px
}

.oneClick_menu li.active.oneClick_menu_order .onClick_visited {
    background-position-x: -72px;
    background-position-y: -820px
}

.oneClick_menu li.active.oneClick_menu_confirmation .onClick_visited {
    background-position-x: -210px;
    background-position-y: -820px
}

.oneClick_menu li.active.done.oneClick_menu_profile .onClick_visited {
    background-position-x: -94px;
    background-position-y: -771px
}

.oneClick_menu li.active.done.oneClick_menu_address .onClick_visited {
    background-position-x: -242px;
    background-position-y: -770px
}

.oneClick_menu li.active.done.oneClick_menu_order .onClick_visited {
    background-position-x: -105px;
    background-position-y: -820px
}

.oneClick_menu li.active.done.oneClick_menu_confirmation .onClick_visited {
    background-position-x: -241px;
    background-position-y: -820px
}

.oneClick_menu li.oneClick_menu_profile .onClick_visited {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 5px;
    bottom: auto;
    left: auto;
    background-position-x: -39px;
    background-position-y: -771px;
    margin-top: -10px
}

.oneClick_menu li.oneClick_menu_address .onClick_visited {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 5px;
    bottom: auto;
    left: auto;
    background-position-x: -39px;
    background-position-y: -771px;
    margin-top: -10px
}

.oneClick_menu li.oneClick_menu_address .onClick_visited {
    background-position-x: -188px;
    background-position-y: -770px
}

.oneClick_menu li.oneClick_menu_order .onClick_visited {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 5px;
    bottom: auto;
    left: auto;
    background-position-x: -39px;
    background-position-y: -771px;
    margin-top: -10px
}

.oneClick_menu li.oneClick_menu_order .onClick_visited {
    background-position-x: -40px;
    background-position-y: -820px
}

.oneClick_menu li.oneClick_menu_confirmation .onClick_visited {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 5px;
    bottom: auto;
    left: auto;
    background-position-x: -39px;
    background-position-y: -771px;
    margin-top: -10px
}

.oneClick_menu li.oneClick_menu_confirmation .onClick_visited {
    background-position-x: -178px;
    background-position-y: -820px
}

.oneClick_menu li.disabled {
    pointer-events: none
}

.one-click-outerWrapper .one-click-header-outerWrapper {
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    border-bottom: 1px solid #bdbdbd;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0
}

.one-click-outerWrapper .one-click-header-outerWrapper .one-click-page-header {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 45px;
    min-height: 50px
}

.one-click-outerWrapper .one-click-header-outerWrapper .one-click-page-header .one-click-page-header-desc {
    font-size: .75em;
    line-height: 14px
}

.one-click-outerWrapper .one-click-header-outerWrapper .one-click-page-header .one-click-page-header-title {
    font-size: .9375em;
    line-height: 20px
}

.one-click-outerWrapper .one-click-header-outerWrapper .one-click-page-header.oneClick_profile_page_header:before {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-position-x: -70px;
    background-position-y: -701px;
    top: auto;
    right: auto;
    bottom: auto;
    left: 0
}

.one-click-outerWrapper .one-click-header-outerWrapper .one-click-page-header.oneClick_address_page_header:before {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-position-x: -70px;
    background-position-y: -701px;
    top: auto;
    right: auto;
    bottom: auto;
    left: 0
}

.one-click-outerWrapper .one-click-header-outerWrapper .one-click-page-header.oneClick_address_page_header:before {
    background-position-x: -130px;
    background-position-y: -701px
}

.one-click-outerWrapper .one-click-header-outerWrapper .one-click-page-header.oneClick_order_page_header:before {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-position-x: -70px;
    background-position-y: -701px;
    top: auto;
    right: auto;
    bottom: auto;
    left: 0
}

.one-click-outerWrapper .one-click-header-outerWrapper .one-click-page-header.oneClick_order_page_header:before {
    background-position-x: -190px;
    background-position-y: -701px
}

.one-click-outerWrapper .one-click-header-outerWrapper .one-click-page-header.oneClick_orderConfirm_page_header:before {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-position-x: -70px;
    background-position-y: -701px;
    top: auto;
    right: auto;
    bottom: auto;
    left: 0
}

.one-click-outerWrapper .one-click-header-outerWrapper .one-click-page-header.oneClick_orderConfirm_page_header:before {
    background-position-x: -253px;
    background-position-y: -701px
}

.one-click-outerWrapper .one-click-header-outerWrapper .one-click-header-button {
    margin-top: 0;
    margin-right: 9px;
    margin-bottom: 0;
    margin-left: 0
}

.one-click-outerWrapper .one-click-header-outerWrapper .one-click-header-button .btn {
    background: #eee;
    color: #999;
    position: relative;
    font-size: .5625em
}

.one-click-outerWrapper .one-click-header-outerWrapper .one-click-header-button .btn:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14.14px 0 14.14px 9px;
    border-color: transparent transparent transparent #eee;
    top: 0;
    right: -9px;
    bottom: auto;
    left: auto
}

.one-click-outerWrapper .one-click-header-outerWrapper .one-click-header-button .btn.active {
    color: #FFF;
    background: #e4002b
}

.one-click-outerWrapper .one-click-header-outerWrapper .one-click-header-button .btn.active:after {
    border-color: transparent transparent transparent #e4002b
}

.one-click-outerWrapper .one-click-header-outerWrapper.one-click-footer-outerWrapper {
    border-top: 1px solid #bdbdbd;
    border-bottom: 0 solid #bdbdbd
}

.one-click-outerWrapper .one-click-innerDiv {
    cursor: pointer;
    -webkit-box-shadow: 1px 1.73px 14px 0 #999;
    -moz-box-shadow: 1px 1.73px 14px 0 #999;
    box-shadow: 1px 1.73px 14px 0 #999;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-top-left-radius: .25em;
    border-top-right-radius: .25em;
    border-bottom-right-radius: .25em;
    border-bottom-left-radius: .25em
}

.one-click-outerWrapper .one-click-innerDiv .inner_div_text {
    font-size: .875em
}

.one-click-outerWrapper .one-click-innerDiv .inner_div_text .onClick_profile_userDetails {
    width: 70px;
    height: auto
}

.one-click-outerWrapper .one-click-innerDiv .inner_div_header {
    font-size: 1.125em;
    padding-right: 40px
}

.one-click-outerWrapper .one-click-innerDiv .one-click-favItem-outerWrapper {
    font-size: .8125em
}

.one-click-outerWrapper .one-click-innerDiv .one-click-favItem-outerWrapper .cart_subtotal {
    border-top: 1px solid #bdbdbd;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

.one-click-outerWrapper .one-click-innerDiv.one_click_sign_in {
    position: relative;
    height: 100%
}

.one-click-outerWrapper .one-click-innerDiv.one_click_sign_in:before {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    top: auto;
    right: 20px;
    bottom: auto;
    left: auto;
    width: 40px;
    height: 50px;
    background-position-x: -115px;
    background-position-y: -625px
}

.one-click-outerWrapper .one-click-innerDiv.one_click_create_account {
    position: relative;
    height: 100%
}

.one-click-outerWrapper .one-click-innerDiv.one_click_create_account:before {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    top: auto;
    right: 20px;
    bottom: auto;
    left: auto;
    width: 40px;
    height: 50px;
    background-position-x: -115px;
    background-position-y: -625px
}

.one-click-outerWrapper .one-click-innerDiv.one_click_create_account:before {
    background-position-x: -180px;
    background-position-y: -625px
}

.one-click-outerWrapper .one-click-innerDiv.one_click_addAdress {
    position: relative;
    height: 100%
}

.one-click-outerWrapper .one-click-innerDiv.one_click_addAdress:before {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    content: "";
    position: absolute;
    top: auto;
    right: 20px;
    bottom: auto;
    left: auto;
    width: 40px;
    height: 50px;
    background-position-x: -115px;
    background-position-y: -625px
}

.one-click-outerWrapper .one-click-innerDiv.one_click_addAdress:before {
    background-position-x: -247px;
    background-position-y: -625px
}

.one-click-outerWrapper .half-circle {
    position: relative;
    text-align: center
}

.one-click-outerWrapper .half-circle .barOverflow {
    position: relative;
    overflow: hidden;
    width: 290px;
    height: 240px;
    margin-bottom: -14px;
    margin: 0 auto;
    margin-top: 65px
}

.one-click-outerWrapper .half-circle .barOverflow .bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 5px solid #bdbdbd;
    transform: rotate(60deg);
    margin: 0 auto
}

.one-click-outerWrapper .half-circle .barOverflow .bar .progress_percent {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e4002b;
    color: #FFF;
    top: auto;
    right: auto;
    bottom: -10px;
    left: 50%;
    margin-left: -20px;
    font-size: .875em;
    font-weight: 700;
    transform: rotate(-60deg)
}

.one-click-outerWrapper .half-circle .timer-image {
    background: url(OnlineOrderingImages/Shared/xs/timer-image.png) no-repeat;
    width: 174px;
    height: 145px;
    margin: 0 auto;
    top: -73px;
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: 1;
    margin-left: -71px
}

.one-click-outerWrapper .half-circle .one-click-halfCircle-textWrapper .secondary_text {
    font-size: 1.1875em;
    line-height: 20px;
    color: #bdbdbd
}

.one-click-outerWrapper .half-circle .one-click-halfCircle-textWrapper .primary_text {
    font-size: 1.5em;
    line-height: 30px;
    color: #e4002b;
    font-family: AmericanPurpose
}

.one-click-outerWrapper .half-circle .halfCircle_totalAmount {
    border-top: 2px dotted #999;
    font-size: .9375em;
    color: #bdbdbd;
    margin-top: 10px
}

.one-click-outerWrapper .half-circle .halfCircle_totalAmount .halfCircle_totalAmount_innerWrapper .halfCircle_ourMenu {
    text-transform: uppercase;
    font-weight: 700;
    color: #e4002b
}

.one-click-outerWrapper .half-circle .halfCircle_totalAmount .halfCircle_totalAmount_innerWrapper .halfCircle_totalAmount_price {
    font-size: 1.1em;
    color: #101820
}

.one-click-outerWrapper .half-circle .halfCircleContentDiv {
    top: 70px;
    right: auto;
    bottom: auto;
    left: auto
}

.oneClickSaveOrder {
    font-size: .875em;
    font-weight: 700;
    color: #e4002b
}

.home_loaction_outerWrapper {
    z-index: 2;
    top: 5px
}

.home_loaction_outerWrapper .lets_start_order {
    -webkit-box-shadow: 0 0 0 0 #FFF;
    -moz-box-shadow: 0 0 0 0 #FFF;
    box-shadow: 0 0 0 0 #FFF;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

.home_loaction_outerWrapper .lets_start_order .lets_start_order_heading {
    font-size: 1.625em;
    line-height: 28px;
    font-family: AmericanPurpose;
    letter-spacing: 1.1px;
    color: #FFF
}

.home_loaction_outerWrapper .lets_start_order .your_location {
    color: #FFF
}

.home_loaction_outerWrapper .lets_start_order .picAndDel_outerWrap .picandDeltab {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-color: rgba(255, 255, 255, .85)
}

.home_loaction_outerWrapper .lets_start_order .picAndDel_outerWrap .picandDeltab .start_myOrder_outerDiv {
    background: #FFF
}

.home_loaction_outerWrapper .lets_start_order .picAndDel_outerWrap ul.nav-tabs {
    border-bottom: 0
}

.home_loaction_outerWrapper .lets_start_order .picAndDel_outerWrap ul.nav-tabs li a {
    background: #FFF;
    border: 0
}

.home_loaction_outerWrapper .lets_start_order .picAndDel_outerWrap ul.nav-tabs li a.active {
    background-color: rgba(255, 255, 255, .85);
    bottom: 0
}

.home_loaction_outerWrapper .lets_start_order .picAndDel_outerWrap ul.nav-tabs li a.active:before {
    background-color: rgba(255, 255, 255, .85);
    border-right: 0;
    border-left: 0;
    width: 100%;
    left: 0
}

.home_loaction_outerWrapper .lets_start_order .picAndDel_outerWrap ul.nav-tabs li:last-child a {
    border-right: 0
}

.home_loaction_outerWrapper .lets_start_order .picAndDel_outerWrap.alphaListing {
    margin-top: 65px
}

.home_loaction_outerWrapper .lets_start_order .picAndDel_outerWrap.alphaListing .picandDeltab {
    min-height: 141px;
    background-color: #eee
}

.home_loaction_outerWrapper .lets_start_order .picAndDel_outerWrap.alphaListing ul.nav-tabs li a {
    border-top: 1px solid #bdbdbd
}

.home_loaction_outerWrapper .lets_start_order .picAndDel_outerWrap.alphaListing ul.nav-tabs li a.active {
    border-top: 0 solid #bdbdbd;
    background-color: #eee;
    bottom: -1px
}

.home_loaction_outerWrapper .lets_start_order .picAndDel_outerWrap.alphaListing ul.nav-tabs li a.active:before {
    background-color: #eee
}

.home_loaction_outerWrapper .lets_start_order .picAndDel_outerWrap.alphaListing ul.nav-tabs li:first-child a {
    border-left: 1px solid #bdbdbd
}

.home_loaction_outerWrapper .lets_start_order .picAndDel_outerWrap.alphaListing ul.nav-tabs li:first-child a.active {
    border-left: 0 solid #bdbdbd
}

.home_loaction_outerWrapper .lets_start_order .picAndDel_outerWrap.alphaListing ul.nav-tabs li:last-child a {
    border-right: 1px solid #bdbdbd
}

.home_loaction_outerWrapper .lets_start_order .picAndDel_outerWrap.alphaListing ul.nav-tabs li:last-child a.active {
    border-right: 0 solid #bdbdbd
}

.home_loaction_outerWrapper .show_map_outerDiv .hide_map_innerDiv {
    background-color: rgba(255, 255, 255, .85);
    z-index: 3
}

.home_loaction_outerWrapper .map_canvas {
    z-index: 2;
    height: 400px
}

.homeTrackLocation_bg_img {
    background: url(OnlineOrderingImages/Home/xs/switch_banner.jpg) no-repeat;
    min-height: 70px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 70px
}

.home_clickOrder {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0
}

.home_clickOrder .home_clicktextAndButton {
    z-index: 1
}

.home_clickOrder .click_order_outerWrapper {
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    flex-direction: column;
    justify-content: space-around;
    text-align: center
}

.home_clickOrder .click_order_outerWrapper .click_order_text {
    color: #FFF
}

.home_clickOrder .click_order_outerWrapper .click_order_text .click_order_mainText {
    font-size: 1.125em;
    line-height: 20px
}

.home_clickOrder .click_order_outerWrapper .click_order_text .click_order_subText {
    font-size: .625em
}

.home_clickOrder .click_order_outerWrapper .click_order_button .btn {
    padding-top: .5em;
    padding-right: .85em;
    padding-bottom: .5em;
    padding-left: .85em
}

.home_clickOrder img {
    border-top-left-radius: .25em;
    border-top-right-radius: .25em;
    border-bottom-right-radius: .25em;
    border-bottom-left-radius: .25em
}

.contact_us_header {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 1.42857143em
}

.connect_us_outerWrapper {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-bottom: 1px solid #bdbdbd
}

.connect_us_outerWrapper .contact_heading {
    font-size: .75em;
    color: #e4002b;
    font-family: GothamBold
}

.connect_us_outerWrapper .contact_details {
    font-size: 1em;
    color: #666;
    font-weight: 700
}

.get_in_touch {
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-bottom: 1px solid #bdbdbd
}

.get_in_touch .getInTouch_content {
    font-size: .875em
}

.enquiry_type {
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 0;
    margin-bottom: 15px
}

.enquiry_type .enquiryRadio:checked {
    position: absolute;
    left: 18px;
    top: 4px;
    z-index: 1;
    opacity: 0
}

.enquiry_type .enquiryRadio:checked + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block
}

.enquiry_type .enquiryRadio:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #101820;
    border-radius: 100%;
    background: #fff
}

.enquiry_type .enquiryRadio:checked + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #e4002b;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.enquiry_type .enquiryRadio:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.enquiry_type .enquiryRadio:not(:checked) {
    position: absolute;
    left: 18px;
    top: 4px;
    z-index: 1;
    opacity: 0
}

.enquiry_type .enquiryRadio:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block
}

.enquiry_type .enquiryRadio:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #101820;
    border-radius: 100%;
    background: #fff
}

.enquiry_type .enquiryRadio:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #e4002b;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.enquiry_type .enquiryRadio:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.weare_social_outerWrapper {
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0
}

.giftCard_termsHeader {
    font-size: .875em;
    margin-top: 15px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0
}

.giftcard_terms_condition {
    color: #666
}

.giftcard_terms_condition .readLess, .giftcard_terms_condition .readMore {
    color: #101820
}

.addReadMore.showlesscontent .SecSec, .addReadMore.showlesscontent .readLess {
    display: none
}

.addReadMore.showmorecontent .readMore {
    display: none
}

.addReadMore .readLess, .addReadMore .readMore {
    font-weight: 700;
    margin-left: 2px;
    color: #000;
    cursor: pointer
}

.addReadMoreWrapTxt.showmorecontent .SecSec, .addReadMoreWrapTxt.showmorecontent .readLess {
    display: block
}

.gift_card_success_message .its_finger_licking_good {
    height: 78px
}

.gift_card_success_message .its_finger_licking_good:after {
    top: auto;
    left: 50%;
    margin-left: -56px
}

.gift_card_success_message .deliver_message {
    font-size: .875em
}

.already_haveaCard {
    color: #e4002b;
    font-size: .875em
}

.already_haveaCard:hover {
    color: #e4002b
}

.revert_field a {
    color: #e4002b
}

.balance_enquiry {
    border-bottom: 1px solid #CCC;
    margin-bottom: 2em;
    padding-bottom: .75em;
    font-weight: 700
}

.giftCard_tabHeader {
    border-bottom: 1px solid #bdbdbd
}

.giftCard_tabHeader li:first-child a.active .giftActiveTabName {
    border-left: 0
}

.giftCard_tabHeader li:last-child a.active .giftActiveTabName {
    border-right: 0
}

.giftCard_tabHeader li {
    text-align: center;
    top: 1px
}

.giftCard_tabHeader li a {
    color: #101820
}

.giftCard_tabHeader li a.active {
    font-weight: 700
}

.giftCard_tabHeader li a.active .giftActiveTabName {
    border: 1px solid #bdbdbd;
    border-bottom: 0 solid #FFF;
    padding: 15px 15px;
    border-top: 3px solid #e4002b;
    border-top-color: #e4002b;
    background: #fff
}

.giftCard_tabHeader li a .giftActiveTabName {
    padding: 10px 15px;
    font-size: .875em;
    background: #f3f3f3;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.revert_field {
    font-size: .8125em;
    cursor: pointer
}

.wrapperGiftCard {
    -webkit-box-shadow: 1px 1.73px 14px 0 #999;
    -moz-box-shadow: 1px 1.73px 14px 0 #999;
    box-shadow: 1px 1.73px 14px 0 #999;
    background: #FFF;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    overflow: hidden;
    padding: 20px 0;
    margin-top: 50px
}

.wrapperGiftCard .titleGiftCard {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: GothamBook;
    margin-left: 90px
}

.contentSuccessGiftCard h3 {
    color: #ab182f;
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 2px
}

.contentSuccessGiftCard p {
    font-size: 12px
}

a.bagc, a.bagc:hover {
    color: #101820;
    font-size: 13px;
    margin-top: 60px;
    text-align: center;
    display: inline-block
}

.feedback_text {
    font-size: 1em
}

.star {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: 0;
    margin-right: .9em;
    margin-bottom: 1.2em;
    margin-left: .9em;
    border-right: .6em solid transparent;
    border-bottom: 1.4em solid #e4002b;
    border-left: .6em solid transparent;
    font-size: .75em
}

.star:after, .star:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 1.2em;
    right: auto;
    bottom: auto;
    left: -2em;
    border-right: 2em solid transparent;
    border-bottom: 1.4em solid #e4002b;
    border-left: 2em solid transparent;
    transform: rotate(-35deg)
}

.star:after {
    transform: rotate(35deg)
}

.star .rating {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 1.2em;
    color: #FFF
}

.kfc_survey {
    font-size: 1em
}

.kfc_survey .right_image {
    max-width: 171px;
    width: 100%;
    align-self: flex-end
}

.resetpwd-modal .kfclogo-img {
    background: url(OnlineOrderingImages/Shared/md/logo_kfc.svg) no-repeat;
    height: 80px;
    background-size: contain;
    background-position: center
}

.resetpwd-modal .hellotxt {
    font-weight: 700;
    font-size: 1.125em;
    margin-bottom: 5px
}

.resetpwd-modal .background-popup {
    background: #bebebe;
    text-align: center;
    padding: 15px
}

.resetpwd-modal .desc-txt {
    font-size: .75em
}

.resetpwd-modal .modal-body {
    padding: 0
}

.resetpwd-modal .details-txt {
    font-weight: 700;
    margin-bottom: 20px
}

.resetpwd-modal .popup-right-sect {
    padding: 15px;
    background: #FFF
}

.resetpwd-modal .popup-right-sect .btn-block {
    margin-top: 25px
}

.resetpwd-modal .modal_Close {
    width: 30px;
    height: 30px;
    right: 15px;
    top: 15px;
    position: absolute;
    z-index: 2;
    opacity: 1
}

@media (max-width: 467px) {
    .resetpwd-modal .modal_Close {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        background-position-x: -139px !important;
        background-position-y: -262px !important
    }
}

@media (min-width: 468px) {
    .resetpwd-modal .modal_Close {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        background-position-x: -256px !important;
        background-position-y: -329px !important
    }
}

.about-page .kfc-counter-sect, .merchandice .kfc-counter-sect {
    background: url(OnlineOrderingImages/StaticPage/aboutus/bg-counter-sect-mob.jpg) no-repeat #e4002b;
    background-position: left bottom;
    height: 716px;
    padding: 30px 0
}

.about-page .circle-counter, .merchandice .circle-counter {
    width: 166px;
    height: 166px;
    border-radius: 50%;
    border: 3px solid #FFF;
    color: #FFF;
    align-items: center;
    font-weight: 700;
    display: flex;
    background: #e4002b;
    position: absolute
}

.about-page .circle-counter .counter-text, .merchandice .circle-counter .counter-text {
    font-size: .9375em;
    color: #101820
}

.about-page .circle-counter .counter, .merchandice .circle-counter .counter {
    font-size: 2.75em
}

.about-page .circlecontent, .merchandice .circlecontent {
    align-self: center
}

.about-page .kfcstory, .merchandice .kfcstory {
    color: #FFF;
    font-size: .75em
}

.about-page .kfc-history-sect, .merchandice .kfc-history-sect {
    background: #e4002b;
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 30px;
    padding-left: 0
}

.about-page .kfc-history-sect h1, .merchandice .kfc-history-sect h1 {
    color: #FFF;
    font-size: 2.1875em
}

.about-page .img100, .merchandice .img100 {
    width: 100%;
    height: auto
}

.about-page .black-font, .merchandice .black-font {
    color: #101820
}

.about-page .timeline-wrapper, .merchandice .timeline-wrapper {
    width: 100%;
    height: 470px;
    overflow-x: auto
}

.about-page .kfc-timeline, .merchandice .kfc-timeline {
    width: 100%;
    height: 370px;
    margin-top: 30px;
    border-top: none;
    border-bottom: 1px solid #FFF;
    position: relative
}

.about-page .slick-track, .merchandice .slick-track {
    height: 396px
}

.about-page .card, .merchandice .card {
    width: 313px;
    height: 300px;
    background-color: #0a0a0a;
    color: #FFF;
    border-radius: 30px;
    padding: 15px;
    position: static;
    margin: 0
}

.about-page .card.upper, .merchandice .card.upper {
    top: -320px
}

.about-page .card.upper:after, .merchandice .card.upper:after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    bottom: -77px;
    z-index: 9;
    display: block;
    left: 50%;
    transform: translate(-50%)
}

.about-page .card.lower, .merchandice .card.lower {
    top: 19px
}

.about-page .card.lower:after, .merchandice .card.lower:after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    bottom: -77px;
    top: auto;
    z-index: 9;
    display: block;
    left: 50%;
    transform: translate(-50%)
}

.about-page .card .year, .merchandice .card .year {
    color: #fff;
    font-size: 50px
}

.about-page .card.c1890, .merchandice .card.c1890 {
    background: url(OnlineOrderingImages/StaticPage/aboutus/1890.jpg) #0a0a0a left bottom no-repeat;
    left: 30px
}

.about-page .card.c1920, .merchandice .card.c1920 {
    background: url(OnlineOrderingImages/StaticPage/aboutus/1920-29.jpg) #0a0a0a left bottom no-repeat;
    width: 250px;
    left: 140px
}

.about-page .card.c1930, .merchandice .card.c1930 {
    background: url(OnlineOrderingImages/StaticPage/aboutus/1930.jpg) #0a0a0a left bottom no-repeat;
    width: 300px;
    left: 300px
}

.about-page .card.c1935, .merchandice .card.c1935 {
    background: url(OnlineOrderingImages/StaticPage/aboutus/1935.jpg) #0a0a0a left bottom no-repeat;
    width: 250px;
    left: 507px
}

.about-page .card.c1939, .merchandice .card.c1939 {
    background: url(OnlineOrderingImages/StaticPage/aboutus/1939.jpg) #0a0a0a left bottom no-repeat;
    left: 700px
}

.about-page .card.c1950, .merchandice .card.c1950 {
    background: url(OnlineOrderingImages/StaticPage/aboutus/1950.jpg) #0a0a0a left bottom no-repeat;
    left: 850px
}

.about-page .card.c1955, .merchandice .card.c1955 {
    background: url(OnlineOrderingImages/StaticPage/aboutus/1955.jpg) #0a0a0a left bottom no-repeat;
    left: 1000px
}

.about-page .card.c1964, .merchandice .card.c1964 {
    background: url(OnlineOrderingImages/StaticPage/aboutus/1964.jpg) #0a0a0a left bottom no-repeat;
    left: 1130px
}

.about-page .card-head, .merchandice .card-head {
    color: #e4002b
}

.about-page .card-text, .merchandice .card-text {
    color: #5d5d5d
}

.about-page .since, .merchandice .since {
    top: 22px;
    left: 42px
}

.about-page .restaurants, .merchandice .restaurants {
    left: 45%;
    top: 198px
}

.about-page .countries, .merchandice .countries {
    top: 381px;
    left: 42px
}

.about-page .bottom-bars, .merchandice .bottom-bars {
    background: url(OnlineOrderingImages/StaticPage/aboutus/red-strip_2b_desk.png) no-repeat;
    width: 303px;
    margin: 0 auto;
    height: 30px
}

.about-page .slick-slide, .merchandice .slick-slide {
    transform: scale(.85)
}

.about-page .slick-slide.slick-center, .merchandice .slick-slide.slick-center {
    transform: scale(1)
}

.about-page .slick-dots, .merchandice .slick-dots {
    display: block;
    bottom: auto
}

.about-page .slick-dots li, .merchandice .slick-dots li {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 2px
}

.term-condition-page {
    word-wrap: break-word
}

.app_download_container .spinner {
    margin: 100px auto 0;
    width: 200px;
    text-align: center
}

.app_download_container .spinner .bounce1 {
    -webkit-animation-delay: -.64s;
    animation-delay: -.32s
}

.app_download_container .spinner .bounce2 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.16s
}

.app_download_container .spinner .bounce3 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.app_download_container .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

/*
.onClickTextOverImage img {
    width: 300px;
    height: 300px;
    background-size: cover;
    display: inline-block;
    border-radius: 16px;
    margin: 4px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    position: relative;
}*/

.onClickTextOverImage div.imgHover_txt {
    position: absolute;
    /*color: #fff;*/
    /*padding: 8px;*/
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /* background-color: rgba(0, 0, 0, 0.5);
     border-radius: 5px;*/
    /* padding-top: 35%;*/
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.onClickTextOverImage.show div.imgHover_txt {
    opacity: 1;
    /* padding-top: 40%;*/
    visibility: visible;
}

section {
    width: 100%;
    height: 374px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.slide {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
}

.slide-image {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 370px;
    background-position: 50% 50%;
    background-size: cover;
}

.slide-title {
    font-size: 4rem;
    line-height: 1;
    max-width: 50%;
    white-space: normal;
    word-break: break-word;
    color: #FFF;
    z-index: 100;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

@media (min-width: 45em) {
    .slide-title {
        font-size: 7vw;
        max-width: none;
    }
}

.slide-title span {
    white-space: pre;
    display: inline-block;
    opacity: 0;
}

.slideshow {
    position: relative;
}

.slideshow-pagination {
    position: absolute;
    bottom: 5rem;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: .3s opacity;
    z-index: 10;
}

.slideshow-pagination-item {
    display: flex;
    align-items: center;
}

.slideshow-pagination-item .pagination-number {
    opacity: 0.5;
}

.slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
    cursor: pointer;
}

.slideshow-pagination-item:last-of-type .pagination-separator {
    width: 0;
}

.slideshow-pagination-item.active .pagination-number {
    opacity: 1;
}

.slideshow-pagination-item.active .pagination-separator {
    width: 10vw;
}

.slideshow-navigation-button {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 5rem;
    z-index: 1000;
    transition: all .3s ease;
    color: #FFF;
    font-size: 33px;
}

.slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
    cursor: pointer;
}

.slideshow-navigation-button.prev {
    left: 100px;
}

.slideshow-navigation-button.next {
    right: 100px;
}

.pagination-number {
    font-size: 1.8rem;
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    padding: 0 0.5rem;
}

.pagination-separator {
    display: none;
    position: relative;
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
    transition: all .3s ease;
}

@media (min-width: 45em) {
    .pagination-separator {
        display: block;
    }
}

.pagination-separator-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    transform-origin: 0 0;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 100%, 40% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%, 100%, 80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media (max-width: 767px) {
    .payment_Info_Header {
        border: 1px solid #bdbdbd;
        margin-bottom: .5rem
    }

    .payment_Info_Header.active {
        background: #101820
    }

    .payment_Info_Header.active a {
        color: #FFF
    }

    .payment_Info_Header.active a:after {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        background-position-x: -225px;
        background-position-y: -311px
    }

    .bd-search-docs-toggle {
        background: 0 0;
        color: #CCC;
        width: auto;
        height: 100%
    }

    .bd-search-docs-toggle .hamburger_menu_bg {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        width: 35px;
        height: 35px;
        background-position-x: -55px;
        background-position-y: -65px
    }

    .btn.js-dec {
        position: relative;
        border-top-left-radius: .25em;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: .25em
    }

    .btn.js-dec:after {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        background-position-x: -8px;
        background-position-y: -420px;
        margin-top: -8px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: -8px
    }

    .btn.js-inc {
        position: relative;
        border-top-left-radius: .25em;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: .25em;
        border-top-left-radius: 0;
        border-top-right-radius: .25em;
        border-bottom-right-radius: .25em;
        border-bottom-left-radius: 0
    }

    .btn.js-inc:after {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        background-position-x: -8px;
        background-position-y: -420px;
        margin-top: -8px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: -8px
    }

    .btn.js-inc:after {
        background-position-x: -53px;
        background-position-y: -420px
    }

    .map_canvas {
        height: 200px
    }

    .bottom-header-bar .search-bucket {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        background-position-x: -170px;
        background-position-y: -4px;
        width: 30px;
        height: 40px
    }

    .bottom-header-bar .search-bucket.active {
        background-position-x: -138px;
        background-position-y: -256px;
        background-color: #FFF
    }

    .bottom-header-bar .cart-counter {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        color: #FFF;
        width: 33px;
        height: 32px;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        background-position-x: -226px;
        background-position-y: -8px
    }

    footer .downloadMobile {
        background: url(images/sprite.png) no-repeat;
        width: 90px;
        height: 55px;
        background-position-x: -15px;
        background-position-y: -137px;
        background-size: auto 1025px
    }

    footer .downloadApple {
        background: url(images/sprite.png) no-repeat;
        width: 90px;
        height: 55px;
        background-position-x: -107px;
        background-position-y: -135px;
        background-size: auto 1025px
    }

    footer .downloadAndroid {
        background: url(images/sprite.png) no-repeat;
        width: 130px;
        height: 55px;
        background-position-x: -197px;
        background-position-y: -135px;
        background-size: auto 1025px
    }

    .bottom-header-bar .deliveryAddress-info .change-restaurant {
        position: relative;
        text-transform: uppercase;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 10px;
        font-size: .75em
    }

    .bottom-header-bar .deliveryAddress-info .change-restaurant a {
        color: #FFF
    }

    .bottom-header-bar .deliveryAddress-info .change-restaurant a.change-restaurant-button {
        width: 172px;
        height: 39px;
        border: 1.4px solid #fff;
        border-radius: 5px;
        color: #fff;
        text-align: center;
        padding: 6px;
        text-transform: none;
    }

    .bottom-header-bar .deliveryAddress-info .change-restaurant::before {
        position: absolute;
        top: auto;
        right: auto;
        bottom: auto;
        left: 0;
        width: 1px;
        height: 100%;
        background: #FFF
    }
}

@media (min-width: 768px) {
    .payment_Info_Header {
        border: 1px solid #bdbdbd;
        margin-bottom: .5rem
    }

    .payment_Info_Header.active {
        background: #101820
    }

    .payment_Info_Header.active a {
        color: #FFF
    }

    .payment_Info_Header.active a:after {
        background-position-x: -116px !important;
        background-position-y: -519px !important
    }

    .btn.js-dec {
        position: relative;
        border-top-left-radius: .25em;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: .25em
    }

    .btn.js-dec:after {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        background-position-x: -194px;
        background-position-y: -519px;
        margin-top: -8px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: -8px
    }

    .btn.js-inc {
        position: relative;
        border-top-left-radius: .25em;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: .25em;
        border-top-left-radius: 0;
        border-top-right-radius: .25em;
        border-bottom-right-radius: .25em;
        border-bottom-left-radius: 0
    }

    .btn.js-inc:after {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        background-position-x: -194px;
        background-position-y: -519px;
        margin-top: -8px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: -8px
    }

    .btn.js-inc:after {
        background-position-x: -234px;
        background-position-y: -519px
    }

    footer .downloadMobile {
        width: 100px;
        height: 35px;
        background-position-x: -115px !important;
        background-position-y: -297px !important;
        background-size: auto 920px !important
    }

    footer .downloadApple {
        width: 130px;
        height: 40px;
        background-position-x: -9px !important;
        background-position-y: -180px !important;
        background-size: auto 920px !important
    }

    footer .downloadAndroid {
        width: 210px;
        height: 45px;
        background-position-x: -111px !important;
        background-position-y: -180px !important;
        background-size: auto 920px !important
    }

    ::-webkit-input-placeholder {
        font-size: 13px
    }

    ::-moz-placeholder {
        font-size: 13px
    }

    :-ms-input-placeholder {
        font-size: 13px
    }

    :-moz-placeholder {
        font-size: 13px
    }

    .form-control {
        font-size: .8125em;
        padding-top: 9px;
        padding-right: 10px;
        padding-bottom: 9px;
        padding-left: 10px
    }

    .btn {
        font-size: .8125em
    }

    .is_item_added .form-control {
        height: 30px
    }

    .olo_product_tiles li {
        /* margin-top: 0;
         margin-right: 0;
         margin-bottom: 30px;
         margin-left: 0;
         padding-left: 15.67px;
         padding-right: 15.67px;
         min-height: 200px*/
        margin-top: 10px;
        margin-right: 0;
        margin-bottom: 30px;
        margin-left: 0;
        padding-left: 15.67px;
        padding-right: 15.67px;
        min-height: 200px;
    }

    .olo_product_tiles li:nth-child(2n) {
        padding-left: 15.67px
    }

    .olo_product_tiles li:nth-child(2n+1) {
        padding-right: 15.67px
    }

    .olo_product_tiles li:nth-child(2n+2) {
        padding-right: 15.67px
    }

    .top-header-bar .logo-link {
        width: 74px;
        height: 70px
    }

    .top-header-bar .logo-link .logo-branding {
        background: url(OnlineOrderingImages/Shared/md/logo_kfc.svg) no-repeat;
        width: auto;
        height: 52px;
        background-size: contain
    }

    .top-header-bar .kfc-locator {
        width: 100px;
        height: 50px
    }

    .top-header-bar .one-click-button {
        background-position-x: -123px;
        background-position-y: -8px;
        width: 100px;
        height: 50px
    }

    .top-header-bar .auth-link {
        font-size: .9375em;
        color: #101820
    }

    .bottom-header-bar .navbar li a {
        color: #999;
        padding-top: 0;
        padding-right: 20px;
        padding-bottom: 0;
        padding-left: 0;
        font-size: .9375em
    }

    .bottom-header-bar .deliveryAddress-info {
        line-height: 12px;
        color: #FFF;
        margin-right: 20px;
    }

    .bottom-header-bar .deliveryAddress-info .deliveryTo {
        font-size: .75em
    }

    .bottom-header-bar .deliveryAddress-info .details {
        font-size: .75em
    }

    .bottom-header-bar .deliveryAddress-info .details .restautantAddLink {
        color: #101820;
        max-width: 260px;
        min-width: 55px;
        max-width: 170px !important;
        color: #FFFFFF;
    }

    .bottom-header-bar .deliveryAddress-info .change-restaurant {
        position: relative;
        text-transform: uppercase;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 10px;
        font-size: .75em
    }

    .bottom-header-bar .deliveryAddress-info .change-restaurant a {
        color: #FFF
    }

    /*.bottom-header-bar .deliveryAddress-info .change-restaurant a.change-restaurant-button {
        width: 172px;
        height: 39px;
        border: 1.4px solid #fff;
        border-radius: 5px;
        color: #fff;
        text-align: center;
        padding: 6px;
        text-transform: none;
    }*/

    .bottom-header-bar .deliveryAddress-info .change-restaurant::before {
        position: absolute;
        top: auto;
        right: auto;
        bottom: auto;
        left: 0;
        width: 1px;
        height: 100%;
        background: #FFF
    }

    .bottom-header-bar .search-bucket {
        background-position-x: -248px !important;
        background-position-y: -7px !important;
        width: 40px;
        height: 40px
    }

    .bottom-header-bar .search-bucket.active {
        background-position-x: -251px !important;
        background-position-y: -317px !important;
        background-color: #FFF
    }

    .bottom-header-bar .shopping_cart {
        display: flex;
        height: 100%
    }

    .bottom-header-bar .shopping-cart {
        align-self: center;
        font-size: .9375em
    }

    .bottom-header-bar .cart-counter {
        width: 44px;
        height: 40px;
        background-position-x: -15px !important;
        background-position-y: -84px !important
    }

    .bottom-header-bar .secondary_header_menuWrapper {
        margin-top: 4px;
        margin-right: 0;
        margin-bottom: 4px;
        margin-left: 0
    }

    .bottom-header-bar .start_my_order {
        margin-right: 0.5rem
    }

    .bottom-header-bar .start_my_order .gif_image_start_my_order {
        background: url(OnlineOrderingImages/Shared/KFC_Button.gif) no-repeat;
        width: 172px;
        height: 39px
    }

    .search_outerWrapper.viewsearchResult {
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 160px;
        padding-left: 15px
    }

    footer {
        margin-top: 50px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }

    footer .footer_navbar ul li a {
        color: #101820;
        font-size: .6875em;
        padding-top: 0;
        padding-right: 1.5rem;
        padding-bottom: 0;
        padding-left: 0
    }

    footer .fb_icon {
        background-position-x: -83px !important;
        background-position-y: -90px !important
    }

    footer .insta_icon {
        background-position-x: -145px !important;
        background-position-y: -90px !important
    }

    footer .youtube_icon {
        background-position-x: -207px !important;
        background-position-y: -90px !important
    }

    footer .twitter_icon {
        background-position-x: -273px !important;
        background-position-y: -90px !important;
        width: 40px;
        height: 28px
    }

    .footer_strip {
        width: auto;
        height: 30px;
        background-position-x: 52% !important;
        background-position-y: -1218px !important
    }

    .headerText {
        font-size: 3.4375em
    }

    .order_confirm_wrapper .order_conf_creatAnAccount .creatAnAccount_left {
        border-right: 1px solid #FFF
    }

    .location-center-popup-locator.locationTrack .container {
        height: 100%;
        overflow: hidden
    }

    .location-center-popup-locator.productcustom_popup.modal {
        overflow-x: visible;
        overflow-y: visible;
        position: absolute;
        overflow: visible
    }

    .location-center-popup-locator.productcustom_popup.modal.fade .modal-dialog {
        position: absolute;
        background-color: #fff
    }

    .location-center-popup-locator.productcustom_popup.modal.fade .modal-content {
        height: auto;
        border: 0
    }

    .location-center-popup-locator.productcustom_popup.modal.fade .modal-content .menu_customize_outerWrapper {
        height: auto;
        overflow: visible
    }

    .already_user_outerWrapper .already_user {
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        font-size: .875em
    }

    .already_user_outerWrapper .already_user .account_icon {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        background-position: -201px -329px;
        top: auto;
        right: auto;
        bottom: auto;
        left: -40px
    }

    .already_user_outerWrapper .already_user .already_have_account_text {
        line-height: 31px
    }

    .already_user_outerWrapper .modal_Close {
        width: 30px;
        height: 30px;
        background-position-x: -256px !important;
        background-position-y: -329px !important
    }

    .lets_start_order .lets_start_order_heading {
        font-size: 2em
    }

    .lets_start_order .your_location {
        font-size: .875em
    }

    .lets_start_order .picAndDel_outerWrap ul.nav-tabs li a {
        padding-top: 10px;
        padding-right: 38px;
        padding-bottom: 10px;
        padding-left: 38px;
        font-size: .75em
    }

    .lets_start_order .picAndDel_outerWrap ul.nav-tabs li a.active::before {
        width: calc(100% + 2px);
        height: 13px;
        top: -13px;
        right: auto;
        bottom: auto;
        left: -1px
    }

    .lets_start_order .picAndDel_outerWrap .picandDeltab {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px
    }

    .lets_start_order .picAndDel_outerWrap .picandDeltab .location_tracker_outer_wrapper .location_tracker_inner_wrapper::before {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        content: "";
        position: absolute;
        background-position: -112px -336px
    }

    .lets_start_order .picAndDel_outerWrap .picandDeltab .location_tracker_outer_wrapper .location_tracker_inner_wrapper .location_tracker {
        border-top-left-radius: .25em;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: .25em;
        padding-top: 9px;
        padding-right: 30px;
        padding-bottom: 9px;
        padding-left: 40px;
        border-right: 0 solid;
        font-size: .8125em
    }

    .lets_start_order .picAndDel_outerWrap .picandDeltab .autosuggest-current-location {
        border: 1px solid #CCC;
        border-left: 0;
        background: #FFF
    }

    .lets_start_order .picAndDel_outerWrap .picandDeltab .autosuggest-current-location::before {
        content: "";
        position: absolute;
        border: .5px solid #CCC;
        left: 0;
        height: 20px;
        top: 50%;
        margin-top: -10px
    }

    .lets_start_order .picAndDel_outerWrap .picandDeltab .autosuggest-current-location .auto_detect {
        font-size: .75em
    }

    .lets_start_order .picAndDel_outerWrap .picandDeltab .start_myOrder_outerDiv {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        padding-top: 0;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 0;
        box-shadow: none
    }

    .lets_start_order .picAndDel_outerWrap .picandDeltab .start_myOrder_outerDiv .start_my_order {
        font-size: .6875em
    }

    .map_canvas {
        height: 250px
    }

    .noLocation_found {
        position: absolute
    }

    .offer_outerWrapper {
        min-height: 236px
    }

    .offer_outerWrapper .offer_innerWrapper .image_hover_text .best_seller {
        background-position-x: -17px !important;
        background-position-y: -198px !important;
        width: 129px;
        height: 31px;
        font-size: .75em;
        z-index: 1
    }

    .offer_outerWrapper .offer_innerWrapper .image_hover_text .new_item {
        background-position-x: -17px !important;
        background-position-y: -198px !important;
        width: 129px;
        height: 31px;
        font-size: .75em;
        z-index: 1;
        background-position-x: -17px;
        background-position-y: -145px
    }

    .offer_outerWrapper .offer_innerWrapper .image_hover_text .exclusive_item {
        background: url(OnlineOrderingImages/Shared/md/exclusivemd.png) no-repeat;
        width: 82px;
        height: 95px
    }

    .offer_outerWrapper .offer_innerWrapper .image_hover_text .imgHover_txt {
        font-size: .875em;
        line-height: 18px
    }

    .offer_outerWrapper .offer_innerWrapper .image_hover_text_dropdown {
        width: 27px;
        height: 27px
    }

    .offer_outerWrapper .offer_innerWrapper .image_hover_text_dropdown::after {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        content: "";
        position: absolute;
        width: 27px;
        height: 27px;
        left: 0px;
        background-position-x: -10px;
        background-position-y: -415px;
    }

    .offer_outerWrapper .offer_innerWrapper .offer_details .offre_price_button {
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 11px
    }

    .offer_outerWrapper .offer_innerWrapper .offer_details .offre_price_button .offer_product_name {
        font-size: 1em;
        min-height: 48px
    }

    .offer_outerWrapper .offer_innerWrapper .offer_details .offre_price_button .offer_product_price {
        min-height: 24px
    }

    .offer_outerWrapper .offer_innerWrapper .offer_details .offre_price_button .offer_product_price .new_price {
        font-size: 1.125em;
        line-height: 12px
    }

    .offer_outerWrapper .offer_innerWrapper .offer_details .offre_price_button .offer_product_price .old_price {
        font-size: .875em;
        text-decoration: line-through;
        color: #999
    }

    .offer_outerWrapper .offer_innerWrapper .offer_details .offre_price_button .btn {
        font-size: 12px;
        padding-top: .55em;
        padding-right: 1.7em;
        padding-bottom: .55em;
        padding-left: 1.7em
    }

    .menu_outerWrapper {
        min-height: 200px
    }

    .menu_cat_image {
        top: auto;
        right: 0;
        bottom: -20px;
        left: auto
    }

    .menu_category_wrapper {
        position: relative;
        width: auto;
        height: 85px;
        margin-top: 1em;
        margin-right: 0;
        margin-bottom: 1em;
        margin-left: 0;
        box-shadow: none;
        background: 0 0;
        overflow: hidden;
        justify-content: center
    }

    .menu_category_wrapper .menuwrapp {
        font-size: .75em;

        padding-right: .5em;
        padding-bottom: .75em;
        padding-left: .5em
    }

    .menu_category_wrapper .menuwrapp.active .menu_category_innerWrapper::before {
        content: "";
        position: absolute;
        background: #FFF;
        width: 0;
        height: 0;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto
    }

    .menu_category_wrapper .menuwrapp.active .menu_category_innerWrapper::after {
        width: 0;
        height: 100%
    }

    .menu_category_wrapper .menuwrapp.active + .menuwrapp .menu_category_innerWrapper::after {
        width: 0;
        height: 100%
    }

    .menu_category_wrapper .menuwrapp .menu_category_innerWrapper::after {
        content: "";
        position: absolute;
        background: #bdbdbd;
        width: 1px;
        height: 100%;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0
    }

    .menu_category_wrapper .menuwrapp .menu_category_innerWrapper .cat_image img {
        max-width: 75px
    }

    .menu_category_wrapper .menuwrapp:first-child .menu_category_innerWrapper::after {
        width: 0;
        height: 100%
    }

    .sticky_menu_category.catsticky {
        top: auto;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        height: auto;
        position: fixed;
        z-index: 8;
        background: #FFF;
        -webkit-box-shadow: 1px 1.73px 14px 0 #999;
        -moz-box-shadow: 1px 1.73px 14px 0 #999;
        box-shadow: 1px 1.73px 14px 0 #999
    }

    .sticky_menu_category.catsticky .menu_category_wrapper {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }

    .menu_category_bg p {
        font-size: 1.875em
    }

    .menuCat_outerWrapper .menuCat_innerWrapper {
        min-height: 236px
    }

    .menuCat_outerWrapper .menuCat_innerWrapper .best_seller {
        background-position-x: -17px !important;
        background-position-y: -198px !important;
        width: 129px;
        height: 31px;
        font-size: .75em;
        z-index: 1
    }

    .menuCat_outerWrapper .menuCat_innerWrapper .new_item {
        background-position-x: -17px !important;
        background-position-y: -198px !important;
        width: 129px;
        height: 31px;
        font-size: .75em;
        z-index: 1;
        background-position-x: -17px;
        background-position-y: -145px
    }

    .menuCat_outerWrapper .menuCat_innerWrapper .exclusive_item {
        background: url(OnlineOrderingImages/Shared/md/exclusivemd.png) no-repeat;
        width: 82px;
        height: 95px
    }

    .menuCat_outerWrapper .menuCat_innerWrapper .imgHover_txt {
        font-size: .875em;
        line-height: 18px
    }

    .menuCat_outerWrapper .menuCat_innerWrapper .image_hover_text_dropdown {
        width: 27px;
        height: 27px
    }

    .menuCat_outerWrapper .menuCat_innerWrapper .image_hover_text_dropdown::after {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        content: "";
        position: absolute;
        width: 27px;
        height: 27px;
        background-position-x: -10px;
        background-position-y: -415px
    }

    .menuCat_outerWrapper .menuCat_innerWrapper .menuCat_details .menuCat_price_button {
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 11px
    }

    .menuCat_outerWrapper .menuCat_innerWrapper .menuCat_details .menuCat_price_button .offer_product_name {
        font-size: 1em;
        min-height: 48px
    }

    .menuCat_outerWrapper .menuCat_innerWrapper .menuCat_details .menuCat_price_button .offer_product_price {
        min-height: 24px
    }

    .menuCat_outerWrapper .menuCat_innerWrapper .menuCat_details .menuCat_price_button .offer_product_price .new_price {
        font-size: 1.125em;
        line-height: 12px
    }

    .menuCat_outerWrapper .menuCat_innerWrapper .menuCat_details .menuCat_price_button .offer_product_price .old_price {
        font-size: .875em;
        text-decoration: line-through;
        color: #999
    }

    .menuCat_outerWrapper .menuCat_innerWrapper .menuCat_details .menuCat_price_button .btn {
        font-size: .6875em;
        padding-top: .55em;
        padding-right: 1.7em;
        padding-bottom: .55em;
        padding-left: 1.7em
    }

    .menuCat_outerWrapper .menuCat_innerWrapper .menuCat_details .menuCat_price_button .menuCat_product_name {
        font-size: 1em;
        min-height: 48px
    }

    .menuCat_outerWrapper .menuCat_innerWrapper .menuCat_details .menuCat_price_button .menuCat_product_price {
        min-height: 24px
    }

    .menuCat_outerWrapper .menuCat_innerWrapper .menuCat_details .menuCat_price_button .menuCat_product_price .new_price {
        font-size: 1.125em;
        line-height: 12px
    }

    .menuCat_outerWrapper .menuCat_innerWrapper .menuCat_details .menuCat_price_button .menuCat_product_price .old_price {
        font-size: .875em;
        text-decoration: line-through;
        color: #999
    }

    .menu_item_outerWrapper .product_description {
        font-size: .875em;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 20px;
        margin-left: 0
    }

    .menu_customize_outerWrapper {
        padding-bottom: 70px
    }

    .menu_customize_outerWrapper .menu_customize_image_outerWrapper {
        padding-top: auto;
        padding-right: 10px;
        padding-bottom: auto;
        padding-left: 10px
    }

    .menu_customize_outerWrapper .menu_customize_details {
        background: 0 0;
        position: relative;
        color: #101820;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0
    }

    .menu_customize_outerWrapper .menu_customize_details .menu_customize_name {
        font-size: 1.75em
    }

    .menu_customize_outerWrapper .menu_customize_details .menu_customize_description {
        font-size: .875em
    }

    .menu_customize_outerWrapper .productPrice_addTocartWrapper {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        background: 0 0;
        padding-top: 0;
        padding-right: 15px;
        padding-bottom: 0;
        padding-left: 15px
    }

    .menu_customize_outerWrapper .productPrice_addTocartWrapper .menu_customize_price {
        font-size: 1.125em
    }

    .menu_customize_outerWrapper .productPrice_addTocartWrapper .btn {
        font-size: .8125em
    }

    .menu_customize_outerWrapper .menu_customize_close {
        width: auto;
        height: 30px
    }

    .menu_customize_outerWrapper .menu_customize_close .modal_Close {
        width: 30px;
        height: 30px;
        background-position-x: -256px !important;
        background-position-y: -329px !important
    }

    .menu_customize_outerWrapper .scrolling-wrapper {
        flex-wrap: wrap
    }

    .menu_customize_outerWrapper .scrolling-wrapper li:first-child {
        padding-right: 15px;
        padding-left: 15px
    }

    .menu_customize_outerWrapper .scrolling-wrapper li:last-child {
        padding-right: 15px;
        padding-left: 15px
    }

    .menu_customize_outerWrapper .scrolling-wrapper li {
        padding-left: 15px;
        padding-right: 15px
    }

    .cart_outer_wrapper .cart_product_outer_wrapper .cart_product .item_name {
        font-size: 1.0625em
    }

    .cart_outer_wrapper .cart_product_outer_wrapper .cart_product .price_and_increase .item_price {
        font-size: .875em
    }

    .cart_outer_wrapper .cart_product_outer_wrapper .cart_product .price_and_increase .incrementer {
        font-size: .75em
    }

    .cart_outer_wrapper .finish_it_with_extra {
        font-size: .875em;
        margin-top: 40px;
        margin-right: 0;
        margin-bottom: 5px;
        margin-left: 0
    }

    .cart_outer_wrapper .cart_something_extra .item_name {
        font-size: 1.0625em
    }

    .cart_outer_wrapper .cart_something_extra .item_price {
        font-size: .875em
    }

    .cart_outer_wrapper .add_hope_and_coupons {
        margin-top: 40px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }

    .cart_outer_wrapper .add_hope {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }

    .cart_outer_wrapper .add_hope .our_goal_to_feed {
        font-size: .75em
    }

    .cart_outer_wrapper .add_hope .donate_wrapper .donate5 {
        font-size: .75em
    }

    .cart_outer_wrapper .add_hope .donate_wrapper .untick_to_cancel {
        font-size: .6875em
    }

    .cart_outer_wrapper .add_hope .add_hope_image {
        background: url(OnlineOrderingImages/Shared/add-hope_md.png) no-repeat
    }

    .cart_outer_wrapper .cupons_wrapper {
        background: url(OnlineOrderingImages/Shared/view-coupon_md.png) no-repeat
    }

    .cart_outer_wrapper .add_hope_and_coupons_desk {
        margin-top: 30px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }

    .coupons_modal .modal-dialog .modal_Close {
        width: 30px;
        height: 30px;
        background-position-x: -256px !important;
        background-position-y: -329px !important
    }

    .coupons_modal .modal-dialog .coupons_outer_row {
        margin-top: 70px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }

    .coupons_modal .modal-dialog .coupons_outer_row .coupons_outer_wrapper {
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 20px;
        margin-left: 0
    }

    .coupons_modal .modal-dialog .coupons_outer_row .coupons_outer_wrapper .modal-title {
        font-size: 1.875em
    }

    .coupons_modal .modal-dialog .coupons_outer_row .coupons_outer_wrapper .cupon_code_outerwrapper .cupon_code_wrapper {
        font-size: .875em;
        line-height: 16px
    }

    .coupons_modal .modal-dialog .apply_coupons_row {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        background: #FFF;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        box-shadow: none
    }

    .home_clickOrder .checkout_heading {
        font-size: 1.0625em
    }

    .home_clickOrder .order_total_text {
        font-size: .875em;
        line-height: 20px
    }

    .home_clickOrder .order_total_price {
        font-size: 1em;
        line-height: 20px
    }

    .home_clickOrder .payment_Info_Header .payment_name {
        padding-top: 10px;
        padding-right: 12px;
        padding-bottom: 10px;
        padding-left: 12px
    }

    .home_clickOrder .payment_info .payment_account_wrapper .account_label {
        font-size: .8125em
    }

    .checkoutOptpModal .checkout_close_otp .modal_Close {
        width: 30px;
        height: 30px;
        background-position-x: -256px !important;
        background-position-y: -329px !important
    }

    .custom_visible_checkbox {
        font-size: .8125em
    }

    .orderSubmitLoading {
        width: 180px;
        height: 220px;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        margin-top: -110px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: -90px
    }

    .reloadDouble {
        margin-top: 0;
        height: 100%
    }

    .overlay-checkout img {
        width: auto
    }

    .confirmation_page_header {
        font-size: 1.5625em
    }

    .its_finger_licking_good:after {
        background: url(OnlineOrderingImages/Shared/md/IFLG.png) no-repeat;
        width: 144px;
        height: 78px
    }

    .order_confirm_wrapper .order_toggle_details {
        border: 1px solid #bdbdbd;
        border-top: 0
    }

    .order_confirm_wrapper .order_toggle_details .order_details .order_details_header {
        font-size: .8125em
    }

    .order_confirm_wrapper .order_toggle_details .order_details .cart_order_list {
        font-size: .75em
    }

    .order_confirm_wrapper .order_toggle_details .order_details .amount-price {
        font-size: .8125em
    }

    .order_confirm_wrapper .cart_subtotal {
        font-size: .875em
    }

    .order_confirm_wrapper .order_total_text {
        font-size: .875em
    }

    .order_confirm_wrapper .order_total_price {
        font-size: 1.125em
    }

    .order_confirm_wrapper .order_conf_creatAnAccount .creatAnAccount_left .exculsive_offer_outerWrapper {
        font-size: .6875em
    }

    .order_confirm_wrapper .order_conf_creatAnAccount .creatAnAccount_left .quick_reOrder {
        font-size: .6875em
    }

    .order_confirm_wrapper .order_conf_creatAnAccount.logged_user .add_order_as_fav {
        font-size: 1.5em
    }

    .order_confirm_wrapper .order_conf_creatAnAccount.logged_user .creatAnAccount_left {
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-left: 15px
    }

    .order_confirm_wrapper .order_conf_creatAnAccount.logged_user .creatAnAccount_right {
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-left: 15px
    }

    .order_confirm_wrapper .order_conf_creatAnAccount.logged_user .creatAnAccount_right .btn {
        font-size: .75em
    }

    .order_confirm_wrapper .right_pannel_details {
        font-size: .875em
    }

    .order-is-in-progress {
        font-size: 1.125em
    }

    .add_an_address_modal {
        width: auto;
        height: 30px
    }

    .add_an_address_modal .modal_Close {
        width: 30px;
        height: 30px;
        background-position-x: -256px !important;
        background-position-y: -329px !important
    }

    .addAnAddress_outerWrapper .modal-content {
        overflow-y: auto
    }

    .addAnAddress_outerWrapper .address_popup_buttton {
        position: relative;
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        -webkit-box-shadow: 0 0 0 0 #FFF;
        -moz-box-shadow: 0 0 0 0 #FFF;
        box-shadow: 0 0 0 0 #FFF
    }

    .addAnAddress_outerWrapper .modal-footer {
        margin-bottom: 0
    }

    .user_profile_img {
        width: 70px;
        height: 70px
    }

    .user_profile_img img {
        width: 70px;
        height: 70px
    }

    .sign_in_page .signIN_header {
        font-size: 2.5em
    }

    .slick-track {
        padding: 0 20% 0 0
    }

    .slider_controller_wrapper {
        top: 50%;
        right: auto;
        bottom: auto;
        left: auto;
        margin-top: -20px;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0
    }

    .slider_controller_wrapper .slick-arrow {
        cursor: pointer;
        width: 23px;
        height: 40px
    }

    .slider_controller_wrapper .slick-arrow.slick-prev {
        background-position-x: -16px !important;
        background-position-y: -324px !important
    }

    .slider_controller_wrapper .slick-arrow.slick-next {
        background-position-x: -65px !important;
        background-position-y: -324px !important
    }

    .slider_controller_wrapper .slider_controller {
        height: 0
    }

    .single-item {
        min-height: 300px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .nCal_outerWrapper {
        margin-top: 10px;
        margin-right: 0;
        margin-bottom: 100px;
        margin-left: 0
    }

    .nCal_outerWrapper .nCal_deleteAll {
        font-size: .875em
    }

    .nCal_outerWrapper .nCal_singleItem_outerWrapper .nCal_singleItemName {
        font-size: .875em
    }

    .nCal_outerWrapper .nCal_infoDiv .nCal_heading {
        font-size: 1.875em;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 20px;
        margin-left: 0
    }

    .nCal_outerWrapper .nCal_infoDiv .nCal_mainInfo .nCal_heading {
        font-size: .875em
    }

    .nCal_outerWrapper .nCal_infoDiv .nCal_otherInfo {
        font-size: .875em
    }

    .home_loaction_outerWrapper {
        top: 50%;
        margin-top: -133px
    }

    .home_loaction_outerWrapper .lets_start_order .lets_start_order_heading {
        font-size: 3em;
        line-height: 50px
    }

    .home_loaction_outerWrapper .lets_start_order .picAndDel_outerWrap .picandDeltab {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 35px;
        padding-left: 20px
    }

    .home_loaction_outerWrapper .lets_start_order .picAndDel_outerWrap .picandDeltab .start_myOrder_outerDiv {
        background: 0 0
    }

    .home_loaction_outerWrapper .lets_start_order .picAndDel_outerWrap.alphaListing {
        margin-top: 0
    }

    .home_loaction_outerWrapper .lets_start_order .picAndDel_outerWrap.alphaListing .picandDeltab {
        min-height: 60px;
        background-color: rgba(255, 255, 255, .85)
    }

    .home_loaction_outerWrapper .lets_start_order .picAndDel_outerWrap.alphaListing ul.nav-tabs li a {
        border-top: 0
    }

    .home_loaction_outerWrapper .lets_start_order .picAndDel_outerWrap.alphaListing ul.nav-tabs li a.active {
        background-color: rgba(255, 255, 255, .85);
        bottom: 0
    }

    .home_loaction_outerWrapper .lets_start_order .picAndDel_outerWrap.alphaListing ul.nav-tabs li a.active:before {
        background-color: rgba(255, 255, 255, .85)
    }

    .home_loaction_outerWrapper .lets_start_order .picAndDel_outerWrap.alphaListing ul.nav-tabs li:first-child a {
        border-left: 0
    }

    .home_loaction_outerWrapper .lets_start_order .picAndDel_outerWrap.alphaListing ul.nav-tabs li:last-child a {
        border-right: 0
    }

    .home_loaction_outerWrapper .map_canvas {
        height: 255px
    }

    .homeTrackLocation_bg_img {
        min-height: 350px;
        background: 0 0
    }

    .home_clickOrder {
        margin-top: 20px;
        margin-right: 0;
        margin-bottom: 30px;
        margin-left: 0
    }

    .home_clickOrder .click_order_outerWrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }

    .home_clickOrder .click_order_outerWrapper .click_order_text .click_order_mainText {
        font-size: 1.875em;
        line-height: 30px;
        text-align: left
    }

    .home_clickOrder .click_order_outerWrapper .click_order_text .click_order_subText {
        font-size: .875em;
        text-align: left
    }

    .home_clickOrder .click_order_outerWrapper .click_order_button .btn {
        padding-top: .85em;
        padding-right: .85em;
        padding-bottom: .85em;
        padding-left: .85em
    }

    .oneClick_menu li a {
        font-size: .75em;
        line-height: 56px
    }

    .oneClick_menu li a:after {
        border-width: 28px 0 28px 15px
    }

    .oneClick_menu li a:before {
        border-width: 28px 0 28px 15px
    }

    .oneClick_menu li.active.oneClick_menu_profile .onClick_visited {
        display: none
    }

    .oneClick_menu li.active.oneClick_menu_address .onClick_visited {
        display: none
    }

    .oneClick_menu li.active.oneClick_menu_order .onClick_visited {
        display: none
    }

    .oneClick_menu li.active.oneClick_menu_confirmation .onClick_visited {
        display: none
    }

    .oneClick_menu li.active.done.oneClick_menu_profile .onClick_visited {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background-position-x: -224px;
        background-position-y: -310px;
        top: 50%;
        right: -7px;
        bottom: auto;
        left: auto;
        margin-top: -10px;
        z-index: 1;
        display: block
    }

    .oneClick_menu li.active.done.oneClick_menu_address .onClick_visited {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background-position-x: -224px;
        background-position-y: -310px;
        top: 50%;
        right: -7px;
        bottom: auto;
        left: auto;
        margin-top: -10px;
        z-index: 1;
        display: block
    }

    .oneClick_menu li.active.done.oneClick_menu_address .onClick_visited {
        background-position-x: -224px;
        background-position-y: -310px
    }

    .oneClick_menu li.active.done.oneClick_menu_order .onClick_visited {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background-position-x: -224px;
        background-position-y: -310px;
        top: 50%;
        right: -7px;
        bottom: auto;
        left: auto;
        margin-top: -10px;
        z-index: 1;
        display: block
    }

    .oneClick_menu li.active.done.oneClick_menu_order .onClick_visited {
        background-position-x: -224px;
        background-position-y: -310px
    }

    .oneClick_menu li.active.done.oneClick_menu_confirmation .onClick_visited {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background-position-x: -224px;
        background-position-y: -310px;
        top: 50%;
        right: -7px;
        bottom: auto;
        left: auto;
        margin-top: -10px;
        z-index: 1;
        display: block
    }

    .oneClick_menu li.active.done.oneClick_menu_confirmation .onClick_visited {
        background-position-x: -224px;
        background-position-y: -310px
    }

    .oneClick_menu li.oneClick_menu_profile .onClick_visited {
        display: none
    }

    .oneClick_menu li.oneClick_menu_address .onClick_visited {
        display: none
    }

    .oneClick_menu li.oneClick_menu_order .onClick_visited {
        display: none
    }

    .oneClick_menu li.oneClick_menu_confirmation .onClick_visited {
        display: none
    }

    .one-click-outerWrapper .one-click-header-outerWrapper .one-click-page-header {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 75px;
        min-height: 75px
    }

    .one-click-outerWrapper .one-click-header-outerWrapper .one-click-page-header:before {
        width: 50px;
        height: 48px;
        background-position-x: -237px;
        background-position-y: -193px
    }

    .one-click-outerWrapper .one-click-header-outerWrapper .one-click-page-header .one-click-page-header-desc {
        font-size: .875em;
        line-height: 14px
    }

    .one-click-outerWrapper .one-click-header-outerWrapper .one-click-page-header .one-click-page-header-title {
        font-size: 2em;
        line-height: 32px
    }

    .one-click-outerWrapper .one-click-header-outerWrapper .one-click-page-header.oneClick_profile_page_header:before {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        content: "";
        position: absolute;
        width: 65px;
        height: 75px;
        background-position-x: -19px;
        background-position-y: -786px
    }

    .one-click-outerWrapper .one-click-header-outerWrapper .one-click-page-header.oneClick_address_page_header:before {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        content: "";
        position: absolute;
        width: 65px;
        height: 75px;
        background-position-x: -19px;
        background-position-y: -786px
    }

    .one-click-outerWrapper .one-click-header-outerWrapper .one-click-page-header.oneClick_address_page_header:before {
        background-position-x: -124px;
        background-position-y: -786px
    }

    .one-click-outerWrapper .one-click-header-outerWrapper .one-click-page-header.oneClick_order_page_header:before {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        content: "";
        position: absolute;
        width: 65px;
        height: 75px;
        background-position-x: -19px;
        background-position-y: -786px
    }

    .one-click-outerWrapper .one-click-header-outerWrapper .one-click-page-header.oneClick_order_page_header:before {
        background-position-x: -19px;
        background-position-y: -883px
    }

    .one-click-outerWrapper .one-click-header-outerWrapper .one-click-page-header.oneClick_orderConfirm_page_header:before {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        content: "";
        position: absolute;
        width: 65px;
        height: 75px;
        background-position-x: -19px;
        background-position-y: -786px
    }

    .one-click-outerWrapper .one-click-header-outerWrapper .one-click-page-header.oneClick_orderConfirm_page_header:before {
        background-position-x: -124px;
        background-position-y: -883px
    }

    .one-click-outerWrapper .one-click-header-outerWrapper .one-click-header-button {
        margin-top: 0;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 0
    }

    .one-click-outerWrapper .one-click-header-outerWrapper .one-click-header-button .btn {
        font-size: .8125em
    }

    .one-click-outerWrapper .one-click-header-outerWrapper .one-click-header-button .btn:after {
        border-width: 20.5px 0 20.5px 15px;
        top: 0;
        right: -15px;
        bottom: auto;
        left: auto
    }

    .one-click-outerWrapper .one-click-header-outerWrapper .one-click-header-button .btn.active {
        color: #FFF;
        background: #e4002b
    }

    .one-click-outerWrapper .one-click-header-outerWrapper .one-click-header-button .btn.active:after {
        border-color: transparent transparent transparent #e4002b
    }

    .one-click-outerWrapper .one-click-innerDiv {
        padding-top: 40px;
        padding-right: 20px;
        padding-bottom: 40px;
        padding-left: 20px
    }

    .one-click-outerWrapper .one-click-innerDiv .inner_div_text {
        font-size: .875em
    }

    .one-click-outerWrapper .one-click-innerDiv .inner_div_text .onClick_profile_userDetails {
        width: 80px;
        height: auto
    }

    .one-click-outerWrapper .one-click-innerDiv .inner_div_header {
        font-size: 1.5em
    }

    .one-click-outerWrapper .one-click-innerDiv .one-click-favItem-outerWrapper {
        font-size: .8125em
    }

    .one-click-outerWrapper .half-circle .barOverflow {
        width: 520px;
        height: 394px;
        margin-top: 110px
    }

    .one-click-outerWrapper .half-circle .barOverflow .bar {
        width: 480px;
        height: 480px
    }

    .one-click-outerWrapper .half-circle .barOverflow .bar .progress_percent {
        width: 40px;
        height: 40px;
        top: auto;
        right: auto;
        bottom: -20px;
        left: 50%;
        font-size: 1em;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px
    }

    .one-click-outerWrapper .half-circle .timer-image {
        background: url(OnlineOrderingImages/Shared/md/timer-image.png) no-repeat;
        width: 234px;
        height: 195px;
        margin: 0 auto;
        top: -117px;
        right: auto;
        bottom: auto;
        left: 50%;
        margin-left: -98px
    }

    .one-click-outerWrapper .half-circle .one-click-halfCircle-textWrapper .secondary_text {
        font-size: 1.625em;
        line-height: 28px
    }

    .one-click-outerWrapper .half-circle .one-click-halfCircle-textWrapper .primary_text {
        font-size: 2.5em;
        line-height: 46px
    }

    .one-click-outerWrapper .half-circle .halfCircle_totalAmount {
        font-size: 1.25em;
        margin-top: 30px
    }

    .one-click-outerWrapper .half-circle .halfCircle_totalAmount .halfCircle_totalAmount_price {
        font-size: 1.5em
    }

    .one-click-outerWrapper .half-circle .halfCircleContentDiv {
        top: 130px;
        right: auto;
        bottom: auto;
        left: auto
    }

    .contact_us_header {
        font-size: 2.5em
    }

    .connect_us_outerWrapper {
        margin-top: 15px;
        margin-right: 0;
        margin-bottom: 30px;
        margin-left: 0;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 30px;
        padding-left: 0
    }

    .connect_us_outerWrapper .contact_heading {
        font-size: .875em
    }

    .connect_us_outerWrapper .contact_details {
        font-size: 1.125em
    }

    .get_in_touch {
        margin-top: 15px;
        margin-right: 0;
        margin-bottom: 30px;
        margin-left: 0;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 30px;
        padding-left: 0
    }

    .get_in_touch .getInTouch_content {
        font-size: 1em
    }

    .enquiry_type {
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .branding_tiles_one {
        margin-top: 15px
    }

    .branding_tiles_one li {
        padding-top: 0;
        padding-right: 5px;
        padding-bottom: 0;
        padding-left: 5px
    }

    .branding_tiles_one li:nth-child(2n+1) {
        padding-top: 0;
        padding-right: 10px;
        padding-bottom: 0;
        padding-left: 0
    }

    .branding_tiles_one li:nth-child(2n+3) {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 10px
    }

    .branding_tiles_two li {
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0
    }

    .pagination .page-link {
        border: 0 solid #bdbdbd;
        color: #101820
    }

    .pagination .page-link:focus {
        background-color: #e4002b;
        color: #FFF
    }

    .pagination .page-link:hover {
        background-color: #e4002b;
        color: #FFF
    }

    .feedback_text {
        font-size: 1.25em
    }

    .star {
        font-size: 1.5em
    }

    .gift_card_success_message .its_finger_licking_good:after {
        margin-left: -72px
    }

    .gift_card_success_message .deliver_message {
        font-size: 1em
    }

    .about-page .kfc-story-sect, .merchandice .kfc-story-sect {
        background: #e4002b;
        text-align: center;
        color: #FFF;
        font-size: 1.0625em;
        padding-top: 50px;
        padding-right: 0;
        padding-bottom: 50px;
        padding-left: 0
    }

    .about-page .circle-counter, .merchandice .circle-counter {
        width: 207px;
        height: 207px;
        position: relative
    }

    .about-page .circle-counter .counter, .merchandice .circle-counter .counter {
        font-size: 3.5em
    }

    .about-page .kfc-counter-sect, .merchandice .kfc-counter-sect {
        background: url(OnlineOrderingImages/StaticPage/aboutus/bg-counter-sect.jpg) repeat-x #e4002b;
        padding: 50px 0;
        background-position: 0 center;
        height: auto
    }

    .about-page .since, .merchandice .since {
        top: auto;
        left: auto
    }

    .about-page .restaurants, .merchandice .restaurants {
        left: auto;
        top: auto
    }

    .about-page .countries, .merchandice .countries {
        top: auto;
        left: auto
    }

    .about-page .kfc-history-sect, .merchandice .kfc-history-sect {
        background: url(OnlineOrderingImages/StaticPage/aboutus/timeline-bg.jpg) #e4002b no-repeat;
        background-position: bottom left
    }

    .about-page .kfc-history-sect h1, .merchandice .kfc-history-sect h1 {
        font-size: 3.75em
    }

    .about-page .kfc-timeline, .merchandice .kfc-timeline {
        width: 100%;
        height: 385px;
        margin-top: 385px;
        border-top: 1px solid #FFF;
        position: relative;
        border-bottom: 0
    }

    .about-page .card, .merchandice .card {
        width: 218px;
        height: 300px;
        position: absolute
    }

    .about-page .card.lower:after, .merchandice .card.lower:after {
        top: -28px;
        bottom: auto
    }

    .about-page .card.upper:after, .merchandice .card.upper:after {
        bottom: -28px
    }

    .about-page .timeline-wrapper, .merchandice .timeline-wrapper {
        width: 100%;
        height: 770px
    }

    .resetpwd-modal .hellotxt {
        font-size: 1.5em;
        margin-bottom: 10px
    }

    .resetpwd-modal .desc-txt {
        font-size: .875em
    }
}

@media (min-width: 768px) and (max-width: 467px) {
    .payment_Info_Header.active a:after {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (min-width: 468px) {
    .payment_Info_Header.active a:after {
        background: url(images/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (max-width: 467px) {
    footer .downloadMobile {
        background: url(images/sprite.png) no-repeat;
        background-position-x: -12px !important;
        background-position-y: -132px !important;
        /*.bg-size(auto,920px) !important;*/
    }
}
@media (min-width: 768px) and (min-width: 468px) {
    footer .downloadMobile {
        background: url(images/sprite.png) no-repeat;
        background-position-x: -12px !important;
        background-position-y: -132px !important;
        width: 80px;
        height: 35px;
    }
}
@media (min-width: 768px) and (max-width: 467px) {
    footer .downloadApple {
        background: url(images/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (min-width: 468px) {
    footer .downloadApple {
        background: url(images/sprite.png) no-repeat;
        background-position-x: -92px !important;
        background-position-y: -132px !important;
        width: 100px;
        height: 40px;
    }
}
@media (min-width: 768px) and (max-width: 467px) {
    footer .downloadAndroid {
        background: url(images/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (min-width: 468px) {
    footer .downloadAndroid {
        background: url(images/sprite.png) no-repeat;
        background-position-x: -199px !important;
        background-position-y: -132px !important;
        width: 100px;
        height: 45px;
    }
}
@media (min-width: 768px) and (max-width: 467px) {
    .top-header-bar .one-click-button {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (min-width: 468px) {
    .top-header-bar .one-click-button {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (max-width: 467px) {
    .bottom-header-bar .search-bucket {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (min-width: 468px) {
    .bottom-header-bar .search-bucket {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (max-width: 467px) {
    .bottom-header-bar .cart-counter {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (min-width: 468px) {
    .bottom-header-bar .cart-counter {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (max-width: 467px) {
    footer .fb_icon {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (min-width: 468px) {
    footer .fb_icon {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (max-width: 467px) {
    footer .insta_icon {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (min-width: 468px) {
    footer .insta_icon {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (max-width: 467px) {
    footer .youtube_icon {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (min-width: 468px) {
    footer .youtube_icon {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (max-width: 467px) {
    footer .twitter_icon {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (min-width: 468px) {
    footer .twitter_icon {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (max-width: 467px) {
    .footer_strip {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (min-width: 468px) {
    .footer_strip {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (max-width: 467px) {
    .already_user_outerWrapper .modal_Close {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (min-width: 468px) {
    .already_user_outerWrapper .modal_Close {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (max-width: 467px) {
    .offer_outerWrapper .offer_innerWrapper .image_hover_text .best_seller {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (min-width: 468px) {
    .offer_outerWrapper .offer_innerWrapper .image_hover_text .best_seller {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (max-width: 467px) {
    .coupons_modal .modal-dialog .modal_Close {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (min-width: 468px) {
    .coupons_modal .modal-dialog .modal_Close {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (max-width: 467px) {
    .checkoutOptpModal .checkout_close_otp .modal_Close {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (min-width: 468px) {
    .checkoutOptpModal .checkout_close_otp .modal_Close {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (max-width: 467px) {
    .add_an_address_modal .modal_Close {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (min-width: 468px) {
    .add_an_address_modal .modal_Close {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (max-width: 467px) {
    .slider_controller_wrapper .slick-arrow {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    }
}
@media (min-width: 768px) and (min-width: 468px) {
    .slider_controller_wrapper .slick-arrow {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1024px
    }

    .bottom-header-bar .deliveryAddress-info .details .restautantAddLink {
        max-width: 375px
    }

    .main_slider_img {
        width: calc(100%)
    }
}

@media (min-width: 1025px) {
    .homeTrackLocation_bg_img {
        min-height: 350px;
        background: #CCC
    }
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@media (max-width: 767px) {
    .menu_category_wrapper {
        padding-bottom: 10px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .menu_category_wrapper .menuwrapp .menu_category_innerWrapper {
        flex-direction: column;
        justify-content: center
    }

    .menu_category_wrapper .menuwrapp .menu_category_innerWrapper .cat_image {
        display: flex;
        justify-content: center
    }

    .menu_category_wrapper .menuwrapp .menu_category_innerWrapper .cat_image img {
        width: 61px !important
    }
}

.lds-spinner {
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 32px;
    z-index: 3;
    right: 15px;
    top: 3px
}

.lds-spinner div {
    transform-origin: 16px 16px;
    animation: lds-spinner 1.2s linear infinite
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 16px;
    width: 1px;
    height: 9px;
    border-radius: 20%;
    background: #c60328
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0);
    animation-delay: -1.1s
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -.9s
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -.8s
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -.7s
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -.6s
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -.5s
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -.4s
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -.3s
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -.2s
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -.1s
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s
}

@keyframes lds-spinner {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@media only screen and (max-width: 768px) {
    .mob-padding-top-6 {
        padding-top: 6px
    }

    .menu_category_wrapper .menuwrapp {
        border-right: 1px solid #ccc
    }

    .menu_category_wrapper .menuwrapp.active {
        border-right: 0 solid #ccc;
        background: #fff
    }

    .menu_category_wrapper .menuwrapp.active .default-selected {
        opacity: 0;
        display: none
    }

    .menu_category_wrapper .menuwrapp .white-selected {
        opacity: 0;
        display: none
    }

    .menu_category_wrapper .menuwrapp.active .white-selected {
        opacity: 1;
        display: block
    }

    .giftCard_tabHeader li a .giftActiveTabName {
        font-size: 11px
    }

    .giftCard_tabHeader li a {
        font-size: 11px
    }
}

.gm-style-iw div {
    overflow: hidden !important;
    line-height: 1.35em
}

.frame-line {
    border: 1px solid;
    margin-left: 12px;
    max-width: 318px;
    margin-bottom: 10px;
    padding: 0;
    max-height: 302px
}

.social_iframe {
    border: 1px solid #000
}

.frame-line .insta_img {
    width: 100%
}

._2p3a {
    width: 316px !important
}

@media (min-width: 768px) {
    .deliveryaddress-details-form {
        height: 340px
    }

    .coupon-scroll {
        height: 340px;
        overflow-y: scroll
    }

    .coupon-scroll::-webkit-scrollbar, .deliveryaddress-details-form::-webkit-scrollbar {
        width: 12px
    }

    .coupon-scroll::-webkit-scrollbar-track, .deliveryaddress-details-form::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        border-radius: 10px
    }

    .coupon-scroll::-webkit-scrollbar-thumb, .deliveryaddress-details-form::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
    }
}

.copy-rem {
    padding-bottom: .25em !important
}

.text_rem {
    padding-bottom: 4rem !important
}

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

    .mobile {
        display: none !important
    }
}

@media (max-width: 768px) {
    .desk {
        display: none !important
    }

    .mobile {
        display: block !important
    }
}

.text-wrap-mobile {
    white-space: -moz-pre-wrap;
    white-space: -hp-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -pre-wrap;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
    word-break: break-all;
    width: 152px
}

.descri {
    width: 107px
}

.search_outerWrapper.viewsearchResult {
    -webkit-overflow-scrolling: touch
}

.strLOC {
    background-position: -198px -739px !important;
    display: block;
    width: 30px;
    height: 22px;
    top: -6px;
    position: relative;
    left: -17px;
    padding-left: 10px
}

@media (max-width: 467px) {
    .strLOC {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat
    }
}

@media (min-width: 468px) {
    .strLOC {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat
    }
}

.strMob {
    background-position-x: -202px !important;
    background-position-y: -550px !important;
    display: block;
    width: 52px;
    height: 19px
}

@media (max-width: 467px) {
    .strMob {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat
    }
}

@media (min-width: 468px) {
    .strMob {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat
    }
}

#infobox .btn {
    padding: .5em !important
}

.address-dyn-header {
    top: 6px;
    position: relative
}

.mobile-adrs-anchor {
    margin-top: -6px
}

.delivery-set {
    margin-right: -2.78rem !important
}

#partitioned:hover, #txtOtp1:hover, #txtPaytmwltOtp1:hover {
    border: 1px solid #fff;
    border-color: #fff
}

#partitioned, #txtOtp1 {
    border: 0 !important;
    padding-left: 12px;
    line-height: .4;
    width: 160px;
    background: repeating-linear-gradient(138deg, #979797 0, #979797 21px, transparent 0, transparent 28px) 0 1px no-repeat;
    font-size: 15px;
    letter-spacing: 35px;
    color: #444;
    background-position: 3% 19px
}

#txtPaytmwltOtp1 {
    display: block;
    margin: 0 !important;
    border: 0 !important;
    padding: 5px 0 2px 5px !important;
    color: #444;
    line-height: .4;
    width: 200px;
    background: repeating-linear-gradient(90deg, #979797 0, #979797 19px, transparent 0, transparent 30px) 0 1px no-repeat;
    font-size: 16px;
    letter-spacing: 22.5px;
    background-position: 3% 25px
}

.cursor-disabled {
    color: transparent !important;
    text-shadow: 0 0 0 #444
}

#partitioned:focus {
    outline: 0;
    color: #444;
    border: 0 !important
}

#divInner {
    left: 0;
    position: sticky
}

#divOuter, #divOuterCheckout, #divOuterLogin {
    margin: 0 auto;
    width: 160px
}

#divOuterCheckout {
    margin: 0 auto;
    width: 180px;
    overflow: hidden
}

p.KFC-go-social {
    font-size: 18px;
    font-weight: 400 !important;
    text-transform: initial
}

@media (max-width: 590px) {
    .fix-it {
        position: fixed
    }
}

@media only screen and (max-width: 767px) {
    .track_order_portion .track_order_outerWrapper .track_order_text {
        margin-left: 20px;
        font-size: .64em
    }

    .top-sel {
        margin-top: 4%
    }
}

#infobox .btn {
    padding: .5em !important
}

@media only screen and (min-width: 767px) {
    .top-sel {
        margin-top: -8%
    }

    .coupon-text {
        padding-top: 5px
    }

    .social_iframe {
        width: 301.33px
    }
}

.home_tiles li {
    margin-bottom: 10px
}

.cartold_price {
    font-size: .875em;
    text-decoration: line-through;
    color: #999;
    font-weight: 700;
    padding-right: 5px
}

.margin-bottom3 {
    margin-bottom: 3px !important
}

.position-rel-cart {
    position: relative;
    margin-top: 27px;
    background: #fff;
    z-index: 1000
}

.position-abs-name {
    position: absolute
}

.price_and_increase .is_item_added .form-control {
    height: 27px
}

.width-100p {
    width: 100%
}

.overflow-y-overlay {
    overflow-y: overlay
}

.height35 {
    height: 35px
}

.cartitem_price.promoItem {
    display: block !important;
    height: 45px !important
}

.cartitem_price.promoItem > span {
    display: block
}

span.old_price.ng-binding {
    color: #e4002b !important
}

.text-align-right {
    text-align: right
}

.padding-bottom-20 {
    padding-bottom: 20px
}

.padding-bottom-10 {
    padding-bottom: 10px
}

.padding-bottom-6 {
    padding-bottom: 6px
}

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

.bottom-border {
    border-bottom: 1px solid #dedede;
    margin-bottom: 29px
}

.smg-text {
    font-size: 11px;
    color: #000
}

.line-height-normal {
    line-height: normal
}

.smart-bannaer-logo {
    background: url(OnlineOrderingImages/Shared/xs/logo_kfc.svg) no-repeat;
    width: auto;
    height: 42px;
    background-size: contain
}

.font-size-11 {
    font-size: 11px
}

.font-size-10 {
    font-size: 10px
}

.font-white {
    color: #fff
}

.back-black {
    background-color: #000
}

.padding-top-5 {
    padding-top: 5px
}

.smart-bannar-close {
    line-height: 1.6 !important;
    color: #fff !important;
    opacity: .8 !important
}

.margin-right-8 {
    margin-right: 8px
}

.smart-bannar-install-btn-align {
    padding-top: 5px;
    padding-left: 10px
}

.margin-top-2 {
    margin-top: 2px
}

.hidden {
    display: none !important
}

.fbLoginLink span {
    color: #fff;
    width: 20px;
    display: inline-block;
    margin-right: 5px;
    background: url(OnlineOrderingImages/Shared/FB.svg);
    padding-right: 11%;
    width: 15px;
    right: -8px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    height: 27px
}

.margin-top-20 {
    margin-top: 20px
}

.btn_google {
    background: #fff;
    color: #101820;
    border: 1px solid #cacaca
}

.btn_google:hover {
    color: #e94b35 !important;
    border: 1px solid #a7a4a4
}

.btn.btn_fb:hover {
    background: #39599a
}

.btn_google span {
    color: #fff;
    width: 20px;
    height: 30px;
    display: inline-block;
    margin-right: 5px;
    background: url(OnlineOrderingImages/Shared/icon_G_n.png) no-repeat;
    padding-right: 11%;
    width: 15px;
    height: 26px;
    right: -8px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    height: 27px
}

.login-icon-text {
    padding-top: 5px;
    margin-bottom: 0
}

li.nav-item.float-left.active {
    background-color: #e4002b;
    margin-top: -3px;
    padding-bottom: 3px
}

.bottom-header-bar .navbar li.active a.offer-arrow:after {
    content: "";
    width: 0;
    position: absolute;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #e4002b transparent;
    transform: rotate(180deg);
    z-index: 2
}

.bottom-header-bar .navbar li.active a.menu-arrow:after {
    content: "";
    width: 0;
    position: absolute;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #e4002b transparent;
    transform: rotate(180deg);
    z-index: 2
}

.bottom-header-bar .navbar li.active a.merchandice-arrow:after {
    content: "";
    width: 0;
    position: absolute;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #e4002b transparent;
    transform: rotate(180deg);
    z-index: 2
}

.modal-full {
    min-width: 100%;
    margin: 0;
}

.modal-full-height {
    min-height: 100% !important;
    margin: 0;
}

.search-close {
    width: 40px;
    height: 55px;
    margin-right: 500px !important;
    margin-top: 60px !important;
    background-color: #fff !important;
    opacity: 1;
    z-index: 111;
    background-position-x: -252px !important;
    background-position-y: -317px !important;
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
}

button:hover {
    opacity: 1 !important;
}

.map-container-5 {
    overflow: hidden;
    padding-bottom: 0px;
    position: relative;
    height: 0;
}

.map-container-5 iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

@media (max-width: 420px) {
    a.nav-link.text-uppercase.margin-adjust.menu-arrow.white {
        padding-left: 6px
    }

    a.nav-link.text-uppercase.margin-adjust.merchandice-arrow.white {
        padding-left: 6px
    }

    a.nav-link.text-uppercase.margin-adjust.offer-arrow.white {
        padding-right: 6px
    }

    .bottom-header-bar .navbar li.active a.offer-arrow:after {
        top: 26px
    }

    .bottom-header-bar .navbar li.active a.menu-arrow:after {
        top: 26px
    }

    .bottom-header-bar .navbar li.active a.merchandice-arrow:after {
        top: 26px
    }

    .mob-margin-left-4 {
        padding-left: 4px
    }

    .map_canvas {
        height: 200px
    }

    .bottom-header-bar .navbar li.active a.offer-arrow:after {
        left: 3%
    }

    .bottom-header-bar .navbar li:not(:last-child).active a.menu-arrow:after {
        left: 36%
    }

    .bottom-header-bar .navbar li:last-child.active a.menu-arrow:after {
        left: 56%
    }

    .bottom-header-bar .navbar li.active a.merchandice-arrow:after {
        left: 69%
    }

    .bottom-header-bar .navbar li a {
        color: #fff !important
    }

    .slideshow-navigation-button {
        display: none;
    }

    .main_slider_img {
        width: 100%;
    }

    section {
        height: 175px;
    }

    .search_outerWrapper {
        margin-top: 145px;
    }

    .search-close {
        width: 40px;
        height: 45px;
        margin-right: 40px !important;
        margin-top: 88px !important;
        background-color: #fff !important;
        opacity: 1;
        z-index: 111;
        background-position-x: -252px !important;
        background-position-y: -320px !important;
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    }

}

@media (min-width: 421px) {
    li.nav-item.float-left.active {
        margin-top: -11px !important;
        padding-bottom: 6px !important;
        margin-bottom: -8px !important
    }

    .bottom-header-bar .navbar li.active a {
        padding-top: 13px !important
    }

    li.nav-item.float-left {
        margin-top: -9px !important
    }

    .bottom-header-bar .navbar li a {
        padding-top: 9px !important
    }

    .bottom-header-bar .navbar li.active a.offer-arrow:after {
        top: 39px
    }

    .bottom-header-bar .navbar li.active a.menu-arrow:after {
        top: 39px
    }

    .margin-adjust {
        padding-right: 15px !important;
        padding-left: 15px !important
    }

    .bottom-header-bar .navbar li.active a.offer-arrow:after {
        left: 26px
    }

    .bottom-header-bar .navbar li.active a.menu-arrow:after {
        left: 111px
    }

    .bottom-header-bar .navbar li a {
        color: #fff !important
    }
}

@media screen and (max-width: 380px) {
    .fullwidth .slick-slide {
        width: 100% !important
    }

    .fullwidth .slick-track {
        width: 100% !important
    }
}

.allSvgBlock {
    width: 10px;
    height: 10px;
    overflow: hidden;
    opacity: 0
}

.red-imp {
    color: #e4002b !important
}

@media (min-width: 468px) {
    .margin-left-adjust {
        margin-left: -30px
    }
}

@media (max-width: 467px) {
    .margin-left-adjust {
        margin-left: -20px
    }

    #secondary-header .margin-left-adjust {
        margin-left: -20px;
        display: flex;
        flex-wrap: wrap-reverse;
    }

    #secondary-header .mnHdr--bkgnd__res {
        background-color: #000;
        height: 40px;
        color: #fff;
        font-size: 11px;
    }

}

.margin-top-6 {
    margin-top: 6px
}

a.shopping-cart {
    color: #fff
}

.greenTick {
    width: 30px;
    height: 30px;
    background-position: -148px -1076px !important;
    position: absolute;
    opacity: 1;
    font-size: 0
}

@media (max-width: 467px) {
    .greenTick {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat
    }
}

@media (min-width: 468px) {
    .greenTick {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat
    }
}

@media screen and (max-width: 767px) {
    .menu_category_wrapper {
        -webkit-box-shadow: 1px 1.73px 14px 0 #999;
        -moz-box-shadow: 1px 1.73px 14px 0 #999;
        box-shadow: 1px 1.73px 14px 0 #999;
        background: #FFF
    }

    .menu_category_wrapper {
        padding-bottom: 10px
    }



.cart-view-mob {
    background: #000;
    height: 63px;
    color: #fff;
    z-index: 7;
    bottom: -13px;
}
}

.gm-style-iw.gm-style-iw-c {
    padding-right: 12px !important;
    padding-bottom: 12px !important
}

.overlapOneClickNav.active {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
    background-color: #e82d2d !important;
    padding-bottom: 0 !important
}

.overlapOneClickNav {
    float: left !important
}

.ad-text {
    position: absolute;
    font-size: 16px;
    font-weight: 800;
    top: 52%;
    color: #fff;
    width: 100%;
    text-align: center
}

.ad-image-align {
    width: 100%
}

.mobileAdModal {
    background: rgba(33, 37, 41, .9);
    position: fixed;
    z-index: 99999;
    top: 0
}

.ad-close {
    position: absolute;
    padding: 0;
    width: 100%
}

.ad-close-bg-image {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    width: 36px;
    height: 37px;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-position-x: -389px;
    background-position-y: -439px;
    float: right;
    background-size: auto 1500px
}

#modalPaymentFail .modal-dialog {
    height: 82%;
    align-items: center;
    display: flex
}

.ad-image {
    padding: 21px;
    padding-top: 42px
}

.new {
    background: url(OnlineOrderingImages/Shared/new.png);
    height: 28px;
    width: 28px;
    position: absolute;
    background-size: 28px 28px;
    background-repeat: no-repeat;
    margin-top: -14px;
    transform: rotate(-30deg);
    transform-origin: 45% 40%;
    right: 0
}

.mer {
    text-align: right
}

@media (max-width: 467px) {
    .couponClose .close {
        padding-right: 12px;
        padding-top: 10px;
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        background-position-x: -220px;
        background-position-y: -861px;
        content: "";
        width: 36px;
        height: 33px
    }
}

@media (min-width: 468px) {
    .couponClose .close {
        padding-right: 12px;
        padding-top: 10px;
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        background-position-x: -35px;
        background-position-y: -511px;
        content: "";
        width: 36px;
        height: 33px
    }
}

.couponClose {
    width: 100%
}

.start_my_order {
    font-size: 1em !important
}

@media (max-width: 467px) {
    .start_myOrder_outerDiv button {
        padding: .85em !important
    }

    .start_myOrder_outerDiv {
        padding-top: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 15px !important;
        padding-left: 15px !important
    }
}

@media (min-width: 468px) {
    .start_my_order {
        font-size: 1em !important;
        padding: .4em !important
    }
}

@media (min-width: 768px) {
    .start_my_order {
        font-size: 1em !important;
        padding: .4em !important
    }
}

.titleGiftCard:after {
    background-image: url(OnlineOrderingImages/Shared/india.png);
    content: "";
    top: 6px;
    padding-right: 32px;
    background-size: 32px;
    padding-bottom: 8px;
    height: 41px;
    margin-left: 61px
}

div#gift_card_outerWrapperMain p {
    text-align: center
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block;
    outline: 0
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-disabled {
    opacity: .02
}

.search-close {
    margin-right: 225px;
    margin-top: 38px;
    margin-top: 62px;
    background-color: #fff;
    opacity: 1;
    z-index: 111;
}


.picandDeltab {
    position: relative;
    padding-top: 8px !important;
}
@media (max-width: 467px) {
    .picandDeltab .location-header {
        margin-bottom: 10px;
    }
}
@media (min-width: 468px) {
    .picandDeltab .location-header {
        margin-bottom: 17px;
        margin-left: 0px;
    }
}
.picandDeltab .location-header .red-font {
    color: #e4002b !important;
}
@media (max-width: 467px) {
    .picandDeltab .location-header .red-font {
        padding-left: 10px;
        font-size: 0.915em;
    }
}
@media (min-width: 468px) {
    .picandDeltab .location-header .red-font {
        padding-left: 8px;
        font-size: 1.6em;
    }
}
@media (max-width: 467px) {
    .picandDeltab .location-header .lh-left {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        background-position-x: -260px !important;
        background-position-y: -1315px !important;
        height: 22px;
        width: 25px;
    }
}
@media (min-width: 468px) {
    .picandDeltab .location-header .lh-left {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        background-position-x: -246px !important;
        background-position-y: -639px !important;
        height: 33px;
        width: 27px;
        max-width: 32px;
        padding-left: 0px;
    }
}

/******* Code by Tawhid ***********/

.select-mode-content picture {
    background-color: rgba(16, 46, 72, 0.6);
    background-blend-mode: multiply;
}

.select-mode-content {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.select-mode-content .mode-overlay {
    background: rgba(00, 45, 114, 0.8);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.mode-image {
    width: 100%;
}

.mode-details {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 20%;
}

.mode-title {
    width: 80%;
    margin: auto;
}

.mode-details h2 {
    display: inline-block;
    position: relative;
    transition: all 300ms ease-out;
    will-change: transform;
    text-transform: uppercase;
    font-weight: bolder;
    color: white;
}

.mode-details button {
    width: 100%;
    box-shadow: 1px 1.73px 14px 0 #424242;
    margin-top: 20px;
}

h4.titel-ban {
    position: relative;
    font-size: 20px;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 10px;
    color: #0e0e0e;
    font-weight: 700;
    text-transform: uppercase;
    font-family: sans-serif;
}

h4.titel-ban:before, h4.titel-ban:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 28%;
    height: 1px;
    content: '\a0';
    background-color: #ccc;
}

h4.titel-ban:before {
    margin-left: -29%;
}

h4.titel-ban:after {
    margin-left: 1%;
    text-align: right;
}

.box-shadow-none {
    box-shadow: none;
}

#lets_start_order {
    bottom: 0px;
}

#tabs {
    height: 100%;
}

.border-bottom-set {
    border: none !important;
    border-bottom: 1px solid #ababab !important;
    padding-bottom: 5px !important;
    margin-left: 10px !important;
}

.delivery-option-or {
    color: #9e9e9e;
    text-align: center;
    padding-bottom: 10px;
}

.height100p {
    height: 100%;
}

.pickup.address_cross {
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    content: "";
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    background-position: -107px -410px;
}
.current_location .adjust {
    float: left;
}
.current_location:before {
    background: url(OnlineOrderingImages/Shared/md/sprite_md.png) no-repeat;
    content: "";
    position: absolute;
    width: 20px;
    height: 17px;
    right: 0;
    left: -12px;
    background-position-x: -112px;
    background-position-y: -382px;
}
.current_location:before {
    top: 2px;
}
.use-my-location {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding-top: 9px;
    cursor: pointer;
}
.current_location {
    padding-left: 10px;
    color: #9e9e9e;
    font-size: 0.9em;
    display: inline-block;
    width: 100%;
}
.turn-on {
    color: #fff;
    padding: 4px 15px 4px 15px;
    float: right;
    background: #e4002b;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 12px;
}
.padding-left-adjust {
    padding-left: 27px;
}
.curbsite.message {
    width: 360px;
}
.width-auto {
    width: auto !important;
}
.width100 {
    width: 100% !important;
}
.display-inline-flex {
    display: inline-flex;
}
.cur-pointer {
    cursor: pointer;
}
@media (max-width: 467px) {
    .delivery-icon {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        width: 55px;
        height: 31px;
        background-position-x: -6px !important;
        background-position-y: -1419px !important;
    }
}
@media (min-width: 468px) {
    .delivery-icon {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        width: 80px;
        height: 40px;
        background-position-x: -3px !important;
        background-position-y: -1670px !important;
    }
}
@media (max-width: 467px) {
    .delivery-icon.active {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        width: 55px;
        height: 31px;
        background-position-x: -72px !important;
        background-position-y: -1419px !important;
    }
}
@media (min-width: 468px) {
    .delivery-icon.active {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        width: 80px;
        height: 40px;
        background-position-x: -92px !important;
        background-position-y: -1670px !important;
    }
}
@media (max-width: 467px) {
    .takeaway-icon {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        width: 55px;
        height: 31px;
        background-position-x: -127px !important;
        background-position-y: -1419px !important;
    }
}
@media (min-width: 468px) {
    .takeaway-icon {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        width: 60px;
        height: 40PX;
        background-position-x: -181px !important;
        background-position-y: -1670px !important;
    }
}
@media (max-width: 467px) {
    .takeaway-icon.active {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        width: 55px;
        height: 31PX;
        background-position-x: -175px !important;
        background-position-y: -1419px !important;
    }
}
@media (min-width: 468px) {
    .takeaway-icon.active {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        width: 60px;
        height: 40PX;
        background-position-x: -243px !important;
        background-position-y: -1670px !important;
    }
}
@media (max-width: 467px) {
    .dinein-icon {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        width: 55px;
        height: 31PX;
        background-position-x: -77px !important;
        background-position-y: -1465px !important;
    }
}
@media (min-width: 468px) {
    .dinein-icon {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        width: 60px;
        height: 40PX;
        background-position-x: -1px !important;
        background-position-y: -1846px !important;
    }
}
@media (max-width: 467px) {
    .dinein-icon.active {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        width: 55px;
        height: 31PX;
        background-position-x: -135px !important;
        background-position-y: -1465px !important;
    }
}
@media (min-width: 468px) {
    .dinein-icon.active {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        width: 60px;
        height: 40PX;
        background-position-x: -67px !important;
        background-position-y: -1846px !important;
    }
}

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

.start_my_order {
    font-size: 1em !important;
}
@media (max-width: 467px) {
    .offer-wallet-show {
        display: block !important;
    }
    /*.slick-slide img {
          height: 62px;
      }
      .slick-list.draggable {
          height: 62px !important;
      }*/
    .start_myOrder_outerDiv button {
        padding: 0.85em !important;
    }
    .start_myOrder_outerDiv {
        padding-top: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 15px !important;
        padding-left: 15px !important;
    }
}
@media (min-width: 468px) {
    .start_my_order {
        font-size: 1em !important;
        padding: 0.4em !important;
    }
    .offer-wallet .img {
        height: 90px;
    }
    .offer-wallet .draggable {
        height: 90px !important;
    }
}
@media (min-width: 768px) {
    .start_my_order {
        font-size: 1em !important;
        padding: 0.4em !important;
    }
}
@media (min-width: 1200px) {
    /*.offer-wallet .img {
          height: 102px;
      }*/
    .offer-wallet .draggable {
        height: 102px !important;
    }
}
.offer-wallet-show {
    display: block !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.change-location {
    width: 172px;
    height: 39px;
    border: 1.4px solid #fff;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    padding: 6px;
    text-transform: none;
}

.recom .carousel-nav-icon {
    padding: 10px;
    background-color: #e4002b !important;
    border-radius: 7px;
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    height: 28px;
    width: 30px;
    margin-top: -14px;
    background-position-x: -228px !important;
    background-position-y: -1753px !important;
}

.recom .carousel-nav-icon.slick-next {
    padding: 10px;
    background-color: #e4002b !important;
    border-radius: 7px;
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    height: 28px;
    width: 30px;
    margin-top: -14px;
    background-position-x: -270px !important;
    background-position-y: -1753px !important;
    position: absolute;
    right: -35px;
}
.recom .carousel-nav-icon.slick-prev {

    padding: 10px;
    background-color: #e4002b !important;
    border-radius: 7px;
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    height: 28px;
    width: 30px;
    margin-top: -14px;
    background-position-x: -228px !important;
    background-position-y: -1753px !important;
    position: absolute;
    left: -35px;
}

/****Recommonded****/

.recom #recommobcarousel {
    margin: auto;
    width: 100%;
    /*max-width: 600px;*/
    /*text-align: center;*/
    font-size: 12px;
    color: #101820;
    padding: 5px;
    font-weight: 800;
    /* box-shadow: 20px 20px 0 0 #B2DFDB, 40px 40px 0 0 #80CBC4;*/
}


.recom #carouselrecom {
    margin: auto;
    width: 100%;
    /*max-width: 600px;*/
    /*text-align: center;*/
    font-size: 12px;
    color: #101820;
    padding: 5px 0px 5px 10px;
    font-weight: 800;
    /* box-shadow: 20px 20px 0 0 #B2DFDB, 40px 40px 0 0 #80CBC4;*/
}

.recom .item {

    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.cart .item {
    padding: 0px 15px;
}

.recom .owl-nav {
    position: absolute;
    height: 0;
    top: 50%;
    left: 10px;
    right: 10px;
}
.recom .owl-nav [class^="owl"] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #4DB6AC;
    position: absolute;
    top: -12px;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.recom .owl-nav [class^="owl"]:after {
    content: "";
    display: block;
    border: 6px solid transparent;
    position: absolute;
    top: calc(50% - 6px);
    -webkit-transition: opacity 0.2s ease 0.2s;
    transition: opacity 0.2s ease 0.2s;
}
.recom .owl-nav [class^="owl"].disabled {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.recom  .owl-nav [class^="owl"].disabled:after {
    opacity: 0;
}
.recom .owl-nav > :first-child {
    padding: 10px;
    background-color: #e4002b !important;
    border-radius: 7px;
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    height: 28px;
    width: 30px;
    margin-top: -14px;
    background-position-x: -228px !important;
    background-position-y: -1753px !important;
    position: absolute;
    left: -50px;
}
.recom .owl-nav > :first-child:after {
    left: calc(50% - 9px);
    /* border-right-color: white;*/
}
.recom .owl-nav > :last-child {
    padding: 10px;
    background-color: #e4002b !important;
    border-radius: 7px;
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    height: 28px;
    width: 30px;
    margin-top: -14px;
    background-position-x: -270px !important;
    background-position-y: -1753px !important;
    position: absolute;
    right: -50px;
}
.recom .owl-nav > :last-child:after {
    right: calc(50% - 9px);
    /*border-left-color: white;*/
}
.recom .owl-dots {
    text-align: center;
    line-height: 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.recom .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
}
.recom .owl-dot + .owl-dot {
    margin-left: 12px;
}
.recom .owl-dot:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4DB6AC;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.recom .owl-dot.active:after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.recom .dot-indicator {
    width: 24px;
    height: 2px;
    background: #4DB6AC;
    position: absolute;
    top: calc(50% - 1px);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.recom .dot-indicator.next {
    left: 50%;
    /*-webkit-animation-name: dot-indicator-next;*/
    /* animation-name: dot-indicator-next;*/
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    height: 28px;
    width: 30px;
    margin-top: -14px;
}
.recom .dot-indicator.prev {
    right: 50%;
    /* -webkit-animation-name: dot-indicator-prev;*/
    /*animation-name: dot-indicator-prev;*/
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    height: 28px;
    width: 30px;
    margin-top: -14px;
    background-position-x: -228px !important;
    background-position-y: -1795px !important;
}

@-webkit-keyframes dot-indicator-next {
    0%, 100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    0%, 60% {
        -webkit-transform-origin: left;
        transform-origin: left;
    }
    60% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    60.1%, 100% {
        -webkit-transform-origin: right;
        transform-origin: right;
    }
}

@keyframes dot-indicator-next {
    0%, 100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    0%, 60% {
        -webkit-transform-origin: left;
        transform-origin: left;
    }
    60% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    60.1%, 100% {
        -webkit-transform-origin: right;
        transform-origin: right;
    }
}
@-webkit-keyframes dot-indicator-prev {
    0%, 100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    0%, 60% {
        -webkit-transform-origin: right;
        transform-origin: right;
    }
    60% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    60.1%, 100% {
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}
@keyframes dot-indicator-prev {
    0%, 100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    0%, 60% {
        -webkit-transform-origin: right;
        transform-origin: right;
    }
    60% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    60.1%, 100% {
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}


/*Ad*/

.ad_offer #carousel {
    margin: auto;
    width: 100%;
    max-width: 600px;
    text-align: center;
    font-size: 32px;
    color: #4DB6AC;
    box-shadow: 20px 20px 0 0 #B2DFDB, 40px 40px 0 0 #80CBC4;
}

.ad_offer .item {

    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.ad_offer .owl-nav {
    position: absolute;
    height: 0;
    top: 50%;
    left: 10px;
    right: 10px;
}
.ad_offer .owl-nav [class^="owl"] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #4DB6AC;
    position: absolute;
    top: -12px;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.ad_offer .owl-nav [class^="owl"]:after {
    content: "";
    display: block;
    border: 6px solid transparent;
    position: absolute;
    top: calc(50% - 6px);
    -webkit-transition: opacity 0.2s ease 0.2s;
    transition: opacity 0.2s ease 0.2s;
}
.ad_offer .owl-nav [class^="owl"].disabled {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.ad_offer  .owl-nav [class^="owl"].disabled:after {
    opacity: 0;
}
.ad_offer .owl-nav > :first-child {
    left: -50px;
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    height: 28px;
    width: 30px;
    margin-top: -14px;
    background-position-x: -228px !important;
    background-position-y: -1795px !important;
}
.ad_offer .owl-nav > :first-child:after {
    left: calc(50% - 9px);
    /* border-right-color: white;*/
}
.ad_offer .owl-nav > :last-child {
    right: -50px;
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    height: 28px;
    width: 30px;
    margin-top: -14px;
    background-position-x: -265px !important;
    background-position-y: -1795px !important;
}
.ad_offer .owl-nav > :last-child:after {
    right: calc(50% - 9px);
    /*border-left-color: white;*/
}
.ad_offer .owl-dots {
    text-align: center;
    line-height: 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.ad_offer .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
}
.ad_offer .owl-dot + .owl-dot {
    margin-left: 12px;
}
.ad_offer .owl-dot:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4DB6AC;
    -webkit-transform: scale(0.25);
    transform: scale(0.25);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.ad_offer .owl-dot.active:after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ad_offer .dot-indicator {
    width: 24px;
    height: 2px;
    background: #4DB6AC;
    position: absolute;
    top: calc(50% - 1px);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.ad_offer .dot-indicator.next {
    left: 50%;
    /*-webkit-animation-name: dot-indicator-next;*/
    /* animation-name: dot-indicator-next;*/
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    height: 28px;
    width: 30px;
    margin-top: -14px;
}
.ad_offer .dot-indicator.prev {
    right: 50%;
    /* -webkit-animation-name: dot-indicator-prev;*/
    /*animation-name: dot-indicator-prev;*/
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    height: 28px;
    width: 30px;
    margin-top: -14px;
    background-position-x: -228px !important;
    background-position-y: -1795px !important;
}

@-webkit-keyframes dot-indicator-next {
    0%, 100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    0%, 60% {
        -webkit-transform-origin: left;
        transform-origin: left;
    }
    60% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    60.1%, 100% {
        -webkit-transform-origin: right;
        transform-origin: right;
    }
}

@keyframes dot-indicator-next {
    0%, 100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    0%, 60% {
        -webkit-transform-origin: left;
        transform-origin: left;
    }
    60% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    60.1%, 100% {
        -webkit-transform-origin: right;
        transform-origin: right;
    }
}
@-webkit-keyframes dot-indicator-prev {
    0%, 100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    0%, 60% {
        -webkit-transform-origin: right;
        transform-origin: right;
    }
    60% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    60.1%, 100% {
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}
@keyframes dot-indicator-prev {
    0%, 100% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    0%, 60% {
        -webkit-transform-origin: right;
        transform-origin: right;
    }
    60% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    60.1%, 100% {
        -webkit-transform-origin: left;
        transform-origin: left;
    }
}


.main-header .header-cart-price {
    margin: auto 0px;
    color: #fff;
}



/* Product Page Cart*/

.running-cart-border {
    box-shadow: 1px 1.73px 14px 0 #999 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 1px !important;
    padding-bottom: 15px;
    position: absolute;
    max-height: 320px;
    overflow-y: overlay;
}

.position-adjust {
    position: relative;
    padding-bottom: 0px !important;
}

.olo_product_tiles {
    position: relative;
}

.fixed-height {
    max-height: 183px;
    overflow-x: hidden;
    overflow-y: auto;
}

.padding-left-0 {
    padding-left: 0px !important;
}
.padding-right-0 {
    padding-right: 0px !important;
}

.line-height-14 {
    line-height: 14px;
}
.height-adjust-added {
    height: 30px;
}
.font-size-12 {
    font-size: 12px;
}
.font-size-12 {
    font-size: 12px;
}
.font-weight-bold {
    font-weight: 700!important;
}

.height18 {
    height: 18px;
}

.btn.js-dec {
    position: relative;
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0.25em;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.inc-dec-input-height-adjust {
    height: 18px !important;
    margin-top: 1px !important;
}

.upperRedBorder {
    padding-bottom: 6px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e4002b;
    margin-left: 15px;
    margin-right: 15px;
}

.redBorder {
    padding-bottom: 6px;
    margin-bottom: 32px;
    border-bottom: 1px solid #e4002b;
    margin-left: 15px;
    margin-right: 15px;
}

.section-bottom-border {
    border-bottom: 1px solid #e6e3e3;
    margin-left: 15px;
    padding-top: 20px;
    margin-right: 15px;
}

.section-view {
    min-height: auto !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.olo_product_tiles li:nth-child(2n) {
    padding-left: 15.67px;
}

.olo_product_tiles li:nth-child(2n+2) {
    padding-right: 15.67px;
}

.cart-head:before {
    content: "";
    top: 6px;
    float: left;
}

.cart-head:before {
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    background-position-x: -240px;
    background-position-y: -1342px;
    width: 54px;
    height: 24px;
}

.menu_category_wrapper {
    border-bottom: 1px solid #d6d6d6;
    margin-top: 0.2em;
}
/* End Product Page Cart*/

.newrounded {
    padding: 15px;
    border-radius: 12px !important;
}
.newimg img {
    border-radius: 5px;
}

.viewcoupon {
    height: 56px;
    box-shadow: 1px 1.73px 14px 0 #999;
    padding: 13px;
    border-radius: 7px;
    margin-top: 14px;
    line-height: 27px;
}

.applycoupon:before {
    content: "";
    width: 40px;
    height: 30px;
    top: 6px;
    float: left;
    padding-right: 20px;
}
@media (max-width: 468px) {
    .applycoupon:before {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        background-position-x: -10px;
        background-position-y: -1109px;
    }
}
@media (min-width: 469px) {
    .applycoupon:before {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        background-position-x: -184px;
        background-position-y: -1341px;
    }
}
.applycoupon:after,
.addmore:after {
    content: "";
    width: 20px;
    height: 30px;
    top: 6px;
    float: right;
    padding-right: 20px;
}
@media (max-width: 468px) {
    .applycoupon:after,
    .addmore:after {
        background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
        background-position-x: -98px;
        background-position-y: -304px;
    }
}
@media (min-width: 469px) {
    .applycoupon:after,
    .addmore:after {
        background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
        background-position-x: -70px;
        background-position-y: -378px;
    }
}
.applycoupon,
.addmore {
    color: #e4002b;
    text-transform: uppercase;
    font-size: 0.8125em;
    font-weight: 900;
}
.viewcoupon {
    height: 56px;
    box-shadow: 1px 1.73px 14px 0 #999;
    padding: 13px;
    border-radius: 7px;
    margin-top: 14px;
    line-height: 27px;
}

.bill-details {
    font-size: 1.3em;
    font-weight: 700;
}

.red-underline {
    width: 40px;
    content: "";
    border-bottom: 1px red solid;
}

.add-hope-text {
    text-align: center;
    font-size: 0.75em;
}

.add-hope-text .our_goal_to_feed {
    padding-left: 5px;
    padding-right: 5px;
}

.add-hope-check {
    font-size: 0.7em;
}
.add-hope-check .form-check-label {
    padding-left: 2px;
}
.border-radi-10 {
    border-radius: 10px;
}
.addmore:before {
    content: "";
    width: 40px;
    height: 30px;
    top: 6px;
    float: left;
    padding-right: 20px;
}
.addmore:before {
    background: url(OnlineOrderingImages/Shared/md/sprite1.png) no-repeat;
    background-position-x: -77px;
    background-position-y: -971px;
    background-size: auto 1000px;
}
.viewcoupon.addmorefood-d {
    height: 43px;
    padding: 7px 13px;
}

.border-shadow {
    border-radius: 10px;
    box-shadow: 1px 1.73px 14px 0 #999;
}

.overlapcheck {
    width: 20px !important;
    height: 20px !important;
    border-radius: unset;
}
.cartCheckbox {
    border-radius: 4px !important;
    border: 1px solid #bdbdbd !important;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom_checkbox:checked ~ .checkmark:after {
    display: block;
}
.menu_category_wrapper {
    list-style: none;
}
.position-set {
    position: relative;
    bottom: unset;
}
.position-relative {
    position: relative!important;
}
.width375 {
    width: 100%;
}

.product-tag {
    color: #fff;
    position: absolute;
    left: 10px;
    top: 0px;
    background-color: #E51B15;
    font-size: 10px;
    padding: 7px;
    /*letter-spacing: 0.4px;*/
    text-transform: uppercase;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 21%);
}

.product-tag:after {
    border-style: solid;
    height: 0;
    width: 0;
    display: block;
    content: "";
    position: absolute;
    border-color: #E51B15 transparent;
    top: 0;
    right: -1.5em;
    border-width: 1.4em 1.5em 1.5em 0;
}



.menu_category_wrapper {
    list-style: none;
}


.menu_category_wrapper {
    list-style: none;
}

.menu_category_wrapper .menuwrapp.no-border {
    border: none;
}

.cart-counter-mob {
    background: url(OnlineOrderingImages/Shared/xs/sprite_xs.png) no-repeat;
    color: #FFFFFF;
    width: 42px;
    height: 32px;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    background-position-x: -226px;
    background-position-y: -5px;
    float: left;
    border-right: #fff 1px solid;
    margin-right: 10px;
}

.cartHeaderQty-mob {
    text-align: center;
    width: 27px;
    font-size: 12px;
    padding: 3px 0px 0px 9px;
}
.cart-total-mob {
    font-size: 12px;
}
.cart-amount-mob {
    font-size: 17px;
}

.mobile-view-cart {
    float: right;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 11px;
}
.d-desktop-none {
    display: none !important;
}
.top-30 {
    top:30% !important;
}

.dynamicCrossell-outerWrapper .crossell-image img {
    height: auto;
}

.cards-icon {
    background: url(OnlineOrderingImages/Shared/xs/sprite.png) no-repeat;
    background-position-x: -82px;
    background-position-y: -1167px;
}

.paymentmodename.cards .icon {
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    width: 42px !important;
    background-position-x: -253px;
    background-position-y: -1403px;
    height: 35px;
}
.pro__detail__qty__input {
    height: 30px !important;
    margin-top: 0px !important;
}

/*----------------Payment cart----------*/

.pay-cart{
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1px;
    margin-bottom: 25px;
}
.chois-ca{
    width: 77%;
    margin-bottom: 25px;
    display: flex;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 15px auto;
    border-radius: 6px;
}




/*----------------------2nd menu-----------------------------------------------------------*/
   


.menu-stekey {
    position: sticky;
    z-index: 999;
    background-color: #fff;
    height: 56px;
    padding: 5px 5px;
    top: 72px;
}


.cata-sub-nav {
    /*background: #fff;*/
    /*padding: 20px 15px 20px;*/
    margin:0 20px 0px 13px;
    /* Make this scrollable when needed */
    overflow-x: auto;
    /* We don't want vertical scrolling */
    overflow-y: hidden;
    /* Make an auto-hiding scroller for the 3 people using a IE */
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* For WebKit implementations, provide inertia scrolling */
    -webkit-overflow-scrolling: touch;
    /* We don't want internal inline elements to wrap */
    white-space: nowrap;
    /* Remove the default scrollbar for WebKit implementations */
    overflow: auto;
    -ms-overflow-style: none; /* IE 11 */
    scrollbar-width: none; /* Firefox 64 */
    height: 70px;
    
    
}
.cata-sub-nav::-webkit-scrollbar {
        display: none;
        
    }
.cata-sub-nav ul {
    margin: 0;
        display: flex;
          -webkit-padding-start: 0px;
}
.cata-sub-nav li {
    display: inline-table;
    font-size: 15px;
    text-transform: uppercase;
}
.arrow{
 /*background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;*/
 /*   content: "";*/
 /*   position: absolute;*/
 /*   width: 27px;*/
 /*   height: 27px;*/
 /*   background-position-x: -10px;*/
 /*   background-position-y: -415px;*/

}
.nav-prev {
    width: 25px;
    height: 25px;
    position: absolute;
    left: -5px;
    margin-top: 9px;
    content: "";
    position: absolute;
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat; 
    background-position-x: -225px;
    background-position-y: -1796px;
}
.nav-next {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 7px;
    margin-top: -40px;
    content: "";
    position: absolute;
    background: url(OnlineOrderingImages/Shared/md/sprite.png) no-repeat;
    background-position-x: -273px;
    background-position-y: -1796px;
}



.box-st {
 position: relative;
 z-index: 0;
 width: 30%;
 margin: 1em;
}


.kfc-but {
    -webkit-appearance: none;
    /* background-clip: padding-box; */
    cursor: pointer;
    display: inline-block;
    outline: 0;
    overflow: visible;
    margin: 0px 10px 0 0;
    text-decoration: none;
    vertical-align: top;
    width: 100%;
    line-height: 2.75;
    border: 1px solid #a6a6a6;
    text-align: center;
    background: #fff;
    padding: 5px 20px;
    font-size: 0.8rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.kfc-but:hover { 
 text-decoration: none;
 background: #f4e9e9;
}

.active-kfc {
    transform: scale(1);
    text-decoration: none;
    background: #f4e9e9;
    box-shadow: 0 3px 15px -2px;
    font-weight: 700;
    color: #e51b15;
}
.kfc-but::-moz-focus-inner {
 border: 0;
 padding: 0;
}   

.kfc-but,
.shadow {
 transition-duration: .6s;
 transition: all .6s ease-out;  
}

.kfc-but {
 transition-property: transform;
}

.shadow {
 transition-property: box-shadow;
}

.shadow {
 content: "";
 position: absolute;
 top:0;right:0;bottom:0;left:0;
 transform: scale(.9);
 z-index: -1;
 box-shadow: 0 3px 15px -2px rgba(0,0,0,0); 
}

.kfc-but:active ~ .shadow {
 box-shadow: 0 3px 15px -2px rgba(0,0,0,.85);
}



/*--------------------*/


.pn-ProductNav_Wrapper {
	position: relative;
	padding: 0 11px;
	box-sizing: border-box;
}

.pn-ProductNav {
    /* Make this scrollable when needed */
    overflow-x: auto;
    /* We don't want vertical scrolling */
    overflow-y: hidden;
    /* For WebKit implementations, provide inertia scrolling */
    -webkit-overflow-scrolling: touch;
    /* We don't want internal inline elements to wrap */
    white-space: nowrap;
    /* If JS present, let's hide the default scrollbar */
    .js & {
        /* Make an auto-hiding scroller for the 3 people using a IE */
        -ms-overflow-style: -ms-autohiding-scrollbar;
        /* Remove the default scrollbar for WebKit implementations */
        &::-webkit-scrollbar {
            display: none;
        }
    }
	/* positioning context for advancers */
	position: relative;
	// Crush the whitespace here
	font-size: 0;
}

.pn-ProductNav_Contents {
	float: left;
	transition: transform .2s ease-in-out;
	position: relative;
}

.pn-ProductNav_Contents-no-transition {
	transition: none;
}

.pn-ProductNav_Link {
	text-decoration: none;
	color: #888;
	// Reset the font size
	font-size: 1.2rem;
	font-family: -apple-system, sans-serif;
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	border: 1px solid transparent;
	padding: 0 11px;
	& + & {
		border-left-color: #eee;
	}
	&[aria-selected="true"] {
		color: #111;
	}
}

.pn-Advancer {
	/* Reset the button */
	appearance: none;
	background: transparent;
	padding: 0;
	border: 0;
	&:focus {
		outline: 0;
	}
	&:hover {
		cursor: pointer;
	}
	/* Now style it as needed */
	position: absolute;
	top: 0;
	bottom: 0;
	/* Set the buttons invisible by default */
	opacity: 0;
	transition: opacity .3s;
}

.pn-Advancer_Left {
	left: 0;
	[data-overflowing="both"] ~ &,
	[data-overflowing="left"] ~ & {
		opacity: 1;
	}
}

.pn-Advancer_Right {
	right: 0;
	[data-overflowing="both"]  ~ &,
	[data-overflowing="right"] ~ & {
		opacity: 1;
	}
}

.pn-Advancer_Icon {
	width: 20px;
	height: 44px;
	fill: #bbb;
}

.pn-ProductNav_Indicator {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 100px;
	background-color: transparent;
	transform-origin: 0 0;
	transition: transform .2s ease-in-out, background-color .2s ease-in-out;
}
@media (max-width: 480px){
.menu-stekey {
    top: 53px;
}
}

