@font-face {
    font-family: sm-icons;
    src: url(../fonts/icon-fonts/schornsteinmarkt.eot?tlhi73);
    src: url(../fonts/icon-fonts/schornsteinmarkt.eot?tlhi73#iefix) format("embedded-opentype"), url(../fonts/icon-fonts/schornsteinmarkt.ttf?tlhi73) format("truetype"), url(../fonts/icon-fonts/schornsteinmarkt.woff?tlhi73) format("woff"), url(../fonts/icon-fonts/schornsteinmarkt.svg?tlhi73#sm-icons) format("svg");
    font-weight: 400;
    font-style: normal
}

body * {
    font-family: 'Source Sans Pro';
}

body strong {
    /*font-family: "Source Sans Pro Regular Bold";*/
}

body [class*=" sm-"], body [class^=sm-] {
    font-family: sm-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sm-address:before {
    content: "\e900"
}

.sm-arrow:before {
    content: "\e901"
}

.sm-callback:before {
    content: "\e902"
}

.sm-cart:before {
    content: "\e903"
}

.sm-checkmark:before {
    content: "\e904"
}

.sm-chevron:before {
    content: "\e905"
}

.sm-clock:before {
    content: "\e906"
}

.sm-customer_service:before {
    content: "\e907"
}

.sm-facebook:before {
    content: "\e908"
}

.sm-gift:before {
    content: "\e909"
}

.sm-gmail:before {
    content: "\e90a"
}

.sm-hat:before {
    content: "\e90b"
}

.sm-list:before {
    content: "\e90c"
}

.sm-logout:before {
    content: "\e90d"
}

.sm-pdf:before {
    content: "\e90e"
}

.sm-phone:before {
    content: "\e90f"
}

.sm-pinterest:before {
    content: "\e910"
}

.sm-refund:before {
    content: "\e911"
}

.sm-safe:before {
    content: "\e912"
}

.sm-search:before {
    content: "\e913"
}

.sm-ssl:before {
    content: "\e914"
}

.sm-star:before {
    content: "\e915"
}

.sm-trash:before {
    content: "\e916"
}

.sm-truck:before {
    content: "\e917"
}

.sm-trusted_shops:before {
    content: "\e918"
}

.sm-twitter:before {
    content: "\e919"
}

.sm-user:before {
    content: "\e91a"
}

.sm-wallet:before {
    content: "\e91b";
    color: #4b4c4d
}

.sm-withdrawal:before {
    content: "\e91c"
}

.sm-wrench:before {
    content: "\e91d"
}

.sm-youtube:before {
    content: "\e91e"
}

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #80B3E8;
    --yellow: #ffc107;
    --green: #a1b12d;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #80B3E8;
    --secondary: #6c757d;
    --success: #a1b12d;
    --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: 'Source Sans Pro';
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

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

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

body {
    margin: 0;
    font-family: 'Source Sans Pro';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
}
body.modal-open {
    overflow: scroll;
    position: fixed;
    width: 100%;
}

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

hr {
    -webkit-box-sizing: content-box;
    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;
    font-family: 'Source Sans Pro';
}

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

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

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

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

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

dt {
    font-weight: 500
}

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

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #80B3E8;
    text-decoration: none;
    background-color: transparent
}

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

a:not([href]):not([tabindex]), 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
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img, svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #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
}

select {
    word-wrap: normal
}

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

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

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

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    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-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-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: 24px
}

.h2, h2 {
    font-size: 18px
}

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

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

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

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

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

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

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-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

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

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

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

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

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

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

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

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

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .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: 500
}

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: -webkit-box;
    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-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1, .col-auto {
    -webkit-box-flex: 0
}

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

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

.col-2, .col-3 {
    -webkit-box-flex: 0
}

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

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

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

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

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

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

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

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

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

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

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

.col-10, .col-11 {
    -webkit-box-flex: 0
}

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

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

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

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

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

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

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

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

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

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

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

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

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

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

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

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

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

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

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

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

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

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

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

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

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

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

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

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

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

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

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

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

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

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

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

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

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

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

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

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

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

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

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

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

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

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

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

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

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

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #f8c47a
}

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

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

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover, .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: #d4e8c6
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #b0d595
}

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

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

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover, .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-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover, .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-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover, .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-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover, .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-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #95999c
}

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

.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .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: #343a40;
    border-color: #454d55
}

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

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

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #454d55
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
    color: #212529
}

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

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

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

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

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

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

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

.dropdown-toggle {
    white-space: nowrap
}

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

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

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

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

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

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

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

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

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

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

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

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-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: #80B3E8
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

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

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

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

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

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px
}

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

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

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    -webkit-box-flex: 1;
    -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, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

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

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
    z-index: 3
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -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 > .custom-select, .input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select, .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 {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select, .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 {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.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: -webkit-inline-box;
    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;
    border-color: #80B3E8;
    background-color: #80B3E8
}

.custom-control-input:focus ~ .custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(241, 142, 0, .25);
    box-shadow: 0 0 0 .2rem rgba(241, 142, 0, .25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #ffc572
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    color: #fff;
    background-color: #ffdaa5;
    border-color: #ffdaa5
}

.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;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label:after, .custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%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.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    border-color: #80B3E8;
    background-color: #80B3E8
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%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(241, 142, 0, .5)
}

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

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

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

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

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label:after {
        -webkit-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(241, 142, 0, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf-8,%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/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #ffc572;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(241, 142, 0, .25);
    box-shadow: 0 0 0 .2rem rgba(241, 142, 0, .25)
}

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

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

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

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

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

.custom-file-input:focus ~ .custom-file-label {
    border-color: #ffc572;
    -webkit-box-shadow: 0 0 0 .2rem rgba(241, 142, 0, .25);
    box-shadow: 0 0 0 .2rem rgba(241, 142, 0, .25)
}

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

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

.custom-file-input ~ .custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label, .custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

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

.custom-range:focus {
    outline: none
}

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

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

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

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

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

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

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

.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: #80B3E8;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

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

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

.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: #80B3E8;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    appearance: none
}

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

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

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

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

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

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

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

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

.nav {
    display: -webkit-box;
    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;
    pointer-events: none;
    cursor: default
}

.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: #80B3E8
}

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

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

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

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

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar, .navbar > .container, .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -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-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

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

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

    .navbar-expand-sm, .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .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: -webkit-box !important;
        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;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md, .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .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: -webkit-box !important;
        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;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg, .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .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: -webkit-box !important;
        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;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl, .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

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

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -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: -webkit-box !important;
    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, .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=utf-8,%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, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

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

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

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

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

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

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

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

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

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

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle, .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-bottom: -.75rem;
    border-bottom: 0
}

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

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

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

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

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

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

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

    .card-deck, .card-deck .card {
        -webkit-box-direction: normal
    }

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

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group > .card {
        -webkit-box-flex: 1;
        -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:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

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

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

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

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

    .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-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 {
    overflow: hidden
}

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

.accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    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
}

.accordion > .card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: -webkit-box;
    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;
    text-decoration: none
}

@media (max-width: 767px) {
    .breadcrumb-item + .breadcrumb-item {
        padding: 0;
    }
    .breadcrumb-item + .breadcrumb-item:before {
        padding: 0;
    }
}

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

.pagination {
    display: -webkit-box;
    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: #80B3E8;
    background-color: #fff;
    border: 1px solid #dee2e6
}

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

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

.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: #80B3E8;
    border-color: #80B3E8
}

.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: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

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

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

.badge-primary {
    color: #212529;
    background-color: #80B3E8
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #212529;
    background-color: #be7000
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(241, 142, 0, .5);
    box-shadow: 0 0 0 .2rem rgba(241, 142, 0, .5)
}

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

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

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

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

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #508728
}

a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(103, 174, 52, .5);
    box-shadow: 0 0 0 .2rem rgba(103, 174, 52, .5)
}

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

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

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

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

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

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

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

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

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

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

a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

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

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

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

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

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

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

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

.alert-primary {
    color: #7d4a00;
    background-color: #fce8cc;
    border-color: #fbdfb8
}

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

.alert-primary .alert-link {
    color: #4a2c00
}

.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: #365a1b;
    background-color: #e1efd6;
    border-color: #d4e8c6
}

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

.alert-success .alert-link {
    color: #1e330f
}

.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 {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

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

.progress {
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress, .progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.progress-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #80B3E8;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

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

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

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

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

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

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

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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 {
    z-index: 1;
    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.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

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

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

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

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

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

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

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

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

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

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

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

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

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

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

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

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

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

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

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

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

.list-group-item-primary {
    color: #7d4a00;
    background-color: #fbdfb8
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #7d4a00;
    background-color: #fad4a0
}

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

.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: #365a1b;
    background-color: #d4e8c6
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #365a1b;
    background-color: #c6e1b4
}

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

.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: 500;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

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

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

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

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

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

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

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

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

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

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

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

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

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

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

.modal-backdrop.fade {
    opacity: 0
}

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

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    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;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.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-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

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

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

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

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

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: 'Source Sans Pro';
    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 {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: 'Source Sans Pro';
    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, .popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    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)
}

.bs-popover-auto[x-placement^=top] > .arrow:before, .bs-popover-top > .arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 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-width: .5rem .5rem 0;
    border-top-color: #fff
}

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

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

.bs-popover-auto[x-placement^=right] > .arrow:before, .bs-popover-right > .arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 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-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

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

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

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

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

.bs-popover-auto[x-placement^=bottom] .popover-header:before, .bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

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

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

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

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

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    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.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

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

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next, .carousel-control-prev {
        -webkit-transition: none;
        transition: none
    }
}

.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: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%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.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -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: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    transition: opacity .6s ease
}

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

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid;
    border-right: .25em solid transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.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: #80B3E8 !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #be7000 !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: #a1b12d !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #508728 !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: #80B3E8 !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #a1b12d !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-sm {
    border-radius: .2rem !important
}

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

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

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

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

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

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

.rounded-lg {
    border-radius: .3rem !important
}

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

.rounded-pill {
    border-radius: 50rem !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

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

@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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

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

@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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        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.8571428571%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column, .flex-row {
    -webkit-box-direction: normal !important
}

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

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse, .flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -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 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

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

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

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

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

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

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

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

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

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

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

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

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

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

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -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 {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column, .flex-sm-row {
        -webkit-box-direction: normal !important
    }

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

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

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

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

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

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

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

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

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

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

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -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 {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column, .flex-md-row {
        -webkit-box-direction: normal !important
    }

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

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

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

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

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

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

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

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

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

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

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -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 {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column, .flex-lg-row {
        -webkit-box-direction: normal !important
    }

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

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

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

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

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

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

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

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

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

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

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -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 {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column, .flex-xl-row {
        -webkit-box-direction: normal !important
    }

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

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -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 {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

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

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -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 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

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

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

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -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 {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

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

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

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

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -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
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !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 {
    top: 0
}

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

.fixed-bottom {
    bottom: 0
}

@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 {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

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

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    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
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

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

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.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-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

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

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

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

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

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

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-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-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-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-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

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

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-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-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-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-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-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 !important
}

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

.text-wrap {
    white-space: normal !important
}

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

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

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

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

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

@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-lighter {
    font-weight: lighter !important
}

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

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

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #80B3E8 !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #a56100 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #a1b12d !important
}

a.text-success:focus, a.text-success:hover {
    color: #447322 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !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: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

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

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, :after, :before {
        text-shadow: none !important;
        -webkit-box-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
    }

    .container, body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

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

    .table-dark {
        color: inherit
    }

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff
}

.fancybox-iframe, .fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: none
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0
}

.fancybox-caption {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(transparent));
    background: linear-gradient(0deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:0px) {
    .fancybox-caption {
        padding: 75px
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: transparent;
    border: 4px solid;
    border-color: #888 #888 #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:0px) {
        .fancybox-caption {
            padding-left: 0;
            padding-right: 0
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 20px
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-bg, .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow .mfp-a, .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b, .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.xzoom-container {
    display: inline-block
}

.xzoom-thumbs {
    text-align: center;
    margin-bottom: 10px
}

.xzoom, .xzoom2, .xzoom3, .xzoom4, .xzoom5 {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5)
}

.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
    border: 1px solid #cecece;
    margin-left: 5px;
    margin-bottom: 10px
}

.xzoom-hidden, .xzoom-source {
    display: block;
    position: static;
    float: none;
    clear: both
}

.xzoom-hidden {
    overflow: hidden
}

.xzoom-preview {
    border: 1px solid #888;
    background: #2f4f4f
}

.xzoom-lens, .xzoom-preview {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.xzoom-lens {
    border: 1px solid #555;
    cursor: crosshair
}

.xzoom-loading {
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 100%;
    opacity: .7;
    width: 48px;
    height: 48px
}

.xactive {
    -webkit-box-shadow: 0 0 3px 0 #4aa9d2;
    box-shadow: 0 0 3px 0 #4aa9d2;
    border: 1px solid #4aaad2
}

.xzoom-caption {
    position: absolute;
    bottom: -43px;
    left: 0;
    background: #000;
    width: 100%;
    text-align: left
}

.xzoom-caption span {
    color: #fff;
    font-family: Arial, sans-serif;
    display: block;
    font-size: .75em;
    font-weight: 500;
    padding: 10px
}

.xzoom-lens img, .xzoom-preview img, .xzoom-source img {
    display: block;
    max-width: none;
    max-height: none;
    -webkit-transition: none;
    transition: none
}


.zoom-carousel-container .xzoom-container {
    width: 100%
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .zoom-carousel-container .xzoom-container {
        position: relative;
    }
}

.zoom-carousel-container .xzoom-container .active-image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative
}

@media screen and (max-width: 430px) {
    .zoom-carousel-container .xzoom-container .active-image-container {
        height: 300px
    }
}

@media screen and (min-width: 431px) and (max-width: 991px) {
    .zoom-carousel-container .xzoom-container .active-image-container {
        height: 350px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .zoom-carousel-container .xzoom-container .active-image-container {
        height: 288px
    }
}

@media only screen and (min-width: 1200px) {
    .zoom-carousel-container .xzoom-container .active-image-container {
        height: 348px
    }
}

.zoom-carousel-container .xzoom-container .active-image-container img {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
    touch-action: auto !important;
}
@media (max-width: 640px) {
    .zoom-carousel-container .xzoom-container .active-image-container img {
        width: auto !important;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
}

.zoom-carousel-container .xzoom-container .active-image-container .magnifier-circle {
    position: absolute;
    right: 20px;
    bottom: 12px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 3px solid #333
}

.zoom-carousel-container .xzoom-container .active-image-container .magnifier-circle:after {
    content: "";
    position: absolute;
    bottom: -4px;
    right: -8px;
    width: 10px;
    height: 3px;
    background-color: #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#fancybox-loading {
    background-image: url(../images/product-detail/Zoom-plugin/fancybox_loading.gif)
}

#fancybox-overlay {
    background-image: url(../images/product-detail/Zoom-plugin/fancybox_overlay.png)
}

.fancybox-close, .fancybox-next span, .fancybox-prev span {
    background-image: url(../images/product-detail/Zoom-plugin/fancybox_sprite.png)
}

.fancybox-title {
    z-index: 9999
}

.xzoom-source {
    display: none
}

@media only screen and (min-width: 992px) {
    .xzoom-source {
        display: block
    }
}

.xactive {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #333
}

.owl-carousel {
    padding: 0 30px;
    margin: 0 auto;
}

.owl-carousel.owl-drag .owl-item {
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.owl-carousel .owl-dots {
    display: none
}

.owl-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%
}

.owl-carousel .owl-nav .sm-arrow {
    font-size: 2rem;
    color: #9e9fa2
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .owl-carousel .owl-nav div.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav div.owl-carousel .owl-nav .owl-prev {
        font-size: 36px;
        top: unset;
        bottom: 15px
    }
}

.owl-carousel .owl-nav .owl-next:focus, .owl-carousel .owl-nav .owl-prev:focus {
    outline: none
}

.owl-carousel .owl-nav .owl-prev {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.owl-carousel .owl-nav .owl-next {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .owl-carousel .owl-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: absolute;
        width: 100%
    }
}

.owl-carousel .owl-stage-outer {
    margin-left: -6px;
    z-index: 1;
    padding-left: 5px
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .owl-carousel .owl-stage-outer {
        margin-top: 7px;
        padding: 0 0 0 4px
    }
}

.owl-carousel .owl-stage-outer .owl-stage {
    padding-top: 10px;
    padding-bottom: 10px
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .owl-carousel .owl-stage-outer .owl-stage {
        padding-top: 0;
        padding-bottom: 0
    }
}

.owl-carousel .owl-stage-outer .owl-stage .owl-item img {
    border-radius: 4px;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
    margin: 0 auto
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .owl-carousel .owl-stage-outer .owl-stage .owl-item {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

.SEO-text {
    padding: 38px 0 32px
}

@media only screen and (min-width: 768px) {
    .SEO-text {
        padding: 50px 0 20px
    }
}

@media only screen and (min-width: 992px) {
    .SEO-text {
        padding: 71px 0 60px
    }
}

.SEO-text .container .seo-text-paragraph-div {
    margin-top: 20px
}

@media only screen and (min-width: 768px) {
    .SEO-text .container .seo-text-paragraph-div {
        margin-top: 30px
    }
}

.SEO-text .container p {
    margin-bottom: 0;
    line-height: 1.75;
    color: #333;
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.SEO-text .container p a {
    color: #80B3E8;
    font-weight: 500
}

.SEO-text .container p a:hover {
    color: #686868;
    text-decoration: none
}

.SEO-text .container .row:last-child .seo-text-paragraph-div p {
    margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
    .SEO-text .container .row:last-child .seo-text-paragraph-div p {
        margin-bottom: 30px
    }
}

.SEO-text .container h1, .SEO-text .container h2, .SEO-text .container h3, .SEO-text .container h4, .SEO-text .container h5, .SEO-text .container h6 {
    text-transform: initial;
    font-weight: 500;
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.SEO-text .container h1 {
    font-size: 24px;
    color: #333;
    line-height: 1.625rem;
    font-weight: 700;
}

@media only screen and (min-width: 768px) {
    .SEO-text .container h1 {
        font-size: 24px;
        margin-bottom: 10px;
        padding-right: 50px;
        line-height: 2.375rem
    }
}

@media only screen and (min-width: 992px) {
    .SEO-text .container h1 {
        padding-right: 0;
        margin-bottom: 48px
    }
}

.SEO-text .container h3 {
    font-size: .875rem;
    color: #80B3E8;
    margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
    .SEO-text .container h3 {
        font-size: 1rem;
        margin-bottom: 30px
    }
}

.category-container-mixed h3,
.category-container-mixed h1 {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: .875rem;
    color: #333;
    text-transform: initial;
    font-weight: 500;
    line-height: 1.79;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .category-container-mixed h1 {
        font-size: 24px;
        border-bottom: 1px solid #d6d6d6;
        margin-bottom: 20px;
        padding-bottom: 9px
    }
    .category-container-mixed h3 {
        font-size: 15px;
        border-bottom: 1px solid #d6d6d6;
        margin-bottom: 20px;
        padding-bottom: 9px
    }
}

.category-container-mixed .how-works {
    display: none;
    display: block;
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .category-container-mixed .how-works {
        height: auto;
        max-height: 120px;
    }
    .category-container-mixed .how-works a {
        max-height: 120px;
        height: 120px !important;
    }
}
.category-container-mixed .how-works a {
    width: 100%;
    display: flex;
    height: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}
.category-container-mixed .how-works a img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 1200px) {
    .category-container-mixed .how-works.sm-visible-desktop {
        display: block;
    }
}
@media (max-width: 1199px) and (min-width: 768px) {
    .category-container-mixed .how-works.sm-visible-tablet {
        display: block;
        background-color: #f4f4f4;
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .category-container-mixed .how-works.sm-visible-mobile {
        display: block;
        background-color: #f4f4f4;
        padding: 10px;
    }
}

.category-container-mixed .how-works .image-holder {
    background: url('/themes/Frontend/Schornstein_markt/frontend/_public/src/img/banner_desktop_schornstein.jpg') 0 0 no-repeat;
    width: 1141px;
    height: 306px;
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.category-container-mixed .how-works .image-holder#spx-responsive-fix-tablet {
    background: none;
    height: 100%;
    width: 100%;
}
.category-container-mixed .how-works .image-holder#spx-responsive-fix-mobile {
    background: none;
    width: 100%;
    height: 100%;
}

.category-container-mixed .how-works .image-holder .pull-right {
    display: inline-block;
    width: 49%;
    float: right;
}
.category-container-mixed .how-works .image-holder#spx-responsive-fix-tablet .pull-right {
    width: 100%;
    text-align: center;
    float: none;
}
.category-container-mixed .how-works .image-holder#spx-responsive-fix-mobile .pull-right {
    float: none;
    display: block;
    width: 100%;
}

.category-container-mixed .how-works .image-holder .pull-right .spx-h1-faker {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    border: none;
    text-transform: capitalize;
}
.category-container-mixed .how-works .image-holder#spx-responsive-fix-tablet .pull-right .spx-h1-faker {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0;
    border: none;
    padding: 0;
    width: 100%;
    text-transform: capitalize;
    border: none;
}
.category-container-mixed .how-works .image-holder#spx-responsive-fix-mobile .pull-right .spx-h1-faker {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    border: none;
    text-transform: capitalize;
}

.category-container-mixed .how-works .image-holder .pull-right a {
    color: #80B3E8;
    text-decoration: none;
}
.category-container-mixed .how-works .image-holder .pull-right a button {
    border: none;
    background: url('https://www.schornsteinmarkt.de/themes/Frontend/Schornstein_markt/frontend/_public/src/img/kostenlosen_button_sm.png') 0 0 no-repeat;
    width: 353px;
    height: 77px;
    position: relative;
    display: block;
    color: #fff;
    font-size: 13px;
    text-align: left;
    padding: 15px 15px 28px 18px;
    border: none;
}
.category-container-mixed .how-works .image-holder#spx-responsive-fix-tablet a button {
    margin: 0 auto;
    font-size: 13px;
}
.category-container-mixed .how-works .image-holder#spx-responsive-fix-mobile a button {
    margin: 0 auto;
}
@media (max-width: 395px) {
    .category-container-mixed .how-works .image-holder#spx-responsive-fix-mobile a button {
        padding: 15px 15px 28px 26px;
        background-size: 260px 58px;
        font-size: 14px;
        width: 250px;
        height: inherit;
        margin-bottom: 10px;
    }
    .category-container-mixed .how-works .image-holder#spx-responsive-fix-mobile a button span {
        display: none;
    }
    .category-container-mixed .how-works .image-holder#spx-responsive-fix-mobile a button:after {
        content: 'ANGEBOT ANFORDERN';
    }
}


.category-container-mixed .div-viewport-change.sm-category-image-small div:first-child picture{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    padding-left: 15px;
}
@media (max-width: 767px) {
    .category-container-mixed .div-viewport-change.sm-category-image-small div:first-child picture {
        display: none;
    }
}

.category-container-mixed .div-viewport-change.sm-category-image-small div:first-child picture img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

.category-container-mixed .div-viewport-change div:first-child {
    padding: 0
}

@media only screen and (min-width: 768px) {
    .category-container-mixed .div-viewport-change div:first-child {
        padding: 0 15px
    }
}

.category-container-mixed .div-viewport-change div:first-child picture {
    display: block
}

.category-container-mixed .div-viewport-change div:first-child picture img, .category-container-mixed .div-viewport-change div:first-child picture source {
    width: 100%;
    height: 100%
}

.category-container-mixed .div-viewport-change div:nth-child(2) {
    margin-top: 15px
}

@media only screen and (min-width: 768px) {
    .category-container-mixed .div-viewport-change div:nth-child(2) {
        margin-top: 0
    }
}

.category-container-mixed .div-viewport-change div:nth-child(2) p {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: #333;
    line-height: 1.75;
    margin-bottom: 0
}

@media only screen and (min-width: 768px) {
    .category-container-mixed .div-viewport-change div:nth-child(2) p {
        display: inline
    }
}

.category-container-mixed .div-viewport-change div:nth-child(2) p:nth-child(2) {
    display: none
}

@media only screen and (min-width: 768px) {
    .category-container-mixed .div-viewport-change div:nth-child(2) p:nth-child(2) {
        display: inline
    }
}

.category-group {
    padding: 20px 0
}

@media only screen and (min-width: 768px) {
    .category-group {
        padding-top: 40px
    }
}

@media only screen and (min-width: 992px) {
    .category-group {
        padding-top: 20px;
        padding-bottom: 45px
    }
}

.category-group .dropdown-menus {
    border-bottom: 1px solid #dbdbdb;
    margin: 0 0 20px;
    padding: 10px 0
}

@media only screen and (min-width: 768px) {
    .category-group .dropdown-menus {
        margin: 0 0 30px
    }
}

.category-group .disappear-on-mobile .col-md-4 {
    display: none
}

@media only screen and (min-width: 768px) {
    .category-group .disappear-on-mobile .col-md-4 {
        display: block
    }
}

.category-group .filter-container {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    display: none
}

@media only screen and (min-width: 992px) {
    .category-group .filter-container {
        display: block
    }
}

.category-group .page-number-container p {
    text-align: center;
    border-top: 1px solid #dbdbdb;
    padding: 20px 0;
    margin: 5px 0 0
}

@media only screen and (min-width: 768px) {
    .category-group .page-number-container p {
        margin-top: 15px
    }
}

@media only screen and (min-width: 992px) {
    .category-group .page-number-container p {
        padding: 10px 0
    }
}

.category-group .container .justify-content-around .listing-container .justify-content-center {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.image-container {
    position: relative;
    padding: 0 0 30px;
    height: 100%;
    width: 255px;
    margin: 0 auto
}

@media only screen and (min-width: 576px) {
    .image-container {
        width: 100%
    }
}

@media only screen and (min-width: 1025px) {
    .image-container:hover {
        z-index: 1
    }

    .image-container:hover:after {
        content: "";
        position: absolute;
        top: 0;
        left: -60px;
        width: calc(100% + 60px);
        height: calc(100% + 26px);
        z-index: -1;
        border-radius: 5px;
        -webkit-box-shadow: -2px 4px 4px rgba(158, 159, 162, .3), 2px 4px 4px rgba(158, 159, 162, .3), 0 8px 8px rgba(158, 159, 162, .4);
        box-shadow: -2px 4px 4px rgba(158, 159, 162, .3), 2px 4px 4px rgba(158, 159, 162, .3), 0 8px 8px rgba(158, 159, 162, .4)
    }

    .image-container:hover .show-hover-bottom, .image-container:hover .show-hover-left {
        display: block
    }

    .image-container:hover .show-hover-left {
        border-radius: 5px 0 0 5px
    }

    .image-container:hover .show-hover-bottom {
        border-bottom-right-radius: 5px
    }

    .image-container:hover .content-visible {
        border-radius: 0 5px 0 0
    }
}

.image-container .show-hover-left {
    display: none;
    position: absolute;
    top: 0;
    left: -60px;
    width: 60px;
    height: calc(100% + 26px);
    border: 1px solid #dbdbdb;
    border-right: none;
    background-color: #f7f7f7;
    padding-top: 10px
}

.image-container .show-hover-left img {
    display: block;
    width: 40px;
    height: 40px;
    margin: 10px auto 0;
    border: 2px solid #3f4041;
    border-radius: 10%
}

.image-container .content-visible {
    height: 100%;
    padding: 0 20px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    position: relative
}

@media only screen and (min-width: 768px) {
    .image-container .content-visible {
        padding: 0 10px 85px
    }
}

@media only screen and (min-width: 992px) {
    .image-container .content-visible {
        padding: 0 20px 85px
    }
}

.image-container .content-visible div {
    width: 100%;
    height: 250px;
    padding: 10px 2px 60px
}

.image-container .content-visible div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 180px
}

@media only screen and (min-width: 768px) {
    .image-container .content-visible div a {
        height: 163px
    }
}

@media only screen and (min-width: 992px) {
    .image-container .content-visible div a {
        height: 180px
    }
}

.image-container .content-visible div a img {
    max-width: 100%;
    max-height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media only screen and (min-width: 768px) {
    .image-container .content-visible div {
        height: 233px
    }
}

@media only screen and (min-width: 992px) {
    .image-container .content-visible div {
        height: 250px
    }
}

.image-container .content-visible a {
    display: inline-block;
    color: #333;
    font-size: .875rem;
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.image-container .content-visible a:hover {
    color: #818386;
    text-decoration: none
}

.image-container .content-visible small {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    display: block;
    color: #9e9fa2;
    font-size: .75rem;
    line-height: 1.2;
    margin: 6px 0 12px
}

@media only screen and (min-width: 768px) {
    .image-container .content-visible small {
        margin: 10px 0 -6px
    }
}

@media only screen and (min-width: 992px) {
    .image-container .content-visible small {
        margin: 6px 0 2px
    }
}

.image-container .content-visible span {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: #9e9fa2;
    text-decoration: line-through;
    line-height: 1.5;
    font-weight: 500
}

@media only screen and (min-width: 768px) {
    .image-container .content-visible span {
        position: absolute;
        left: 10px;
        bottom: 50px
    }
}

@media only screen and (min-width: 992px) {
    .image-container .content-visible span {
        left: 20px
    }
}

.image-container .content-visible p {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1;
    color: #80B3E8;
    font-weight: 700;
    margin: 6px 0 20px
}

@media only screen and (min-width: 768px) {
    .image-container .content-visible p {
        position: absolute;
        left: 10px;
        bottom: 20px;
        margin: 0
    }
}

@media only screen and (min-width: 992px) {
    .image-container .content-visible p {
        left: 20px
    }
}

.image-container .content-visible p strong {
    font-size: 1.5rem;
    line-height: 1
}

.image-container .show-hover-bottom {
    display: none;
    background-color: #fff;
    position: absolute;
    border: 1px solid #dbdbdb;
    border-top: none;
    height: 60px;
    width: 100%;
    bottom: -26px;
    right: 0;
    padding: 0 20px
}

.image-container .show-hover-bottom a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    color: #fff;
    background-color: #80B3E8;
    width: 100%;
    text-transform: initial;
    font-size: .875rem;
    font-weight: 500;
    height: 40px
}

.image-container .show-hover-bottom a:hover {
    background-color: #686868;
    color: #fff
}

.category-container-text h3 {
    display: none;
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: .875rem;
    color: #333;
    text-transform: initial;
    font-weight: 500;
    padding-right: 80px;
    line-height: 1.79
}

@media only screen and (min-width: 768px) {
    .category-container-text h3 {
        font-size: 1rem;
        border-bottom: 1px solid #dbdbdb;
        margin-bottom: 20px;
        padding-bottom: 9px
    }
}

@media only screen and (min-width: 992px) {
    .category-container-text h3 {
        display: block
    }
}

.category-container-text .paragraph-text-container {
    padding-bottom: 20px
}

@media only screen and (min-width: 768px) {
    .category-container-text .paragraph-text-container {
        padding-bottom: 40px
    }
}

@media only screen and (min-width: 992px) {
    .category-container-text .paragraph-text-container {
        padding-bottom: 50px
    }
}

.category-container-text .paragraph-text-container p {
    line-height: 1.75;
    color: #333;
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

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

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

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
}

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

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

.btn-primary {
    color: #212529;
    background-color: #80B3E8;
    border-color: #80B3E8
}

.btn-primary:hover {
    color: #fff;
    background-color: #cb7700;
    border-color: #be7000
}

.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(210, 126, 6, .5);
    box-shadow: 0 0 0 .2rem rgba(210, 126, 6, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #80B3E8;
    border-color: #80B3E8
}

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

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(210, 126, 6, .5);
    box-shadow: 0 0 0 .2rem rgba(210, 126, 6, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

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

.btn-success:hover {
    color: #fff;
    background-color: #56912b;
    border-color: #508728
}

.btn-success.focus, .btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(126, 186, 82, .5);
    box-shadow: 0 0 0 .2rem rgba(126, 186, 82, .5)
}

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

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #508728;
    border-color: #4a7d25
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(126, 186, 82, .5);
    box-shadow: 0 0 0 .2rem rgba(126, 186, 82, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #80B3E8;
    border-color: #80B3E8
}

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

.btn-outline-primary.focus, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(241, 142, 0, .5);
    box-shadow: 0 0 0 .2rem rgba(241, 142, 0, .5)
}

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

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

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(241, 142, 0, .5);
    box-shadow: 0 0 0 .2rem rgba(241, 142, 0, .5)
}

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

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

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #a1b12d;
    border-color: #a1b12d
}

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

.btn-outline-success.focus, .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(103, 174, 52, .5);
    box-shadow: 0 0 0 .2rem rgba(103, 174, 52, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #a1b12d;
    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: #a1b12d;
    border-color: #a1b12d
}

.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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(103, 174, 52, .5);
    box-shadow: 0 0 0 .2rem rgba(103, 174, 52, .5)
}

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

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

.btn-outline-info.focus, .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

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

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

.btn-outline-warning.focus, .btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

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

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

.btn-outline-danger.focus, .btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

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

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

.btn-outline-light.focus, .btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

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

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

.btn-outline-dark.focus, .btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    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 {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #80B3E8;
    text-decoration: none
}

.btn-link:hover {
    color: #a56100;
    text-decoration: underline
}

.btn-link.focus, .btn-link:focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    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%
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

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

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

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffc572;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(241, 142, 0, .25);
    /*box-shadow: 0 0 0 .2rem rgba(241, 142, 0, .25)*/
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
    font-size: 1rem
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
    font-size: 1rem
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
    font-size: 1rem
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
    font-size: 1rem
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
    font-size: 1rem
}

.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: #9e9fa2;
    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.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

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

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

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

.form-row {
    display: -webkit-box;
    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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -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: #a1b12d
}

.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(103, 174, 52, .9);
    border-radius: .25rem
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #a1b12d;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2367AE34' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #a1b12d;
    -webkit-box-shadow: 0 0 0 .2rem rgba(103, 174, 52, .25);
    box-shadow: 0 0 0 .2rem rgba(103, 174, 52, .25)
}

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

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #a1b12d;
    padding-right: calc((3em + 2.25rem) / 4 + 1.75rem);
    background: url("data:image/svg+xml;charset=utf-8,%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/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2367AE34' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #a1b12d;
    -webkit-box-shadow: 0 0 0 .2rem rgba(103, 174, 52, .25);
    box-shadow: 0 0 0 .2rem rgba(103, 174, 52, .25)
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select: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: #a1b12d
}

.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: #a1b12d
}

.custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before {
    border-color: #a1b12d
}

.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 {
    border-color: #80c94c;
    background-color: #80c94c
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(103, 174, 52, .25);
    box-shadow: 0 0 0 .2rem rgba(103, 174, 52, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #a1b12d
}

.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 {
    border-color: #a1b12d;
    -webkit-box-shadow: 0 0 0 .2rem rgba(103, 174, 52, .25);
    box-shadow: 0 0 0 .2rem rgba(103, 174, 52, .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
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((3em + 2.25rem) / 4 + 1.75rem);
    background: url("data:image/svg+xml;charset=utf-8,%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/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    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-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select: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 {
    border-color: #dc3545
}

.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 {
    border-color: #e4606d;
    background-color: #e4606d
}

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

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.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 {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

@media (min-width: 576px) {
    .form-inline label {
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

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

    .form-inline .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center
    }

    .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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

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

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

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

header {
    padding-top: 23px;
    background: #fff
}

@media screen and (max-width: 991px) {
    header .container {
        max-width: 100%
    }
}

@media only screen and (min-width: 768px) {
    header {
        padding-top: 0
    }
}

header .header-section_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media only screen and (min-width: 768px) {
    header .header-section_top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 10px
    }
}

@media only screen and (min-width: 1024px) {
    header .header-section_top {
        padding-top: 7px
    }
}

@media only screen and (min-width: 768px) {
    header .header-section_top_nav {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

header .header-section_top_nav .navbar-nav {
    padding: 0
}

header .header-section_top_nav .navbar-nav .nav-item {
    display: inline-block;
    padding: 3px 5px 6px;
    line-height: 14px;
    position: relative
}

@media only screen and (min-width: 768px) {
    header .header-section_top_nav .navbar-nav .nav-item:before {
        content: "";
        display: block;
        width: 1px;
        height: 14px;
        background: #dbdbdb;
        position: absolute;
        left: 0;
        top: 4px
    }
}

@media only screen and (min-width: 1024px) {
    header .header-section_top_nav .navbar-nav .nav-item {
        padding: 3px 15px 6px
    }
}

@media only screen and (min-width: 1200px) {
    header .header-section_top_nav .navbar-nav .nav-item {
        padding: 3px 30px 6px
    }
}

header .header-section_top_nav .navbar-nav .nav-item:first-child {
    padding-left: 0
}

header .header-section_top_nav .navbar-nav .nav-item:first-child:before {
    display: none
}

header .header-section_top_nav .navbar-nav .nav-item:last-child {
    padding-right: 0
}

header .header-section_top_nav .navbar-nav .nav-item:last-child:before {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background: #dbdbdb;
    position: absolute;
    left: 0;
    top: 4px
}

header .header-section_top_nav .navbar-nav .nav-item:nth-child(-n+3) {
    display: none;
    position: relative
}

@media only screen and (min-width: 768px) {
    header .header-section_top_nav .navbar-nav .nav-item:nth-child(-n+3) {
        display: inline-block
    }
}

header .header-section_top_nav .navbar-nav .nav-item:nth-child(-n+3) > a {
    position: relative
}

header .header-section_top_nav .navbar-nav .nav-item:nth-child(-n+3):hover {
    cursor: pointer
}

header .header-section_top_nav .navbar-nav .nav-item:nth-child(-n+3):hover * {
    cursor: default
}

@media only screen and (min-width: 768px) {
    header .header-section_top_nav .navbar-nav .nav-item:nth-child(-n+3):hover .sub-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (-ms-high-contrast: none) {
    header .header-section_top_nav .navbar-nav .nav-item:nth-child(-n+3):hover .sub-nav {
        display: table
    }
}

header .header-section_top_nav .navbar-nav .nav-item:nth-child(-n+3):hover > a:after {
    bottom: -4px;
    left: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 6px solid rgba(241, 142, 0, 0);
    border-bottom-color: #80B3E8;
    margin-left: -6px
}

@media only screen and (min-width: 992px) {
    header .header-section_top_nav .navbar-nav .nav-item:nth-child(-n+3):hover > a:after {
        bottom: -1px
    }
}

header .header-section_top_nav .navbar-nav .nav-item a {
    color: #9e9fa2;
    cursor: pointer !important;
    font-size: .75rem
}

@media only screen and (min-width: 768px) {
    header .header-section_top_nav .navbar-nav .nav-item a {
        font-size: .875rem
    }
}

@media only screen and (min-width: 1024px) {
    header .header-section_top_nav .navbar-nav .nav-item a {
        font-size: 1rem
    }
}

header .header-section_top_nav .navbar-nav .nav-item .sub-nav {
    display: none;
    background: #fff;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    z-index: 10;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .3);
    border-top: 4px solid #80B3E8;
    z-index: 9999;
}

header .header-section_top_nav .navbar-nav .nav-item .sub-nav .sub-navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0 20px 0 0;
    width: 250px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media (-ms-high-contrast: none) {
    header .header-section_top_nav .navbar-nav .nav-item .sub-nav .sub-navbar-nav {
        display: table-cell;
        vertical-align: top
    }
}

header .header-section_top_nav .navbar-nav .nav-item .sub-nav .sub-navbar-nav li {
    display: block;
    padding: 8px 0
}

@media (-ms-high-contrast: none) {
    header .header-section_top_nav .navbar-nav .nav-item .sub-nav .sub-navbar-nav li {
        width: 250px
    }
}

header .header-section_top_nav .navbar-nav .nav-item .sub-nav .sub-navbar-nav li a {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: #333;
    font-size: .875rem;
    line-height: 1.2;
    padding-left: 30px;
    position: relative;
    display: inline-block;
    padding-top: 3px
}

header .header-section_top_nav .navbar-nav .nav-item .sub-nav .sub-navbar-nav li a:hover {
    text-decoration: none;
    color: #80B3E8
}

header .header-section_top_nav .navbar-nav .nav-item .sub-nav .sub-navbar-nav li a span[class^=sm-] {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.3rem
}

header .header-section_top_nav .navbar-nav .nav-item .sub-nav_contact-form-wrapper {
    padding: 0;
    left: -150px
}

header .header-section_top_nav .navbar-nav .nav-item .sub-nav_info-wrapper {
    background: #333;
    padding: 20px;
    min-width: 340px
}

@media only screen and (min-width: 1024px) {
    header .header-section_top_nav .navbar-nav .nav-item .sub-nav_info-wrapper {
        padding: 30px 40px;
        min-width: 440px
    }
}

@media (-ms-high-contrast: none) {
    header .header-section_top_nav .navbar-nav .nav-item .sub-nav_info-wrapper {
        display: table-cell;
        vertical-align: top
    }
}

header .header-section_top_nav .navbar-nav .nav-item .sub-nav_info-wrapper a, header .header-section_top_nav .navbar-nav .nav-item .sub-nav_info-wrapper h1, header .header-section_top_nav .navbar-nav .nav-item .sub-nav_info-wrapper h2, header .header-section_top_nav .navbar-nav .nav-item .sub-nav_info-wrapper h3, header .header-section_top_nav .navbar-nav .nav-item .sub-nav_info-wrapper h4, header .header-section_top_nav .navbar-nav .nav-item .sub-nav_info-wrapper h5, header .header-section_top_nav .navbar-nav .nav-item .sub-nav_info-wrapper h6 {
    color: #80B3E8;
    font-weight: 500;
    margin-bottom: 10px
}

header .header-section_top_nav .navbar-nav .nav-item .sub-nav_info-wrapper a {
    font-size: .775rem;
    display: inline-block;
    margin-bottom: 10px
}

@media only screen and (min-width: 1024px) {
    header .header-section_top_nav .navbar-nav .nav-item .sub-nav_info-wrapper a {
        font-size: .875rem
    }
}

header .header-section_top_nav .navbar-nav .nav-item .sub-nav_info-wrapper a:hover {
    text-decoration: none;
    color: #686868;
    cursor: pointer
}

header .header-section_top_nav .navbar-nav .nav-item .sub-nav_info-wrapper p {
    color: #fff;
    font-size: .775rem;
    line-height: 25px;
    margin-bottom: 10px
}

@media only screen and (min-width: 1024px) {
    header .header-section_top_nav .navbar-nav .nav-item .sub-nav_info-wrapper p {
        font-size: .875rem
    }
}

.sm-third-top-column-links {
    margin-top: 40px;
}
.sm-third-top-column-links * {
    font-family: 'Source Sans Pro';
}
.sm-third-top-column-links .columns {
    display: flex;
}
.sm-third-top-column-links .columns .colleft {
    width: 50%;
}
.sm-third-top-column-links .columns .colright {
    width: 50%;
}
.sm-third-top-column-links .columns .bigred {
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.sm-third-top-column-links .columns ul {
    padding-left: 0;
    margin-top: 15px;
}
.sm-third-top-column-links .columns ul li {
    background: url(https://www.schornsteinmarkt.de/themes/Frontend/Schornstein_markt/frontend/_public/src/img/logos/liflame.png) no-repeat 0 -2px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.sm-third-top-column-links .columns ul li a {
    margin: 0;
}




header .header-section_top_nav .navbar-nav .nav-item .sub-nav_contact-form {
    padding: 40px 20px;
    display: block;
    position: relative
}

@media only screen and (min-width: 1024px) {
    header .header-section_top_nav .navbar-nav .nav-item .sub-nav_contact-form {
        padding: 70px 40px
    }
}

@media (-ms-high-contrast: none) {
    header .header-section_top_nav .navbar-nav .nav-item .sub-nav_contact-form {
        display: table-cell;
        vertical-align: top
    }
}

header .header-section_top_nav .navbar-nav .nav-item .sub-nav_contact-form h4 {
    text-transform: initial;
    font-weight: 500;
    font-size: 1.175rem;
    color: #333;
    margin-bottom: 40px;
    margin-top: 0
}

@media only screen and (min-width: 1024px) {
    header .header-section_top_nav .navbar-nav .nav-item .sub-nav_contact-form h4 {
        font-size: 1.375rem
    }
}

header .header-section_top_nav .navbar-nav .nav-item .sub-nav_contact-form form {
    width: 300px
}

@media only screen and (min-width: 1024px) {
    header .header-section_top_nav .navbar-nav .nav-item .sub-nav_contact-form form {
        width: 360px
    }
}

header .header-section_top_nav .navbar-nav .nav-item .sub-nav_contact-form form .form-group {
    margin-bottom: 20px;
    display: block
}

header .header-section_top_nav .navbar-nav .nav-item .sub-nav_contact-form form input {
    width: 100%
}

header .header-section_top_nav .navbar-nav .nav-item .sub-nav_contact-form form input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ced4da
}

header .header-section_top_nav .navbar-nav .nav-item .sub-nav_contact-form form button {
    text-transform: initial;
    font-weight: 500;
    color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 30px;
    background-color: #80B3E8;
    border-color: #80B3E8;
    border-radius: .25rem !important;
}

header .header-section_top_nav .navbar-nav .nav-item .sub-nav_contact-form form button:hover {
    background-color: #686868;
    color: #fff;
    border-color: #686868;
    cursor: pointer
}

header .header-section_top_nav .navbar-nav .nav-item .sub-nav_contact-form #js-waiter {
    display: none;
    color: black;
    padding: 30px 0 20px 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #80B3E8;
    width: 300px;
    height: 70px;
    border-radius: 5px;
    opacity: .6
}

header .header-section_top_nav .navbar-nav .nav-item .sub-nav_contact-form #js-short-contact-alert {
    border: none
}

header .header-section_top_nav .navbar-nav .nav-item .sub-nav_contact-form .spx-protection-contact {
    margin-top: 10px;
    line-height: 20px
}

header .header-section_top_action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media only screen and (min-width: 768px) {
    header .header-section_top_action {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

header .header-section_top_action .user-action-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    margin-bottom: 10px
}

@media only screen and (min-width: 768px) {
    header .header-section_top_action .user-action-wrapper {
        margin-bottom: 0
    }
}

header .header-section_top_action .user-action-wrapper > div {
    margin-left: 10px
}

@media only screen and (min-width: 768px) {
    header .header-section_top_action .user-action-wrapper > div {
        margin-left: 20px
    }
}

header .header-section_top_action .user-action-wrapper > div:first-child {
    margin-left: 35px
}

header .header-section_top_action .user-action-wrapper > div > a, header .header-section_top_action .user-action-wrapper > div > button {
    display: inline-block;
    padding: 7px 20px 4px;
    border: 1px solid #dbdbdb;
    margin: 0;
    background: transparent;
    color: #9e9fa2;
    position: relative;
    line-height: 1;
    border-radius: 4px
}

@media only screen and (min-width: 768px) {
    header .header-section_top_action .user-action-wrapper > div > a, header .header-section_top_action .user-action-wrapper > div > button {
        padding: 0;
        border: none
    }
}

header .header-section_top_action .user-action-wrapper > div > a span, header .header-section_top_action .user-action-wrapper > div > button span {
    font-size: 1.375rem
}

header .header-section_top_action .user-action-wrapper > div > a .js-read-basket-quantity, header .header-section_top_action .user-action-wrapper > div > button .js-read-basket-quantity {
    border-radius: 50px;
    border: 1px solid #9e9fa2;
    background: #80B3E8;
    color: #fff;
    font-size: .675rem;
    padding: 2px 2px 0;
    min-width: 14px;
    min-height: 14px;
    line-height: 1;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 6px;
    text-align: center
}

@media only screen and (min-width: 768px) {
    header .header-section_top_action .user-action-wrapper > div > a .js-read-basket-quantity, header .header-section_top_action .user-action-wrapper > div > button .js-read-basket-quantity {
        right: -5px;
        top: 0
    }
}

@media only screen and (min-width: 1025px) {
    header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper:hover > a, header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper:hover > button {
        text-decoration: none
    }

    header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper:hover > a:after,
    header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper:hover > button:after {
        bottom: -4px;
        left: 50%;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border: 6px solid rgba(241, 142, 0, 0);
        border-bottom-color: #80B3E8;
        margin-left: -6px;
        display: none
    }
}
header .header-section_top_action .ajax_offer_container .ajax_offer_result:after {
    top: -16px;
    right: 4%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 6px solid rgba(241, 142, 0, 0);
    border-bottom-color: #80B3E8;
    margin-left: -6px;
    display: inline-block;
}

@media only screen and (min-width: 1025px) and (min-width: 1024px) {
    header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper:hover > a:after,
    header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper:hover > button:after {
        display: inline-block
    }
}

@media only screen and (min-width: 1025px) and (min-width: 1024px) {
    header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper:hover > a + .sub-nav, header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper:hover > button + .sub-nav {
        display: block
    }
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper.active > a:after, header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper.active > button:after {
    display: inline-block
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper.active .sub-nav {
    display: block
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav,
header .header-section_top_action .ajax_offer_container .ajax_offer_result {
    display: none;
    background: #fff;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    z-index: 10;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .3);
    border-top: 4px solid #80B3E8
}
header .header-section_top_action .ajax_offer_container .ajax_offer_result {
    top: calc(100% - 88px);
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav .sub-navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0 20px 0 0;
    width: 250px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media (-ms-high-contrast: none) {
    header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav .sub-navbar-nav {
        display: table-cell;
        vertical-align: top
    }
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav .sub-navbar-nav li {
    display: block;
    padding: 8px 0
}

@media (-ms-high-contrast: none) {
    header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav .sub-navbar-nav li {
        width: 250px
    }
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav .sub-navbar-nav li a {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: #333;
    font-size: .875rem;
    line-height: 1.2;
    padding-left: 30px;
    position: relative;
    display: inline-block;
    padding-top: 3px
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav .sub-navbar-nav li a:hover {
    text-decoration: none;
    color: #80B3E8
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav .sub-navbar-nav li a span[class^=sm-] {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.3rem
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_contact-form-wrapper {
    padding: 0;
    left: -150px
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_info-wrapper {
    background: #333;
    padding: 20px;
    min-width: 340px
}

@media only screen and (min-width: 1024px) {
    header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_info-wrapper {
        padding: 30px 40px;
        min-width: 440px
    }
}

@media (-ms-high-contrast: none) {
    header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_info-wrapper {
        display: table-cell;
        vertical-align: top
    }
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_info-wrapper a, header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_info-wrapper h1, header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_info-wrapper h2, header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_info-wrapper h3, header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_info-wrapper h4, header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_info-wrapper h5, header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_info-wrapper h6 {
    color: #80B3E8;
    font-weight: 500;
    margin-bottom: 10px
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_info-wrapper a {
    font-size: .775rem;
    display: inline-block;
    margin-bottom: 10px
}

@media only screen and (min-width: 1024px) {
    header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_info-wrapper a {
        font-size: .875rem
    }
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_info-wrapper a:hover {
    text-decoration: none;
    color: #686868;
    cursor: pointer
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_info-wrapper p {
    color: #fff;
    font-size: .775rem;
    line-height: 25px;
    margin-bottom: 10px
}

@media only screen and (min-width: 1024px) {
    header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_info-wrapper p {
        font-size: .875rem
    }
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_contact-form {
    padding: 40px 20px;
    display: block;
    position: relative
}

@media only screen and (min-width: 1024px) {
    header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_contact-form {
        padding: 70px 40px
    }
}

@media (-ms-high-contrast: none) {
    header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_contact-form {
        display: table-cell;
        vertical-align: top
    }
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_contact-form h4 {
    text-transform: initial;
    font-weight: 500;
    font-size: 1.175rem;
    color: #333;
    margin-bottom: 40px;
    margin-top: 0
}

@media only screen and (min-width: 1024px) {
    header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_contact-form h4 {
        font-size: 1.375rem
    }
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_contact-form form {
    width: 300px
}

@media only screen and (min-width: 1024px) {
    header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_contact-form form {
        width: 360px
    }
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_contact-form form .form-group {
    margin-bottom: 20px;
    display: block
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_contact-form form input {
    width: 100%
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_contact-form form input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ced4da
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_contact-form form button {
    text-transform: initial;
    font-weight: 500;
    color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: 30px
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_contact-form form button:hover {
    background-color: #686868;
    color: #fff;
    border-color: #686868;
    cursor: pointer
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_contact-form #js-waiter {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #80B3E8;
    width: 300px;
    height: 70px;
    border-radius: 5px;
    opacity: .6
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_contact-form #js-short-contact-alert {
    border: none
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .sub-nav_contact-form .spx-protection-contact {
    margin-top: 10px;
    line-height: 20px
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .ajax_basket_result,
header .header-section_top_action .ajax_offer_container .ajax_offer_result {
    right: 0;
    top: calc(100% + 3px);
    left: auto;
    padding: 0;
    width: calc(100vw - 30px);
    max-width: 540px
}
header .header-section_top_action .ajax_offer_container .ajax_offer_result {
    width: 100vw;
    top: calc(100% - 93px);
}

@media only screen and (min-width: 768px) {
    header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .ajax_basket_result,
    header .header-section_top_action .ajax_offer_container .ajax_offer_result {
        top: calc(100% - 15px);
        width: 540px
    }
    header .header-section_top_action .ajax_offer_container .ajax_offer_result {
        top: calc(100% - 88px);
    }
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .ajax_basket_result .widget-cart .w-title,
header .header-section_top_action .ajax_offer_container .ajax_offer_result .widget-cart .w-title {
    background: #4b4c4d;
    padding: 0 20px
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .ajax_basket_result .widget-cart .w-title h3,
header .header-section_top_action .ajax_offer_container .ajax_offer_result .widget-cart .w-title h3 {
    color: #fff;
    line-height: 28px;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    text-transform: uppercase
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .ajax_basket_result .widget-cart .inner-cart,
header .header-section_top_action .ajax_offer_container .ajax_offer_result .widget-cart .inner-cart {
    padding: 20px;
    max-height: 530px;
    overflow-y: auto
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .ajax_basket_result .widget-cart .inner-cart .notice,
header .header-section_top_action .ajax_offer_container .ajax_offer_result .widget-cart .inner-cart .notice {
    padding: 15px;
    font-size: .875rem;
    text-align: center
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .ajax_basket_result .widget-cart .inner-cart .table,
header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .ajax_basket_result .widget-cart .inner-cart .table .table-row .table-cell,
header .header-section_top_action .ajax_offer_container .ajax_offer_result .widget-cart .inner-cart .table,
header .header-section_top_action .ajax_offer_container .ajax_offer_result .widget-cart .inner-cart .table .table-row .table-cell {
    border-bottom: 1px solid #ededed
}
header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .ajax_basket_result .widget-cart .inner-cart .table .table-row>figure,
header .header-section_top_action .ajax_offer_container .ajax_offer_result .widget-cart .inner-cart .table .table-row>figure {
    margin-bottom: 0;
    padding: 17px 10px 12px 10px;
}
header .header-section_top_action .ajax_offer_container .ajax_offer_result .widget-cart .inner-cart .table .table-row {
    display: block;
}
@media only screen and (min-width: 370px) {
    header .header-section_top_action .ajax_offer_container .ajax_offer_result .widget-cart .inner-cart .table .table-row {
        display: table-row;
    }
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .ajax_basket_result .widget-cart .inner-cart .table .table-row .table-cell:last-child,
header .header-section_top_action .ajax_offer_container .ajax_offer_result .widget-cart .inner-cart .table .table-row .table-cell:last-child {
    padding-left: 45px
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .ajax_basket_result .widget-cart .inner-cart .table .table-row:last-child .table-cell,
header .header-section_top_action .ajax_offer_container .ajax_offer_result .widget-cart .inner-cart .table .table-row:last-child .table-cell {
    border-bottom: none
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .ajax_basket_result .widget-cart .inner-cart figure,
header .header-section_top_action .ajax_offer_container .ajax_offer_result .widget-cart .inner-cart figure {
    padding: 12px 10px;
    border: none;
    display: block
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .ajax_basket_result .widget-cart .inner-cart figure:hover,
header .header-section_top_action .ajax_offer_container .ajax_offer_result .widget-cart .inner-cart figure:hover {
    opacity: .8
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .ajax_basket_result .widget-cart .inner-cart figure.thumbnail a,
header .header-section_top_action .ajax_offer_container .ajax_offer_result .widget-cart .inner-cart figure.thumbnail a {
    height: 100px;
    width: 100px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    border: 1px solid #dbdbdb;
    padding: 3px;
    border-radius: 4px;
    display: inline-block
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .ajax_basket_result .widget-cart .inner-cart .title,
header .header-section_top_action .ajax_offer_container .ajax_offer_result .widget-cart .inner-cart .title {
    font-weight: 500;
    line-height: 25px;
    font-size: .875rem;
    color: #333;
    font-weight: 400
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .ajax_basket_result .widget-cart .inner-cart .title a,
header .header-section_top_action .ajax_offer_container .ajax_offer_result .widget-cart .inner-cart .title a {
    color: inherit
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .ajax_basket_result .widget-cart .inner-cart .del,
header .header-section_top_action .ajax_offer_container .ajax_offer_result .widget-cart .inner-cart .del {
    background: #80B3E8;
    border-radius: 4px;
    color: #fff;
    font-size: .975rem;
    text-decoration: none;
    padding: 11px;
    display: inline-block;
    line-height: 1
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .ajax_basket_result .widget-cart .inner-cart .del:hover,
header .header-section_top_action .ajax_offer_container .ajax_offer_result .widget-cart .inner-cart .del:hover {
    background: #686868
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .ajax_basket_result .widget-cart .inner-cart .price,
header .header-section_top_action .ajax_offer_container .ajax_offer_result .widget-cart .inner-cart .price {
    font-size: .875rem;
    font-weight: 500;
    line-height: 25px;
    color: #80B3E8;
    display: block
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .ajax_basket_result .widget-cart .inner-cart .actions,
header .header-section_top_action .ajax_offer_container .ajax_offer_result .widget-cart .inner-cart .actions {
    text-align: right;
    padding-top: 15px
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .ajax_basket_result .widget-cart .inner-cart .actions a,
header .header-section_top_action .ajax_offer_container .ajax_offer_result .widget-cart .inner-cart .actions a {
    display: inline-block;
    text-transform: initial;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
    background: #80B3E8;
    border-radius: 4px
}
header .header-section_top_action .ajax_offer_container .ajax_offer_result .widget-cart .inner-cart .actions a {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
    header .header-section_top_action .ajax_offer_container .ajax_offer_result .widget-cart .inner-cart .actions a {
        display: inline-block;
        width: auto;
        margin-bottom: 0;
    }
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .ajax_basket_result .widget-cart .inner-cart .actions a:hover,
header .header-section_top_action .ajax_offer_container .ajax_offer_result .widget-cart .inner-cart .actions a:hover {
    background: #686868
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .ajax_basket_result .widget-cart .inner-cart .actions a.checkout,
header .header-section_top_action .ajax_offer_container .ajax_offer_result .widget-cart .inner-cart .actions a.checkout {
    margin-right: 10px;
    background: #4b4c4d
}

header .header-section_top_action .user-action-wrapper > div.cart-action-wrapper .ajax_basket_result .widget-cart .inner-cart .actions a.checkout:hover,
header .header-section_top_action .ajax_offer_container .ajax_offer_result .widget-cart .inner-cart .actions a.checkout:hover {
    background: #646667
}

.spx-cart-spinner {
    background-image: url(/themes/Frontend/Schornstein_markt/frontend/_public/src/img/loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 85px;
}

header .header-section_top_action .ajax_offer_container {
    display: none;
}
@media only screen and (min-width: 768px) {
    header .header-section_top_action .ajax_offer_container {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0;
        margin-left: 16px;
        padding-bottom: 2px;
    }
}
header .header-section_top_action .ajax_offer_container .ajax_offer {
    padding-top: 1px;
}
header .header-section_top_action .ajax_offer_container .ajax_offer .text {
    display: none;
}
header .header-section_top_action .ajax_offer_container .ajax_offer .fa-tags {
    color: #9e9fa2;
    font-size: 16px;
}

header .header-section_middle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0
}

@media only screen and (min-width: 768px) {
    header .header-section_middle {
        margin-bottom: 25px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media only screen and (min-width: 1024px) {
    header .header-section_middle > div:first-child, header .header-section_middle > div:last-child {
        /*-webkit-box-flex: 1;*/
        /*-ms-flex: 1;*/
        /*flex: 1*/
    }
}

header .header-section_middle_logo {
    position: absolute;
    bottom: calc(100% + 27px);
    left: 0;
    width: 127px
}

@media only screen and (min-width: 375px) {
    header .header-section_middle_logo {
        bottom: calc(100% + 8px)
    }
}

@media only screen and (min-width: 768px) {
    header .header-section_middle_logo {
        bottom: auto;
        left: auto;
        position: static;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    header .header-section_middle_logo {
        width: 215px;
    }
}
@media (max-width: 450px) {
    header .header-section_middle_logo {
        width: 145px;
    }
}
@media (max-width: 767px) {
    header .header-section_middle_logo {
        top: -75px;
    }
}



header .header-section_middle_logo a {
    display: inline-block;
}
@media (min-width: 1024px) {
    header .header-section_middle_logo a {
        max-width: 215px;
    }
}

header .header-section_middle_logo img {
    width: 100%
}

header .header-section_middle .input-group {
    margin-bottom: 18px;
    margin-top: 10px
}

@media only screen and (min-width: 768px) {
    header .header-section_middle .input-group {
        margin-bottom: 2px;
        margin-top: 0;
        min-width: 270px
    }
}

@media only screen and (min-width: 1024px) {
    header .header-section_middle .input-group {
        min-width: 350px
    }
}

header .header-section_middle .input-group input:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ced4da
}

header .header-section_middle .input-group .btn, header .header-section_middle .input-group a, header .header-section_middle .input-group button {
    background: #80B3E8;
    border-radius: 4px !important;
    border: none;
    margin-left: -2px;
    color: #fff;
    font-size: 1.275rem;
    line-height: 26px;
    padding: 8px 10px 4px
}

header .header-section_middle .phone-wrapper {
    display: none;
    position: absolute;
    color: #fff;
    padding-left: 35px;
    line-height: 1;
    float: right;
    margin-bottom: 10px;
    top: calc(100% + 15px);
    left: 0;
}

@media only screen and (min-width: 768px) {
    header .header-section_middle .phone-wrapper {
        padding-left: 40px;
        color: #80B3E8;
        position: relative;
        top: auto;
        display: block;
    }
}

header .header-section_middle .phone-wrapper span {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.5rem
}

@media only screen and (min-width: 768px) {
    header .header-section_middle .phone-wrapper span {
        font-size: 2.3rem
    }
}

header .header-section_middle .phone-wrapper a {
    font-size: 1rem;
    color: #fff
}

@media only screen and (min-width: 768px) {
    header .header-section_middle .phone-wrapper a {
        font-size: 1rem .875;
        color: #80B3E8
    }
}

header .header-section_middle .phone-wrapper p {
    margin-bottom: 0;
    font-size: .75rem;
    display: none;
    text-align: center
}

@media only screen and (min-width: 768px) {
    header .header-section_middle .phone-wrapper p {
        display: block
    }
}

header .header-section_bottom nav {
    background: #4f5052;
    padding: 9px 0 8px;
    text-align: right;
    border-bottom: 4px solid #80B3E8
}

@media only screen and (min-width: 992px) {
    header .header-section_bottom nav {
        background: #fff;
        padding: 0;
        text-align: left
    }
}

header .header-section_bottom nav .off-canvas-overlay {
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .65);
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0
}

header .header-section_bottom nav .off-canvas-overlay .off-canvas-close {
    background: #80B3E8;
    border: none;
    border-radius: 2px 0 0 2px;
    padding: 9px 13px;
    width: 40px;
    height: 32px;
    position: fixed;
    right: 0;
    top: 15px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

header .header-section_bottom nav .off-canvas-overlay .off-canvas-close .off-canvas-close-icon {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative
}

header .header-section_bottom nav .off-canvas-overlay .off-canvas-close .off-canvas-close-icon:after {
    display: block;
    content: "";
    background: #fff;
    width: 100%;
    height: 3px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative
}

header .header-section_bottom nav .navbar-toggle {
    display: inline-flex;
    padding: 9px 6px;
    background: #f7f7f7;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 2px;
    margin: 0
}

@media only screen and (min-width: 992px) {
    header .header-section_bottom nav .navbar-toggle {
        display: none
    }
}

header .header-section_bottom nav .navbar-toggle .navbar-toggler-icon {
    background: #333;
    position: relative;
    height: 2px;
    width: 100%;
    display: block;
    -webkit-box-shadow: 0 -4px 0 0 #333, 0 4px 0 0 #333;
    box-shadow: 0 -4px 0 0 #333, 0 4px 0 0 #333
}

header .header-section_bottom nav .navbar-collapse {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    height: 100vh;
    overflow-y: auto;
    background: #fff
}

header .header-section_bottom nav .navbar-collapse > .container .row .col-md {
    padding: 0
}

@media only screen and (min-width: 992px) {
    header .header-section_bottom nav .navbar-collapse > .container .row .col-md {
        padding: 0 15px
    }
}

@media only screen and (min-width: 992px) {
    header .header-section_bottom nav .navbar-collapse {
        position: static;
        left: auto;
        top: auto;
        height: auto;
        overflow: visible;
        display: block
    }
}

header .header-section_bottom nav .navbar-collapse .nav-tabs {
    background: #333;
    border-bottom: 4px solid #80B3E8
}

@media only screen and (min-width: 992px) {
    header .header-section_bottom nav .navbar-collapse .nav-tabs {
        background: #fff;
        border-bottom: none
    }
}
@media (max-width: 767px) {
    header .header-section_bottom nav .navbar-collapse .nav-tabs {
        width: 70vw;
    }
} 

header .header-section_bottom nav .navbar-collapse .nav-tabs .nav-item {
    margin-bottom: 0
}

@media only screen and (min-width: 992px) {
    header .header-section_bottom nav .navbar-collapse .nav-tabs .nav-item {
        margin-bottom: -1px
    }
}

header .header-section_bottom nav .navbar-collapse .nav-tabs .nav-item .nav-link {
    padding: 11px 10px;
    border-radius: 0;
    border: none;
    text-transform: initial;
    font-size: .75rem;
    font-weight: 700;
    color: #9e9fa2;
    line-height: 23px
}

@media only screen and (min-width: 992px) {
    header .header-section_bottom nav .navbar-collapse .nav-tabs .nav-item .nav-link {
        border-radius: 4px 4px 0 0;
        padding: 11px 15px 4px;
        font-size: 1rem
    }
}

header .header-section_bottom nav .navbar-collapse .nav-tabs .nav-item .nav-link:hover {
    cursor: pointer
}

header .header-section_bottom nav .navbar-collapse .nav-tabs .nav-item .nav-link.active {
    background: #333;
    color: #80B3E8;
    cursor: pointer;
    position: relative
}

header .header-section_bottom nav .navbar-collapse .nav-tabs .nav-item .nav-link.active:after {
    display: block;
    bottom: 0;
    left: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 6px solid rgba(241, 142, 0, 0);
    border-bottom-color: #80B3E8;
    margin-left: -6px
}

@media only screen and (min-width: 992px) {
    header .header-section_bottom nav .navbar-collapse .nav-tabs .nav-item .nav-link.active:after {
        display: none
    }
}
@media (max-width: 767px) {
    header .header-section_bottom nav .navbar-collapse .nav-tabs .nav-item .nav-link.active:after {
        display: none;
    }
}


header .header-section_bottom nav .tab-content {
    background: #fff
}

@media only screen and (min-width: 992px) {
    header .header-section_bottom nav .tab-content {
        background: #333
    }
}
@media (max-width: 767px) {
    header .header-section_bottom nav .tab-content {
        width: 70vw;
    }
}

header .header-section_bottom nav .tab-content .tab-pane .col-md {
    padding: 0
}

@media only screen and (min-width: 992px) {
    header .header-section_bottom nav .tab-content .tab-pane .col-md {
        padding: 0 15px
    }
}

header .header-section_bottom nav .tab-content .tab-pane ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0
}

@media only screen and (min-width: 992px) {
    header .header-section_bottom nav .tab-content .tab-pane ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item {
    padding: 8px 15px 0;
    border-bottom: 1px solid #dbdbdb;
    text-align: left;
    position: relative
}

@media only screen and (min-width: 992px) {
    header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item {
        border-bottom: none;
        padding: 13px 15px;
        position: static
    }
}

header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item a {
    font-weight: 500;
    font-size: .875rem;
    color: #333;
    position: relative;
    display: block;
    padding-right: 25px;
    margin-bottom: 8px;
    -webkit-transition: margin-bottom .4s ease-in-out;
    transition: margin-bottom .4s ease-in-out
}

@media only screen and (min-width: 992px) {
    header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item a {
        padding-right: 0;
        margin-bottom: 0;
        display: inline-block;
        color: #fff;
        font-size: 1rem
    }
}

@media only screen and (max-width: 991px) {
    header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item a.see-all-link {
        padding-left: 20px;
        padding-top: 10px;
    }
}


header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item:hover a {
    color: #80B3E8;
    text-decoration: none
}

@media only screen and (min-width: 992px) {
    header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item:hover .sub-category-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (-ms-high-contrast: none) {
    header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item:hover .sub-category-nav {
        display: table
    }
}

header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item span[class^=sm-] {
    position: absolute;
    right: 5px;
    top: 5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #9e9fa2;
    width: 30px;
    height: 30px;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item span[class^=sm-]:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media only screen and (min-width: 992px) {
    header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item span[class^=sm-] {
        display: none
    }
}

header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item .sub-category-nav {
    max-height: 0;
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background: #f3f3f3;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin: 0 -15px
}

@media only screen and (min-width: 992px) {
    header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item .sub-category-nav.l-p {
        left: 0;
    }
}

@media only screen and (min-width: 992px) {
    header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item .sub-category-nav.c-p {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media only screen and (min-width: 992px) {
    header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item .sub-category-nav.r-p {
        right: 0
    }
}

@media only screen and (min-width: 992px) {
    header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item .sub-category-nav {
        display: none;
        background: #fff;
        max-height: none;
        overflow: visible;
        position: absolute;
        top: 100%;
        padding: 20px;
        border-top: 4px solid #80B3E8;
        -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, .3);
        box-shadow: 0 6px 8px rgba(0, 0, 0, .3);
        margin: 0;
        z-index: 9999;
        padding-top: 50px;
    }
    header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item .sub-category-nav .see-all-link {
        position: absolute;
        z-index: 999;
        color: #80B3E8;
        top: 10px;
        left: 20px;
        font-weight: 500;
        font-size: .875rem;
        text-decoration: underline;
    }
}

header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item .sub-category-nav .sub-category-group {
    position: relative
}

@media only screen and (min-width: 992px) {
    header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item .sub-category-nav .sub-category-group {
        padding: 26px 0;
        display: flex;
        min-width: 200px;
    }

    header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item .sub-category-nav .sub-category-group.image-wrapper {
        width: 230px;
        height: 338px;
    }
}

@media (-ms-high-contrast: none) {
    header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item .sub-category-nav .sub-category-group {
        display: table-cell;
        vertical-align: top
    }
}

header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item .sub-category-nav .sub-category-group .inner-wrap {
    padding: 26px 0;
    position: relative
}

header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item .sub-category-nav .sub-category-group h6 {
    margin-top: -26px;
    display: none
}

@media only screen and (min-width: 992px) {
    header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item .sub-category-nav .sub-category-group h6 {
        display: block;
        position: absolute;
    }
}

header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item .sub-category-nav .sub-category-group > img {
    margin: -26px 0;
    display: none
}

@media only screen and (min-width: 992px) {
    header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item .sub-category-nav .sub-category-group > img {
        display: block;
        height: auto;
        width: auto;
        max-height: 100%;
        max-width: 100%;
        display: flex;
        margin: 0 auto;
    }
}

header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item .sub-category-nav .sub-category-group ul {
    list-style: none;
    display: block;
    min-width: 200px
}

header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item .sub-category-nav .sub-category-group ul li {
    display: block;
    padding: 0 25px;
    border-bottom: 1px solid #dbdbdb
}

@media only screen and (min-width: 992px) {
    header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item .sub-category-nav .sub-category-group ul li {
        padding: 0;
        border-bottom: none
    }
}

header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item .sub-category-nav .sub-category-group ul li a {
    color: #585a5a;
    font-size: .875rem;
    font-weight: 400;
    padding: 8px 0;
    margin: 0;
    line-height: 1.4
}

@media only screen and (min-width: 992px) {
    header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item .sub-category-nav .sub-category-group ul li a {
        padding: 0;
        line-height: 25px
    }
}

header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item .sub-category-nav .sub-category-group ul li a:hover {
    color: #80B3E8
}

header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item .sub-category-nav .sub-category-group .see-all-link {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 500;
    font-size: .875rem;
    display: none
}

@media only screen and (min-width: 992px) {
    header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item .sub-category-nav .sub-category-group .see-all-link {
        display: inline-block;
        text-decoration: underline;
    }
}

header .header-section_bottom nav .tab-content .tab-pane ul > li .category-item .sub-category-nav .sub-category-group .see-all-link:hover {
    color: #686868
}

.see-all-link.sm-mobile {
    display: none;
}
@media (max-width: 991px) {
    .see-all-link.sm-mobile {
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        font-size: 14px;
        font-weight: bold;
        text-transform: initial;
        font-family: 'Source Sans Pro';
    }
}

header .header-section_bottom nav .tab-content .tab-pane ul > li.sub-category {
    position: relative
}

header .header-section_bottom nav .tab-content .tab-pane ul > li.sub-category .category-item:hover > a:after {
    display: none;
    bottom: -14px;
    left: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 6px solid rgba(241, 142, 0, 0);
    border-bottom-color: #80B3E8;
    margin-left: -6px
}

@media only screen and (min-width: 1024px) {
    header .header-section_bottom nav .tab-content .tab-pane ul > li.sub-category .category-item:hover > a:after {
        display: inline-block
    }
}

header .header-section_bottom nav .tab-content .tab-pane ul > li.opened .category-item {
    padding: 8px 15px 0
}

@media only screen and (min-width: 992px) {
    header .header-section_bottom nav .tab-content .tab-pane ul > li.opened .category-item {
        padding: 13px 15px
    }
}

header .header-section_bottom nav .tab-content .tab-pane ul > li.opened .category-item > a {
    margin-bottom: 8px
}

@media only screen and (min-width: 992px) {
    header .header-section_bottom nav .tab-content .tab-pane ul > li.opened .category-item > a {
        margin-bottom: 0
    }
}

header .header-section_bottom nav .tab-content .tab-pane ul > li.opened .category-item span[class^=sm-] {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

header .header-section_bottom nav .tab-content .tab-pane ul > li.opened .category-item .sub-category-nav {
    border-top: 4px solid #80B3E8;
    max-height: 2000px
}

header .header-section_bottom nav .phone-wrapper {
    display: none;
}
@media (max-width: 767px) {
    header .header-section_bottom nav .phone-wrapper {
        width: calc(100% - 40px);
        display: inline-flex;
        align-items: center;
        padding-left: 40px;
        color: #80B3E8;
        position: relative;
        top: auto;
    }
    header .header-section_bottom nav .phone-wrapper span {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 1.5rem;
    }
    header .header-section_bottom nav .phone-wrapper a {
        font-size: 1rem;
        color: #80B3E8;
    }
    header .header-section_bottom nav .phone-wrapper p {
        display: none;
    }    
}



body.off-canvas-active {
    overflow: hidden;
    height: 100vh;
    width: 100vw
}

body.off-canvas-active header .off-canvas-overlay {
    display: block;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-name: offCanvas-overlay;
    animation-name: offCanvas-overlay
}

body.off-canvas-active header .off-canvas-overlay .off-canvas-close {
    -webkit-animation-name: offCanvas-close-slide;
    animation-name: offCanvas-close-slide;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

body.off-canvas-active header .header-section_bottom nav .navbar-collapse {
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-name: offCanvas-slide;
    animation-name: offCanvas-slide;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

body.off-canvas-active.off-canvas-closing {
    overflow: hidden;
    height: 100vh;
    width: 100vw
}

body.off-canvas-active.off-canvas-closing .off-canvas-overlay {
    display: block;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    opacity: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: offCanvas-overlay-rev;
    animation-name: offCanvas-overlay-rev
}

body.off-canvas-active.off-canvas-closing .off-canvas-overlay .off-canvas-close {
    -webkit-animation-name: offCanvas-close-slide-rev;
    animation-name: offCanvas-close-slide-rev;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

body.off-canvas-active.off-canvas-closing .header-section_bottom nav .navbar-collapse {
    display: block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-name: offCanvas-slide-rev;
    animation-name: offCanvas-slide-rev;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes offCanvas-overlay {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes offCanvas-overlay {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes offCanvas-overlay-rev {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes offCanvas-overlay-rev {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes offCanvas-slide {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes offCanvas-slide {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes offCanvas-slide-rev {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes offCanvas-slide-rev {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes offCanvas-close-slide {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes offCanvas-close-slide {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes offCanvas-close-slide-rev {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes offCanvas-close-slide-rev {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes dotMoving {
    0% {
        left: 0
    }
    to {
        left: 100%
    }
}

@keyframes dotMoving {
    0% {
        left: 0
    }
    to {
        left: 100%
    }
}

.image-grid-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a b" "c d" "e f"
}

@media only screen and (min-width: 768px) {
    .image-grid-wrapper {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-areas: "a a f" "c b f" "c d e"
    }
}


.image-grid-wrapper div a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%
}

.image-grid-wrapper div a picture {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden
}

.image-grid-wrapper.sm-grill div a picture {
    border: 1px solid #ccc;
}

.image-grid-wrapper div a picture img, .image-grid-wrapper div a picture source {
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s
}

@media only screen and (min-width: 1025px) {
    .image-grid-wrapper div a picture:hover img, .image-grid-wrapper div a picture:hover source {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media only screen and (min-width: 1025px) {
    .image-grid-wrapper div a picture:hover p .animated-dot {
        display: inline;
        -webkit-animation: dotMoving .4s forwards;
        animation: dotMoving .4s forwards
    }
}

.image-grid-wrapper div a picture p {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    text-transform: initial;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    margin-bottom: 0;
    text-align: right;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    -webkit-box-shadow: inset 0 1px 0 #80B3E8;
    box-shadow: inset 0 1px 0 #80B3E8;
    border-top: 2px solid rgba(0, 0, 0, .6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media only screen and (min-width: 768px) {
    .image-grid-wrapper div a picture p {
        font-size: 1.625rem;
        height: 70px;
        line-height: 70px;
        padding: 0 30px;
        -webkit-box-shadow: inset 0 2px 0 #80B3E8;
        box-shadow: inset 0 2px 0 #80B3E8;
        border-top: 4px solid rgba(0, 0, 0, .6)
    }
}

@media only screen and (min-width: 992px) {
    .image-grid-wrapper div a picture p {
        padding: 0 50px
    }
}

.image-grid-wrapper div a picture p .animated-dot {
    position: absolute;
    background-color: #80B3E8;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    top: -1px;
    left: 0;
    display: none
}

@media only screen and (min-width: 768px) {
    .image-grid-wrapper div a picture p .animated-dot {
        top: -3px;
        width: 8px;
        height: 8px
    }
}

.image-grid-wrapper .grid-image-a {
    grid-area: a;
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

@media only screen and (min-width: 768px) {
    .image-grid-wrapper .grid-image-a {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }
}

.image-grid-wrapper .grid-image-b {
    grid-area: b;
    -ms-grid-row: 1;
    -ms-grid-column: 2
}

@media only screen and (min-width: 768px) {
    .image-grid-wrapper .grid-image-b {
        -ms-grid-row: 2;
        -ms-grid-column: 2
    }
}

.image-grid-wrapper .grid-image-c {
    grid-area: c;
    -ms-grid-row: 2;
    -ms-grid-column: 1
}

@media only screen and (min-width: 768px) {
    .image-grid-wrapper .grid-image-c {
        -ms-grid-row: 2;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1
    }
}

.image-grid-wrapper .grid-image-d {
    grid-area: d;
    -ms-grid-row: 2;
    -ms-grid-column: 2
}

@media only screen and (min-width: 768px) {
    .image-grid-wrapper .grid-image-d {
        -ms-grid-row: 3;
        -ms-grid-column: 2
    }
}

.image-grid-wrapper .grid-image-e {
    grid-area: e;
    -ms-grid-row: 3;
    -ms-grid-column: 1
}

@media only screen and (min-width: 768px) {
    .image-grid-wrapper .grid-image-e {
        -ms-grid-row: 3;
        -ms-grid-column: 3
    }
}

.image-grid-wrapper .grid-image-f {
    grid-area: f;
    -ms-grid-row: 3;
    -ms-grid-column: 2
}

@media only screen and (min-width: 768px) {
    .image-grid-wrapper .grid-image-f {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 3
    }
}

.logo-group-lower {
    background-color: #f7f7f7;
    padding: 12px 0 30px
}

@media only screen and (min-width: 768px) {
    .logo-group-lower {
        padding: 17px 0 40px
    }
}

@media only screen and (min-width: 992px) {
    .logo-group-lower {
        padding: 52px 0
    }
}

.logo-group-lower h2 {
    text-transform: initial;
    font-weight: 500;
    color: #333;
    margin-bottom: 14px
}

@media only screen and (min-width: 768px) {
    .logo-group-lower h2 {
        font-weight: 400;
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 992px) {
    .logo-group-lower h2 {
        display: inline;
        margin-bottom: 0;
        margin-right: 100px
    }
}

.logo-group-lower picture {
    display: inline-block
}

.logo-group-lower picture img, .logo-group-lower picture source {
    width: 100%
}

footer {
    background-color: #333;
    border-top: 4px solid #333;
    -webkit-box-shadow: inset 0 4px 0 #80B3E8;
    box-shadow: inset 0 4px 0 #80B3E8;
    color: #dbdbdb;
    padding-top: 46px;
    clear: both;
}

footer .container .footer-navigation {
    width: 100%
}

footer .container .footer-navigation .images-wrapping-container, footer .container .footer-navigation .list-images-container, footer .container .footer-navigation .list-mixed-container, footer .container .footer-navigation .list-only-container {
    padding-left: 33px
}

@media only screen and (min-width: 640px) {
    footer .container .footer-navigation .images-wrapping-container, footer .container .footer-navigation .list-images-container, footer .container .footer-navigation .list-mixed-container, footer .container .footer-navigation .list-only-container {
        padding-left: 0
    }
}

@media only screen and (min-width: 768px) {
    footer .container .footer-navigation .images-wrapping-container, footer .container .footer-navigation .list-images-container, footer .container .footer-navigation .list-mixed-container, footer .container .footer-navigation .list-only-container {
        max-width: 33.3%
    }
}

@media only screen and (min-width: 992px) {
    footer .container .footer-navigation .images-wrapping-container, footer .container .footer-navigation .list-images-container, footer .container .footer-navigation .list-mixed-container, footer .container .footer-navigation .list-only-container {
        max-width: 25%
    }
}

footer .container .footer-navigation .list-mixed-container {
    margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
    footer .container .footer-navigation .images-wrapping-container {
        margin-right: auto;
        max-width: 232px
    }
}

@media only screen and (min-width: 992px) {
    footer .container .footer-navigation .images-wrapping-container {
        margin-right: 0
    }
}

footer .container .footer-navigation h1, footer .container .footer-navigation h2, footer .container .footer-navigation h3, footer .container .footer-navigation h4, footer .container .footer-navigation h5, footer .container .footer-navigation h6 {
    color: #80B3E8;
    margin-bottom: 25px;
    margin-top: 4px;
    text-transform: initial;
    text-align: left;
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    -ms-word-break: break-word;
}

footer .container .footer-navigation h3 {
    line-height: 1.2rem
}

footer .container ul {
    margin-bottom: 29px;
    text-align: left;
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

footer .container ul li {
    font-size: .875rem
}

footer .container ul li a {
    -ms-word-break: break-word;
    color: #dbdbdb;
    position: relative
}

footer .container ul li a span[class^=sm] {
    display: inline-block;
    font-size: 1.125rem;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    vertical-align: middle;
    color: #333;
    background-color: #80B3E8
}

footer .container ul li a span[class^=sm]:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

footer .container ul li a:hover {
    color: #f5f4f4;
    text-decoration: none
}

footer .container ul.nav-list-mixed li {
    margin-bottom: 8px;
    display: block;
    float: left;
    clear: both
}

footer .container ul.nav-list-mixed li a {
    min-height: 26px;
    padding: 3px 0 0 36px;
    display: inline-block;
    position: relative
}

footer .container ul.nav-list-mixed li a span[class^=sm] {
    position: absolute;
    left: 0;
    top: 0
}

footer .container ul.nav-list-mixed li a span[class=link-text] {
    display: inline-block;
    min-height: 26px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

footer .container ul.nav-list-only li {
    margin-bottom: 12px
}

footer .container ul.nav-list-only li a {
    display: inherit;
    line-height: 1.125rem
}

footer .container ul.nav-list-images li {
    margin-bottom: 12px
}

footer .container ul.nav-list-images li a {
    display: inherit;
    line-height: 1.125rem
}

footer .container ul.nav-list-images li img {
    display: inline-block;
    padding-top: 13px;
    margin-right: 16px
}

@media only screen and (min-width: 768px) {
    footer .container ul.nav-list-images li img {
        display: block
    }
}

@media only screen and (min-width: 768px) {
    footer .container ul.nav-images-wrapping {
        margin-bottom: 9px
    }
}

footer .container ul.nav-images-wrapping li {
    padding-right: 16px;
    margin-bottom: 13px;
    display: inline-block
}

@media only screen and (min-width: 768px) {
    footer .container ul.nav-images-wrapping li {
        padding-right: 0
    }

    footer .container ul.nav-images-wrapping li:nth-child(2n) {
        padding-left: 16px
    }
}

footer .container .footer-social {
    width: 100%;
    margin-bottom: 10px
}

@media only screen and (min-width: 768px) {
    footer .container .footer-social {
        margin-top: 0
    }
}

footer .container .footer-social .social {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0
}

@media only screen and (min-width: 768px) {
    footer .container .footer-social .social {
        padding-top: 0
    }
}

@media only screen and (min-width: 1024px) {
    footer .container .footer-social .social {
        padding-top: 10px
    }
}

footer .container .footer-social .social li a {
    display: inline-block;
    padding-right: 0
}

footer .container .footer-social .social li a span[class^=sm] {
    background-color: #dbdbdb
}

footer .container .footer-social .social li a:hover span {
    background-color: #f5f4f4
}

footer .footer-copyright {
    font-size: .625rem;
    background-color: #3f4041;
    padding: 12px 30px 10px;
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

footer .footer-copyright span {
    font-weight: 500
}

footer .footer-copyright p {
    margin-bottom: 0
}
footer .hreview-aggregate {
    display: none;
}

.hero-link {
    color: #fff;
    font-size: .875rem;
    line-height: 20px
}

.hero-link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #686868
}

.hero-link .sm-arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 10px
}

.hero-link .sm-arrow:before {
    color: #fff
}

@media only screen and (min-width: 768px) {
    .hero-link .sm-arrow {
        font-size: 13px
    }
}

.hero {
    position: relative
}

.hero picture {
    display: block
}




/* Hero banner NEW styles
*/
@media (min-width: 992px) {
    .hero .banners-links {
        position: absolute;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        max-width: 1140px;
        margin: 0 auto;
        height: auto;
        top: 50px;
        max-width: 960px;
        left: calc((100% - 960px) /2);
    }
}
@media (min-width: 1200px) {
    .hero .banners-links {
        max-width: 1140px;
        left: calc((100% - 1140px) /2);
    }
}
@media (min-width: 992px) {
    .hero .banners-links .hero-header-link {
        top: 0;
        left: 15px;
        z-index: 99;
    }
    .hero .banners-links .hero-subheader {
        top: 55px;
        left: 40px;
    }
    .hero .banners-links .hero-category-list {
        left: calc(50% - 150px);
        top: 115px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hero .banners-links .hero-header-link {
        font-size: 25px;
        z-index: 99;
    }
    .hero .banners-links .hero-subheader {
        font-size: 16px;
        left: 10%;
    }
    .hero .banners-links .hero-category-list {
        top: 170px;
    }
    .hero .banners-links .hero-category-list li a {
        font-size: 16px;
        line-height: 18px;
    }
    .hero .banners-links .hero-category-list li a .sm-arrow {
        top: calc(50% - 7px);
    }
}
@media (max-width: 767px) {
    .hero .banners-links .hero-category-list {
        top: 50px;
        left: 20px;
    }
    .hero .banners-links .hero-category-list li a {
        line-height: 12px;
        font-size: 12px;
    }
    .hero .current-offer {
        font-size: 10px;
    }
}
@media (max-width: 767px) and (min-width: 375px) {
    .hero .current-offer {
        right: 50%;
        padding: 0 30px;
        display: flex;
        align-items: center;
        flex-direction: row;
    }
    .hero .current-offer.hero-link .sm-arrow {
        top: 4px;
    }
}


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

@media only screen and (max-width: 1248px) {
    .hero .container {
        max-width: 100%
    }

    .hero .container .col-xl {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (min-width: 768px) {
    .hero.hero-list {
        padding-bottom: 20px
    }
}

.hero.hero-list picture {
    overflow: hidden;
    height: 255px
}
.hero.hero-list picture img {
    height: 100%;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .hero.hero-list picture {
        border: 1px solid #ccc;
        height: 540px
    }
}

@media only screen and (min-width: 1248px) {
    .hero.hero-list picture {
        height: 600px
    }
}

.hero-header-link {
    background-color: #80B3E8;
    position: absolute;
    padding: 5px 20px;
    left: 0;
    top: 15px;
    display: block;
    font-weight: 500;
    text-transform: initial;
    font-style: normal;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: 0 10px 6px -6px #3f4041;
    box-shadow: 0 10px 6px -6px #3f4041;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .hero-header-link {
        top: 40px;
        left: 50px;
        padding: 10px 50px 10px 20px;
        border-radius: 5px;
        font-size: 1.875rem;
        line-height: 40px
    }
}

@media only screen and (min-width: 1248px) {
    .hero-header-link {
        top: 50px;
        left: 70px
    }
}

.hero-header-link span {
    display: none
}

@media only screen and (min-width: 768px) {
    .hero-header-link span {
        display: block;
        position: absolute;
        top: 23px;
        right: 17px
    }
}

@media only screen and (min-width: 768px) {
    .hero-header-link.hero-header-link-moved-left {
        top: 40px;
        left: 0;
        border-radius: 0;
        padding: 10px 20px
    }
}

@media only screen and (min-width: 1248px) {
    .hero-header-link.hero-header-link-moved-left {
        top: 35px;
        left: 35px;
        border-radius: 0
    }
}

.hero-header-link.hero-header-link-moved-left span {
    display: none
}

.hero-subheader {
    color: #fff;
    display: none;
    background-color: #9e9fa2;
    position: absolute;
    left: 103px;
    top: 93px;
    text-transform: initial;
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding: 10px 20px
}

@media only screen and (min-width: 768px) {
    .hero-subheader {
        display: block
    }
}

@media only screen and (min-width: 1248px) {
    .hero-subheader {
        left: 120px;
        top: 105px
    }
}

.hero-subheader span {
    text-transform: lowercase
}

.hero-category-list {
    position: absolute;
    left: 40px;
    top: 65px;
    list-style-type: none;
    padding: 0;
    min-width: 170px
}

@media only screen and (min-width: 768px) {
    .hero-category-list {
        min-width: 300px;
        left: 100px;
        top: 200px
    }
}

@media only screen and (min-width: 1248px) {
    .hero-category-list {
        left: 20%
    }
}

@media only screen and (min-width: 1440px) {
    .hero-category-list {
        left: 35%
    }
}


.hero-category-list li {
    width: 100%
}

.hero-category-list li:not(:last-child) {
    margin-bottom: 10px
}

@media only screen and (min-width: 200px) and (max-width: 450px) {
    .hero-category-list li:not(:last-child) {
        margin-bottom: 5px
    }
}

.hero-category-list li a {
    width: 100%;
    display: inline-block;
    position: relative;
    background-color: #333;
    border-radius: 5px;
    padding: 5px 20px 5px 10px;
    text-transform: capitalize
}


.hero-category-list li a:hover {
    background-color: #68696c
}

@media only screen and (min-width: 768px) {
    .hero-category-list li a {
        font-size: 1.25rem;
        line-height: 29px;
        padding: 5px 30px 5px 10px
    }
}

.hero-category-list li a span {
    position: absolute;
    top: 9px;
    right: 6px
}

@media only screen and (min-width: 768px) {
    .hero-category-list li a span {
        top: 13px;
        right: 9px
    }
}

.hero-category-list.list-with-icon {
    top: 65px;
    left: 5px;
}

@media only screen and (min-width: 768px) {
    .hero-category-list.list-with-icon {
        top: 125px
    }
}

@media only screen and (min-width: 1248px) {
    .hero-category-list.list-with-icon {
        top: 125px;
        left: 65px
    }
}

.hero-category-list.list-with-icon li {
    padding: 5px 35px 5px 0;
    border-radius: 0 5px 5px 0;
    position: relative;
}
.hero-category-list.list-with-icon li:after {
    content: "";
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    background-color: #fff;
}

@media only screen and (min-width: 768px) {
    .hero-category-list.list-with-icon li {
        padding: 20px 85px 20px 0
    }

    .hero-category-list.list-with-icon li:not(:last-child) {
        margin-bottom: 20px
    }
}

@media only screen and (min-width: 1248px) {
    .hero-category-list.list-with-icon li {
        padding: 20px 85px 20px 10px;
        border-radius: 5px
    }
}

.hero-category-list.list-with-icon li a {
    font-size: 1rem;
    line-height: 23px;
    width: 200px;
    height: 30px;
    border-radius: 0 5px 5px 0;
    margin-right: 5px;
    z-index: 999;
}

@media only screen and (min-width: 1248px) {
    .hero-category-list.list-with-icon li a {
        border-radius: 5px
    }
}

.hero-category-list.list-with-icon li a .hero-category-icon-tablet {
    display: none
}

@media only screen and (min-width: 768px) {
    .hero-category-list.list-with-icon li a .hero-category-icon-tablet {
        display: block;
        position: absolute;
        right: -80px;
        top: -12px;
        max-width: 78px;
        max-height: 65px
    }
}

.hero-category-list.list-with-icon li a .hero-category-icon-mob {
    position: absolute;
    right: -33px;
    top: 3px;
    max-width: 30px;
    max-height: 25px
}

@media only screen and (min-width: 768px) {
    .hero-category-list.list-with-icon li a .hero-category-icon-mob {
        display: none
    }
}

.hero-category-list.list-with-icon li a span {
    top: 9px
}

@media only screen and (min-width: 768px) {
    .hero-category-list.list-with-icon li a span {
        top: 13px
    }
}

@media only screen and (min-width: 768px) {
    .hero-category-list.list-with-icon li a {
        font-size: 1.25rem;
        line-height: 29px;
        width: 300px;
        height: 40px;
        padding: 5px 30px 5px 10px
    }
}

.current-offer {
    padding: 5px 30px 5px 15px;
    text-transform: initial;
    background-color: #80B3E8;
    position: absolute;
    right: 50%;
    bottom: 10px;
    -webkit-transform: translate(50%);
    transform: translate(50%);
    border-radius: 5px
}

@media only screen and (min-width: 768px) {
    .current-offer {
        bottom: 30px;
        font-size: 1.125rem;
        line-height: 26px;
        padding: 7px 40px 7px 15px
    }
}

@media only screen and (max-width: 991px) {
    .current-offer {
        right: 20%;
    }
}

@media only screen and (max-width: 767px) {
    .current-offer {
        right: 20%;
    }
}

.current-offer span {
    position: absolute;
    top: 9px;
    right: 10px
}

@media only screen and (min-width: 768px) {
    .current-offer span {
        top: 13px;
        right: 14px
    }
}

.brands {
    background-color: #eaeaea;
    margin: 5px 0;
    display: block;
    text-align: center;
    padding: 20px 0
}

@media only screen and (min-width: 768px) {
    .brands {
        padding: 30px 0
    }
}

@media only screen and (min-width: 1248px) {
    .brands {
        padding: 50px 0
    }
}

.brands picture {
    display: block
}

.shopping-cart-form {
    color: #333;
    margin-top: 40px;
    margin-bottom: 40px;
}

.shopping-cart-form a {
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 400;
    cursor: pointer
}

.shopping-cart-form a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #686868
}

.shopping-cart-form .cart-header {
    text-align: right;
    width: 100%
}


.shopping-cart-form .cart-header a {
    padding: 15px 60px 15px 30px;
    background-color: #80B3E8;
    height: 40px;
    display: inline-flex;
    align-items: center;
    border-radius: 0;
    font-size: 17px;
    position: relative
}

.shopping-cart-form .cart-header a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #686868
}

.shopping-cart-form .cart-header a:after {
    content: "\e905";
    font-family: sm-icons;
    position: absolute;
    font-size: 12px;
    top: 10px;
    right: 31px
}

.shopping-cart-form .table {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    display: table;
    width: 100%;
    padding: 4px;
    border: 1px solid #ced4da;
    border-radius: 5px 0 0 0;
    font-size: .875rem;
    margin-bottom: 0;
    color: #333
}

@media only screen and (min-width: 992px) {
    .shopping-cart-form .table {
        border-bottom-left-radius: 5px
    }
}

.shopping-cart-form .table .table-head {
    width: 100%;
    display: table-row;
    background-color: #f7f7f7
}

.shopping-cart-form .table .table-head:after {
    content: " ";
    display: table;
    clear: both
}

.shopping-cart-form .table .table-cell {
    word-break: break-word;
    display: table-cell;
    padding: 18px 12px;
    text-align: left
}

.shopping-cart-form .table .table-cell.article {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .shopping-cart-form .table .table-cell.article {
        width: 50%
    }
}

@media only screen and (min-width: 992px) {
    .shopping-cart-form .table .table-cell.article {
        width: 55%
    }
}

.shopping-cart-form .table .table-cell.shopping-cart-mobile-hidden {
    display: none
}

@media only screen and (min-width: 768px) {
    .shopping-cart-form .table .table-cell.shopping-cart-mobile-hidden {
        display: table-cell;
        min-width: 13%
    }
}

.shopping-cart-form .table .table-cell.actions {
    display: none
}

@media only screen and (min-width: 768px) {
    .shopping-cart-form .table .table-cell.actions {
        display: table-cell;
        width: 11%
    }
}

.shopping-cart-form .table .table-body {
    width: 100%;
    display: block
}

@media only screen and (min-width: 768px) {
    .shopping-cart-form .table .table-body {
        display: table-row
    }
}

.shopping-cart-form .table .table-body:after {
    content: " ";
    display: table;
    clear: both
}

.shopping-cart-form .table .table-body .flex-cell {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
@media (max-width: 1024px) {
    .shopping-cart-form .table .table-body .flex-cell.sm-checkout-flex-cell {
        flex-direction: column;
    }
    .shopping-cart-form .table .table-body .flex-cell.sm-checkout-flex-cell figure {
        width: 100%;
        max-width: 100%;
    }
    .shopping-cart-form .table .table-body .flex-cell.sm-checkout-flex-cell .details {
        width: 100%;
        max-width: 100%;
    }
}


.shopping-cart-form .table .table-body figure {
    margin: 0
}

.shopping-cart-form .table .table-body a.thumb_image {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 90px;
    width: auto
}

.shopping-cart-form .table .table-body a.thumb_image:hover {
    background-color: transparent
}

.shopping-cart-form .table .table-body .table-cell {
    display: block;
    text-align: center;
    vertical-align: middle
}

@media only screen and (min-width: 768px) {
    .shopping-cart-form .table .table-body .table-cell {
        display: table-cell;
        padding: 18px 12px;
        text-align: left
    }
}

.shopping-cart-form .table .table-body .table-cell.article .details {
    text-align: left;
    font-size: .875rem;
    line-height: 1rem
}

.shopping-cart-form .table .table-body .table-cell.article .details h3 a {
    font-size: .875rem;
    line-height: 1rem;
    color: #333;
    font-weight: 400;
    margin-bottom: .2rem;
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

@media only screen and (min-width: 768px) {
    .shopping-cart-form .table .table-body .table-cell.article .details h3 a {
        font-size: 1.125rem
    }
}

.shopping-cart-form .table .table-body .table-cell.article .details h3 a:hover {
    text-decoration: none;
    background-color: transparent
}

.shopping-cart-form .table .table-body .table-cell.article .details p {
    margin-bottom: .2rem;
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

@media only screen and (min-width: 768px) {
    .shopping-cart-form .table .table-body .table-cell.article .details p {
        margin-bottom: .5rem
    }
}

.shopping-cart-form .table .table-body .table-cell.article .delivery {
    line-height: 1.5;
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: #a1b12d;
}

.shopping-cart-form .table .table-body .table-cell.quantity .btn-group {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .shopping-cart-form .table .table-body .table-cell.quantity .btn-group {
        width: auto
    }
}

.shopping-cart-form .table .table-body .table-cell.quantity .dropdown-toggle {
    position: relative
}

.shopping-cart-form .table .table-body .table-cell.quantity .dropdown-toggle:after {
    content: "";
    border: solid #9e9fa2;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
    right: 20px
}

.shopping-cart-form .table .table-body .table-cell.quantity button {
    text-align: left;
    width: 100%;
    padding: 8px 70px 8px 20px;
    border-radius: 5px;
    color: #333;
    border: 1px solid #ced4da;
    position: relative;
    font-size: .875rem
}

@media only screen and (min-width: 768px) {
    .shopping-cart-form .table .table-body .table-cell.quantity button {
        padding: 8px 40px 8px 20px
    }
}

@media only screen and (min-width: 992px) {
    .shopping-cart-form .table .table-body .table-cell.quantity button {
        padding: 8px 70px 8px 20px
    }
}

.shopping-cart-form .table .table-body .table-cell.quantity .caret:after {
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px
}

.shopping-cart-form .table .table-body .table-cell.unit-price {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    display: none
}

@media only screen and (min-width: 768px) {
    .shopping-cart-form .table .table-body .table-cell.unit-price {
        display: table-cell
    }
}

.shopping-cart-form .table .table-body .table-cell.total-price {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: 1.5rem
}

@media only screen and (min-width: 768px) {
    .shopping-cart-form .table .table-body .table-cell.total-price {
        font-size: .875rem
    }
}

.shopping-cart-form .table .table-body .table-cell.actions {
    background-color: #f7f7f7;
    padding: 0;
    border-right: 20px;
    border-radius: 20px;
    margin: 18px 12px 8px
}

@media only screen and (min-width: 768px) {
    .shopping-cart-form .table .table-body .table-cell.actions {
        background-color: #fff;
        margin: 0;
        text-align: center
    }
}

.shopping-cart-form .table .table-body .table-cell.actions a {
    position: relative;
    display: block;
    border-radius: 20px
}

.shopping-cart-form .table .table-body .table-cell.actions a:hover {
    background: transparent
}

.shopping-cart-form .table .table-body .table-cell.actions .frontend_checkout_cart_item {
    font-size: 1rem;
    color: #333
}

@media only screen and (min-width: 768px) {
    .shopping-cart-form .table .table-body .table-cell.actions .frontend_checkout_cart_item {
        display: none
    }
}

.shopping-cart-form .table .table-body .table-cell.actions .sm-trash {
    color: #333;
    font-size: 18px
}

@media only screen and (min-width: 768px) {
    .shopping-cart-form .table .table-body .table-cell.actions .sm-trash {
        color: #80B3E8;
        line-height: 2
    }
}

.shopping-cart-form .table .table-body .table-cell.actions .sm-trash:before {
    position: static
}

.shopping-cart-form .table .table-body:not(:last-child) .table-cell {
    border-bottom: 1px solid #eaeaea;
    border-radius: 0
}

@media only screen and (min-width: 992px) {
    .shopping-cart-form .cart-footer .col-right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width: 768px) {
    .shopping-cart-form .cart-footer .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 992px) {
    .shopping-cart-form .cart-footer .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.shopping-cart-form .cart-footer .table {
    border-radius: 0;
    border-top: 0
}

.shopping-cart-form .cart-footer .table .table-row .table-cell {
    border-bottom: 1px solid #ced4da
}
.shopping-cart-form .cart-footer .table .table-row:last-of-type .table-cell:first-of-type {
    border-bottom: none;
}

.shopping-cart-form .cart-footer .table .totalamount.table-cell {
    padding-top: 10px
}

.shopping-cart-form .cart-footer .table .totalamount .text-left {
    padding-top: 0;
    padding-right: 6px;
    border-bottom: none
}

@media only screen and (min-width: 375px) {
    .shopping-cart-form .cart-footer .table .totalamount .text-left {
        padding-right: 12px
    }
}

@media only screen and (min-width: 768px) {
    .shopping-cart-form .cart-footer .table .totalamount .text-left {
        padding-top: 18px
    }
}

.shopping-cart-form .cart-footer .table .totalamount .text-right {
    white-space: nowrap;
    font-size: 1.8rem;
    padding: 20px 0;
    border-bottom: none
}

@media only screen and (min-width: 375px) {
    .shopping-cart-form .cart-footer .table .totalamount .text-right {
        padding: 20px 12px;
        font-size: 2.125rem
    }
}

.shopping-cart-form .cart-footer .actions .clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .shopping-cart-form .cart-footer .actions .clearfix {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.shopping-cart-form .cart-footer .actions .clearfix .action-button {
    padding: 0;
    background-color: #80B3E8;
    max-width: 100%
}

.shopping-cart-form .cart-footer .actions .clearfix .action-button a {
    width: 100%;
    padding: 15px 10px;
    position: relative
}

.shopping-cart-form .cart-footer .actions .clearfix .action-button a:after {
    content: "\e905";
    font-family: sm-icons;
    position: absolute;
    font-size: 12px;
    top: 15px;
    margin-left: 15px
}

.shopping-cart-form .cart-footer .actions .clearfix .action-button:first-child {
    background-color: #4f5052;
    cursor: pointer;
    color: #fff
}

@media only screen and (min-width: 768px) {
    .shopping-cart-form .cart-footer .actions .clearfix .action-button:first-child {
        border-radius: 0 0 0 5px
    }
}

.shopping-cart-form .cart-footer .actions .clearfix .action-button:first-child a:hover {
    background-color: #68696c
}

.shopping-cart-form .cart-footer .actions .clearfix .action-button:first-child a:before {
    color: #fff;
    content: "\e905";
    font-family: sm-icons;
    position: absolute;
    font-size: 12px;
    top: 15px;
    margin-left: -36px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 30px
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .shopping-cart-form .cart-footer .actions .clearfix .action-button:first-child a:before {
        color: #fff;
        content: "\e905";
        font-family: sm-icons;
        position: absolute;
        font-size: 12px;
        top: 15px;
        margin-left: 12px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        width: 30px
    }
}

.shopping-cart-form .cart-footer .actions .clearfix .action-button:first-child a:after {
    content: ""
}

.shopping-cart-form .cart-footer .actions .clearfix .action-button:nth-child(2) {
    border-radius: 0 0 5px 5px
}

@media only screen and (min-width: 768px) {
    .shopping-cart-form .cart-footer .actions .clearfix .action-button:nth-child(2) {
        border-radius: 0 0 5px 0
    }
}

.shopping-cart-form .box-vouchers {
    padding: 40px 0
}

.shopping-cart-form .box-vouchers .form-group {
    margin-bottom: 0;
    font-size: 1rem;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 1px solid #ced4da;
    margin-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width: 768px) {
    .shopping-cart-form .box-vouchers .form-group {
        border: none;
        margin-left: 0
    }
}

@media only screen and (min-width: 992px) {
    .shopping-cart-form .box-vouchers .form-group {
        border: 1px solid #ced4da;
        /*margin-left: 30px*/
    }
}

.shopping-cart-form .box-vouchers .form-group input {
    padding: 0 10px;
    border: none
}

@media only screen and (min-width: 768px) {
    .shopping-cart-form .box-vouchers .form-group input {
        margin-right: 80px;
        border: 1px solid #ced4da;
        padding: 13px 10px
    }
}

@media only screen and (min-width: 992px) {
    .shopping-cart-form .box-vouchers .form-group input {
        margin-right: 0;
        border: none;
        padding: 0 10px
    }
}

.shopping-cart-form .box-vouchers .form-group input::-webkit-input-placeholder {
    color: #9e9fa2
}

.shopping-cart-form .box-vouchers .form-group input::-moz-placeholder {
    color: #9e9fa2
}

.shopping-cart-form .box-vouchers .form-group input:-ms-input-placeholder {
    color: #9e9fa2
}

.shopping-cart-form .box-vouchers .form-group input::-ms-input-placeholder {
    color: #9e9fa2
}

.shopping-cart-form .box-vouchers .form-group input::placeholder {
    color: #9e9fa2
}

.shopping-cart-form .box-vouchers .form-group input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.shopping-cart-form .box-vouchers .form-group input.form-control {
    height: auto
}

.shopping-cart-form .box-vouchers .form-group button {
    background-color: #4f5052;
    border: 0;
    padding: 26px;
    border-radius: 5px;
    position: relative
}

.shopping-cart-form .box-vouchers .form-group button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.shopping-cart-form .box-vouchers .form-group button span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.shopping-cart-form .box-vouchers .form-group button span:before {
    color: #fff
}
.shopping-cart-form .push_2 .cart-footer {
    display: flex;
    justify-content: flex-end;
}
.shopping-cart-form .push_2 .cart-footer .paypal-express--btn {
    margin: 35px 0;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    justify-content: flex-end;
    background-color: transparent;
}

.personal-data-form {
    padding: 24px 0 54px
}

@media only screen and (min-width: 768px) {
    .personal-data-form {
        padding-top: 50px
    }
}

.personal-data-form ::-webkit-input-placeholder {
    color: #9e9fa2;
    font-size: .875rem
}

.personal-data-form ::-moz-placeholder {
    color: #9e9fa2;
    font-size: .875rem
}

.personal-data-form :-ms-input-placeholder {
    color: #9e9fa2;
    font-size: .875rem
}

.personal-data-form ::-ms-input-placeholder {
    color: #9e9fa2;
    font-size: .875rem
}

.personal-data-form ::placeholder {
    color: #9e9fa2;
    font-size: .875rem
}

.personal-data-form .register {
    font-size: .875rem;
    color: #333
}

.personal-data-form .register h2 {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-weight: 400;
    font-size: 1.5rem;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dbdbdb
}

.personal-data-form .register .alternative_shipping .bootstrap-select, .personal-data-form .register .personal_settings .bootstrap-select, .personal-data-form .register .shipping_address .bootstrap-select {
    width: 100%
}

.personal-data-form .register .alternative_shipping .bootstrap-select button, .personal-data-form .register .personal_settings .bootstrap-select button, .personal-data-form .register .shipping_address .bootstrap-select button {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    white-space: normal;
    padding-right: 30px;
    text-align: left;
    border: 1px solid #ced4da;
    position: relative;
    font-size: .875rem;
    min-height: 38px
}

.personal-data-form .register .alternative_shipping .bootstrap-select button .filter-option, .personal-data-form .register .personal_settings .bootstrap-select button .filter-option, .personal-data-form .register .shipping_address .bootstrap-select button .filter-option {
    color: #333
}

.personal-data-form .register .alternative_shipping .bootstrap-select button.dropdown-toggle:after, .personal-data-form .register .personal_settings .bootstrap-select button.dropdown-toggle:after, .personal-data-form .register .shipping_address .bootstrap-select button.dropdown-toggle:after {
    content: "";
    border: solid #333;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform: rotate(45deg) translateY(-100%);
    transform: rotate(45deg) translateY(-100%);
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 21px
}

.personal-data-form .register .form-group {
    margin-bottom: 20px
}

.personal-data-form .register .shipping_address .form-group:nth-child(4) {
    margin-bottom: 0
}

.personal-data-form .register .street-city .row .col-3 {
    padding-right: 0
}

@media only screen and (min-width: 992px) {
    .personal-data-form .register .street-city .row .col-3 {
        padding-right: 15px
    }
}

.personal-data-form .register .salutation {
    margin-bottom: 30px
}

.personal-data-form .register .salutation label:first-child {
    margin-bottom: 8px
}

.personal-data-form .register .salutation .radio label {
    margin-bottom: 0
}

.personal-data-form .register label {
    margin-bottom: 12px
}

.personal-data-form .register .notice, .personal-data-form .register label {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.personal-data-form .register .notice {
    background-color: #fcf8e3;
    color: #c09853;
    border: 1px solid #faebcc;
    border-radius: 5px;
    padding: 15px
}

.personal-data-form .register #recaptcha2 {
    margin: 25px 0 50px
}

.personal-data-form .register .actions .agb_accept, .personal-data-form .register .alt_shipping {
    margin-bottom: 32px
}

.personal-data-form .register .actions .agb_accept label a:hover, .personal-data-form .register .alt_shipping label a:hover {
    color: #80B3E8;
    text-decoration: none
}

@media only screen and (min-width: 1025px) {
    .personal-data-form .register .actions .agb_accept label a:hover, .personal-data-form .register .alt_shipping label a:hover {
        color: #686868
    }
}

.personal-data-form .register .actions button {
    background-color: #80B3E8;
    width: 100%;
    font-size: .875rem;
    margin: 40px 0 20px;
    position: relative
}

.personal-data-form .register .actions button:hover {
    color: #fff
}

@media only screen and (min-width: 992px) {
    .personal-data-form .register .actions button:hover {
        background-color: #686868;
        color: #fff
    }
}

.personal-data-form .register .actions button:after {
    content: "\e905";
    font-family: sm-icons;
    font-size: .875rem;
    color: #fff;
    position: absolute;
    margin-left: 8px;
    top: 50%;
    -webkit-transform: translateY(-53%);
    transform: translateY(-53%)
}

.personal-data-form .register .required_fields {
    margin: 10px 0;
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.personal-data-form .form-control {
    height: auto;
    padding-top: 8px;
    padding-bottom: 7px
}

.personal-data-form input {
    font-size: .875rem
}

.personal-data-form input:focus {
    border-color: #ced4da
}

.personal-data-form button:focus, .personal-data-form input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.personal-data-form .error {
    background-color: #f2dede;
    color: #b94a48;
    border: 1px solid #ebccd1;
    border-radius: 5px;
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

@media only screen and (min-width: 768px) {
    .personal-data-form .error {
        margin-top: 45px
    }
}

@media only screen and (min-width: 992px) {
    .personal-data-form .error {
        margin-top: 0
    }
}

.personal-data-form .instyle_error {
    border: 1px solid #d9534f
}

.personal-data-form .company_informations {
    margin-bottom: 50px
}

.personal-data-form #register_personal_customer_type + .bootstrap-select .dropdown-menu ul {
    max-height: none;
    overflow-y: auto
}

section.presentation-section * {
    font-family: 'Source Sans Pro';
}
section.presentation-section.sm-grillaustellung-page,
section.presentation-section.sm-kaminaustellung-page {
    margin-bottom: 50px;
}

section.presentation-section.sm-kaminaustellung-page .rowmodule_1 {
    text-align: center;
    margin: 0 auto;
    display: block;
}

section.presentation-section.sm-kaminaustellung-page .rowmodule_1 .center-titlenu {
    text-align: center;
    color: #4a4b4c;
    font-size: 14px;
    text-transform: initial;
    letter-spacing: 1px;
    padding-bottom: 10px;
    padding-top: 0px;
    margin-bottom: 15px;
}
section.presentation-section.sm-kaminaustellung-page .rowmodule_1 .module {
    width: 31%;
    float: left;
    border-radius: 10px;
    border: 1px solid #d2d2d2;
    padding: 10px;
    text-align: center;
    height: 287px;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1024px) and (min-width: 768px) {
    section.presentation-section.sm-kaminaustellung-page .rowmodule_1 .module {
        width: 48%;
    }
}
@media (max-width: 767px) {
    section.presentation-section.sm-kaminaustellung-page .rowmodule_1 .module {
        width: 100%;
        margin: 0;
        margin-bottom: 2%;
    }
}
section.presentation-section.sm-kaminaustellung-page .rowmodule_1 .module h2.title-orange {
    color: #80B3E8;
}
section.presentation-section.sm-kaminaustellung-page .rowmodule_1 .module .contents {
    line-height: 20px;
}

.presentation-section .breadcrumb {
    padding: 30px 0
}

@media only screen and (min-width: 768px) {
    .presentation-section .breadcrumb {
        padding-top: 20px
    }
}

.presentation-section .container-fluid {
    padding: 0
}

.presentation-section .container-fluid h1 {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-transform: initial;
    font-weight: 500;
    font-size: 24px;
    color: #4b4c4d;
    line-height: 1.75;
    text-align: center;
    max-width: 830px;
    margin: 0 auto;
    padding: 0 30px
}

@media only screen and (min-width: 768px) {
    .presentation-section .container-fluid h1 {
        font-size: 24px;
        line-height: 1.46
    }
}

@media only screen and (min-width: 992px) {
    .presentation-section .container-fluid h1 {
        font-size: 24px
    }
}

.presentation-section .container-fluid .presentation-image a {
    display: block
}

.presentation-section .container-fluid .presentation-image a picture {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px
}

@media only screen and (min-width: 768px) {
    .presentation-section .container-fluid .presentation-image a picture {
        margin-top: 30px
    }
}

.presentation-section .container-fluid .presentation-image a picture img, .presentation-section .container-fluid .presentation-image a picture source {
    width: 100%
}

.presentation-section .container-fluid .boxed-img-wrapper {
    overflow: hidden
}

.presentation-section .container-fluid .presentation-collection-images picture,
.presentation-section .container-fluid .presentation-collection-mixed picture {
    display: inline-block;
    width: 100%
}

@media only screen and (min-width: 992px) {
    .presentation-section .container-fluid .presentation-collection-images picture,
    .presentation-section .container-fluid .presentation-collection-mixed picture {
        width: auto;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media screen and (min-width: 992px) and (max-width: 1009px) {
    .presentation-section .container-fluid .presentation-collection-images picture, .presentation-section .container-fluid .presentation-collection-mixed picture {
        height: 100%;
        width: 100%;
        left: 0
    }
}

.presentation-section .container-fluid .presentation-collection-images picture img,
.presentation-section .container-fluid .presentation-collection-mixed picture img {
    width: 100%
}

@media only screen and (min-width: 992px) {
    .presentation-section .container-fluid .presentation-collection-images picture img,
    .presentation-section .container-fluid .presentation-collection-mixed picture img {
        width: auto !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1009px) {
    .presentation-section .container-fluid .presentation-collection-images picture img, .presentation-section .container-fluid .presentation-collection-mixed picture img {
        height: 100%
    }
}

.presentation-section .container-fluid .presentation-collection-mixed .col-lg-7 {
    margin: 10px 0
}

@media only screen and (min-width: 992px) {
    .presentation-section .container-fluid .presentation-collection-mixed .col-lg-7 {
        margin: 0
    }
}

.presentation-section .container-fluid .presentation-collection-images {
    margin: 10px 0
}

.presentation-section .container-fluid .presentation-collection-images .col-5 {
    padding-left: 10px
}

.presentation-section .container-fluid .presentation-collection-images picture,
.presentation-section .container-fluid .presentation-collection-images picture img, .presentation-section .container-fluid .presentation-collection-images picture source {
    width: 100%;
    height: 100%
}

.presentation-section .container-fluid .presentation-collection-text {
    padding: 40px 32px 50px
}

@media only screen and (min-width: 768px) {
    .presentation-section .container-fluid .presentation-collection-text {
        padding: 40px 65px 30px
    }
}

@media only screen and (min-width: 992px) {
    .presentation-section .container-fluid .presentation-collection-text {
        background-color: #f0f0f0;
        padding: 90px 60px 30px
    }
}

.presentation-section .container-fluid .presentation-collection-text .content-compact-separate {
    background-color: #fff;
    padding-bottom: 20px
}

@media only screen and (min-width: 768px) {
    .presentation-section .container-fluid .presentation-collection-text .content-compact-separate {
        padding-bottom: 40px
    }
}

@media only screen and (min-width: 992px) {
    .presentation-section .container-fluid .presentation-collection-text .content-compact-separate {
        background-color: #f0f0f0;
        padding: 0 70px 40px
    }
}

.presentation-section .container-fluid .presentation-collection-text .content-compact-separate h3 {
    margin-bottom: 22px
}

@media only screen and (min-width: 768px) {
    .presentation-section .container-fluid .presentation-collection-text .content-compact-separate h3 {
        margin-bottom: 28px
    }
}

.presentation-section .container-fluid .presentation-paragraph-container {
    background-color: #f0f0f0;
    width: 100%;
    height: 100%
}

.presentation-section .container-fluid .presentation-paragraph-container h3 {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.85;
    text-transform: uppercase
}

@media only screen and (min-width: 768px) {
    .presentation-section .container-fluid .presentation-paragraph-container h3 {
        font-size: 1rem
    }
}

.presentation-section .container-fluid .presentation-paragraph-container p, .presentation-section .container-fluid .presentation-paragraph-container strong {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: .75rem;
    line-height: 1.85
}

@media only screen and (min-width: 768px) {
    .presentation-section .container-fluid .presentation-paragraph-container p, .presentation-section .container-fluid .presentation-paragraph-container strong {
        font-size: .875rem
    }
}

.presentation-section .container-fluid .content-list {
    padding: 20px 30px
}

@media only screen and (min-width: 768px) {
    .presentation-section .container-fluid .content-list {
        padding: 40px 65px
    }
}

@media only screen and (min-width: 992px) {
    .presentation-section .container-fluid .content-list {
        padding: 45px 80px 40px
    }
}

.presentation-section .container-fluid .content-list h3 {
    margin-bottom: 20px
}

.presentation-section .container-fluid .content-list p {
    margin-bottom: 25px
}

.presentation-section .container-fluid .content-list .v-card-container a {
    color: #212529;
    display: inline-block;
    margin-bottom: 25px
}

.presentation-section .container-fluid .content-list .v-card-container a:hover {
    color: #383f45
}

.presentation-section .container-fluid .content-list .v-card-container strong {
    display: inline-block
}

.presentation-section .container-fluid .content-compact {
    padding: 35px 22px 5px
}

@media only screen and (min-width: 768px) {
    .presentation-section .container-fluid .content-compact {
        padding: 60px 65px 45px
    }
}

@media only screen and (min-width: 992px) {
    .presentation-section .container-fluid .content-compact {
        padding: 60px 75px 45px
    }
}

.presentation-section .container-fluid .content-compact h3 {
    margin-bottom: 20px
}

.presentation-section .container-fluid .paragraph-container-separate {
    padding: 0;
    padding-top: 20px;
}

@media only screen and (min-width: 768px) {
    .presentation-section .container-fluid .paragraph-container-separate {
        padding: 27px 65px 0
    }
}

@media only screen and (min-width: 992px) {
    .presentation-section .container-fluid .paragraph-container-separate {
        padding: 48px 80px 30px
    }
}

.presentation-section .container-fluid .paragraph-container-separate p, .shipping-costs-text {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: normal;
}

.shipping-costs-text {
    margin-bottom: 12px
}

@media only screen and (min-width: 992px) {
    .shipping-costs-text {
        margin-bottom: 35px
    }
}

.shipping-costs-text .shipping-costs-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .shipping-costs-text .shipping-costs-img {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.shipping-costs-text .shipping-costs-img img {
    display: block;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 15px
}

@media only screen and (min-width: 768px) {
    .shipping-costs-text .shipping-costs-img img {
        margin: 5px 10px 0 0
    }
}

.shipping-costs {
    margin-bottom: 45px
}

@media only screen and (min-width: 992px) {
    .shipping-costs {
        margin-bottom: 80px
    }
}

.shipping-costs h1 {
    text-transform: initial;
    margin: 4px 0 0;
    font-weight: 500
}

@media only screen and (min-width: 768px) {
    .shipping-costs h1 {
        margin-top: 10px
    }
}

@media only screen and (min-width: 992px) {
    .shipping-costs h1 {
        margin-top: 16px
    }
}

.shipping-costs h3 {
    text-transform: initial;
    font-weight: 500
}

@media only screen and (min-width: 768px) {
    .shipping-costs h3 {
        margin-bottom: 20px
    }
}

.shipping-costs .shipping-costs-bottom-text {
    font-weight: 500;
    line-height: 1.81rem
}

.shipping-costs hr {
    color: #dbdbdb;
    margin-top: 0;
    margin-bottom: 32px
}

@media only screen and (min-width: 768px) {
    .shipping-costs hr {
        margin-top: 10px;
        margin-bottom: 30px
    }
}

.shipping-costs table {
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    margin-bottom: 30px
}

.shipping-costs table tr td {
    padding: 0 5px
}

@media only screen and (min-width: 768px) {
    .shipping-costs table tr td {
        padding: 0 10px
    }
}

.shipping-costs table tbody {
    background-color: #f7f7f7
}

.shipping-costs table tbody tr:first-child td {
    padding-top: 20px
}

@media only screen and (min-width: 768px) {
    .shipping-costs table tbody tr:first-child td {
        padding-top: 30px
    }
}

.shipping-costs table tbody tr:last-child td {
    padding-bottom: 15px
}

@media only screen and (min-width: 768px) {
    .shipping-costs table tbody tr:last-child td {
        padding-bottom: 30px
    }
}

.shipping-costs table tbody td {
    line-height: 1.56rem
}

@media only screen and (min-width: 768px) {
    .shipping-costs table tbody td {
        line-height: 1.81rem
    }
}

.shipping-costs table tbody td:not(:first-child) {
    text-align: right
}

.shipping-costs table tbody td:first-child {
    min-width: 140px;
    padding-left: 20px
}

@media only screen and (min-width: 768px) {
    .shipping-costs table tbody td:first-child {
        padding-left: 40px
    }
}

.shipping-costs table tbody td:last-child {
    padding-right: 20px
}

@media only screen and (min-width: 768px) {
    .shipping-costs table tbody td:last-child {
        padding-right: 40px
    }
}

.shipping-costs table tbody td img {
    margin-right: 5px
}

.shipping-costs table thead {
    background-color: #333
}

.shipping-costs table thead th {
    line-height: 1.125rem;
    color: #fff;
    font-weight: 400;
    padding: 20px 5px
}

@media only screen and (min-width: 768px) {
    .shipping-costs table thead th {
        padding: 10px
    }
}

.shipping-costs table thead th:first-child {
    padding-left: 20px
}

@media only screen and (min-width: 768px) {
    .shipping-costs table thead th:first-child {
        padding-left: 40px
    }
}

.shipping-costs table thead th:last-child {
    padding-right: 20px
}

@media only screen and (min-width: 768px) {
    .shipping-costs table thead th:last-child {
        padding-right: 40px
    }
}

@media only screen and (min-width: 768px) {
    .shipping-costs table thead th {
        line-height: 1.81rem
    }
}

.shipping-costs table thead th:not(:first-child) {
    text-align: right
}

#detail .product-detail-logo-wrapper {
    height: auto;
    max-height: 130px;
    width: 150px;
    display: block;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    #detail .product-detail-logo-wrapper {
        width: 100%;
    }
}

#detail .product-detail-logo-wrapper .product-detail-logo {
    min-height: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    #detail .product-detail-logo-wrapper .product-detail-logo {
        margin: 0 auto;
        max-width: 150px;
    }
}

#detail .product-detail-logo img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%
}
@media (max-width: 767px) {
    #detail .product-detail-logo img {
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

#detail h3 {
    color: #333;
    font-size: .875rem;
    text-transform: initial;
    font-weight: 500;
    border-bottom: 1px solid #d6d6d6;
    margin: 20px 0;
    -ms-word-break: break-word;
    word-break: break-word;
}

@media (max-width: 767px) {
    #detail .sm-toggle-wrapper {
        padding: 0;
    }
}


@media only screen and (min-width: 768px) {
    #detail h3 {
        font-size: 1rem;
        margin: 26px 0
    }
}

#detail h3.big-padding {
    border-bottom: 0
}

#detail h3.big-padding:first-child {
    padding-top: 0
}

#detail #detail-box .product-detail-text-box .excerpt,
#detail #detail-box .product-detail-text-box .excerpt p {
    margin-bottom: 25px;
    line-height: 1.31rem
}

@media only screen and (min-width: 768px) {
    #detail #detail-box .product-detail-text-box .excerpt,
    #detail #detail-box .product-detail-text-box .excerpt p  {
        line-height: 1.56rem;
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    #detail #detail-box .product-detail-text-box .excerpt,
    #detail #detail-box .product-detail-text-box .excerpt p  {
        line-height: 1.56rem;
        font-size: 14px;
    }
}

#detail #detail-box .product-detail-text-box .excerpt p span strong a:hover {
    color: #686868
}

#detail #detail-box .product-detail-text-box .excerpt ul {
    padding-left: 18px;
    margin-bottom: 20px
}
#detail #detail-box .product-detail-text-box .link-details {
    display: block;
    font-weight: bold;
    text-decoration: underline;
}
#detail #detail-box .product-detail-text-box .link-details:hover {
    color: #4f5052;
}


@media (max-width: 767px) {
    #detail #detail-box #custom-sticky .price-actions .pseudoprice,
    #detail #detail-box #custom-sticky .price-actions .price,
    #detail #detail-box #custom-sticky .price-actions .modal_open,
    #detail #detail-box #custom-sticky .price-actions #js-sAddToBasket .sm-menge,
    #detail #detail-box #custom-sticky .price-actions #js-sAddToBasket .dropdown.quantity,
    #detail #detail-box #custom-sticky .price-actions #js-sAddToBasket #basketButton,
    #detail #detail-box #custom-sticky .price-actions #js-sAddToBasket .deliverable.text-success,
    #detail #detail-box #custom-sticky .price-actions #js-sAddToBasket #detailCartButton:after,
    #detail #detail-box #custom-sticky .price-actions #js-sAddToBasket .has-pseudoprice:after,
    #detail #detail-box #custom-sticky .price-actions #js-sAddToBasket #sQuantity {
        /*display: none !important;*/
    }
}


#detail #detail-box #custom-sticky .spx-compare-detail-button {
    display: none;
    display: block;
    margin: 0;
}

#detail #detail-box #custom-sticky .button-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 992px) {
    #detail #detail-box #custom-sticky .button-holder {
        max-width: 255px;
        margin-left: auto
    }
}

#detail #detail-box #custom-sticky .button-holder #spx-link-btn-style,
#detailCartButton .spx-float-fix #spx-popup,
#detail #detail-box #custom-sticky .button-holder #spx-add-margin-btn  {
    text-transform: initial;
    background-color: #80B3E8;
    padding: 10px 10px 10px 45px;
    color: #fff;
    border: none;
    font-weight: 500;
    position: relative;
    display: block;
    font-size: 13px;
    margin-top: 10px;
    text-align: left;
}

#detail #detail-box #custom-sticky .button-holder #spx-add-margin-btn {
    padding: 10px;
    text-align: center;
    font-size: 15px;
}
#detail #detail-box #custom-sticky .button-holder #spx-add-margin-btn img {
    display: none;
}


#detailCartButton .spx-float-fix,
#detailCartButton .spx-float-fix #spx-popup {
    width: 100%;
}
#detailCartButton .spx-float-fix #spx-popup {
    padding-right: 10px;
    font-size: 13px;
}
@media (max-width: 767px) {
    #detailCartButton .spx-float-fix #spx-popup {
        text-align: center;
    }
}

#detail #detail-box #custom-sticky .button-holder #spx-link-btn-style:before, #detailCartButton .spx-float-fix #spx-popup:before {
    font-family: sm-icons;
    content: "\e90c";
    position: absolute;
    font-size: 1.31rem;
    top: 49%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    font-weight: 400;
}

#detail #detail-box #custom-sticky .button-holder #spx-link-btn-style:hover, #detailCartButton .spx-float-fix #spx-popup:hover, #detail #detail-box #custom-sticky .button-holder #spx-add-margin-btn:hover  {
    text-decoration: none;
    background-color: #686868;
}

@media only screen and (min-width: 768px) {
    #detail .price-actions {
        margin-top: 0;
    }
}

@media only screen and (min-width: 992px) {
    #detail .price-actions {
        max-width: 255px;
        margin-left: auto;
    }
}

#detail .price-actions .price, #detail .price-actions .pseudoprice {
    display: block;
    font-weight: 500
}

@media (max-width: 767px) {

}


#detail .price-actions .price span {
    display: inline;
    font-size: 1rem
}

#detail .price-actions .modal_open {
    font-size: 11px;
    font-weight: 500;
    color: #9e9fa2
}
#detail .price-actions #js-sAddToBasket .sm-menge {
    font-size: 13px;
}
#detail .price-actions #js-sAddToBasket #basketButton:before {
    font-weight: normal;
}
#detail .price-actions .deliverable.text-success {
    color: #a1b12d !important;
    font-size: 12px;
}
@media (max-width: 767px) {
    #detail #detail-price-actions .modal_open a {
        display: none;
    }
    #detail #detail-price-actions .deliverable.text-success {
        color: #a1b12d !important;
        font-size: 12px;
    }
}


#detail .price-actions #js-sAddToBasket #detailCartButton #basketButton,
#detail .price-actions #js-sAddToBasket #detailCartButton #detail-price-actions-basketButton,
#detail .price-actions .js-basket-add-ajax .has-pseudoprice #basketButton,
#detail .price-actions .js-basket-add-ajax .has-pseudoprice #detail-price-actions-basketButton,
#detail-price-actions .has-pseudoprice #detail-price-actions-basketButton{
    margin: 0;
    display: inline-flex;
    float: left;
    width: auto;
    position: relative;
    border-radius: 10px;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 0 20px 0 50px;
    background: #80B3E8;
}



#detail .price-actions #js-sAddToBasket #detailCartButton #basketButton:before,
#detail .price-actions #js-sAddToBasket #detailCartButton #detail-price-actions-basketButton:before,
#detail .price-actions .js-basket-add-ajax .has-pseudoprice #basketButton:before,
#detail .price-actions .js-basket-add-ajax .has-pseudoprice #detail-price-actions-basketButton:before,
#detail-price-actions .has-pseudoprice #detail-price-actions-basketButton:before {
    content: "\e903";
    font-family: sm-icons;
    font-size: 1.25rem;
    margin-right: 10px;
    left: 20px;
    top: 5px;
    position: absolute;
    font-size: 20px;
}

#detail .price-actions #js-sAddToBasket #detailCartButton #basketButton span {
    font-size: 12px;
}

#detail .price-actions #js-sAddToBasket #detailCartButton #basketButton .button_icon,
#detail .price-actions #js-sAddToBasket #detailCartButton #detail-price-actions-basketButton .button_icon,
#detail .price-actions .js-basket-add-ajax .has-pseudoprice #basketButton .button_icon,
#detail .price-actions .js-basket-add-ajax .has-pseudoprice #detail-price-actions-basketButton .button_icon,
#detail-price-actions .has-pseudoprice #detail-price-actions-basketButton .button_icon{
    display: none
}

#detail .price-actions #js-sAddToBasket #detailCartButton #basketButton:hover,
#detail .price-actions #js-sAddToBasket #detailCartButton #detail-price-actions-basketButton:hover,
#detail .price-actions .js-basket-add-ajax .has-pseudoprice #basketButton:hover,
#detail .price-actions .js-basket-add-ajax .has-pseudoprice #detail-price-actions-basketButton:hover,
#detail-price-actions .has-pseudoprice #detail-price-actions-basketButton:hover {
    background-color: #80c94c;
    color: #fff
}

#detail .price-actions #js-sAddToBasket #detailCartButton #basketButton:focus,
#detail .price-actions #js-sAddToBasket #detailCartButton #detail-price-actions-basketButton:focus,
#detail .price-actions .js-basket-add-ajax .has-pseudoprice #basketButton:focus,
#detail .price-actions .js-basket-add-ajax .has-pseudoprice #detail-price-actions-basketButton:focus,
#detail-price-actions .has-pseudoprice #detail-price-actions-basketButton:focus{
    -webkit-box-shadow: none;
    box-shadow: none
}

#detail .price-actions #js-sAddToBasket #detailCartButton > span, #detail .price-actions .js-basket-add-ajax .has-pseudoprice > span, #detail-price-actions .has-pseudoprice span {
    display: inline;
    font-size: .875rem;
    font-weight: 500
}

#detail .price-actions #js-sAddToBasket #detailCartButton > div, #detail .price-actions .js-basket-add-ajax .has-pseudoprice > div {
    display: inline-block;
    width: 100%;
}

#detail .price-actions #js-sAddToBasket #detailCartButton > div .bootstrap-select .dropdown-toggle, #detail .price-actions .js-basket-add-ajax .has-pseudoprice > div .bootstrap-select .dropdown-toggle {
    color: #333;
    background-color: #fff;
    padding: 3px 30px 3px 10px;
    position: relative;
    border: 1px solid #dbdbdb;
    font-weight: 500
}

#detail .price-actions #js-sAddToBasket #detailCartButton > div .bootstrap-select .dropdown-toggle:before, #detail .price-actions .js-basket-add-ajax .has-pseudoprice > div .bootstrap-select .dropdown-toggle:before {
    content: ""
}

#detail .price-actions #js-sAddToBasket #detailCartButton > div .bootstrap-select .dropdown-toggle:after, #detail .price-actions .js-basket-add-ajax .has-pseudoprice > div .bootstrap-select .dropdown-toggle:after {
    position: absolute;
    content: "";
    border-top: .45em solid #dbdbdb;
    border-right: .45em solid transparent;
    border-bottom: 0;
    border-left: .45em solid transparent;
    top: 11px
}

#detail .price-actions #js-sAddToBasket #detailCartButton > div div.dropdown-menu, #detail .price-actions .js-basket-add-ajax .has-pseudoprice > div div.dropdown-menu {
    overflow: visible !important
}

#detail .price-actions #js-sAddToBasket #detailCartButton > div .dropdown-menu, #detail .price-actions .js-basket-add-ajax .has-pseudoprice > div .dropdown-menu {
    width: 100%;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border: none;
    min-width: auto;
    padding: 0
}

#detail .price-actions #js-sAddToBasket #detailCartButton > div .dropdown-menu ul, #detail .price-actions .js-basket-add-ajax .has-pseudoprice > div .dropdown-menu ul {
    padding-left: 0;
    overflow-y: scroll
}

#detail .price-actions #js-sAddToBasket #detailCartButton > div .dropdown-menu li, #detail .price-actions .js-basket-add-ajax .has-pseudoprice > div .dropdown-menu li {
    height: 31px
}

#detail .price-actions #js-sAddToBasket #detailCartButton > div .dropdown-menu li a, #detail .price-actions .js-basket-add-ajax .has-pseudoprice > div .dropdown-menu li a {
    display: block;
    font-size: .875rem;
    padding: 3px 10px;
    color: #333;
    font-weight: 500;
    cursor: pointer;
    text-align: center
}

#detail .price-actions #js-sAddToBasket #detailCartButton > div .dropdown-menu li a:hover, #detail .price-actions .js-basket-add-ajax .has-pseudoprice > div .dropdown-menu li a:hover {
    text-decoration: none
}

@media only screen and (min-width: 1025px) {
    #detail .price-actions #js-sAddToBasket #detailCartButton > div .dropdown-menu li a:hover, #detail .price-actions .js-basket-add-ajax .has-pseudoprice > div .dropdown-menu li a:hover {
        background-color: #f5f5f5
    }
}

#detail .price-actions .deliverable {
    margin-top: 16px;
    margin-bottom: 0;
    text-align: center;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.125rem;
    color: #333 !important
}

@media only screen and (min-width: 768px) {
    #detail #detail-price-actions {
        display: none
    }
}

#detail #detail-price-actions .spx-compare-detail-button {
    display: none
}

#detail #detail-actions {
    display: none;
    width: 255px;
    float: right;
    margin-bottom: 25px;
    padding-left: 10px;
}

@media only screen and (min-width: 992px) {
    #detail #detail-actions {
        display: inline-block
    }
}

#detail #detail-actions .payment {
    padding: 25px 20px;
    border: 1px solid #dbdbdb;
    background-color: #f7f7f7;
    border-radius: 5px;
    max-width: 255px
}

#detail #detail-actions .payment .payment-text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#detail #detail-actions .payment .payment-text-wrapper .payment-text p {
    font-weight: 500;
    text-transform: initial;
    font-size: .75rem;
    margin-bottom: 12px
}

#detail #detail-actions .payment .payment-text-wrapper img {
    margin-top: 38px
}

#detail #detail-actions .payment .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#detail #detail-actions .payment .cards img {
    width: auto;
    height: auto;
    max-width: 85px;
    max-height: 50px;
    margin: 0 10px 10px 0
}

#detail #detail-actions .payment ul {
    list-style-type: none;
    padding: 0
}

#detail #detail-actions .payment ul li {
    font-size: .75rem;
    line-height: 1rem;
    padding-bottom: 9px
}


@media (max-width: 419px) {
    #detail #detail-info {
        width: 100%;
        max-width: 100%;
    }
    #detail #detail-info .row.row-padding {
        width: 100%;
        margin: 0;
    }
    #detail #detail-info .row.row-padding .col-padding {
        padding-left: 0;
        padding-right: 0;
    }
    #detail #detail-info table#zebra {
        width: 100% !important;
        height: auto !important;
        display: flex;
    }
    #detail #detail-info table#zebra tbody {
        width: 100%;
        max-width: 100%;
    }
    #detail #detail-info table#zebra tr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    #detail #detail-info table#zebra tr td {
        width: 100%;
    }
}

#detail #detail-info .Textdesc {
    word-break: break-word;
}

@media only screen and (min-width: 768px) {
   #detail #detail-info > .row.row-padding {
        width: calc(100% + 30px);
    }
}

#detail #detail-info .row-padding .col-padding {
    margin-bottom: 20px
}

#detail #detail-info .row-padding .col-padding h3:first-of-type {
    margin-top: 0
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    #detail #detail-info .row-padding {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    #detail #detail-info .row-padding .col-lg-7 {
        padding-left: 0
    }
}

@media (-ms-high-contrast: active),(-ms-high-contrast: none) {
    #detail #detail-info .row-padding .col-lg-5 {
        padding-right: 0
    }
}


.sm-overlay {
    display: none
}

@media (max-width: 991px) {
    .sm-overlay.mobile-active {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #000;
        display: block;
        opacity: .5;
        z-index: 999
    }
}

section.category-group .filter-container {
    border: none
}

@media (max-width: 991px) {
    section.category-group .filter-container {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 80vw;
        height: 100vh;
        padding: 0;
        border: none;
        border-right: 1px solid #ccc;
        border-radius: 0;
        overflow-y: auto;
        background: #fff;
        -webkit-transition: all .45s cubic-bezier(.3, 0, .15, 1);
        transition: all .45s cubic-bezier(.3, 0, .15, 1);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    section.category-group .filter-container.mobile-active {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.filter-container .filter_search {
    border: 1px solid #dbdbdb;
    border-radius: 5px
}

@media (max-width: 991px) {
    .filter-container .filter_search {
        border: none
    }
}

.filter-container .listing--sidebar {
    border: 1px solid #dbdbdb;
    border-radius: 5px
}

.filter-container .sm-filter-title {
    padding: 0 15px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    text-transform: initial;
    color: #333;
    background: #f4f4f4;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 4px solid #80B3E8;
    font-family: 'Source Sans Pro';
}

.filter-container .sm-filter-title .close-filter {
    display: none
}

@media (max-width: 991px) {
    .filter-container .sm-filter-title {
        border-radius: 0
    }

    .filter-container .sm-filter-title .close-filter {
        display: block;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1;
        color: #fff;
        text-shadow: 0 1px 0 #fff;
        opacity: .8;
        font-style: normal;
        float: right;
        position: absolute;
        right: 15px;
        top: 5px;
        cursor: pointer
    }
}

.filter-container .filter--close-btn {
    display: none
}

.filter-container .filter--container {
    padding: 0
}

.filter-container .filter--container .filter--actions.filter--actions-top {
    margin-top: 10px
}

.filter-container .filter--container .filter--actions button {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #7bb0e4;
    color: #fff;
    border: 1px solid transparent
}

.filter-container .filter--container .filter--actions button:hover {
    border: 1px solid #515254
}

.filter-container .filter--container .filter--actions.filter--actions-bottom {
    padding: 10px 0
}

.filter-container .filter--container .filter-panel {
    padding: 15px;
    border-bottom: 1px solid #dbdbdb
}

.filter-container .filter--container .filter-panel .filter-panel--title {
    display: block;
    min-height: 25px;
    height: auto !important;
    font-weight: 500;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
}

.filter-container .filter--container .filter-panel .filter-panel--content .filter-panel--option-list {
    padding: 0;
    list-style: none;
    margin: 0
}

.filter-container .filter--container .filter-panel .filter-panel--content .range-slider label.range-info--label {
    font-weight: 500
}

.filter-container .filter--container .filter-panel .filter-panel--content .filter-panel--star-rating label.rating-star--outer-container {
    display: block
}

section.category-group .listing-container .toolbar-top {
    height: 40px;
    height: auto;
    margin-bottom: 20px
}

section.category-group .listing-container .toolbar-top .sm-toolbar-elements {
    border-bottom: 1px solid #dbdbdb;
    padding: 0;
    margin: 0 15px;
    padding-bottom: 5px;
}
@media (max-width: 767px) {
    section.category-group .listing-container .toolbar-top .sm-toolbar-elements {
        display: block;
    }
}

section.category-group .listing-container .toolbar-bottom {
    padding: 0
}

section.category-group .listing-container .toolbar-bottom .sm-toolbar-elements {
    height: 40px;
    margin: 20px 15px 0;
    border-top: 1px solid #dbdbdb;
    padding: 20px 0 0;
    height: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 767px) {
    section.category-group .listing-container .toolbar-bottom .sm-toolbar-elements {
        display: none;
    }

    section.category-group .listing-container .toolbar-bottom .pagination {
        border-bottom: 1px solid #dbdbdb;
        margin-bottom: 20px;
    }
}



.sm-toolbar-elements .sm-elem {
    float: left
}

.sm-toolbar-elements .sm-toolbar-pages {
    padding: 0;
    height: 30px
}

.sm-toolbar-elements .sm-toolbar-pages .position {
    float: left
}

.sm-toolbar-elements .sm-toolbar-pages .position {
    padding: 0;
    height: 100%;
    max-width: 100px;
}

.sm-toolbar-elements .sm-toolbar-pages .position .current {
    height: 30px
}

.pagination, .sm-toolbar-elements .sm-toolbar-pages .position .current {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
@media (max-width: 767px) {
    .pagination {
        justify-content: center;
    }
}

.pagination a {
    font-size: 16px;
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    /*margin-right: 5px;*/
}
.pagination a.is--active {
    color: #80B3E8;
    font-weight: bold;
}
.pagination a:hover {
    text-decoration: none;
    color: #80B3E8;
}
.pagination a.is--active:hover {
    text-decoration: none;
    color: #80B3E8;
}

.pagination a i.icon--arrow-left {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 20px;
    font-family: sm-icons;
}

.pagination a i.icon--arrow-left:after {
    content: "\e901";
    font-style: normal
}

.pagination a i.icon--arrow-right {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 20px;
    font-family: sm-icons;
}

.pagination a i.icon--arrow-right:after {
    content: "\e901";
    font-style: normal
}

.pagination a i.disable {
    opacity: .5
}

.sm-toolbar-elements .sm-toolbar-perpage {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 30px
}
@media (max-width: 767px) {
    .sm-toolbar-elements .sm-toolbar-perpage {
        width: 30% !important;
        display: inline-block;
        float: left;
    }
}

.sm-toolbar-elements .sm-toolbar-perpage, .sm-toolbar-elements .sm-toolbar-perpage form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sm-toolbar-elements .sm-toolbar-perpage select {
    height: 30px;
    width: auto;
    background: transparent;
    border-radius: 3px;
    font-weight: 500;
    color: #5d5c5c;
    margin: 0;
}

.sm-toolbar-elements .sm-toolbar-perpage .per-page--label {
    float: left;
    padding-right: 5px;
    font-size: 16px
}
@media (max-width: 1199px){
    .sm-toolbar-elements .sm-toolbar-perpage .per-page--label {
        display: none;
    }
}
@media (max-width: 991px) {
    .sm-toolbar-elements .sm-toolbar-perpage {
        padding: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end
    }

    .sm-toolbar-elements .sm-toolbar-perpage .per-page--label {
        display: none
    }
}

.sm-toolbar-elements .sm-toolbar-sorting {
    height: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    padding: 0
}

.sm-toolbar-elements .sm-toolbar-sorting, .sm-toolbar-elements .sm-toolbar-sorting form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
@media (max-width: 767px) {
    .sm-toolbar-elements .sm-toolbar-sorting, .sm-toolbar-elements .sm-toolbar-sorting form {
        justify-content: flex-end;
        padding-right: 3px;
    }
}

.sm-toolbar-elements .sm-toolbar-sorting select {
    height: 30px;
    background: transparent;
    border-radius: 3px;
    font-weight: 500;
    color: #5d5c5c
}
@media (max-width: 767px) {
    .sm-toolbar-elements .sm-toolbar-sorting select {
        width: 100% !important;
        margin: 0;
        padding-bottom: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }
}

.sm-toolbar-elements .sm-toolbar-sorting .sort--label {
    padding-right: 5px;
    margin: 0;
    font-size: 16px
}

@media(max-width: 1199px) {
    .sm-toolbar-elements .sm-toolbar-sorting .sort--label {
        display: none;
    }
}

@media (max-width: 991px) {
    .sm-toolbar-elements .sm-toolbar-sorting {
        padding: 0;
        justify-content: flex-end;
    }

    .sm-toolbar-elements .sm-toolbar-sorting .sort--label {
        display: none
    }
}

.sm-toolbar-elements .sm-toolbar-sorting .sort--select {
    float: right
}

.sm-toolbar-elements .sm-toolbar-buttons {
    display: none;
    height: 30px
}
@media (max-width: 767px) {
    .sm-toolbar-elements .sm-toolbar-buttons {
        width: 100% !important;
        max-width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .sm-toolbar-elements .sm-toolbar-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 0
    }
}

.sm-toolbar-elements .sm-toolbar-buttons .sm-mobile-filter-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    border: 1px solid #fff;
    background: #7bb0e4;
    border-radius: 5px
}
@media (max-width: 767px) {
    .sm-toolbar-elements .sm-toolbar-buttons .sm-mobile-filter-btn {
        margin: 0;
        width: 100%;
    }
}


.sm-toolbar-elements .sm-toolbar-buttons .sm-mobile-filter-btn, .sm-toolbar-elements .sm-toolbar-buttons .sm-mobile-filter-btn span {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.sm-toolbar-elements .sm-toolbar-buttons .sm-mobile-filter-btn span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    font-weight: 500;
    color: #fff;
    text-transform: initial;
    font-size: 14px
}

@media (max-width: 991px) {
    .toolbar-bottom .sm-toolbar-elements .sm-toolbar-buttons, .toolbar-bottom .sm-toolbar-elements .sm-toolbar-pages .position, .toolbar-bottom .sm-toolbar-elements .sm-toolbar-perpage, .toolbar-bottom .sm-toolbar-elements .sm-toolbar-sorting, .toolbar-top .sm-toolbar-elements .sm-toolbar-pages .pagination {
        display: none
    }
}

@media (max-width: 767px) {
    .toolbar-top .sm-toolbar-elements .sm-toolbar-pages {
        display: none
    }
}

@media (max-width: 575px) {
    .sm-toolbar-elements .sm-toolbar-perpage {
        width: 15%
    }

    .sm-toolbar-elements .sm-toolbar-sorting {
        width: 35%;
        float: right;
    }

    .sm-toolbar-elements .sm-toolbar-sorting select {
        width: 90%
    }

    .sm-toolbar-elements .sm-toolbar-buttons {
        width: 50%
    }
}

.payment-detail {
    padding: 24px 0 74px
}

@media only screen and (min-width: 768px) {
    .payment-detail {
        padding-top: 50px
    }
}

.payment-detail .step_box ul .list-inline-item:nth-child(3) div:before {
    border-width: 2px;
    background-color: #333
}

.payment-detail .step_box ul .list-inline-item:nth-child(3) div:after {
    border-width: 0 0 2px 2px;
    -webkit-box-shadow: 0 1px #333, inset 0 -1px #333;
    box-shadow: 0 1px #333, inset 0 -1px #333
}

.payment-detail .content {
    color: #333
}

.payment-detail .content h2 {
    font-weight: 400;
    font-size: 1.5rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb
}

.payment-detail .content .box, .payment-detail .content h2 {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 30px
}

.payment-detail .content .box {
    border: 1px solid #ced4da;
    border-radius: 5px;
    line-height: 1.375rem;
}

.payment-detail .content .box h3 {
    font-size: 1.25rem;
    line-height: 1.375rem;
    background-color: #f7f7f7;
    font-weight: 400;
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 5px
}

.payment-detail .content .box p {
    font-size: .875rem;
    padding: 0 20px;
}

.payment-detail .content .box .actions {
    padding: 0 20px 20px 20px;
}
.shipping-payment--information .form-group {
    padding: 0 20px;
}

@media only screen and (min-width: 992px) {
    .payment-detail .content .box .actions {
        margin-right: -10px
    }
}

@media only screen and (min-width: 1200px) {
    .payment-detail .content .box .actions {
        margin-right: 0
    }
}

.payment-detail .content .box .actions a {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: .875rem;
    padding: 8px 20px 6px
}

@media only screen and (min-width: 992px) {
    .payment-detail .content .box .actions a {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 1200px) {
    .payment-detail .content .box .actions a {
        display: inline-block;
        width: auto;
        margin-bottom: 0
    }
}

.payment-detail .content .box .actions a:hover {
    color: #fff
}

.payment-detail .content .box .actions a:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.payment-detail .content .box .actions a:first-child {
    background-color: #4f5052;
}

@media only screen and (min-width: 1025px) {
    .payment-detail .content .box .actions a:first-child:hover {
        color: #fff;
        background-color: #68696c
    }
}

.payment-detail .content .box .actions a:nth-child(2) {
    background-color: #80B3E8
}

@media only screen and (min-width: 1025px) {
    .payment-detail .content .box .actions a:nth-child(2):hover {
        color: #fff;
        background-color: #686868
    }
}

.payment-detail .content .dispatch-methods {
    padding-bottom: 26px
}

.payment-detail .content .form-group {
    font-size: .875rem
}

.payment-detail .content .form-group .radio {
    margin-bottom: 14px
}

.payment-detail .content .form-group .radio label {
    margin-bottom: 0
}

.payment-detail .content .form-group .radio label:before {
    top: 2px
}

.payment-detail .content .form-group .radio input:checked + label:after {
    top: 5px
}

.payment-detail .content .method {
    border-bottom: 1px solid #ced4da;
    padding-bottom: 15px
}

.payment-detail .content .table {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    display: table;
    width: 100%;
    padding: 4px;
    border: 1px solid #ced4da;
    border-radius: 5px 5px 0 0;
    font-size: .875rem;
    margin-bottom: 0;
    color: #333
}

@media only screen and (min-width: 992px) {
    .payment-detail .content .table {
        border-bottom-left-radius: 5px
    }
}

.payment-detail .content .table .table-head {
    width: 100%;
    display: table-row;
    background-color: #f7f7f7
}

.payment-detail .content .table .table-head:after {
    content: " ";
    display: table;
    clear: both
}

.payment-detail .content .table .table-cell {
    word-break: break-all;
    display: table-cell;
    padding: 18px 12px;
    text-align: left
}

.payment-detail .content .table .table-cell.article {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .payment-detail .content .table .table-cell.article {
        width: 50%
    }
}

@media only screen and (min-width: 992px) {
    .payment-detail .content .table .table-cell.article {
        width: 55%
    }
}

.payment-detail .content .table .table-cell.shopping-cart-mobile-hidden {
    display: none
}

@media only screen and (min-width: 768px) {
    .payment-detail .content .table .table-cell.shopping-cart-mobile-hidden {
        display: table-cell;
        min-width: 13%
    }
}

.payment-detail .content .table .table-cell.actions {
    display: none
}

@media only screen and (min-width: 768px) {
    .payment-detail .content .table .table-cell.actions {
        display: table-cell;
        width: 11%
    }
}

.payment-detail .content .table .table-body {
    width: 100%;
    display: table-row
}

.payment-detail .content .table .table-body:after {
    content: " ";
    display: table;
    clear: both
}

.payment-detail .content .table .table-body .flex-cell {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
@media (max-width: 1024px) {
    .payment-detail .content .table .table-body .flex-cell.sm-checkout-flex-cell {
        flex-direction: column;
    }
    .payment-detail .content .table .table-body .flex-cell.sm-checkout-flex-cell figure {
        width: 100%;
        max-width: 100%;
    }
    .payment-detail .content .table .table-body .flex-cell.sm-checkout-flex-cell .details {
        width: 100%;
        max-width: 100%;
    }
}

.payment-detail .content .table .table-body figure {
    margin: 0
}

.payment-detail .content .table .table-body a.thumb_image {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 90px;
    width: auto
}

.payment-detail .content .table .table-body a.thumb_image:hover {
    background-color: transparent
}

.payment-detail .content .table .table-body .table-cell {
    display: block;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .payment-detail .content .table .table-body .table-cell {
        vertical-align: middle;
        display: table-cell;
        padding: 18px 12px;
        text-align: left
    }
}

.payment-detail .content .table .table-body .table-cell.article .details {
    text-align: left;
    font-size: .875rem;
    line-height: 1rem
}

.payment-detail .content .table .table-body .table-cell.article .details h3 {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.125rem;
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.payment-detail .content .table .table-body .table-cell.article .details h3 a {
    font-size: 1rem;
    line-height: 1rem;
    color: #333;
    font-weight: 400;
    margin-bottom: .2rem;
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

@media only screen and (min-width: 768px) {
    .payment-detail .content .table .table-body .table-cell.article .details h3 a {
        font-size: 1.125rem
    }
}

.payment-detail .content .table .table-body .table-cell.article .details h3 a:hover {
    text-decoration: none;
    background-color: transparent
}

.payment-detail .content .table .table-body .table-cell.article .details p {
    margin-bottom: .2rem;
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

@media only screen and (min-width: 768px) {
    .payment-detail .content .table .table-body .table-cell.article .details p {
        margin-bottom: .5rem
    }
}

.payment-detail .content .table .table-body .table-cell.article .details .list-bundle {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 10px 0;
    padding-left: 20px
}

.payment-detail .content .table .table-body .table-cell.article .details .delivery {
    line-height: 1rem;
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.payment-detail .content .table .table-body .table-cell.quantity {
    padding: 4px 12px
}

.payment-detail .content .table .table-body .table-cell.quantity .btn-group {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .payment-detail .content .table .table-body .table-cell.quantity .btn-group {
        width: auto
    }
}

.payment-detail .content .table .table-body .table-cell.quantity .dropdown-toggle {
    position: relative
}

.payment-detail .content .table .table-body .table-cell.quantity .dropdown-toggle:after {
    content: "";
    border: solid #9e9fa2;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
    right: 20px
}

.payment-detail .content .table .table-body .table-cell.quantity button {
    text-align: left;
    width: 100%;
    padding: 8px 70px 8px 20px;
    border-radius: 5px;
    color: #333;
    border: 1px solid #ced4da;
    position: relative;
    font-size: .875rem
}

@media only screen and (min-width: 768px) {
    .payment-detail .content .table .table-body .table-cell.quantity button {
        padding: 8px 40px 8px 20px
    }
}

@media only screen and (min-width: 992px) {
    .payment-detail .content .table .table-body .table-cell.quantity button {
        padding: 8px 70px 8px 20px
    }
}

.payment-detail .content .table .table-body .table-cell.quantity button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.payment-detail .content .table .table-body .table-cell.quantity .caret:after {
    border: solid #000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px
}

.payment-detail .content .table .table-body .table-cell.shopping-cart-price-hidden-mobile {
    display: none
}

@media only screen and (min-width: 768px) {
    .payment-detail .content .table .table-body .table-cell.shopping-cart-price-hidden-mobile {
        display: table-cell
    }
}

.payment-detail .content .table .table-body .table-cell.total-price {
    margin-top: 12px;
    font-size: 1.5rem
}

@media only screen and (min-width: 768px) {
    .payment-detail .content .table .table-body .table-cell.total-price {
        font-size: .875rem
    }
}

.payment-detail .content .table .table-body .table-cell.actions {
    background-color: #f7f7f7;
    padding: 0;
    border-right: 20px;
    border-radius: 20px;
    margin: 16px 12px 8px
}

@media only screen and (min-width: 768px) {
    .payment-detail .content .table .table-body .table-cell.actions {
        background-color: #fff;
        margin: 0;
        text-align: center
    }
}

.payment-detail .content .table .table-body .table-cell.actions a {
    display: block;
    border-radius: 20px;
    position: relative
}

.payment-detail .content .table .table-body .table-cell.actions a:hover {
    background: transparent
}

.payment-detail .content .table .table-body .table-cell.actions a:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.payment-detail .content .table .table-body .table-cell.actions .frontend_checkout_cart_item {
    font-size: .875rem;
    color: #333
}

@media only screen and (min-width: 768px) {
    .payment-detail .content .table .table-body .table-cell.actions .frontend_checkout_cart_item {
        display: none
    }
}

.payment-detail .content .table .table-body .table-cell.actions .sm-trash {
    color: #333;
    font-size: 1rem
}

@media only screen and (min-width: 768px) {
    .payment-detail .content .table .table-body .table-cell.actions .sm-trash {
        color: #80B3E8;
        line-height: 2
    }
}

.payment-detail .content .table .table-body .table-cell.actions .sm-trash:before {
    position: static
}

.payment-detail .content .table .table-body:not(:last-child) .table-cell {
    border-bottom: 1px solid #eaeaea;
    border-radius: 0
}

@media only screen and (min-width: 992px) {
    .payment-detail .content .cart-footer .col-right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media only screen and (min-width: 768px) {
    .payment-detail .content .cart-footer .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media only screen and (min-width: 992px) {
    .payment-detail .content .cart-footer .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.payment-detail .content .cart-footer .table {
    border-radius: 0;
    border-top: 0
}

.payment-detail .content .cart-footer .table .table-row .table-cell {
    border-bottom: 1px solid #ced4da;
    padding: 10px 12px
}

.payment-detail .content .cart-footer .table .totalamount.table-cell {
    padding-top: 10px
}

.payment-detail .content .cart-footer .table .totalamount .text-left {
    padding-top: 0;
    padding-right: 6px;
    border-bottom: none
}

@media only screen and (min-width: 375px) {
    .payment-detail .content .cart-footer .table .totalamount .text-left {
        padding-right: 12px
    }
}

@media only screen and (min-width: 768px) {
    .payment-detail .content .cart-footer .table .totalamount .text-left {
        padding-top: 10px
    }
}

.payment-detail .content .cart-footer .table .totalamount .text-right {
    white-space: nowrap;
    font-size: 1.8rem;
    padding: 20px 0;
    border-bottom: none
}

@media only screen and (min-width: 375px) {
    .payment-detail .content .cart-footer .table .totalamount .text-right {
        font-size: 2.125rem;
        padding: 20px 12px
    }
}

.payment-detail .content .cart-footer .additional_footer .actions input {
    background-color: #80B3E8;
    width: 100%;
    border-radius: 0 0 5px 5px;
    padding: 16px 0;
    font-size: 1.25rem
}

.payment-detail .content .cart-footer .additional_footer .actions input:hover {
    color: #fff
}

@media only screen and (min-width: 1025px) {
    .payment-detail .content .cart-footer .additional_footer .actions input:hover {
        background-color: #686868;
        color: #fff
    }
}

.payment-detail .content .cart-footer .additional_footer .actions input:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.payment-detail .content .cart-footer .additional_footer .agb_accept .checkbox {
    margin-top: 10px
}

.payment-detail .content .cart-footer .additional_footer .agb_accept .checkbox label {
    padding: 0 20px
}

.payment-detail .content .cart-footer .additional_footer .agb_accept .checkbox label:before {
    display: none
}

.payment-detail .content .cart-footer .additional_footer .agb_accept .checkbox label a:hover {
    color: #80B3E8;
    text-decoration: none
}

@media only screen and (min-width: 1025px) {
    .payment-detail .content .cart-footer .additional_footer .agb_accept .checkbox label a:hover {
        color: #686868
    }
}

.login-welcome {
    padding: 40px 0 100px
}
@media (max-width: 767px) {
    .login-welcome {
        padding: 20px 0;
    }
    .login-welcome .orderoverview_active {
        overflow: auto;
    }
}
@media only screen and (min-width: 768px) {
    .login-welcome {
        padding-bottom: 50px
    }
}

.login-welcome aside {
    display: block;
}
@media (max-width: 991px) {
    .login-welcome aside {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 991px) {
    .login-welcome .col-md-9.orders {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media only screen and (min-width: 992px) {
    .login-welcome aside {
        display: block
    }
}

.login-welcome aside nav ul li {
    border-bottom: 1px solid #ced4da
}

.login-welcome aside nav ul li a {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    display: inline-block;
    color: #333;
    padding: 15px 35px 15px 10px;
    position: relative;
    width: 100%
}

.login-welcome aside nav ul li a span[class^=icon] {
    font-size: 1.4rem;
    margin-right: 5px;
    position: relative;
    top: 3px
}

.login-welcome aside nav ul li a:after {
    content: "";
    border: solid #9e9fa2;
    border-width: 0 2px 2px 0;
    padding: 3px;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px
}

.login-welcome aside nav ul li a:hover {
    text-decoration: none
}

@media only screen and (min-width: 1025px) {
    .login-welcome aside nav ul li a:hover {
        background-color: #ededed
    }
}

.login-welcome #page form ul {
    padding: 0;
}

.login-welcome .account .hgroup {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    padding-left: 35px;
    position: relative
}

@media only screen and (min-width: 768px) {
    .login-welcome .account .hgroup {
        padding-left: 48px
    }
}

.login-welcome .account .hgroup span[class^=icon] {
    position: absolute;
    top: 4px;
    left: -3px;
    font-size: 1.8rem
}

@media only screen and (min-width: 768px) {
    .login-welcome .account .hgroup span[class^=icon] {
        font-size: 2.2rem;
        top: 0
    }
}

.login-welcome .account .hgroup h1 {
    font-size: 24px;
    font-weight: 400
}

@media only screen and (min-width: 768px) {
    .login-welcome .account .hgroup h1 {
        font-size: 24px;
        margin-bottom: 18px
    }
}

.login-welcome .account .hgroup h1 small {
    color: #9e9fa2;
    font-size: 24px
}

@media only screen and (min-width: 768px) {
    .login-welcome .account .hgroup h1 small {
        font-size: 1.625rem
    }
}

.login-welcome .account p {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: .875rem;
    line-height: 1.41rem
}

.login-welcome .account hr {
    margin: 25px 0;
    border-color: #ced4da
}

.login-welcome .account .box {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px 20px 15px
}
.login-welcome .account .box form select {
    display: block;
    width: auto;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.login-welcome .account .box.newsletter {
    display: none;
}

.login-welcome .account .box h2 {
    font-size: 1.25rem;
    line-height: 1.375rem;
    font-weight: 400;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ced4da
}

.login-welcome .account .box .inner_container a {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    font-size: .875rem;
    padding: 4px 10px;
    width: 100%;
    margin-bottom: 5px
}

@media only screen and (min-width: 768px) {
    .login-welcome .account .box .inner_container a {
        display: inline-block;
        width: auto
    }
}

.login-welcome .account .box .inner_container a:hover {
    color: #fff
}

.login-welcome .account .box .inner_container a:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.login-welcome .account .box .inner_container a:first-of-type {
    background-color: #4f5052;
}

@media only screen and (min-width: 1025px) {
    .login-welcome .account .box .inner_container a:first-of-type:hover {
        color: #fff;
        background-color: #68696c
    }
}

.login-welcome .account .box .inner_container a:nth-of-type(2) {
    background-color: #80B3E8
}

@media only screen and (min-width: 1025px) {
    .login-welcome .account .box .inner_container a:nth-of-type(2):hover {
        color: #fff;
        background-color: #686868
    }
}

.login-welcome .account .box .inner_container .checkbox label {
    font-size: .875rem;
    line-height: 1.375rem
}

.login-welcome .account .newsletter .checkbox label:after {
    top: -2px
}

@media only screen and (min-width: 768px) {
    .login-welcome .account .newsletter .checkbox label:after {
        top: 0
    }
}

.login-welcome .account .email, .login-welcome .account .password {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.login-welcome .account .email ::-webkit-input-placeholder, .login-welcome .account .password ::-webkit-input-placeholder {
    font-size: .875rem;
    color: #9e9fa2
}

.login-welcome .account .email ::-moz-placeholder, .login-welcome .account .password ::-moz-placeholder {
    font-size: .875rem;
    color: #9e9fa2
}

.login-welcome .account .email :-ms-input-placeholder, .login-welcome .account .password :-ms-input-placeholder {
    font-size: .875rem;
    color: #9e9fa2
}

.login-welcome .account .email ::-ms-input-placeholder, .login-welcome .account .password ::-ms-input-placeholder {
    font-size: .875rem;
    color: #9e9fa2
}

.login-welcome .account .email ::placeholder, .login-welcome .account .password ::placeholder {
    font-size: .875rem;
    color: #9e9fa2
}

.login-welcome .account .email input, .login-welcome .account .password input {
    font-size: .875rem
}

@media only screen and (min-width: 768px) {
    .login-welcome .account .email input, .login-welcome .account .password input {
        width: 80%
    }
}

@media only screen and (min-width: 1200px) {
    .login-welcome .account .email input, .login-welcome .account .password input {
        width: 70%
    }
}

.login-welcome .account .email button, .login-welcome .account .email input:focus, .login-welcome .account .password button, .login-welcome .account .password input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ced4da
}

.login-welcome .account .email button, .login-welcome .account .email input[type=submit], .login-welcome .account .password button, .login-welcome .account .password input[type=submit] {
    background-color: #80B3E8;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    font-size: .875rem;
    padding: 8px 20px 6px;
    border: none;
    outline: none;
    line-height: 1.72rem
}

@media only screen and (min-width: 768px) {
    .login-welcome .account .email button, .login-welcome .account .email input[type=submit], .login-welcome .account .password button, .login-welcome .account .password input[type=submit] {
        width: auto
    }
}

@media only screen and (min-width: 1025px) {
    .login-welcome .account .email button:hover, .login-welcome .account .email input[type=submit]:hover, .login-welcome .account .password button:hover, .login-welcome .account .password input[type=submit]:hover {
        color: #fff;
        background-color: #686868
    }
}

.login-welcome .account .row .col-md-6 > a.btn {
    font-size: .875rem;
    background-color: #80B3E8;
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none
}

.login-welcome .account .row .col-md-6 > a.btn:hover {
    color: #fff;
    background-color: #686868
}

.login-welcome .actions {
    font-size: .875rem
}

.login-welcome .actions .link-back {
    margin: 0 15px 10px 0;
    display: block;
    position: relative;
    padding-left: 20px;
    color: #333
}

.login-welcome .actions .link-back:hover {
    text-decoration: none;
    color: #818386
}

@media only screen and (min-width: 768px) {
    .login-welcome .actions .link-back {
        display: inline-block
    }
}

.login-welcome .actions .link-back:before {
    content: "";
    position: absolute;
    left: 0;
    top: 43%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background-color: #8e9092;
    display: inline-block;
    margin-top: .5px
}

.login-welcome .actions .link-back:after {
    content: "";
    border: solid #333;
    border-width: 1px 0 0 1px;
    padding: 4px;
    -webkit-transform: rotate(-45deg) translateY(-84%);
    transform: rotate(-45deg) translateY(-84%);
    margin-left: 0;
    position: absolute;
    top: 50%;
    left: 5px;
    display: inline-block
}

.login-welcome .actions input {
    width: 100%;
    background-color: #80B3E8;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 8px 18px
}

@media only screen and (min-width: 768px) {
    .login-welcome .actions input {
        width: auto
    }
}

.login-welcome .actions input:hover {
    background-color: #686868
}

.login-welcome .panel--actions a {
    font-size: .875rem;
    padding: 6px 15px;
    margin-bottom: 5px
}

.login-welcome .panel--actions a:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.login-welcome .panel--actions .is--icon-left {
    background-color: #333
}

@media only screen and (min-width: 1025px) {
    .login-welcome .panel--actions .is--icon-left:hover {
        color: #fff;
        background-color: #68696c
    }
}

.login-welcome .panel--actions .is--icon-right {
    background-color: #80B3E8
}

@media only screen and (min-width: 1025px) {
    .login-welcome .panel--actions .is--icon-right:hover {
        color: #fff;
        background-color: #686868
    }
}

.login-welcome .password-reset--form-actions .password-reset--link {
    font-size: .875rem;
    margin-bottom: 0;
    margin-right: 10px;
    -webkit-box-shadow: none;
    box-shadow: none
}
.login-welcome .orders .orderoverview_active .active .button-right,
.login-welcome .orders .orderoverview_active .t-actions a,
.login-welcome .orders .orderoverview_active .active td a {
    font-size: .875rem;
    color: #fff;
    border-radius: 5px;
    padding: 4px 10px;
    outline: none;
    border: none;
    box-shadow: none;
}

.login-welcome .orders .orderoverview_active .active .button-right, .login-welcome .orders .orderoverview_active .active td a {
    background-color: #80B3E8;
}
.login-welcome .orders .orderoverview_active .active .button-right:focus, .login-welcome .orders .orderoverview_active .active td a:focus {
    box-shadow: none;
}
.login-welcome .orders .orderoverview_active .active .button-right:hover, .login-welcome .orders .orderoverview_active .active td a:hover {
    color: #fff;
    background-color: hsl(35,100%,57%);
}
.login-welcome .orders .orderoverview_active .t-actions a {
    background-color: #333;
}
@media (max-width: 767px) {
    .login-welcome .orders .orderoverview_active .t-actions a {
        margin-bottom: 5px;
    }
}
.login-welcome .orders .orderoverview_active .t-actions a:focus {
    box-shadow: none;
}
.login-welcome .orders .orderoverview_active .t-actions a:hover {
    color: #fff;
    background-color: hsl(220, 2%, 42%);
}
.login-welcome .orders .orderoverview_active .articles .article .cont div {
    display: flex;
    justify-content: space-between;
}

.checkout-page {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    padding: 50px 0;
    font-size: .875rem
}

.checkout-page h1, .checkout-page h2 {
    font-weight: 400;
    line-height: 1.375rem
}

.checkout-page h2 {
    font-size: 1.25rem;
    margin-bottom: 16px
}

@media only screen and (min-width: 768px) {
    .checkout-page h2 {
        font-size: 1.5rem
    }
}

.checkout-page h1 {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dbdbdb
}

@media only screen and (min-width: 768px) {
    .checkout-page h1 {
        font-size: 24px
    }
}

.checkout-page .box-x:first-of-type {
    margin-bottom: 50px
}

.checkout-page .box-x:first-of-type p {
    margin-bottom: 0
}

.checkout-page .box-x:first-of-type a {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-top: 30px;
    background-color: #333
}

.checkout-page .box-x:first-of-type a:hover {
    color: #fff
}

@media only screen and (min-width: 1025px) {
    .checkout-page .box-x:first-of-type a:hover {
        color: #fff;
        background-color: #68696c
    }
}

.checkout-page .box-x:nth-of-type(2) .table {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    display: table;
    width: 100%;
    padding: 4px;
    border: 1px solid #ced4da;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
    color: #333
}

.checkout-page .box-x:nth-of-type(2) .table .table-head {
    width: 100%;
    display: table-row;
    background-color: #f7f7f7
}

.checkout-page .box-x:nth-of-type(2) .table .table-head:after {
    content: " ";
    display: table;
    clear: both
}

.checkout-page .box-x:nth-of-type(2) .table .table-cell {
    word-break: break-all;
    display: table-cell;
    padding: 18px 12px;
    text-align: left
}

.checkout-page .box-x:nth-of-type(2) .table .table-cell.article {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .checkout-page .box-x:nth-of-type(2) .table .table-cell.article {
        width: 60%
    }
}

@media only screen and (min-width: 992px) {
    .checkout-page .box-x:nth-of-type(2) .table .table-cell.article {
        width: 55%
    }
}

.checkout-page .box-x:nth-of-type(2) .table .table-cell.shopping-cart-mobile-hidden {
    display: none
}

@media only screen and (min-width: 768px) {
    .checkout-page .box-x:nth-of-type(2) .table .table-cell.shopping-cart-mobile-hidden {
        display: table-cell;
        min-width: 14%
    }
}

@media only screen and (min-width: 992px) {
    .checkout-page .box-x:nth-of-type(2) .table .table-cell.shopping-cart-mobile-hidden {
        min-width: 15%
    }
}

.checkout-page .box-x:nth-of-type(2) .table .table-body {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .checkout-page .box-x:nth-of-type(2) .table .table-body {
        display: table-row
    }
}

.checkout-page .box-x:nth-of-type(2) .table .table-body:after {
    content: " ";
    display: table;
    clear: both
}

.checkout-page .box-x:nth-of-type(2) .table .table-body .flex-cell {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkout-page .box-x:nth-of-type(2) .table .table-body .table-cell {
    display: block;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .checkout-page .box-x:nth-of-type(2) .table .table-body .table-cell {
        vertical-align: middle;
        display: table-cell;
        padding: 18px 12px;
        text-align: left
    }
}

@media only screen and (min-width: 768px) {
    .checkout-page .box-x:nth-of-type(2) .table .table-body .table-cell.article {
        padding-bottom: 0
    }
}

.checkout-page .box-x:nth-of-type(2) .table .table-body .table-cell.article .details {
    text-align: left
}

.checkout-page .box-x:nth-of-type(2) .table .table-body .table-cell.article .details p {
    margin-bottom: .2rem;
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

@media only screen and (min-width: 768px) {
    .checkout-page .box-x:nth-of-type(2) .table .table-body .table-cell.article .details p {
        margin-bottom: .5rem
    }
}

.checkout-page .box-x:nth-of-type(2) .table .table-body .table-cell.article .details .basket {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .checkout-page .box-x:nth-of-type(2) .table .table-body .table-cell.article .details .basket {
        width: 100%
    }
}

.checkout-page .box-x:nth-of-type(2) .table .table-body .table-cell.quantity {
    padding: 4px 12px;
    text-align: left
}

.checkout-page .box-x:nth-of-type(2) .table .table-body .table-cell.shopping-cart-price-hidden-mobile {
    display: none
}

@media only screen and (min-width: 768px) {
    .checkout-page .box-x:nth-of-type(2) .table .table-body .table-cell.shopping-cart-price-hidden-mobile {
        display: table-cell
    }
}

@media only screen and (min-width: 768px) {
    .checkout-page .box-x:nth-of-type(2) .cart-footer {
        margin-bottom: 50px
    }
}

.checkout-page .box-x:nth-of-type(2) .cart-footer .table {
    border-radius: 0 0 5px 5px;
    border-top: none
}

.checkout-page .box-x:nth-of-type(2) .cart-footer .table .table-row .table-cell {
    border-bottom: 1px solid #ced4da;
    padding: 10px 12px
}

.checkout-page .box-x:nth-of-type(2) .cart-footer .table .totalamount .table-cell {
    padding-top: 10px;
    border-bottom: none
}

.checkout-page .box-x:nth-of-type(2) .cart-footer .table .totalamount .text-left {
    padding-top: 0;
    padding-right: 6px
}

@media only screen and (min-width: 375px) {
    .checkout-page .box-x:nth-of-type(2) .cart-footer .table .totalamount .text-left {
        padding-right: 12px
    }
}

@media only screen and (min-width: 768px) {
    .checkout-page .box-x:nth-of-type(2) .cart-footer .table .totalamount .text-left {
        padding-top: 10px
    }
}

.checkout-page .box-x:nth-of-type(2) .cart-footer .table .totalamount .text-right {
    white-space: nowrap;
    font-size: 1.8rem;
    padding: 20px 0
}

@media only screen and (min-width: 375px) {
    .checkout-page .box-x:nth-of-type(2) .cart-footer .table .totalamount .text-right {
        font-size: 2.125rem;
        padding: 20px 12px
    }
}

body {
    font-size: .75rem;
    line-height: 1.31rem;
    color: #333
}

@media only screen and (min-width: 768px) {
    body {
        font-size: .875rem;
        line-height: 1.56rem
    }
}

body h1 {
    font-size: 24px;
    line-height: 2.375rem;
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

@media only screen and (min-width: 768px) {
    body h1 {
        font-size: 24px;
        line-height: 2.375rem
    }
}

body h2 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

@media only screen and (min-width: 768px) {
    body h2 {
        font-size: 1.375rem;
        line-height: 2rem
    }
}

body h3 {
    font-size: 1rem;
    line-height: 1.75rem;
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.nav-unstyled, footer .container ul {
    padding-left: 0;
    list-style-type: none
}

ol.breadcrumb {
    margin-bottom: 0;
    background-color: #fff;
    padding-left: 0;
    font-size: .75rem;
    color: #333
}
@media (max-width: 767px) {
    ol.breadcrumb {
        padding-right: 0;
    }
}

ol.breadcrumb .breadcrumb-item, ol.breadcrumb .breadcrumb-item.active {
    text-transform: capitalize;
}
ol.breadcrumb .breadcrumb-item, ol.breadcrumb .breadcrumb-item.active, ol.breadcrumb .breadcrumb-item > a {
    color: #333
}

@media only screen and (min-width: 768px) {
    ol.breadcrumb {
        font-size: .875rem
    }
}

.alert, .error, .notice, .success {
    padding: 15px;
    margin-bottom: 25px
}

.table {
    display: table
}

.table .table-row {
    width: 100%;
    display: table-row
}

.table .table-row .table-cell {
    display: table-cell;
    vertical-align: middle
}

.modal .modal-dialog .modal-content {
    border-radius: 0 0 4px 4px;
    border-top: 4px solid #80B3E8;
    -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, .3);
    box-shadow: 0 6px 8px rgba(0, 0, 0, .3)
}

.modal .modal-dialog .modal-content .modal-header {
    background: #4f5052;
    padding: 15px;
    border-radius: 0
}

.modal .modal-dialog .modal-content .modal-header h5 {
    margin: 0;
    padding: 0;
    color: #fff;
    text-transform: initial;
    font-size: 1rem;
    min-height: 26px
}

.modal .modal-dialog .modal-content .modal-header .close {
    color: #fff;
    text-shadow: none;
    font-size: 1rem;
    padding: 5px 10px;
    background: #80B3E8;
    opacity: 1;
    border-radius: 4px;
    line-height: 1;
    margin-top: 0;
    margin-right: 0
}

.modal .modal-dialog .modal-content .modal-header .close:hover {
    background: #686868
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 20px
}

.modal .modal-dialog .modal-content .modal-body .error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #b94a48
}

.modal .modal-dialog .modal-content .modal-body h3 {
    color: #333;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 1.2rem
}

.modal .modal-dialog .modal-content .modal-body .lostpassword {
    color: #333
}

.modal .modal-dialog .modal-content .modal-body .lostpassword:hover {
    color: #80B3E8
}

.modal .modal-dialog .modal-content .modal-body .checkbox {
    background-color: #ededed;
    padding: 10px;
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px
}

.modal .modal-dialog .modal-content .modal-body .checkbox input[type=checkbox] {
    position: absolute;
    margin-left: -20px;
    display: none
}

.modal .modal-dialog .modal-content .modal-body .checkbox label {
    margin: 0;
    position: relative;
    padding-left: 30px;
    display: block;
    color: #333;
    min-height: 25px;
    cursor: pointer;
    border-radius: 4px
}

.modal .modal-dialog .modal-content .modal-body .checkbox label:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 4px;
    background: transparent;
    border: 1px solid #aeafb2
}

.modal .modal-dialog .modal-content .modal-body .checkbox input[type=checkbox]:checked + label:after {
    font-family: sm-icons;
    content: "\e904";
    position: absolute;
    left: 2px;
    top: 0px;
    font-size: 14px;
    color: #000;
}

.modal .modal-dialog .modal-content .modal-body #spx-ajax-login-form button[type=submit], .modal .modal-dialog .modal-content .modal-body #spx-ajax-login-form input[type=submit], .modal .modal-dialog .modal-content .modal-body .new_customer_form button[type=submit], .modal .modal-dialog .modal-content .modal-body .new_customer_form input[type=submit] {
    padding: 8px 25px;
    background: #80B3E8;
    border-radius: 4px;
    color: #fff;
    border: none
}

.modal .modal-dialog .modal-content .modal-body #spx-ajax-login-form button[type=submit]:hover, .modal .modal-dialog .modal-content .modal-body #spx-ajax-login-form input[type=submit]:hover, .modal .modal-dialog .modal-content .modal-body .new_customer_form button[type=submit]:hover, .modal .modal-dialog .modal-content .modal-body .new_customer_form input[type=submit]:hover {
    background: #686868
}

.step_box {
    margin: 5px 0
}

@media only screen and (min-width: 768px) {
    .step_box {
        margin: 0
    }
}

.step_box ul {
    margin-bottom: 30px
}

.step_box ul:after {
    content: "";
    clear: both;
    display: table
}

.step_box ul .list-inline-item {
    border-radius: 5px;
    float: left;
    width: 33.33%;
    margin-right: 0
}

.step_box ul .list-inline-item div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

@media only screen and (min-width: 768px) {
    .step_box ul .list-inline-item div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 6px 20px;
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal
    }
}

.step_box ul .list-inline-item div .frontend_register_steps {
    display: none
}

@media only screen and (min-width: 768px) {
    .step_box ul .list-inline-item div .frontend_register_steps {
        word-break: break-word;
        display: inline-block;
        color: #333;
        font-size: 1rem;
        text-align: left;
        margin-left: 20px;
        line-height: 1rem
    }
}

.step_box ul .list-inline-item div .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
    height: 85px;
    font-size: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width: 768px) {
    .step_box ul .list-inline-item div .icon {
        height: 45px;
        min-width: 45px;
        color: #fff;
        background-color: #333;
        border-radius: 100%;
        font-size: 1.5rem
    }
}

.step_box ul .list-inline-item:first-child div:before, .step_box ul .list-inline-item:nth-child(2) div:before {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
    height: 2px;
    background-color: #8e9092;
    display: none;
    margin-top: .5px
}

@media only screen and (min-width: 992px) {
    .step_box ul .list-inline-item:first-child div:before, .step_box ul .list-inline-item:nth-child(2) div:before {
        display: inline-block
    }
}

.step_box ul .list-inline-item:first-child div:after, .step_box ul .list-inline-item:nth-child(2) div:after {
    content: "";
    border: solid #333;
    border-width: 0 1px 1px 0;
    padding: 5px;
    -webkit-transform: rotate(-45deg) translateY(-75%);
    transform: rotate(-45deg) translateY(-75%);
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 25px;
    display: none
}

@media only screen and (min-width: 992px) {
    .step_box ul .list-inline-item:first-child div:after, .step_box ul .list-inline-item:nth-child(2) div:after {
        display: inline-block
    }
}

.step_box ul .list-inline-item:nth-child(2) div .icon {
    font-size: 2.875rem
}

@media only screen and (min-width: 768px) {
    .step_box ul .list-inline-item:nth-child(2) div .icon {
        font-size: 1.875rem
    }
}

.step_box ul .list-inline-item:nth-child(3) div:before {
    content: "";
    width: 13px;
    height: 13px;
    border: 1px solid #333;
    border-radius: 50%;
    position: absolute;
    top: 44%;
    right: 31px;
    display: none
}

@media only screen and (min-width: 992px) {
    .step_box ul .list-inline-item:nth-child(3) div:before {
        display: inline-block
    }
}

.step_box ul .list-inline-item:nth-child(3) div:after {
    content: "";
    width: 15px;
    height: 6px;
    border: solid #333;
    border-width: 0 0 1px 1px;
    -webkit-box-shadow: 0 2px #fff, inset 0 -2px #fff;
    box-shadow: 0 2px #fff, inset 0 -2px #fff;
    -webkit-transform: rotate(-50deg) translateY(-50%);
    transform: rotate(-50deg) translateY(-50%);
    position: absolute;
    top: 45%;
    right: 25px;
    display: none
}

@media only screen and (min-width: 992px) {
    .step_box ul .list-inline-item:nth-child(3) div:after {
        display: inline-block
    }
}

.step_box ul .list-inline-item.active div {
    background-color: #333;
    border-radius: 5px
}

@media only screen and (min-width: 768px) {
    .step_box ul .list-inline-item.active div .frontend_register_steps {
        color: #fff
    }
}

.step_box ul .list-inline-item.active div .icon {
    color: #fff
}

@media only screen and (min-width: 768px) {
    .step_box ul .list-inline-item.active div .icon {
        color: #333;
        background-color: #fff
    }
}

.step_box ul .list-inline-item.active div:before {
    border-color: #fff;
    background-color: #fff
}

.step_box ul .list-inline-item.active div:after {
    border-width: 0 2px 2px 0;
    border-color: #fff
}

.radio {
    margin-top: 12px;
    cursor: pointer
}

.radio input {
    display: none
}

.radio label {
    padding-left: 30px;
    position: relative;
    cursor: pointer
}

.radio label:before {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #9e9fa2;
    position: absolute;
    left: 0;
    top: 1px;
    border-radius: 50%
}

@media only screen and (min-width: 768px) {
    .radio label:before {
        top: 2px
    }
}

.radio input:checked + label:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 3px;
    top: 4px;
    display: inline-block;
    border-radius: 50%;
    background-color: #333
}

@media only screen and (min-width: 768px) {
    .radio input:checked + label:after {
        top: 5px
    }
}

.checkbox {
    cursor: pointer
}

.checkbox input {
    display: none
}

.checkbox label {
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0
}

.checkbox label:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #9e9fa2;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px
}

@media only screen and (min-width: 768px) {
    .checkbox label:before {
        top: 2px
    }
}

.checkbox input:checked + label:before {
    background-color: #333
}

.checkbox input:checked + label:after {
    content: "\e904";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: -1px;
    display: inline-block;
    border-radius: 3px;
    font-family: sm-icons;
    color: #fff;
    font-size: 1.125rem
}

.bootstrap-select.show ul {
    display: block
}

.bootstrap-select button {
    color: #3f4041
}

.bootstrap-select button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.bootstrap-select .dropdown-menu {
    width: 100%;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border-radius: 0;
    border: 0;
    min-width: auto
}

.bootstrap-select .dropdown-menu.open {
    padding: 0
}

.bootstrap-select .dropdown-menu ul {
    max-height: 250px;
    overflow-y: scroll
}

.bootstrap-select .dropdown-menu li {
    height: 31px
}

.bootstrap-select .dropdown-menu li a {
    display: block;
    font-size: .875rem;
    padding: 3px 20px;
    color: #333;
    font-weight: 500;
    cursor: pointer
}

.bootstrap-select .dropdown-menu li a:hover {
    background-color: #f5f5f5;
    text-decoration: none
}

.contact-form {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    padding: 25px 0;
    font-size: .875rem
}

.contact-form .col_center_custom h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #ced4da;
    margin-bottom: 30px
}

.contact-form .inner_container ::-webkit-input-placeholder {
    font-size: .875rem;
    color: #9e9fa2
}

.contact-form .inner_container ::-moz-placeholder {
    font-size: .875rem;
    color: #9e9fa2
}

.contact-form .inner_container :-ms-input-placeholder {
    font-size: .875rem;
    color: #9e9fa2
}

.contact-form .inner_container ::-ms-input-placeholder {
    font-size: .875rem;
    color: #9e9fa2
}

.contact-form .inner_container ::placeholder {
    font-size: .875rem;
    color: #9e9fa2
}

.contact-form .inner_container input {
    font-size: .875rem;
    height: auto;
    padding: 8px 12px 7px
}

.contact-form .inner_container input:focus, .contact-form .inner_container textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ced4da
}

.contact-form .inner_container button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.contact-form .inner_container .form-group {
    margin-bottom: 20px
}

.contact-form .inner_container .form-group .contact-dropdown-button {
    width: 100%
}

.contact-form .inner_container .form-group .contact-dropdown-button button {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    white-space: normal;
    padding-right: 30px;
    text-align: left;
    border: 1px solid #ced4da;
    position: relative;
    font-size: .875rem;
    min-height: 38px
}

.contact-form .inner_container .form-group .contact-dropdown-button button .filter-option {
    color: #333
}

.contact-form .inner_container .form-group .contact-dropdown-button button.dropdown-toggle:after {
    content: "";
    border: solid #333;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    -webkit-transform: rotate(45deg) translateY(-100%);
    transform: rotate(45deg) translateY(-100%);
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 21px
}

.contact-form .inner_container .buttons input {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    white-space: normal;
    color: #fff;
    padding: 8px 20px 7px;
    border: none
}

.contact-form .inner_container .buttons input:hover {
    color: #fff;
    background-color: #80B3E8
}

@media only screen and (min-width: 1025px) {
    .contact-form .inner_container .buttons input:hover {
        background-color: #686868;
        color: #fff
    }
}

.contact-form .inner_container .supportrequest p a:hover {
    color: #80B3E8;
    text-decoration: none
}

@media only screen and (min-width: 1025px) {
    .contact-form .inner_container .supportrequest p a:hover {
        color: #686868
    }
}

.contact-form .inner_container textarea {
    font-size: .875rem;
    min-height: 62px
}

.contact-form .dropdown-menu ul {
    max-height: none;
    overflow-y: auto
}

.spx-cookie-wrapper.page-wrap--cookie-permission {
    padding: .625rem;
    z-index: 8000;
    border-bottom: 1px solid #dadae5;
    background: #3c3c3c;
    opacity: .9;
    position: fixed;
    top: 0;
    right: 0;
    left: 0
}

.spx-cookie-wrapper.page-wrap--cookie-permission.is--hidden {
    display: none !important
}

.spx-cookie-wrapper.page-wrap--cookie-permission .cookie-permission--container {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spx-cookie-wrapper.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--content {
    padding: .75rem;
    float: left;
    text-align: center;
    color: #fff
}

.spx-cookie-wrapper.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--content a {
    color: #80B3E8;
    text-decoration: none
}

.spx-cookie-wrapper.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--button {
    margin: 0;
    float: left;
    text-align: center
}

.spx-cookie-wrapper.page-wrap--cookie-permission .cookie-permission--container .cookie-permission--button .cookie-permission--accept-button {
    line-height: 2.375rem;
    height: 2.625rem;
    padding: .125rem .75rem;
    background-color: #80B3E8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#80B3E8), to(#80B3E8));
    background-image: linear-gradient(180deg, #80B3E8 0, #80B3E8);
    border: 0;
    color: #fff;
    border-radius: 0;
    -webkit-font-smoothing: inherit;
    display: inline-block;
    position: relative;
    font-weight: 500;
    text-decoration: none;
    font-size: 13px;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 7px;
}



#detail .sm-main-article-properties {
    margin-top: 20px;
    font-family: 'Source Sans Pro';
}
#detail .sm-main-article-properties .product-detail-list-heading {
    background-color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 10px;
    border: 1px solid #333;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    height: 45px;
    display: flex;
    align-items: center;
    font-size: 15px;
}
#detail .sm-main-article-properties .product-detail-list-heading h2 {
    margin: 0;
    font-size: 15px;
}
#detail .sm-main-article-properties .product-detail-list-content {
    background-color: #f7f7f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #dbdbdb;
    border-top: none;
}
#detail .sm-main-article-properties .product-detail-list-content div {
    padding: 10px 15px;
}
#detail .sm-main-article-properties .product-detail-list-content .product-detail-content-title {
    font-weight: 500;
}


#detail-configurator .variant-option-article input:checked + span:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 3px;
    top: 4px;
    display: inline-block;
    border-radius: 50%;
    background-color: #333;
}

@media (min-width: 768px) {
    #detail-configurator .variant-option-article input:checked + span:after {
        top: 5px;
    }
}
#detail-configurator .variant-option-articles .row div {
    display: flex;
    align-items: center;
}
#detail-configurator .variant-option-articles .variant-option-articles {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
#detail-configurator .variant-option-articles .variant-option-articles .variant-option-article {
    align-self: flex-start;
}
#detail-configurator .variant-option-articles .row .variant-option-articles .js--fancy-select {
    position: relative;
}
#detail-configurator .variant-option-articles .row div:first-child img {
    max-width: 100%;
    max-height: 100%;
}

#detail-configurator .bundle-option-panel {
    border-radius: 5px;
}
#detail-configurator .bundle-option-heading, #detail-configurator .variant-option-heading {
    border-radius: 5px;
}
#detail-configurator .bundle-option-panel .bundle-option-heading, #detail-configurator .variant-option-panel .variant-option-heading {
    background-color: #a1b12d;
    color: #fff;
    font-weight: 500;
}
#detail-configurator .bundle-option-article .bootstrap-select {
    border: none;
}
#detail-configurator .bootstrap-select select {
    padding-left: 10px !important;
}
#detailCartButton, #detail-price-actions .has-pseudoprice {
    position: relative;
}
#detail-configurator .bootstrap-select:after {
    content: '';
    position: absolute;
    border-top: 8px solid #dbdbdb;
    border-bottom: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    top: 16px;
    right: 3px;
    pointer-events: none;
}
@media (max-width:767px) {
    #detail-configurator .bootstrap-select:after {
        opacity: 0;
    }
}
@media not all and (min-resolution:.001dpcm) {
    @media {
        #detail-configurator .bootstrap-select:after {
            display: none;
        }
    }
}

#detailCartButton:after, #detail-price-actions .has-pseudoprice:after {
    content: '';
    position: absolute;
    border-top: 9px solid #dbdbdb;
    border-bottom: 0;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    top: 15px;
    right: 3px;
    pointer-events: none;
    opacity: 0;
}
@media not all and (min-resolution:.001dpcm) {
    @media {
        #detailCartButton:after,
        #detail-price-actions .has-pseudoprice:after,
        #spx-popup-modal .article-box .js--fancy-select:after,
        #detail-configurator .js--fancy-select:after {
            display: none;
        }
    }
}
@supports (-ms-ime-align:auto) {
    #detailCartButton:after, #detail-price-actions .has-pseudoprice:after {
        right: 1px;
    }
}
@-moz-document url-prefix() {
    #detailCartButton:after, #detail-price-actions .has-pseudoprice:after {
        border-top: 7px solid #333;
        border-bottom: 0;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #detailCartButton:after, #detail-price-actions .has-pseudoprice:after {
        border-top: 10px solid #dbdbdb;
        border-bottom: 0;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        right: 0;
        top: 14px;
    }
    @media (min-width: 992px) {
        #detailCartButton:after, #detail-price-actions .has-pseudoprice:after {
            top: 15px;
        }
    }
}
#detail-configurator .bundle-option-article .form-control button {
    display: none;
}
#detail-configurator .bundle-option-article {
    display: flex;
    align-items: center;
}
#detail-configurator .variant-option .variant-option-articles .config-description a {
    border-radius: 50%;
    font-weight: bold;
    color: #fff;
    background-color: #80B3E8;
    border: none;
}
#detail-configurator .bundle-option-article .bundle-option-description a:focus,
#detail-configurator .variant-option .variant-option-articles .config-description a:focus{
    outline: none;
    box-shadow: none;
}
#detail-configurator .variant-option .variant-option-articles .config-description a:hover{
    cursor: pointer;
    color: #fff;
    background-color: #4f5052;
}

#detail-configurator .matrix-option-panel .matrix-option-article .config-description a {
    border-radius: 50%;
    font-weight: bold;
    color: #fff;
    background-color: #80B3E8;
    border: none;
}
#detail-configurator .matrix-option-panel .matrix-option-article .config-description a:focus {
    outline: none;
    box-shadow: none;
}
#detail-configurator .matrix-option-panel .matrix-option-article .config-description a:hover {
    cursor: pointer;
    color: #fff;
    background-color: #4f5052;
}

#detailCartButton .bootstrap-select, #detail-price-actions .bootstrap-select {
    border: none;
    background-color: #f7f7f7;
    padding: 0;
    display: inline-block;
    width: 60px;
}

#detailCartButton .bootstrap-select button, #detail-price-actions .bootstrap-select button {
    display: none;
}
#detailCartButton span {
    display: inline-block;
}
#detailCartButton select, #detail-price-actions select {
    padding: 0 0 0 5px;
    display: inline-block;
    min-width: 60px;
    width: auto;
}

#detail .price-actions .modal_open a {
    cursor: pointer;
}
#detail .price-actions .modal_open a:hover {
    color: hsl(0,0%,76%);
}

.popover-body {
    color: white;
    background-color: #333;
}
.popover-body p {
    margin-bottom: 5px;
}
.popover .arrow:after {
    border-right-color: #333;
}
.popover-dismiss {
    display: none;
}

#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-header {
    padding-left: 35px;
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-header h3 {
    color: white;
    text-transform: initial;
    font-size: 26px;
    margin-bottom: 0;
}

#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body table {
    background-color: #f7f7f7;
    width: 100%;
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body table thead tr{
    background-color: #333;
    color: white;
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body table td, #js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body table th {
    padding: 0 10px;
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body table th {
    padding: 5px 2px;
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body table tbody td:not(:first-child), #js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body table th {
    text-align: right;
}

#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body .shipping-costs-bottom-text {
    font-weight: bold;
    margin-top: 30px;
}
.xzoom-container {
    position: relative;
    overflow: hidden;
}
.shippingfree {
    left: -45px;
    top: 43px !important;
    padding: 1px 20px !important;
    z-index: 10 !important;
}
.shippingfree .frontend_detail_content {
    font-size: 16px;
}
.shippingfree .frontend_detail_image {
    display: table-cell;
    vertical-align: middle;
    padding: 0 21px;
}

#spx-popup-modal, #spx-popup-offer-modal {
    left: 50%;
    top: 0 !important;
    transform: translateX(-50%);
    width: 100% !important;
}
@media (min-width: 768px) {
    #spx-popup-modal, #spx-popup-offer-modal {
        width: 600px !important;
        top: 40px !important;
    }
}
@media (min-width: 992px) {
    #spx-popup-modal, #spx-popup-offer-modal {
        width: 800px !important;
    }
}
#spx-popup-modal .article-box .js--fancy-select, #detail-configurator .js--fancy-select {
    padding: 0;
    border: none;
}
#spx-popup-modal .article-box .js--fancy-select:after, #detail-configurator .js--fancy-select:after {
    content: '';
    position: absolute;
    border-top: 8px solid #dbdbdb;
    border-bottom: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    top: 16px;
    right: 3px;
    pointer-events: none;
    opacity: 0;
}
#spx-popup-modal .article-box .js--fancy-select:after {
    right: 18px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #spx-popup-modal .article-box .js--fancy-select:after, #detail-configurator .js--fancy-select:after {
        border-top: 10px solid #dbdbdb;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        top: 14px;
        right: 12px;
    }
    #spx-popup-modal .article-box .js--fancy-select:after {
        right: 15px;
    }
}
@supports (-ms-ime-align:auto) {
    #spx-popup-modal .article-box .js--fancy-select:after, #detail-configurator .js--fancy-select:after {
        border-top: 10px solid #dbdbdb;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        top: 14px;
        right: 12px;
    }
    #spx-popup-modal .article-box .js--fancy-select:after {
        right: 15px;
    }
}
@-moz-document url-prefix() {
    #spx-popup-modal .article-box .js--fancy-select:after, #detail-configurator .js--fancy-select:after {
        border-top: 7px solid #333;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }
    #spx-popup-modal .article-box .js--fancy-select:after {
        right: 18px;
    }
}

#spx-popup-modal .article-box .js--fancy-select select {
    width: 100%;
}
#spx-popup-modal .ajax_add_article_container, #spx-popup-offer-modal .ajax_add_article_container {
    border: 1px solid #dbdbdb;
    background-color: white;
}
#spx-popup-modal .ajax_add_article #spx-product-box figure, #spx-popup-offer-modal .ajax_add_article_container .article-box figure{
    display: flex;
    justify-content: center;
    align-items: center;
}
#spx-popup-modal .ajax_add_article_container .ajax_add_article .article-box, #spx-popup-offer-modal .ajax_add_article_container .ajax_add_article .article-box {
    padding: 20px;
    margin: 20px;
    border: 1px solid #dbdbdb;
}
#spx-popup-offer-modal .ajax_add_article_container .ajax_add_article .article-box .thumb_image img {
    width: 100%;
    height: 100%;
}
#spx-popup-modal .ajax_add_article_container .ajax_add_article .actions, #spx-popup-offer-modal .ajax_add_article_container .ajax_add_article .actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px 20px 20px;
}
#spx-popup-modal .ajax_add_article_container .ajax_add_article .actions .spx-error {
    font-size: 16px;
}
#spx-popup-modal .ajax_add_article_container .ajax_add_article .actions button ,
#spx-popup-offer-modal .ajax_add_article_container .ajax_add_article .actions a{
    width: 100%;
    background-color: #80B3E8;
    color: white;
    position: relative;
    min-width: 150px;
}
#spx-popup-offer-modal .ajax_add_article_container .ajax_add_article .actions .modal_close {
    background-color: #333;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    #spx-popup-offer-modal .ajax_add_article_container .ajax_add_article .actions .modal_close {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    #spx-popup-modal .ajax_add_article_container .ajax_add_article .actions,
    #spx-popup-offer-modal .ajax_add_article_container .ajax_add_article .actions {
        justify-content: space-between;
        flex-direction: row;
    }
}
@media (min-width: 768px) {
    #spx-popup-modal .ajax_add_article_container .ajax_add_article .actions button,
    #spx-popup-offer-modal .ajax_add_article_container .ajax_add_article .actions a {
        width: auto;
    }
}
#spx-popup-modal .ajax_add_article_container .ajax_add_article .actions button:hover,
#spx-popup-offer-modal .ajax_add_article_container .ajax_add_article .actions .btn-arrow-right:hover {
    color: white;
    background-color: hsl(35, 100%, 57%);
}
#spx-popup-offer-modal .ajax_add_article_container .ajax_add_article .actions .modal_close:hover {
    color: white;
    background-color: hsl(220, 2%, 42%);
}
#spx-popup-modal .ajax_add_article_container .ajax_add_article .actions button:focus,
#spx-popup-offer-modal .ajax_add_article_container .ajax_add_article .actions .btn-arrow-right:focus {
    box-shadow: none;
}
#spx-popup-modal .ajax_add_article_container .ajax_add_article .actions button:after,
#spx-popup-offer-modal .ajax_add_article_container .ajax_add_article .actions .btn-arrow-right:after {
    content: "\e905";
    font-family: "sm-icons";
    color: #fff;
    position: absolute;
    margin-left: 8px;
    top: 50%;
    transform: translateY(-53%);
}
#spx-popup-offer-modal .ajax_add_article_container .ajax_add_article .actions .btn-arrow-right:after {
    position: relative;
}
#spx-popup-modal .ajax_add_article_container .heading, #spx-popup-offer-modal .ajax_add_article_container .heading {
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    padding: 10px 20px 10px 20px;
}
#spx-popup-modal .ajax_add_article_container .heading .modal_close, #spx-popup-offer-modal .ajax_add_article_container .heading .modal_close {
    color: white;
    text-shadow: none;
    font-size: 24px;
    padding: 2px 8px;
    background-color: #80B3E8;
    opacity: 1;
    border-radius: 4px;
    line-height: 1;
    margin-top: 0;
    margin-right: 0;
    margin-left: auto;
}
#spx-popup-modal .ajax_add_article_container .heading h2, #spx-popup-offer-modal .ajax_add_article_container .heading h2 {
    font-size: 20px;
    margin-bottom: 0;
}
#spx-popup-modal .article-box .form-group .bootstrap-select.form-control {
    display: none;
}
#spx-popup-modal .article-box .form-group select#anrede {
    width: 100%;
}

#detail-box #custom-sticky .price-actions #detailOfferCartButton button {
    background-color: #80B3E8;
    color: white;
    position: relative;
    border: none;
    margin-top: 20px;
    text-transform: initial;
    font-weight: bold;
    font-size: 11px;
    width: 100%;
    padding: 11px 30px 10px 10px;
}
#detail-box #custom-sticky .price-actions #detailOfferCartButton button:focus {
    box-shadow: none;
}
#detail-box #custom-sticky .price-actions #detailOfferCartButton button:after {
    content: "\e905";
    font-family: "sm-icons";
    color: #fff;
    position: absolute;
    margin-left: 16px;
    top: 50%;
    transform: translateY(-53%);
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body .add-to-cart-owl-container {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px;
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body .add-to-cart-owl-container h2 {
    font-weight: normal;
    padding-bottom: 5px;
    padding-right: 80px;
    border-bottom: 1px solid #dbdbdb;
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel {
    position: static;
    transform: rotate(0);
    background-color: white;
    border-top: 0;
    height: auto;
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel .owl-nav button {
    display: none;
}
@media (min-width: 768px) {
    #js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel .owl-nav button {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        color: #9e9fa2;
        background-color: #f7f7f7;
        position: absolute;
        padding: 4px 10px !important;
        top: -51px;
    }
    #js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel .owl-nav button:first-of-type {
        right: 36px;
    }
    #js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel .owl-nav button:last-of-type {
        right: 0;
    }
    #js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel .owl-nav button:after {
        content: '\e905';
        font-family: 'sm-icons';
        display: inline-block;
        transform: rotate(90deg);
    }
    #js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel .owl-nav button span {
        display: none;
    }
}
@-moz-document url-prefix() {
    #js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel .owl-nav button:after {
        margin-left: 1px;
    }
}
@supports (-ms-ime-align:auto) {
    #js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel .owl-nav button:last-of-type:after {
        margin-left: 1px;
    }
}




#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel.owl-drag .owl-item {
    height: auto;
    transform: rotate(0deg);
    padding: 10px;
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel.owl-drag .owl-item .article-box h4 a{
    font-size: 14px;
    color: #333;
    font-weight: normal;
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel.owl-drag .owl-item .article-box h4 {
    line-height: 18px;
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel.owl-drag .owl-item .article-box p span {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel.owl-drag .owl-item .article-box figure {
    border: 2px solid #dbdbdb;
    display: flex;
    justify-content: center;
    align-items: center;
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel.owl-drag .owl-item .article-box figure a {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-header h3 {
    font-size: 18px;
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body>.table-middle {
    display: flex;
    flex-direction: row;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 10px;
}

#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body>.table-middle .title {
    line-height: unset;
}

#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body>.table-middle .ordernumber {
    font-size: 13px;
    font-weight: bold;
}

#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body>.table-middle .quantity {
    font-size: 13px;
    font-weight: bold;
}

@media (max-width: 420px) {
    #js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body>.table-middle {
        flex-direction: column;
    }
    #js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body>.table-middle figure {
        width: 100%;
    }
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body>.table-middle figure {
    display: flex;
    align-items: center;
    height: 180px;
    justify-content: center;
    margin: 0;
    margin-right: 10px;
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body>.table-middle figure a {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    height: 100%;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body>.table-middle figure a img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body>.table-middle div.table-cell h4 a {
    font-size: 14px;
    line-height: 16px;
    color: #333;
    font-weight: normal;
}
@media (min-width: 768px) {
    #js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body>.table-middle div.table-cell h4 a {
        font-size: 18px;
    }
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body>.table-middle div.table-cell h4 a:hover {
    text-decoration: none;
    color: hsl(220,2%,42%);
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body>.table-middle div.table-cell span:last-of-type {
    font-size: 26px;
    margin-top: 10px;
    display: inline-block;
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body .actions {
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
    #js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body .actions {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body .actions a:first-of-type {
    color: white;
    background-color: #4f5052;
    border-radius: 5px;
    margin-bottom: 5px;
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body .actions a:last-of-type {
    color: white;
    background-color: #80B3E8;
    border-radius: 5px;
    position: relative;
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body .actions a:first-of-type:hover {
    background-color: hsl(220,2%,42%);
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body .actions a:last-of-type:hover {
    background-color: #4f5052;
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body .actions a:focus {
    box-shadow: none;
}
#js-spx-add-to-cart-modal .modal-dialog .modal-content .modal-body .actions a:last-of-type:after {
    content: "\e905";
    font-family: "sm-icons";
    color: #fff;
    position: relative;
    margin-left: 8px;
}




/**************************/
/*                        */
/*  Overlay & Modals      */
/*                        */
/**************************/
#lbOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9991;
}
#lbOverlay.spx-blur {
    display: block !important;
    opacity: 0.4 !important;
}

/*Limitation modal*/
#spx-popup-limitation-modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    border-radius: 0 0 4px 4px;
    border-top: 4px solid #80B3E8;
    -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, .3);
    box-shadow: 0 6px 8px rgba(0, 0, 0, .3);
}
#spx-popup-limitation-modal .spx-popup-limitation-modal-title .heading {
    background: #333;
}
#spx-popup-limitation-modal .spx-popup-limitation-modal-title .heading h2 {
    color: #fff;
}
#spx-popup-limitation-modal .spx-popup-limitation-modal-title .heading .spx-modal-close {
    background: #80B3E8;
}
#spx-popup-limitation-modal .spx-popup-limitation-modal-title .heading .spx-modal-close span {
    color: #fff;
}

/*Cart modal on compare page*/
#spx-popup-cart-modal {
    background: none;
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-header {
    padding-left: 35px;
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-header h3 {
    color: white;
    text-transform: initial;
    font-size: 26px;
    margin-bottom: 0;
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body table {
    background-color: #f7f7f7;
    width: 100%;
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body table thead tr{
    background-color: #333;
    color: white;
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body table td, #spx-popup-cart-modal .modal-dialog .modal-content .modal-body table th {
    padding: 0 10px;
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body table th {
    padding: 5px 2px;
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body table tbody td:not(:first-child), #spx-popup-cart-modal .modal-dialog .modal-content .modal-body table th {
    text-align: right;
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body .shipping-costs-bottom-text {
    font-weight: bold;
    margin-top: 30px;
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body .add-to-cart-owl-container {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px;
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body .add-to-cart-owl-container h2 {
    font-weight: normal;
    padding-bottom: 5px;
    padding-right: 80px;
    border-bottom: 1px solid #dbdbdb;
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel {
    position: static;
    transform: rotate(0);
    background-color: white;
    border-top: 0;
    height: auto;
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel .owl-nav button {
    display: none;
}
@media (min-width: 768px) {
    #spx-popup-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel .owl-nav button {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        color: #9e9fa2;
        background-color: #f7f7f7;
        position: absolute;
        padding: 4px 10px !important;
        top: -51px;
    }
    #spx-popup-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel .owl-nav button:first-of-type {
        right: 36px;
    }
    #spx-popup-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel .owl-nav button:last-of-type {
        right: 0;
    }
    #spx-popup-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel .owl-nav button:after {
        content: '\e905';
        font-family: 'sm-icons';
        display: inline-block;
        transform: rotate(90deg);
    }
    #spx-popup-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel .owl-nav button span {
        display: none;
    }
}
@-moz-document url-prefix() {
    #spx-popup-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel .owl-nav button:after {
        margin-left: 1px;
    }
}
@supports (-ms-ime-align:auto) {
    #spx-popup-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel .owl-nav button:last-of-type:after {
        margin-left: 1px;
    }
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel.owl-drag .owl-item {
    height: auto;
    transform: rotate(0deg);
    padding: 10px;
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel.owl-drag .owl-item .article-box h4 a{
    font-size: 14px;
    color: #333;
    font-weight: normal;
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel.owl-drag .owl-item .article-box h4 {
    line-height: 18px;
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel.owl-drag .owl-item .article-box p span {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel.owl-drag .owl-item .article-box figure {
    border: 2px solid #dbdbdb;
    display: flex;
    justify-content: center;
    align-items: center;
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body .owl-carousel.owl-drag .owl-item .article-box figure a {
    display: inline-block;
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-header h3 {
    font-size: 18px;
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body>.table-middle {
    display: flex;
    flex-direction: row;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 10px;
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body>.table-middle figure {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body>.table-middle figure a {
    display: inline-block;
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body>.table-middle div.table-cell h4 a {
    font-size: 14px;
    line-height: 16px;
    color: #333;
    font-weight: normal;
}
@media (min-width: 768px) {
    #spx-popup-cart-modal .modal-dialog .modal-content .modal-body>.table-middle div.table-cell h4 a {
        font-size: 18px;
    }
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body>.table-middle div.table-cell h4 a:hover {
    text-decoration: none;
    color: hsl(220,2%,42%);
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body>.table-middle div.table-cell span:last-of-type {
    font-size: 26px;
    margin-top: 10px;
    display: inline-block;
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body .actions {
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
    #spx-popup-cart-modal .modal-dialog .modal-content .modal-body .actions {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

#spx-popup-cart-modal .modal-dialog .modal-content .modal-body .actions a:first-of-type {
    color: white;
    background-color: #333;
    border-radius: 5px;
    margin-bottom: 5px;
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body .actions a:last-of-type {
    color: white;
    background-color: #80B3E8;
    border-radius: 5px;
    position: relative;
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body .actions a:first-of-type:hover {
    background-color: hsl(220,2%,42%);
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body .actions a:last-of-type:hover {
    background-color: hsl(35, 100%, 57%);
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body .actions a:focus {
    box-shadow: none;
}
#spx-popup-cart-modal .modal-dialog .modal-content .modal-body .actions a:last-of-type:after {
    content: "\e905";
    font-family: "sm-icons";
    color: #fff;
    position: relative;
    margin-left: 8px;
}

/*
* Offer Page modal - via front
*/
#spx-popup-modal {
    overflow-y: auto;
    max-height: 90vh;
}
#spx-popup-modal .ajax_add_article .spx-cs-offer-article-wrapper {
    display: flex;
    width: 100%;
}
#spx-popup-modal .ajax_add_article .spx-cs-offer-article-wrapper figure img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

/*
* Offer Page modal - via backend
*/
#spx-popup-offer-modal .ajax_add_article {
    overflow-y: auto;
    max-height: 85vh;
}
#spx-popup-offer-modal .ajax_add_article .spx-cs-offer-cart-article figure {
    margin: 0;
}
#spx-popup-offer-modal .ajax_add_article .spx-cs-offer-cart-article figure a {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}
#spx-popup-offer-modal .ajax_add_article .spx-cs-offer-cart-article figure a img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}



.is--ctl-listing .spx-schornsteinmarkt .spx-compare-products-element.compare-option {
    position: absolute;
    left: 20px;
    bottom: 45%;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .is--ctl-listing .spx-schornsteinmarkt .spx-compare-products-element.compare-option {
        bottom: 45%;
	left: 33%;
    }
}
.is--ctl-finsearchapi .spx-schornsteinmarkt .spx-compare-products-element.compare-option {
    position: absolute;
    left: 20px;
    bottom: 45%;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .is--ctl-finsearchapi .spx-schornsteinmarkt .spx-compare-products-element.compare-option {
        bottom: 40%;
    }
}

/*
 * Detail PAGE - configurator wrapper
 */
/* Variant items */

#detail-configurator-wrapper #detail-configurator .variant-option-panel .variant-option-heading {
    color: #fff;
    font-weight: 500;
    background: #333;
    height: 35px;
    display: flex;
    align-items: center;
    border-radius: 0;
}
#detail-configurator-wrapper #detail-configurator .variant-option-panel .variant-option-heading .variant-option-title {
    padding: 0 15px;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 14px;
}
@media (max-width: 767px) {
    #detail-configurator-wrapper #detail-configurator .variant-option-panel .variant-option .variant-option-articles .variant-option-articles-image {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #detail-configurator-wrapper #detail-configurator .variant-option-panel .variant-option .variant-option-articles .variant-option-articles-image img {
        margin: 0 auto;
    }
    #detail-configurator-wrapper #detail-configurator .variant-option-panel .variant-option .variant-option-articles .sm-variants {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* Bundle items */


/* Matrix items */

@media (max-width: 767px) {
    #detail-configurator-wrapper #detail-configurator .matrix-option-panel .matrix-option .config-option .config-option-label-wrapper {
        margin-bottom: 5px;
    }
    #detail-configurator-wrapper #detail-configurator .matrix-option-panel .matrix-option .config-option .config-option-input-wrapper {
        margin-bottom: 5px;
    }
    #detail-configurator-wrapper #detail-configurator .matrix-option-panel .matrix-option .config-option .config-option-select-wrapper {
        margin-bottom: 5px;
    }
}

/* Cross Sell items */
@media (max-width: 767px) {
    body.is--ctl-detail .spx-cross-sell-schornsteinmarkt .card .spx-cs-card-group .card-body .cs-configurator,
    body.is--ctl-detail .spx-cross-sell-schornsteinmarkt .card .spx-cs-card-group .card-body .cs-configurator form {
        flex-direction: column;
    }
    body.is--ctl-detail .spx-cross-sell-schornsteinmarkt .card .spx-cs-card-group .card-body .cs-configurator .cs-image,
    body.is--ctl-detail .spx-cross-sell-schornsteinmarkt .card .spx-cs-card-group .card-body .cs-configurator form .cs-image {
        width: 100%;
        margin-bottom: 10px;
    }
    body.is--ctl-detail .spx-cross-sell-schornsteinmarkt .card .spx-cs-card-group .card-body .cs-configurator .cs-options,
    body.is--ctl-detail .spx-cross-sell-schornsteinmarkt .card .spx-cs-card-group .card-body .cs-configurator form .cs-options {
        width: 100%;
    }
}



/*Compare*/
#detail #detail-box #custom-sticky .spx-compare-detail-button.sm-spx-compare-detail-button form .spx-compare-detail-icon-button {
    transform: rotate(0deg);
    width: 100%;
    background: none;
    text-align: left;
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: center;
    background-color: transparent !important;
}
#detail #detail-box #custom-sticky .spx-compare-detail-button.sm-spx-compare-detail-button form .spx-compare-detail-icon-button .spx-circle-thin {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    float: left;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 2px;
}
#detail #detail-box #custom-sticky .spx-compare-detail-button.sm-spx-compare-detail-button form .spx-compare-detail-icon-button .compare-list-text {
    display: inline-block;
    height: 18px;
    float: left;
    margin-left: 10px;
    line-height: 20px;
    color: #333;
    font-size: 15px;
}
#detail #detail-box #custom-sticky .spx-compare-detail-button.sm-spx-compare-detail-button form.spx-compare-selected .spx-compare-detail-icon-button .spx-circle-thin:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 2px;
    background: #80B3E8;
}


.spx-compare-list-buttons button.compare-redirect {
    color: #80B3E8 !important;
}
.spx-compare-count span {
    background: #80B3E8 !important;
    color: #fff !important;
}



/*
* Detail page - error page
*/
.detail-error {
    height: 100%;
    display: block;
    margin: 20px 0;
}
.detail-error .detail-error--headline {
    text-align: center;
}
.detail-error .detail-error--articles {
    text-align: center;
}
.detail-error .detail-error--listing .sm-article {
    float: left;
}
.detail-error .detail-error--listing .sm-article:nth-child(2n+1) {
    clear: left;
}
@media(min-width: 768px) {
    .detail-error .detail-error--listing .sm-article:nth-child(2n+1) {
        clear: none;
    }
    .detail-error .detail-error--listing .sm-article:nth-child(3n+1) {
        clear: left;
    }
}


/*
* Payment pages
*/
#payment.commerzfinanz--payment {
    margin: 30px auto;
}
#payment.commerzfinanz--payment h2.headingbox_dark {
    text-align: center;
}
#payment.commerzfinanz--payment iframe#payment_iframe {
    width: 100%;
}
body.consors-colors {
    overflow: visible;
}
@media (min-width: 1201px) {
    #payment.commerzfinanz--payment iframe#payment_iframe {
        height: 3700px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    #payment.commerzfinanz--payment iframe#payment_iframe {
        height: 3800px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #payment.commerzfinanz--payment iframe#payment_iframe {
        height: 5000px;
    }
}
@media (min-width: 500px) and (max-width: 767px) {
    #payment.commerzfinanz--payment iframe#payment_iframe {
        height: 5600px;
    }
}
@media (min-width: 400px) and (max-width: 499px) {
    #payment.commerzfinanz--payment iframe#payment_iframe {
        height: 6200px;
    }
}
@media (min-width: 320px) and (max-width: 399px) {
    #payment.commerzfinanz--payment iframe#payment_iframe {
        height: 7350px;
    }
}


/* General
*/
a  h1,
a  h2,
a  h3,
a  h4,
a  h5,
a  h6 {
    cursor: pointer;
}

/* Lexicon page
*/
body.is--ctl-lexicon .banner--main-container a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.is--ctl-lexicon .banner--main-container a img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.lexicon.content {
    margin: 30px 0;
}
.lexicon.content #keyword_index {
    margin-bottom: 25px;
    padding: 8px;
    border-bottom: 2px solid #ededed;
    background-color: transparent;
}
.lexicon.content #keyword_index .panel--body {
    padding-top: 3px;
}
.lexicon.content #keyword_index a {
    color: #a9a9a9;
}
.lexicon.content #keyword_index button {
    display: inline-block;
    padding: 0 9px;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    background-color: #fff;
    color: #a9a9a9;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin: 0 2px;
}
.lexicon.content #keyword_index button.is--disabled {
    color: #dcdcdc;
}

.lexicon.content .lexicon--info.panel {
    display: none;
}
.lexicon.content .action--lexicon-options {
    display: none;
}
.lexicon.content .lexicon-text-index {

}

.lexicon.content .listing--container .product--box {
    width: 33.33333333%;
    padding-bottom: 50px;
    float: left;
    position: relative;
    padding-right: 15px;
}
@media (min-width: 992px) {
    .product--box.box--minimal:nth-child(3n+1) {
        clear: both;
    }
}
@media (max-width: 991px) {
    .lexicon.content .listing--container .product--box {
        width: 50%;
    }
    .lexicon.content .product--box.box--minimal:nth-child(2n+1) {
        clear: both;
    }
}
@media (max-width: 767px) {
    .lexicon.content .listing--container .product--box {
        width: 100%;
    }
    .lexicon.content .product--box.box--minimal:nth-child(2n+1) {
        clear: unset;
    }
}
.lexicon.content .listing--container .product--box .box--content {
    border: 2px solid #ededed;
    padding: 10px;
    position: relative;
}
.lexicon.content .listing--container .product--box .box--content .description {
    margin-bottom: 40px;
}
.lexicon.content a.btn.is--small.is--center {
    color: #80B3E8;
}


/* Custom pages styles
*/
.sm-custom-pages * {
    font-family: 'Source Sans Pro';
}
.sm-custom-pages p,
.sm-custom-pages div {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.75;
    color: #333;
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.sm-custom-pages .brandcat {
    width: 100% !important;
}
@media (min-width: 992px) {
    .sm-custom-pages .brandcat .brandblock {
        width: 31% !important;
    }
    .sm-custom-pages .brandcat .brandblock:nth-of-type(3n+1) {
        clear: both;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .sm-custom-pages .brandcat .brandblock {
        width: 46% !important;
    }
    .sm-custom-pages .brandcat .brandblock:nth-of-type(2n+1) {
        clear: both;
    }
}
@media (max-width: 767px) {
    .sm-custom-pages .brandcat .brandblock {
        width: 100% !important;
    }
}
.sm-custom-pages strong {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 15px;
}
.sm-custom-pages span {
    display: inline-block;
    margin-right: 10px;
}
.sm-custom-pages table#zahlungoption1 tbody,
.sm-custom-pages table#zahlungoption2 tbody,
.sm-custom-pages table#zahlungoption3 tbody,
.sm-custom-pages table#zahlungoption4 tbody {
    background-color: #fff;
}
.sm-custom-pages table#zahlungoption1 tbody ul li,
.sm-custom-pages table#zahlungoption2 tbody ul li,
.sm-custom-pages table#zahlungoption3 tbody ul li,
.sm-custom-pages table#zahlungoption4 tbody ul li {
    text-align: left;
}
@media (max-width: 767px) {
    .sm-custom-pages table#zahlungoption1 tbody td,
    .sm-custom-pages table#zahlungoption2 tbody td,
    .sm-custom-pages table#zahlungoption3 tbody td,
    .sm-custom-pages table#zahlungoption4 tbody td {
        width: 100% !important;
        display: block;
        text-align: center;
    }
}

@media (max-width: 420px) {
    .sm-custom-pages .row.justify-content-center {
        width: 100%;
        margin: 0;
    }
    .sm-custom-pages .row.justify-content-center .col.col-lg-8 {
        padding: 0;
        width: 100%;
    }
    .sm-custom-pages .row.justify-content-center .col.col-lg-8 table {
        display: flex;
        flex-direction: column;
    }
    .sm-custom-pages .row.justify-content-center .col.col-lg-8 table tbody tr:first-child td {
        padding: 8px;
        width: 25%;
        font-size: 12px;
    }
    .sm-custom-pages .row.justify-content-center .col.col-lg-8 table tbody td {
        padding: 8px;
        padding-left: 0;
        width: 25%;
        font-size: 12px;
    }
    .sm-custom-pages .row.justify-content-center .col.col-lg-8 table tbody td:first-child {
        width: 50%;
        max-width: 50%;
        min-width: 50%;
    }
}

.sm-custom-pages .sm-zahlung-option table tbody tr {
    display: flex;
    flex-direction: column;
}
.sm-custom-pages .sm-zahlung-option table tbody tr td {
    text-align: left;
    padding-left: 0;
    width: 100% !important;
    height: auto !important;
}


.sm-custom-pages-text {
    word-wrap: break-word;
    max-width: 100%;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.sm-custom-pages-text {
    margin-bottom: 12px
}

@media only screen and (min-width: 992px) {
    .sm-custom-pages-text {
        margin-bottom: 35px
    }
}

.sm-custom-pages-text .sm-custom-pages-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media only screen and (min-width: 768px) {
    .sm-custom-pages-text .sm-custom-pages-img {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.sm-custom-pages-text .sm-custom-pages-img img {
    display: block;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 15px
}

@media only screen and (min-width: 768px) {
    .sm-custom-pages-text .sm-custom-pages-img img {
        margin: 5px 10px 0 0
    }
}

.sm-custom-pages {
    margin-bottom: 45px
}

@media only screen and (min-width: 992px) {
    .sm-custom-pages {
        margin-bottom: 80px
    }
}

.sm-custom-pages h1 {
    text-transform: capitalize;
    margin: 4px 0 0;
    font-weight: 500
}

@media only screen and (min-width: 768px) {
    .sm-custom-pages h1 {
        margin-top: 10px
    }
}

@media only screen and (min-width: 992px) {
    .sm-custom-pages h1 {
        margin-top: 16px
    }
}

.sm-custom-pages h3 {
    text-transform: initial;
    font-weight: 500
}

@media only screen and (min-width: 768px) {
    .sm-custom-pages h3 {
        margin-bottom: 20px
    }
}

.sm-custom-pages .sm-custom-pages-bottom-text {
    font-weight: 500;
    line-height: 1.81rem
}

.sm-custom-pages hr {
    color: #dbdbdb;
    margin-top: 0;
    margin-bottom: 32px
}

@media only screen and (min-width: 768px) {
    .sm-custom-pages hr {
        margin-top: 10px;
        margin-bottom: 30px
    }
}

.sm-custom-pages table {
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    margin-bottom: 30px
}

.sm-custom-pages table tr td {
    padding: 0 5px
}

@media only screen and (min-width: 768px) {
    .sm-custom-pages table tr td {
        padding: 0 10px
    }
}

.sm-custom-pages table tbody {
    background-color: #f7f7f7
}

.sm-custom-pages table tbody tr:first-child td {
    padding-top: 20px
}

@media only screen and (min-width: 768px) {
    .sm-custom-pages table tbody tr:first-child td {
        padding-top: 30px
    }
}

.sm-custom-pages table tbody tr:last-child td {
    padding-bottom: 15px
}

@media only screen and (min-width: 768px) {
    .sm-custom-pages table tbody tr:last-child td {
        padding-bottom: 30px
    }
}

.sm-custom-pages table tbody td {
    line-height: 1.56rem
}

@media only screen and (min-width: 768px) {
    .sm-custom-pages table tbody td {
        line-height: 1.81rem
    }
}

.sm-custom-pages table tbody td:not(:first-child) {
    text-align: right
}

.sm-custom-pages table tbody td:first-child {
    min-width: 140px;
    padding-left: 20px
}

@media only screen and (min-width: 768px) {
    .sm-custom-pages table tbody td:first-child {
        padding-left: 40px
    }
}

.sm-custom-pages table tbody td:last-child {
    padding-right: 20px
}

@media only screen and (min-width: 768px) {
    .sm-custom-pages table tbody td:last-child {
        padding-right: 40px
    }
}

.sm-custom-pages table tbody td img {
    margin-right: 5px
}

.sm-custom-pages table thead {
    background-color: #333
}

.sm-custom-pages table thead th {
    line-height: 1.125rem;
    color: #fff;
    font-weight: 400;
    padding: 20px 5px
}

@media only screen and (min-width: 768px) {
    .sm-custom-pages table thead th {
        padding: 10px
    }
}

.sm-custom-pages table thead th:first-child {
    padding-left: 20px
}

@media only screen and (min-width: 768px) {
    .sm-custom-pages table thead th:first-child {
        padding-left: 40px
    }
}

.sm-custom-pages table thead th:last-child {
    padding-right: 20px
}

@media only screen and (min-width: 768px) {
    .sm-custom-pages table thead th:last-child {
        padding-right: 40px
    }
}

@media only screen and (min-width: 768px) {
    .sm-custom-pages table thead th {
        line-height: 1.81rem
    }
}

.sm-custom-pages table thead th:not(:first-child) {
    text-align: right
}

.sm-custom-pages {
    margin-bottom: 45px;
}
@media only screen and (min-width: 992px) {
    .sm-custom-pages {
        margin-bottom: 80px;
    }
}


/* Paypal cancel page
*/
.paypal-content.custom-page--content {
    margin-bottom: 50px;
}
.paypal-content.custom-page--content .paypal-content--actions {
    margin-top: 30px;
}
.paypal-content.custom-page--content .paypal-content--actions a {
    background-color: #333;
}
.paypal-content.custom-page--content .paypal-content--actions a:hover {
    color: #7bb0e4;
}


/* Form pages styles
*/
.sm-forms-page {
    margin-bottom: 45px;
}
@media only screen and (min-width: 992px) {
    .sm-forms-page {
        margin-bottom: 80px;
    }
}

.sm-forms-page .sm-form-left-area.sm-form-row {
    width: calc(50% - 15px);
    display: inline-block;
    float: left;
    border: 1px solid #dbdbdb;
    padding: 10px;
    margin-right: 15px;
    min-height: 600px;
}
@media (max-width: 767px) {
    .sm-forms-page .sm-form-left-area.sm-form-row {
        width: 100%;
        float: none;
        display: block;
        margin: 0;
        margin-bottom: 30px;
    }
}
.sm-forms-page .sm-form-left-area.sm-form-row  .sm-custom-pages-text {
    margin-top: 5px;
    margin-bottom: 5px;
}

.sm-forms-page #support {
    width: 50%;
    display: inline-block;
    float: right;
    border: 1px solid #dbdbdb;
    padding: 10px;
    background: #F9F9F9;
    padding-bottom: 35px;
    min-height: 600px;
}
@media (max-width: 767px) {
    .sm-forms-page #support {
        width: 100%;
        float: none;
    }
}
.sm-forms-page #support .forms--inner-form {

}
.sm-forms-page #support .forms--inner-form .sm-form-row {
    margin-bottom: 10px;
}

.sm-forms-page #support .forms--inner-form .sm-form-row input,
.sm-forms-page #support .forms--inner-form .sm-form-row textarea,
.sm-forms-page input {
    background: #fff;
    border: 1px solid #d2d2d2;
    color: #848484;
    border-radius: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 12px;
    width: 100%;
}

.sm-forms-page #support .forms--inner-form .sm-form-row.select-field {
    width: 50%;
    position: relative;
}
.sm-forms-page #support .forms--inner-form .sm-form-row.select-field:after {
    content: "\e901";
    font-family: sm-icons;
    color: #dbdbdb;
    font-size: 1.375rem;
    position: absolute;
    top: 50%;
    right: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}
.sm-forms-page #support .forms--inner-form .sm-form-row.select-field select {
    padding: 10px;
    border-color: #ced4da;
    font-size: 1rem;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    border-radius: 3px;
    font-weight: 500;
    color: #5d5c5c;
}
@media (max-width: 767px) {
    .sm-forms-page #support .forms--inner-form .sm-form-row.select-field select {
        width: 100%;
    }
}

.sm-forms-page #support .forms--inner-form .buttons button {
    text-transform: initial;
    background-color: #80B3E8;
    color: #fff;
    border: none;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
    font-size: 13px;
    text-align: left;
    width: auto;
    margin: 0;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

.sm-forms-page .forms--captcha .captcha--placeholder {
    margin-bottom: 10px;
}
.sm-forms-page .forms--captcha .captcha--code {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* Compare */
body.is--ctl-spxcompare table .spx-compare-product-to-cart-button-cell form {
    height: 60px;
    margin: 0;
    padding: 10px 0;
    display: flex;
    align-items: center;
}
body.is--ctl-spxcompare table .spx-compare-product-to-cart-button-cell form #detailOfferCartButton {
    margin: 0 5% 0 5%;
    height: 100%;
    width: 100%;
}
body.is--ctl-spxcompare table .spx-compare-product-to-cart-button-cell form #detailOfferCartButton button {
    display: block;
    text-transform: initial;
    font-weight: 500;
    position: relative;
    top: unset;
    left: unset;
    margin: 0 auto;
    width: 100%;
    transform: unset;
    font-size: 11px;
    color: #80B3E8;
    height: 40px;
    padding: 0;
}
@media (max-width: 400px) {
    body.is--ctl-spxcompare table .spx-compare-product-to-cart-button-cell form #detailOfferCartButton button {
        font-size: 9px;
    }
}
body.is--ctl-spxcompare .spx-compare-page .compare-table tr td.first,
body.is--ctl-spxcompare .spx-compare-page .compare-table tr th.first {
    width: auto !important;
}
@media (max-width: 560px) {
    body.is--ctl-spxcompare .spx-compare-page .compare-table tr td.first,
    body.is--ctl-spxcompare .spx-compare-page .compare-table tr th.first {
        width: auto !important;
    }
}
@media (max-width: 992px) and (min-width: 561px) {
    body.is--ctl-spxcompare .spx-compare-page .compare-table tr td.first,
    body.is--ctl-spxcompare .spx-compare-page .compare-table tr th.first {
        width: auto !important;
    }
}
body.is--ctl-spxcompare .spx-compare-to-cart .spx-compare-product-to-cart-button-cell form .spx-compare-basketbutton .spx-compare-star {
    top: -14px !important;
    right: -6px !important;
}



/*Compare page table styles*/
.spx-compare-page .compare-table-wrapper .compare-table .spx-compare-to-cart .spx-compare-product-to-cart-button-cell .detailCartButton {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 5% 0 5%;
}
.spx-compare-page .compare-table-wrapper .compare-table .spx-compare-to-cart .spx-compare-product-to-cart-button-cell .spx-compare-basketbutton {
    display: block;
    background-color: #a1b12d;
    text-transform: initial;
    font-size: .875rem;
    font-weight: 500;
    height: 40px;
    position: relative;
    top: unset;
    left: unset;
    margin: 0 auto;
    width: 100%;
    transform: unset;
    padding: 0;
}
.spx-compare-page .compare-table-wrapper .compare-table .spx-compare-to-cart .spx-compare-product-to-cart-button-cell .spx-compare-basketbutton:hover {
    color: #fff;
    background: #80B3E8;
}
.spx-compare-page .compare-table-wrapper .compare-table .spx-compare-to-cart .spx-compare-product-to-cart-button-cell .spx-compare-basketbutton img {
    display: none;
}
.spx-compare-page .compare-table-wrapper .compare-table .spx-compare-to-cart .spx-compare-product-to-cart-button-cell .spx-compare-basketbutton .spx-add-to-cart-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.is--ctl-spxcompare .spx-compare-page {
    width: 90%;
    margin: 0 auto;
}
.is--ctl-spxcompare .spx-compare-page .compare-table-wrapper {
    margin: 50px auto 0 auto;
}
.is--ctl-spxcompare .spx-compare-page .compare-table-wrapper .compare-table {
    margin: 0 auto;
    width: 100%;
}
.is--ctl-spxcompare .spx-compare-page .compare-table-wrapper .spx-empty-compare-table,
.is--ctl-spxcompare .spx-compare-page .compare-table-wrapper .spx-empty-compare-table-hidden {
    min-height: 1px;
    margin: 10px 0 20px 0;
    color: #ff0000;
}
.is--ctl-spxcompare .spx-compare-info-bundle-matrix {
    width: 90%;
    margin: 0 auto 50px auto;
}

@media (max-width: 991px) {
    body footer .spx-compare-list-buttons button.compare-redirect {
        font-size: 9px;
    }
    body footer .spx-compare-list-buttons .remove-all-compare {
        font-size: 9px;
    }
}


/*Detail page CS*/
@media (max-width: 767px) {
    #detail .spx-cross-sell-schornsteinmarkt .card .card-header a h5 i {
        right: 10%;
    }
}

.instyle_error {
    color: #e74c3c;
    background: #faeceb;
    border-color: #e74c3c;
}
.has--error {
    color: #e74c3c;
    background: #faeceb;
    border-color: #e74c3c;
}
ol.list-bundle {
    margin-top: 10px;
}
ol.list-bundle li {
    margin-bottom: 8px;
}


/* FINDOLOGIC Smart Suggest */
.fl-autocomplete.fl-use-two-columns-layout .ui-autocomplete-category h3 {
    font-size: 14px !important;
}
.fl-autocomplete.ui-autocomplete .ui-menu-item .col.label {
    font-size: 13px !important;
}
.fl-autocomplete .ui-menu-item .col.image {
    height: 60px !important;
    width: 30% !important;
}
.fl-autocomplete.fl-use-two-columns-layout .fl-product-info-wrapper {
    width: 70% !important;
}
.fl-autocomplete .ui-menu-item .fl-ac-highlight {
    color: #80B3E8 !important;
}
.fl-autocomplete.fl-has-two-columns .ui-autocomplete-allResults h3 b {
    color: #80B3E8 !important;
}
.fl-popOverImage {
    z-index: 9999999999999 !important;
}

/* Detail page - radio button options in configurator - start */

.spx-check-box-colored-body {
    display: none;
    width: 7px;
    height: 7px;
    background: #333;
    position: absolute;
    left: 4.5px;
    top: 6px;
    border-radius: 50%;
}



/* PDP (Product Detail Page) Cross Sell lightbox styles
*/
.spx-cs-dark-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #1e1e1e;
    opacity: .8;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    z-index: 999;
}
.spx-cs-dark-overlay.spx-active {
    display: block;
}
.spx-cs-dark-overlay .spx-close {
    display: flex;
    position: absolute;
    right: 20px;
    height: 50px;
    width: 50px;
    background: #000;
    color: #fff;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    cursor: pointer;
}
.spx-close:after,
.spx-close:before {
    position: absolute;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff;
    z-index: 99999;
}
.spx-close:before {
    transform: rotate(45deg);
}
.spx-close:after {
    transform: rotate(-45deg);
}
.spx-cs-overlay-image-placeholder {
    display: none;
    position: fixed;
    width: 30%;
    height: 50%;
    top: 25%;
    left: 35%;
    z-index: 9999;
}
@media (min-width: 600px) and (max-width: 900px) {
    .spx-cs-overlay-image-placeholder {
        width: 50%;
        height: 50%;
        top: 25%;
        left: 25%;
    }
}
@media (max-width: 599px) {
    .spx-cs-overlay-image-placeholder {
        width: 60%;
        height: 50%;
        top: 25%;
        left: 20%;
    }
}
.spx-cs-overlay-image-placeholder.spx-active {
    display: block;
}
.spx-cs-overlay-image-placeholder .placeholder {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.placeholder:after {
    content: attr(data-title);
    position: absolute;
    bottom: -20%;
    color: #fff;
    text-align: center;
}
.spx-cs-overlay-image-placeholder .placeholder img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    cursor: pointer;
}

/* Holiday Information banner
*/
.spx-holiday-banner-info {
    display: flex;
    align-items: center;
    height: 105px;
    position: relative;
    background-color: #DBDBDB;
}
.spx-holiday-banner-info::before {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #F5D77F;
}
.spx-holiday-banner-info .spx-holiday-text-wrapper {
    color: #4c402a;
    z-index: 99;
    position: relative;
    width: 100%;
    height: 65%;
    margin: 0 20px;
    padding: 0 10px;
}
.spx-holiday-banner-info .spx-holiday-text-wrapper .span-opacity {
    opacity: 0.6;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0 10px;
}
.spx-holiday-banner-info .spx-holiday-text-wrapper .span-text {
    z-index: 99999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
}
@media (max-width: 767px) {
    .spx-holiday-banner-info .spx-holiday-text-wrapper .span-text {
        display: none;
    }
}
.spx-holiday-banner-info .spx-holiday-text-wrapper .span-text-mobile {
    z-index: 99999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
}
@media (max-width: 767px) {
    .spx-holiday-banner-info .spx-holiday-text-wrapper .span-text-mobile {
        display: flex;
    }
}
.spx-holiday-banner-info .spx-image {
    display: none;
}

.spx-holiday-banner-info .spx-holiday-text-wrapper.christmas {
    color: #4c402a;
    z-index: 99;
    position: relative;
    width: 90%;
    height: 65%;
    margin-left: 20px;
    padding: 0 0 0 10px;
}
.spx-holiday-banner-info .spx-holiday-text-wrapper.christmas .spx-image {
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

/* sm Styles*/
.spx-holiday-banner-info.schornsteinmarkt-styles {
    background: #80B3E8;
}
@media (min-width: 768px) {
    .spx-holiday-banner-info.schornsteinmarkt-styles {
        height: 90px;
    }
}
.spx-holiday-banner-info.schornsteinmarkt-styles .spx-holiday-text-wrapper {
    color: #fff;
}
.spx-holiday-banner-info.schornsteinmarkt-styles .spx-holiday-text-wrapper .span-opacity {
    display: none;
}
.spx-holiday-banner-info.schornsteinmarkt-styles .spx-holiday-text-wrapper .span-text {
    font-size: 16px;
}
/* Holiday Information banner END
*/

/**********************************************************************/
/* Cbe Trusted Rich Snippet 02. 2020.                      START      */
/**********************************************************************/

@media(min-width: 992px) {
    #navbars .navbar-desktop-layout {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .trusted-wrapper {
        display: flex;
        display: none !important;
        align-items: center;
        margin-right: -15px;
        margin-bottom: 15px;
    }

    .trusted-wrapper .rating-wrapper {
        order: 2;
    }

    #navbars .trustedshops figure {
        line-height: 1rem;
    }

    .trusted-wrapper .trustedshops {
        display: flex;
        align-items: center;
    }

    #navbars .trustedshops {
        width: 45px;
    }

    #navbars .trustedshops {
        float: right;
    }

    #navbars .trustedshops {
        padding-top: 0;
        padding-right: 5px;
        padding-left: 5px;
    }

    #navbars .trustedshops figure {
        max-width: 35px;
    }

    #navbars .trustedshops figure {
        display: inline-block;
    }

    #navbars .trustedshops figure {
        margin: 0;
    }

    #navbars .trustedshops figure img.img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
    }

    #custom-font-size {
        font-size: 3px;
    }

    .rating-wrapper {
        height: auto;
        display: inline-block;
        text-align: center;
        padding-top: 0;
        float: right;
        line-height: 1rem;
    }

    .custom_rel {
        float: left;
        margin-left: 10px;
    }

    .rating-wrapper .reviewBadgeTitle {
        font-weight: 300;
        color: #9d9d95;
        font-size: 12px;
        text-align: center;
        margin-top: 1px;
    }

    .custom-commentStars {
        width: 70px;
        height: 13px;
        background: url(https://static.trustedshops.com/img/rating/profile/profile_stars_small_sprite.png) 0 -15px repeat-x;
        text-indent: -9999px;
        display: inline-block;
    }

    .custom-starPreview {
        width: 0;
        height: 13px;
        background: url(https://static.trustedshops.com/img/rating/profile/profile_stars_small_sprite.png) 0 0 repeat-x;
        text-indent: -9999px;
        display: block;
        line-height: 16px;
    }

    .custom_rel .note {
        display: none !important;
    }

    .custom_rel .mark {
        display: none !important;
    }

    .rating-wrapper .mark {
        background-color: transparent;
        font-size: 16px;
        padding-bottom: 0px;
        text-align: center;
        padding: 1px;
    }

    .spx-hidden {
        display: none;
    }
}

@media(max-width: 991px) {
    .trusted-wrapper {
        display: none;
    }
}

/**********************************************************************/
/* Cbe Trusted Rich Snippet 02. 2020.                      END        */
/**********************************************************************/

/**********************************************************************/
/* Google rating badge 02. 2020.                           START      */
/**********************************************************************/

#trustedShopsCheckout {
    display:none;
}

body .etrusted-checkout-card.standard.checkout.topleft.consumerMembership.etrusted-checkout-card--consumer-membership {
	top: 75px;
	bottom: auto;
}

/**********************************************************************/
/* Google rating badge 02. 2020.                           END        */
/**********************************************************************/


/**********************************************************************/
/* SM NEW STYLES                                                      */
/**********************************************************************/


/* Filter styles
*/

/* Filter styles
*/
.spx-filter-container-toggle {
    padding: .125rem .75rem .125rem .75rem;
    background-color: #f9b34a;
    background-image: linear-gradient(to bottom, #f9c77b 0%, #f9b34a 100%);
    border: 0 none;
    height: 3.5rem;
    color: #3c3c3b;
    display: none;
    align-items: center;
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
    padding-bottom: 0;

}
@media (max-width: 991px) {
    .spx-filter-container-toggle {
        display: flex;
    }
    .action--filter-options.off-canvas {

    }
    .action--filter-options.off-canvas.spx-show {
        display: block;
        padding-top: 10px;
    }
}

.action--filter-options .filter--close-btn {
    margin: 0rem .625rem .625rem 0rem;
    border-radius: 10px;
    background-clip: padding-box;
    border: 1px solid #f9b34a;
    cursor: pointer;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #343434;
    width: 100%;
    font-size: 16px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
    background: #fff;
    line-height: 25px;
    display: none;
}
.action--filter-options .filter--close-btn .times {
    font-size: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}
.filter--container .filter--actions button.filter--btn-apply {
    line-height: 1.5rem;
    border-radius: 10px;
    background-clip: padding-box;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;

    background: #7bb0e4;
    background-image: linear-gradient(to bottom, #a4d2ff 0%, #7bb0e4 100%);
    opacity: 1;
    color: #fff;
}
.filter--container .filter--actions button.filter--btn-apply[disabled="disabled"] {
    opacity: .5;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff 0%, #f8f8fa 100%);
    border: 1px solid #dadae5;
    cursor: not-allowed;
    color: #343434;
}

.filter--container .filter--active-container {
    padding: .9375rem 0rem .3125rem 15px;
}
.filter--container .filter--active-container .filter--active {
    padding: 10px 0;
    margin: 0rem .625rem .625rem 0rem;
    line-height: 1.5rem;
    font-size: 15px;
    border-radius: 3px;
    background-clip: padding-box;
    color: #5f7285;
    background: #FFF;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    width: auto;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    border: none;
}
.filter--container .filter--active-container .filter--active:hover {
    color: #7bb0e4;
}
.filter--container .filter--active-container .filter--active .filter--active-icon {
    margin-right: 10px;
}
.filter--container .filter--active-container .filter--active .filter--active-icon:after {
    content: "×";
    font-size: 18px;
}

.sidebar-filter--content .filter-panel {
    margin-bottom: 15px;
}
.sidebar-filter--content .filter-panel[data-field-name="rating"] {
    display: none;
}
.sidebar-filter--content .filter-panel[data-field-name="delivery"] .filter-panel--flyout {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar-filter--content .filter-panel--content {
    padding: .625rem 1.25rem .625rem 0;
}
.sidebar-filter--content .filter-panel--content.input-type--media .filter-panel--label div {
    border: 1px solid #ccc;
}
.filter-panel--content .filter-panel--option-list {
    padding: 0;
    list-style: none;
}
.filter-panel--content .filter-panel--option-list:after {
    clear: both;
    content: " ";
    display: table;
}
.filter-panel--content .filter-panel--option-list .option--container {
    display: flex;
    align-items: center;
}
.filter-panel--content .filter-panel--option-list .filter-panel--option .filter-panel--label{
    font-weight: normal;
    cursor: pointer;
    max-width: calc(100% - 30px);
    display: inline-table;
}
.filter-panel--content .filter-panel--option-list .filter-panel--option:hover .filter-panel--label {
    color: #7bb0e4;
}

/* Range filter styles */
.filter-panel--content .range-slider--container {
    height: 7px;
    border-radius: 6px;
    background-clip: padding-box;
    display: block;
    width: 100%;
    background: #e9e9f0;
    box-shadow: inset 0 1px 1px #f0f0f0;
    border: 1px solid #dadae5;
    -ms-touch-action: none;
}
.filter-panel--content .range-slider--container .range-slider--range-bar {
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-shadow: inset 0 0 3px #7bb0e4;
    height: 100%;
    width: 100%;
    position: relative;
    background: #7bb0e4;
}
.filter-panel--content .range-slider--container .range-slider--range-bar .range-slider--handle {
    height: 20px;
    width: 20px;
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff 0%, #e9e9f0 100%);
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: absolute;
    border: 1px solid #dadae5;
    cursor: pointer;
}
.filter-panel--content .range-slider--container .range-slider--range-bar .range-slider--handle.is--min {
    left: -0.625rem;
    top: -8px;
}
.filter-panel--content .range-slider--container .range-slider--range-bar .range-slider--handle.is--max {
    right: -0.625rem;
    top: -8px;
}
.filter-panel--content .filter-panel--range-info {
    padding: .625rem 0rem .3125rem 0rem;
    text-align: center;
}
.filter-panel--content .filter-panel--range-info .range-info--label {
    color: #3f4c58;
    font-weight: 700;
}

/*Image filter types*/
.filter-panel--content.input-type--media .filter-panel--option {
    float: left;
    display: inline-block;
}



.spx-compare-products-element.compare-option {
    position: absolute;
    left: 20px;
    bottom: 45%;
    margin: 0 auto;
}

/* Popup modal recapthca Start */
#spx-popup-modal .middle .actions {
    height: 90px;
}

#spx-popup-modal .middle #recaptcha3 {
    position: relative;
}
/* Popup modal recapthca End */
