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

*, *::before, *::after {
    -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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    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
}

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

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

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

dt {
    font-weight: 700
}

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: #007bff;
    text-decoration: none;
    background-color: transparent
}

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

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

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

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

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

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

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

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

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

button {
    border-radius: 0
}

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

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

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[role="button"] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

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: 2.5rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

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

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

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

a>code {
    color: inherit
}

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

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

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

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

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

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

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

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

.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-xs-12, .col, .col-auto, .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, .col-sm-auto, .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, .col-md-auto, .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, .col-lg-auto, .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, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

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

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-12, .col-xs-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.33333%
}

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .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.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

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

    .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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

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

    .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.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

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

    .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.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .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.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

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

    .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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

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

    .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.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

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

    .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.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .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.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

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

    .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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

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

    .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.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

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

    .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.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .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.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

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

    .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.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

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

    .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.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

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

    .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.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-bordered {
    border: 1px solid #e5e5e5
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody+tbody {
    border-color: #ffdf7e
}

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

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

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

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody+tbody {
    border-color: #ed969e
}

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

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

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

.table-light th, .table-light td, .table-light thead th, .table-light tbody+tbody {
    border-color: #fbfcfc
}

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

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

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

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody+tbody {
    border-color: #95999c
}

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

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

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

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

.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
    background-color: rgba(0, 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: #e5e5e5
}

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

.table-dark th, .table-dark td, .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: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075)
}

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

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

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

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

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

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

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.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: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

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

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

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

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

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

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

input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

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: .9375rem;
    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: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    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: .9375rem;
    line-height: 1.5;
    border-radius: .3rem
}

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

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, .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: #28a745
}

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

.form-row>.col>.valid-tooltip, .form-row>[class*="col-"]>.valid-tooltip {
    left: 5px
}

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

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

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

.was-validated select.form-control:valid, select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

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

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

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

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

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

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

.was-validated .custom-control-input:valid:focus~.custom-control-label::before, .custom-control-input.is-valid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

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

.was-validated .custom-file-input:valid:focus~.custom-file-label, .custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    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, 0.9);
    border-radius: .25rem
}

.form-row>.col>.invalid-tooltip, .form-row>[class*="col-"]>.invalid-tooltip {
    left: 5px
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

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

.was-validated select.form-control:invalid, select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before, .custom-control-input.is-invalid:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

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

.was-validated .custom-file-input:invalid:focus~.custom-file-label, .custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.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 {
        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;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

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

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

    .form-inline .input-group, .form-inline .custom-select {
        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
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    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 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.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;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

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

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

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

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

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

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5)
}

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

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

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, 0.5)
}

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

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

.btn-secondary:focus, .btn-tertiary:focus, .btn-secondary.focus, .focus.btn-tertiary {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}

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

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

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus, .show>.btn-secondary.dropdown-toggle:focus, .show>.dropdown-toggle.btn-tertiary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, 0.5)
}

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

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

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

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

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

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.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 {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.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, 0.5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.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 {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.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, 0.5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.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 {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    -webkit-box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.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, 0.5);
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, 0.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 {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.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, 0.5);
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.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 {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.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, 0.5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}

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

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

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

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

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

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 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, 0.5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.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, 0.5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

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

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

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

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

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

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.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, 0.5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.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, 0.5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.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, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.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, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.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, 0.5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.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, 0.5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.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, 0.5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.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, 0.5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.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, 0.5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.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, 0.5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

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

.btn-link:focus, .btn-link.focus {
    text-decoration: underline
}

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

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

.btn-sm, .btn-group-sm>.btn {
    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="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.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 0.35s ease;
    transition: height 0.35s ease
}

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

.dropup, .dropright, .dropdown, .dropleft {
    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, 0.15);
    border-radius: .25rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    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:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #e9ecef
}

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

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #adb5bd;
    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>.btn, .btn-group-vertical>.btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

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

.btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn.active {
    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:not(:first-child), .btn-group>.btn-group:not(:first-child) {
    margin-left: -1px
}

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

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

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

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

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

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

.btn-lg+.dropdown-toggle-split, .btn-group-lg>.btn+.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:not(:first-child), .btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px
}

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

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

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

.btn-group-toggle>.btn input[type="radio"], .btn-group-toggle>.btn input[type="checkbox"], .btn-group-toggle>.btn-group>.btn input[type="radio"], .btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
    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>.form-control, .input-group>.form-control-plaintext, .input-group>.custom-select, .input-group>.custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

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

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

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

.input-group>.form-control:not(:first-child), .input-group>.custom-select: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:not(.has-validation)>.form-control:not(:last-child), .input-group:not(.has-validation)>.custom-select:not(:last-child), .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label, .input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.form-control:nth-last-child(n+3), .input-group.has-validation>.custom-select:nth-last-child(n+3), .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label, .input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

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

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

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

.input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.input-group-text, .input-group-append .input-group-text+.btn {
    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="radio"], .input-group-text input[type="checkbox"] {
    margin-top: 0
}

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

.input-group-lg>.form-control, .input-group-lg>.custom-select, .input-group-lg>.input-group-prepend>.input-group-text, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-append>.btn {
    padding: .5rem 1rem;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: .3rem
}

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

.input-group-sm>.form-control, .input-group-sm>.custom-select, .input-group-sm>.input-group-prepend>.input-group-text, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-append>.btn {
    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-prepend>.btn, .input-group>.input-group-prepend>.input-group-text, .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn, .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text, .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn, .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text, .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) {
    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:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.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) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

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

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

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

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

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

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

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

.custom-control-input[disabled]~.custom-control-label::before, .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 {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

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

.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,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' 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: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

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

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 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,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 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 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.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(0, 123, 255, 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: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 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:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.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: .9375rem
}

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

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

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

.custom-file-input[disabled]~.custom-file-label, .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 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    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: 0
}

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

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

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

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

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.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: #b3d7ff
}

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

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

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

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

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

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

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

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

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

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

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

.custom-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 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.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:hover, .nav-link:focus {
    text-decoration: none
}

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

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

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

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

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

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

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

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

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

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

.nav-justified>.nav-link, .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;
    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;
    padding: .5rem 1rem
}

.navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    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: .54688rem;
    padding-bottom: .54688rem;
    margin-right: 1rem;
    font-size: .9375rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover, .navbar-brand:focus {
    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: .9375rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

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

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

.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto
}

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

@media (min-width: 576px) {
    .navbar-expand-sm {
        -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-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -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, .navbar-expand-sm>.container-sm, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .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, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-md, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -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-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -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, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-md, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .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, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -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-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -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, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .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, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -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-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -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, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .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, .navbar-expand>.container-sm, .navbar-expand>.container-md, .navbar-expand>.container-lg, .navbar-expand>.container-xl {
    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, .navbar-expand>.container-sm, .navbar-expand>.container-md, .navbar-expand>.container-lg, .navbar-expand>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.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 {
    color: rgba(0, 0, 0, 0.9)
}

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

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

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

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    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, 0.125);
    border-radius: .25rem
}

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

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

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

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

.card>.card-header+.list-group, .card>.list-group+.card-footer {
    border-top: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(.25rem - 1px)
}

.card-img, .card-img-top, .card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

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

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

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

@media (min-width: 576px) {
    .card-deck {
        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;
        margin-right: -10px;
        margin-left: -10px
    }

    .card-deck .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 10px;
        margin-bottom: 0;
        margin-left: 10px
    }
}

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

@media (min-width: 576px) {
    .card-group {
        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
    }

    .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-img-top, .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-img-bottom, .card-group>.card:not(:last-child) .card-footer {
        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-img-top, .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }

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

.accordion>.card {
    overflow: hidden
}

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

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    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 {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

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

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

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

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

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

.page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 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: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

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

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

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

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

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

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

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

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out
}

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

a.badge:hover, a.badge:focus {
    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: #fff;
    background-color: #007bff
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}

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

a.badge-secondary:hover, a.badge-secondary:focus {
    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, 0.5);
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

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

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

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

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

a.badge-info:hover, a.badge-info:focus {
    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, 0.5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

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

a.badge-warning:hover, a.badge-warning:focus {
    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, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

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

a.badge-danger:hover, a.badge-danger:focus {
    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, 0.5);
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

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

a.badge-light:hover, a.badge-light:focus {
    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, 0.5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

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

a.badge-dark:hover, a.badge-dark:focus {
    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, 0.5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.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: 700
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        background-position: 0 0
    }
}

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

    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    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;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease
}

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

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

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

@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;
    border-radius: .25rem
}

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

.list-group-item-action:hover, .list-group-item-action:focus {
    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;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

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

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.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: #007bff;
    border-color: #007bff
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

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

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

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

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@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:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

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

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@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:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

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

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@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:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

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

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@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:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

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

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

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

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

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

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

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

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

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

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

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

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

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

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    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:hover, .list-group-item-warning.list-group-item-action:focus {
    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:hover, .list-group-item-danger.list-group-item-action:focus {
    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:hover, .list-group-item-light.list-group-item-action:focus {
    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:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe
}

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

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

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

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

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

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

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    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: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.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 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -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.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.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-header, .modal-dialog-scrollable .modal-footer {
    -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);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    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, 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 1rem;
    border-bottom: 1px solid #e5e5e5;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #e5e5e5;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .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);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

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

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

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="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-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: .5rem
}

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

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

.bs-popover-left>.arrow::after, .bs-popover-auto[x-placement^="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.active, .carousel-item-next, .carousel-item-prev {
    display: block
}

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

.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
    -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.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
    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-prev, .carousel-control-next {
    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%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: .5;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease
}

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

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50% / 100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' 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,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' 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 0.6s ease;
    transition: opacity 0.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(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

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

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

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

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

@media (prefers-reduced-motion: reduce) {
    .spinner-border, .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #0062cc !important
}

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

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #e5e5e5 !important
}

.border-top {
    border-top: 1px solid #e5e5e5 !important
}

.border-right {
    border-right: 1px solid #e5e5e5 !important
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5 !important
}

.border-left {
    border-left: 1px solid #e5e5e5 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

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

.border-bottom-0 {
    border-bottom: 0 !important
}

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

.border-primary {
    border-color: #007bff !important
}

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

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

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

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

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

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

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

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

.rounded-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, .menu-top, .social-sharing {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex, #top-menu {
    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 iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

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

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

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

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

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

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

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

.flex-wrap, .social-sharing {
    -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;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

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

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

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

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !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-xs-left {
    float: left !important
}

.float-right, .float-xs-right {
    float: right !important
}

.float-none, .float-xs-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
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: 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: sticky !important
}

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

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

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

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

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 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
}

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

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

.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: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:hover, a.text-primary:focus {
    color: #0056b3 !important
}

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

a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover, a.text-success:focus {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.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;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, *::before, *::after {
        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
    }

    pre, blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    tr, img {
        page-break-inside: avoid
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

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

    .table-dark {
        color: inherit
    }

    .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody+tbody {
        border-color: #e5e5e5
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #e5e5e5
    }
}

.material-icons {
    font-size: 1.5rem;
    line-height: inherit;
    vertical-align: top
}

.material-icons+span {
    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
}

html {
    height: 100%
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img, embed, object {
    max-width: 100%;
    height: auto
}

ul {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0
}

a {
    color: var(--color-body-link, #666)
}

a:hover, a:focus, a:active, a.active {
    text-decoration: none;
    outline: none
}

a:hover, a:focus, a:active, a.active, .link-hover {
    color: var(--color-body-link-hover, #000)
}

li a, .li-a {
    color: inherit
}

p {
    margin-bottom: 0.625rem
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
    line-height: inherit;
    font-family: inherit;
    color: var(--color-heading-text)
}

h1, h2, .h1, .h2 {
    line-height: normal
}

hr {
    border-color: #e5e5e5
}

button:hover, button:focus {
    outline: none
}

.text-muted {
    color: currentColor !important;
    opacity: 0.8
}

.btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 20px;
    color: #fff;
    line-height: inherit;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    outline: none;
    border: 1px solid transparent
}

.btn .material-icons, .btn .fa {
    margin-right: 5px;
    font-size: inherit
}

.btn.btn-small {
    font-size: 1em;
    padding: 5px 10px;
    font-weight: 400
}

.btn-tertiary {
    padding: 0.25rem;
    margin: 0.25rem 0
}

.btn, button, .btn-primary, .btn-secondary, .btn-tertiary, .btn-teriary {
    border-radius: 0
}

.btn:focus, .btn.focus, .btn:hover, .btn:active:focus, .btn.active:focus, .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, button:focus, button.focus, button:hover, button:active:focus, button.active:focus, button:not(:disabled):not(.disabled):active:focus, button:not(:disabled):not(.disabled).active:focus, .btn-primary:focus, .btn-primary.focus, .btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-secondary:focus, .btn-tertiary:focus, .btn-secondary.focus, .focus.btn-tertiary, .btn-secondary:hover, .btn-tertiary:hover, .btn-secondary:active:focus, .btn-tertiary:active:focus, .btn-secondary.active:focus, .active.btn-tertiary:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus, .btn-teriary:focus, .btn-teriary.focus, .btn-teriary:hover, .btn-teriary:active:focus, .btn-teriary.active:focus, .btn-teriary:not(:disabled):not(.disabled):active:focus, .btn-teriary:not(:disabled):not(.disabled).active:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.disabled, .btn:disabled, button.disabled, button:disabled, .btn-primary.disabled, .btn-primary:disabled, .btn-secondary.disabled, .disabled.btn-tertiary, .btn-secondary:disabled, .btn-tertiary:disabled, .btn-teriary.disabled, .btn-teriary:disabled {
    pointer-events: none
}

.btn, button, .btn-primary, .btn-secondary, .btn-tertiary, .btn-tertiary, .btn-teriary {
    border-radius: var(--btn-border-radius)
}

.btn-primary, .btn-primary.disabled, .btn-primary:disabled, .btn-default {
    background-color: var(--color-btn-bg, var(--color-primary));
    border-color: var(--color-btn-bg, var(--color-primary));
    color: var(--color-btn-text, #fff)
}

.btn-primary:focus, .btn-primary.focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary.checked, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:hover, .btn-primary.disabled:active, .btn-primary.disabled.active:focus, .btn-primary.disabled:not(:disabled):not(.disabled):active, .btn-primary.disabled:not(:disabled):not(.disabled).active:focus, .btn-primary.disabled.checked, .btn-primary:disabled:focus, .btn-primary:disabled.focus, .btn-primary:disabled:hover, .btn-primary:disabled:active, .btn-primary:disabled.active:focus, .btn-primary:disabled:not(:disabled):not(.disabled):active, .btn-primary:disabled:not(:disabled):not(.disabled).active:focus, .btn-primary:disabled.checked, .btn-default:focus, .btn-default.focus, .btn-default:hover, .btn-default:active, .btn-default.active:focus, .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active:focus, .btn-default.checked {
    /* -webkit-box-shadow: 0 0 0 2px var(--color-btn-bg-hover, #000);
    box-shadow: 0 0 0 2px var(--color-btn-bg-hover, #000); */
    background: var(--color-btn-bg-hover, #000);
    border-color: var(--color-btn-bg-hover, #000);
    color: var(--color-btn-text-hover, #fff)
}

.btn-secondary, .btn-tertiary, .btn-secondary.disabled, .disabled.btn-tertiary, .btn-secondary:disabled, .btn-tertiary:disabled {
    border-width: 1px;
    background-color: transparent;
    border-color: var(--color-btn-bg, var(--color-primary));
    color: inherit
}

.btn-secondary:focus, .btn-tertiary:focus, .btn-secondary.focus, .focus.btn-tertiary, .btn-secondary:hover, .btn-tertiary:hover, .btn-secondary:active, .btn-tertiary:active, .btn-secondary.active:focus, .active.btn-tertiary:focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus, .btn-secondary.checked, .checked.btn-tertiary, .btn-secondary.disabled:focus, .disabled.btn-tertiary:focus, .btn-secondary.disabled.focus, .disabled.focus.btn-tertiary, .btn-secondary.disabled:hover, .disabled.btn-tertiary:hover, .btn-secondary.disabled:active, .disabled.btn-tertiary:active, .btn-secondary.disabled.active:focus, .disabled.active.btn-tertiary:focus, .btn-secondary.disabled:not(:disabled):not(.disabled):active, .disabled.btn-tertiary:not(:disabled):not(.disabled):active, .btn-secondary.disabled:not(:disabled):not(.disabled).active:focus, .disabled.btn-tertiary:not(:disabled):not(.disabled).active:focus, .btn-secondary.disabled.checked, .disabled.checked.btn-tertiary, .btn-secondary:disabled:focus, .btn-tertiary:disabled:focus, .btn-secondary:disabled.focus, .btn-tertiary:disabled.focus, .btn-secondary:disabled:hover, .btn-tertiary:disabled:hover, .btn-secondary:disabled:active, .btn-tertiary:disabled:active, .btn-secondary:disabled.active:focus, .btn-tertiary:disabled.active:focus, .btn-secondary:disabled:not(:disabled):not(.disabled):active, .btn-tertiary:disabled:not(:disabled):not(.disabled):active, .btn-secondary:disabled:not(:disabled):not(.disabled).active:focus, .btn-tertiary:disabled:not(:disabled):not(.disabled).active:focus, .btn-secondary:disabled.checked, .btn-tertiary:disabled.checked {
    -webkit-box-shadow: 0 0 0 2px var(--color-btn-bg, var(--color-primary));
    box-shadow: 0 0 0 2px var(--color-btn-bg, var(--color-primary));
    background: var(--color-btn-bg, var(--color-primary));
    border-color: var(--color-btn-bg, var(--color-primary));
    color: var(--color-btn-text, #fff)
}

.btn-unstyle {
    background-color: transparent;
    border: none;
    padding: 0;
    text-align: inherit;
    color: inherit
}

.btn-unstyle:focus {
    outline: 0
}

.btn-wrap {
    white-space: normal
}

.grid-small-padding .row {
    margin-right: -10px;
    margin-left: -10px
}

.grid-small-padding .row *[class^="col"] {
    padding-right: 10px;
    padding-left: 10px
}

.xs-bottom {
    margin-bottom: 10px
}

.sm-bottom {
    margin-bottom: 20px
}

.md-bottom {
    margin-bottom: 30px
}

.lg-bottom {
    margin-bottom: 40px
}

.xl-bottom {
    margin-bottom: 50px
}

.box-bg {
    background: var(--color-box-bg, #fff);
    padding: 20px;
    border: 1px solid var(--color-box-border, #e5e5e5);
    border-radius: var(--box-border-radius)
}

.light-box-bg {
    background: var(--color-box-bg, #fff);
    padding: 20px;
    border: 1px solid var(--color-box-border, #e5e5e5);
    border-radius: var(--box-border-radius)
}

.shadow-box {
    background: var(--color-box-bg, #fff);
    padding: 20px;
    border: 1px solid var(--color-box-border, #e5e5e5);
    border-radius: var(--box-border-radius)
}

.card {
    background: var(--color-box-bg, #fff);
    border: 1px solid #e5e5e5;
    border: 1px solid var(--color-box-border, #e5e5e5);
    border-radius: var(--box-border-radius)
}

.card-block {
    padding: .9375rem
}

.linklist li {
    padding: 4px 0
}

.linklist li a:before {
    content: '\f105';
    display: inline-block;
    font-family: 'FontAwesome';
    padding-right: 8px
}

.nav-tabs .nav-link {
    white-space: nowrap;
    border: none
}

.dropdown-item:hover, .dropdown-item:focus {
    background: none;
    text-decoration: none
}

label, .label {
    margin-bottom: 0
}

label[for], .label[for] {
    cursor: pointer
}

small.label, small.value {
    font-size: 1rem;
    font-weight: 400
}

sup {
    top: -0.3em
}

.icon-collapse {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease
}

.icon-collapse[aria-expanded="true"] {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

custom-file-label.selected:after {
    content: "" !important
}

.products-section-title, .homepage-heading {
    position: relative;
    text-align: center;
    display: block;
    font-size: 20px;
    margin-bottom: 0;
    padding: 0px 0px 20px;
    font-weight: 500;
    color: var(--color-heading-text)
}

.js-invalid-feedback-browser:empty {
    display: none
}

.form-control, .custom-select {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    height: 42px;
    border-radius: var(--input-border-radius, 0);
    background-color: var(--color-input-bg);
    border-color: var(--color-input-border);
    color: var(--color-input-text)
}

.form-control:focus, .form-control:focus, .custom-select:focus, .custom-select:focus {
    border-color: var(--color-input-border);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--color-input-text)
}

.form-control:-webkit-input-placeholder, .form-control:-moz-placeholder, .form-control:-ms-input-placeholder, .form-control:-moz-placeholder {
    color: var(--color-input-text)
}

.input-group:not(.has-validation)>.form-control[name="password"] {
    border-radius: var(--input-border-radius, 0)
}

.custom-select {
    padding: 8px 24px 8px 12px
}

.form-group label small, .form-group label .small, .form-group .label small, .form-group .label .small {
    font-size: 0.75rem
}

@media (min-width: 768px) {
    .page-authentication #main, .page-password #main, .page-identity #main {
        width: 75%;
        max-width: 600px;
        margin: 0 auto
    }
}

.badge.dark {
    color: #fff;
    mix-blend-mode: difference
}

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

.rte-content p:last-child {
    margin-bottom: 0
}

.rte-content ul {
    list-style-type: disc;
    padding: 9px 9px 9px 32px
}

.rte-content ul:last-child {
    margin-bottom: 0
}

.rte-content ol {
    list-style-type: decimal;
    padding: 9px 9px 9px 32px
}

.regular-price {
    text-decoration: line-through;
    font-size: 80%;
    font-weight: 400
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    background: transparent
}

.custom-control-label {
    font-weight: normal
}

.custom-control-label:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 4px;
    margin: auto;
    width: 14px;
    height: 14px;
    left: -20px;
    background-color: var(--color-input-bg);
    border-color: var(--color-input-border)
}

.custom-control-label:after {
    background: transparent;
    width: 8px;
    height: 8px;
    left: -17px;
    right: auto;
    top: 7px;
    margin: auto;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before, .custom-control-input:focus~.custom-control-label:before {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before, .custom-radio .custom-control-input:checked~.custom-control-label:before {
    border-color: #333
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after, .custom-radio .custom-control-input:checked~.custom-control-label:after {
    background: #333;
    opacity: 1
}

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

.definition-list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.definition-list dl dt {
    font-weight: normal
}

.definition-list dl dd, .definition-list dl dt {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    padding: 10px;
    margin: 2px;
    background: #f6f6f6
}

.definition-list dl dd:nth-of-type(even), .definition-list dl dt:nth-of-type(even) {
    background: #f6f6f6
}

.modal-header .material-icons {
    font-size: 20px !important;
    display: inline-block;
    vertical-align: middle
}

.page-wrapper--pagenotfound {
    margin: 30px 0
}

.popover {
    font-family: inherit
}

input[type="number"] {
    -moz-appearance: textfield
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.ui-autocomplete.ui-front {
    z-index: 999
}

@media (min-width: 1025px) {
    .navigation-dots .slick-arrow, .navigation-none .slick-arrow {
        display: none !important
    }

    .navigation-arrows .slick-dots, .navigation-none .slick-dots {
        display: none !important
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .navigation-tablet-dots .slick-arrow, .navigation-tablet-none .slick-arrow {
        display: none !important
    }

    .navigation-tablet-arrows .slick-dots, .navigation-tablet-none .slick-dots {
        display: none !important
    }
}

@media (max-width: 767px) {
    .navigation-mobile-dots .slick-arrow, .navigation-mobile-none .slick-arrow {
        display: none !important
    }

    .navigation-mobile-arrows .slick-dots, .navigation-mobile-none .slick-dots {
        display: none !important
    }
}

.page-loading-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none
}

.page-loading-overlay.cart-overview-loading, .page-loading-overlay.main-product-details-loading {
    position: absolute;
    z-index: 100
}

.page-loading-overlay .page-loading-backdrop {
    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-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%
}

.page-loading-overlay .page-loading-backdrop i {
    font-size: 30px
}

.hidden-xs-up {
    display: none !important
}

@media (max-width: 575.98px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width: 767.98px) {
    .hidden-sm-down {
        display: none !important
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width: 991.98px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width: 1199.98px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down {
    display: none !important
}

@-webkit-keyframes bounce {
    20%, 53%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    20%, 53%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    50%, from, to {
        opacity: 1
    }

    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    50%, from, to {
        opacity: 1
    }

    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

@keyframes pulse {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
}

@keyframes rubberBand {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

@keyframes tada {
    from, to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from, to {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

@keyframes wobble {
    from, to {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    11.1%, from, to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

@keyframes jello {
    11.1%, from, to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    20%, 40%, 60%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    20%, 40%, 60%, 80%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    60%, 75%, 90%, from, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

.elementor-animation-grow {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.elementor-bit-banner:hover .elementor-animation-grow, .elementor-animation-grow:active, .elementor-animation-grow:focus, .elementor-animation-grow:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.elementor-animation-shrink {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.elementor-bit-banner .elementor-animation-shrink {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.elementor-bit-banner:hover .elementor-animation-shrink {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.elementor-animation-shrink:active, .elementor-animation-shrink:focus, .elementor-animation-shrink:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

@-webkit-keyframes elementor-animation-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes elementor-animation-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@-webkit-keyframes elementor-animation-pulse-banner {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes elementor-animation-pulse-banner {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.elementor-bit-banner:hover .elementor-animation-pulse {
    -webkit-animation-name: elementor-animation-pulse-banner;
    animation-name: elementor-animation-pulse-banner;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.elementor-animation-pulse:active, .elementor-animation-pulse:focus, .elementor-animation-pulse:hover {
    -webkit-animation-name: elementor-animation-pulse;
    animation-name: elementor-animation-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes elementor-animation-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes elementor-animation-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.elementor-bit-banner:hover .elementor-animation-pulse-grow, .elementor-animation-pulse-grow:active, .elementor-animation-pulse-grow:focus, .elementor-animation-pulse-grow:hover {
    -webkit-animation-name: elementor-animation-pulse-grow;
    animation-name: elementor-animation-pulse-grow;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes elementor-animation-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes elementor-animation-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

.elementor-bit-banner:hover .elementor-animation-pulse-shrink, .elementor-animation-pulse-shrink:active, .elementor-animation-pulse-shrink:focus, .elementor-animation-pulse-shrink:hover {
    -webkit-animation-name: elementor-animation-pulse-shrink;
    animation-name: elementor-animation-pulse-shrink;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes elementor-animation-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes elementor-animation-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.elementor-bit-banner:hover .elementor-animation-push, .elementor-animation-push:active, .elementor-animation-push:focus, .elementor-animation-push:hover {
    -webkit-animation-name: elementor-animation-push;
    animation-name: elementor-animation-push;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes elementor-animation-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes elementor-animation-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.elementor-bit-banner:hover .elementor-animation-pop, .elementor-animation-pop:active, .elementor-animation-pop:focus, .elementor-animation-pop:hover {
    -webkit-animation-name: elementor-animation-pop;
    animation-name: elementor-animation-pop;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.elementor-animation-bounce-in {
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.elementor-bit-banner:hover .elementor-animation-bounce-in, .elementor-animation-bounce-in:active, .elementor-animation-bounce-in:focus, .elementor-animation-bounce-in:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36)
}

.elementor-animation-bounce-out {
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.elementor-bit-banner:hover .elementor-animation-bounce-out, .elementor-animation-bounce-out:active, .elementor-animation-bounce-out:focus, .elementor-animation-bounce-out:hover {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36)
}

.elementor-animation-rotate {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.elementor-bit-banner:hover .elementor-animation-rotate, .elementor-animation-rotate:active, .elementor-animation-rotate:focus, .elementor-animation-rotate:hover {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg)
}

.elementor-animation-grow-rotate {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.elementor-bit-banner:hover .elementor-animation-grow-rotate, .elementor-animation-grow-rotate:active, .elementor-animation-grow-rotate:focus, .elementor-animation-grow-rotate:hover {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg)
}

.elementor-animation-float {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.elementor-bit-banner:hover .elementor-animation-float, .elementor-animation-float:active, .elementor-animation-float:focus, .elementor-animation-float:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.elementor-animation-sink {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.elementor-bit-banner:hover .elementor-animation-sink, .elementor-animation-sink:active, .elementor-animation-sink:focus, .elementor-animation-sink:hover {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

@-webkit-keyframes elementor-animation-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@keyframes elementor-animation-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px)
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@-webkit-keyframes elementor-animation-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@keyframes elementor-animation-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

.elementor-bit-banner:hover .elementor-animation-bob, .elementor-animation-bob:active, .elementor-animation-bob:focus, .elementor-animation-bob:hover {
    -webkit-animation-name: elementor-animation-bob-float, elementor-animation-bob;
    animation-name: elementor-animation-bob-float, elementor-animation-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate
}

@-webkit-keyframes elementor-animation-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@keyframes elementor-animation-hang {
    0% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    50% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@-webkit-keyframes elementor-animation-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

@keyframes elementor-animation-hang-sink {
    100% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }
}

.elementor-bit-banner:hover .elementor-animation-hang, .elementor-animation-hang:active, .elementor-animation-hang:focus, .elementor-animation-hang:hover {
    -webkit-animation-name: elementor-animation-hang-sink, elementor-animation-hang;
    animation-name: elementor-animation-hang-sink, elementor-animation-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate
}

.elementor-animation-skew {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.elementor-bit-banner:hover .elementor-animation-skew, .elementor-animation-skew:active, .elementor-animation-skew:focus, .elementor-animation-skew:hover {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg)
}

.elementor-animation-skew-forward {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.elementor-bit-banner:hover .elementor-animation-skew-forward, .elementor-animation-skew-forward:active, .elementor-animation-skew-forward:focus, .elementor-animation-skew-forward:hover {
    -webkit-transform: skew(-10deg);
    transform: skew(-10deg)
}

.elementor-animation-skew-backward {
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.elementor-bit-banner:hover .elementor-animation-skew-backward, .elementor-animation-skew-backward:active, .elementor-animation-skew-backward:focus, .elementor-animation-skew-backward:hover {
    -webkit-transform: skew(10deg);
    transform: skew(10deg)
}

@-webkit-keyframes elementor-animation-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes elementor-animation-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px)
    }

    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px)
    }

    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px)
    }

    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }

    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.elementor-bit-banner:hover .elementor-animation-wobble-vertical, .elementor-animation-wobble-vertical:active, .elementor-animation-wobble-vertical:focus, .elementor-animation-wobble-vertical:hover {
    -webkit-animation-name: elementor-animation-wobble-vertical;
    animation-name: elementor-animation-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes elementor-animation-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes elementor-animation-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px)
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px)
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.elementor-bit-banner:hover .elementor-animation-wobble-horizontal, .elementor-animation-wobble-horizontal:active, .elementor-animation-wobble-horizontal:focus, .elementor-animation-wobble-horizontal:hover {
    -webkit-animation-name: elementor-animation-wobble-horizontal;
    animation-name: elementor-animation-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes elementor-animation-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px)
    }

    33.3% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px)
    }

    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px)
    }

    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes elementor-animation-wobble-to-bottom-right {
    16.65% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px)
    }

    33.3% {
        -webkit-transform: translate(-6px, -6px);
        transform: translate(-6px, -6px)
    }

    49.95% {
        -webkit-transform: translate(4px, 4px);
        transform: translate(4px, 4px)
    }

    66.6% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px)
    }

    83.25% {
        -webkit-transform: translate(1px, 1px);
        transform: translate(1px, 1px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.elementor-bit-banner:hover .elementor-animation-wobble-to-bottom-right, .elementor-animation-wobble-to-bottom-right:active, .elementor-animation-wobble-to-bottom-right:focus, .elementor-animation-wobble-to-bottom-right:hover {
    -webkit-animation-name: elementor-animation-wobble-to-bottom-right;
    animation-name: elementor-animation-wobble-to-bottom-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes elementor-animation-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px)
    }

    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px)
    }

    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px)
    }

    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes elementor-animation-wobble-to-top-right {
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px)
    }

    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px)
    }

    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px)
    }

    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px)
    }

    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.elementor-bit-banner:hover .elementor-animation-wobble-to-top-right, .elementor-animation-wobble-to-top-right:active, .elementor-animation-wobble-to-top-right:focus, .elementor-animation-wobble-to-top-right:hover {
    -webkit-animation-name: elementor-animation-wobble-to-top-right;
    animation-name: elementor-animation-wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes elementor-animation-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    100% {
        -webkit-transform: skew(0deg);
        transform: skew(0deg)
    }
}

@keyframes elementor-animation-wobble-top {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    100% {
        -webkit-transform: skew(0deg);
        transform: skew(0deg)
    }
}

.elementor-animation-wobble-top {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.elementor-bit-banner:hover .elementor-animation-wobble-top, .elementor-animation-wobble-top:active, .elementor-animation-wobble-top:focus, .elementor-animation-wobble-top:hover {
    -webkit-animation-name: elementor-animation-wobble-top;
    animation-name: elementor-animation-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes elementor-animation-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    100% {
        -webkit-transform: skew(0deg);
        transform: skew(0deg)
    }
}

@keyframes elementor-animation-wobble-bottom {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    100% {
        -webkit-transform: skew(0deg);
        transform: skew(0deg)
    }
}

.elementor-animation-wobble-bottom {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.elementor-bit-banner:hover .elementor-animation-wobble-bottom, .elementor-animation-wobble-bottom:active, .elementor-animation-wobble-bottom:focus, .elementor-animation-wobble-bottom:hover {
    -webkit-animation-name: elementor-animation-wobble-bottom;
    animation-name: elementor-animation-wobble-bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes elementor-animation-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    100% {
        -webkit-transform: skew(0deg);
        transform: skew(0deg)
    }
}

@keyframes elementor-animation-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg)
    }

    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg)
    }

    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg)
    }

    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg)
    }

    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg)
    }

    100% {
        -webkit-transform: skew(0deg);
        transform: skew(0deg)
    }
}

.elementor-bit-banner:hover .elementor-animation-wobble-skew, .elementor-animation-wobble-skew:active, .elementor-animation-wobble-skew:focus, .elementor-animation-wobble-skew:hover {
    -webkit-animation-name: elementor-animation-wobble-skew;
    animation-name: elementor-animation-wobble-skew;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes elementor-animation-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

@keyframes elementor-animation-buzz {
    50% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    100% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }
}

.elementor-bit-banner:hover .elementor-animation-buzz, .elementor-animation-buzz:active, .elementor-animation-buzz:focus, .elementor-animation-buzz:hover {
    -webkit-animation-name: elementor-animation-buzz;
    animation-name: elementor-animation-buzz;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes elementor-animation-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0deg);
        transform: translateX(1px) rotate(0deg)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0deg);
        transform: translateX(-1px) rotate(0deg)
    }
}

@keyframes elementor-animation-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0deg);
        transform: translateX(1px) rotate(0deg)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0deg);
        transform: translateX(-1px) rotate(0deg)
    }
}

.elementor-bit-banner:hover .elementor-animation-buzz-out, .elementor-animation-buzz-out:active, .elementor-animation-buzz-out:focus, .elementor-animation-buzz-out:hover {
    -webkit-animation-name: elementor-animation-buzz-out;
    animation-name: elementor-animation-buzz-out;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

@-webkit-keyframes checkbox-bounce {
    0%, 100% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(0.8)
    }
}

@keyframes checkbox-bounce {
    0%, 100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
}

.elementor-animation-fade-out-20 {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out
}

.elementor-bit-banner:hover .elementor-animation-fade-out-20, .elementor-animation-fade-out-20:active, .elementor-animation-fade-out-20:focus, .elementor-animation-fade-out-20:hover {
    opacity: 0.8 !important
}

.easyzoom {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1
}

.easyzoom img {
    vertical-align: bottom
}

.easyzoom.is-loading img {
    cursor: progress
}

.easyzoom.is-ready img {
    cursor: crosshair
}

.easyzoom.is-error img {
    cursor: not-allowed
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
    margin-top: -16px;
    margin-left: -16px;
    border-radius: 2px
}

.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF
}

.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px
}

.easyzoom-flyout {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 1
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1051;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1052;
    position: fixed;
    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-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.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-close {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover {
    opacity: 1
}

.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-arrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

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;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button.mfp-arrow {
    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;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
    top: -40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.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, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    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, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.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-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media 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, 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, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media screen and (max-height: 300px) {
    .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, 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, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.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
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-prev {
    left: 0
}

.slick-next {
    right: 0
}

.slick-slide figure {
    margin: 0
}

.slick__arrow-outside .slick-prev {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px)
}

.slick__arrow-outside .slick-next {
    -webkit-transform: translateX(50px);
    transform: translateX(50px)
}

.slick__arrow-large .slick-arrow i {
    font-size: 3rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background: transparent;
    color: #fff
}

.tdcarousel {
    display: block
}

.slick-dots {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center
}

.slick-dots li {
    display: inline-block;
    padding: 0;
    cursor: pointer;
    height: 16px;
    width: 24px;
    margin: 0;
    opacity: 1;
    pointer-events: all;
    position: relative;
    vertical-align: middle;
    -webkit-transition: all 0.15s cubic-bezier(0.25, 0.25, 0.1, 1);
    transition: all 0.15s cubic-bezier(0.25, 0.25, 0.1, 1)
}

@media (max-width: 767.98px) {
    .slick-dots li {
        height: 16px;
        width: 24px
    }
}

.slick-dots li button {
    display: none
}

.slick-dots li::before {
    content: "";
    border-radius: 50%;
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 4px;
    left: 7px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    background-color: #000
}

@media (max-width: 767.98px) {
    .slick-dots li::before {
        width: 7px;
        height: 7px
    }
}

.slick-dots li::after {
    content: "";
    border: 2px solid #000;
    border-radius: 50px;
    display: block;
    vertical-align: middle;
    height: 16px;
    width: 16px;
    position: absolute;
    left: 3px;
    top: 0;
    pointer-events: none;
    opacity: 0
}

@media (max-width: 767.98px) {
    .slick-dots li::after {
        width: 16px;
        height: 16px
    }
}

.slick-dots li:hover::before {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.slick-dots .slick-active::after {
    opacity: 1
}

.slick-dots .slick-active:hover::before {
    -webkit-transform: none;
    transform: none
}

.slick-dots-outside .slick-dots {
    position: relative;
    margin-top: 20px
}

.slick-dots-inside .slick-dots {
    bottom: 10px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1
}

.slick-arrow {
    height: 35px;
    width: 35px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    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;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #ffffff;
    color: #333333;
    font-size: 18px;
    cursor: pointer;
    opacity: 0
}

.slick-arrow:hover {
    background-color: #333333;
    color: #ffffff
}

.slick-prev-arrow {
    left: 25px;
    z-index: 1
}

.slick-next-arrow {
    right: 25px
}

.slick-arrows-outside .slick-prev-arrow {
    left: -45px
}

.slick-arrows-outside .slick-next-arrow {
    right: -45px
}

.slick-arrows-inside .slick-prev-arrow {
    left: 25px
}

.slick-arrows-inside .slick-next-arrow {
    right: 25px
}

.slick-slider:hover .slick-arrow {
    opacity: 1
}

@media (max-width: 1260px) {
    .slick-arrows-outside .slick-prev-arrow {
        left: 15px
    }

    .slick-arrows-outside .slick-next-arrow {
        right: 15px
    }
}

img[data-lazy] {
    display: none
}

.text-underline {
    text-decoration: underline
}

.cursor-pointer {
    cursor: pointer
}

@media (max-width: 767.98px) {
    .visible--desktop {
        display: none
    }
}

@media (min-width: 768px) {
    .visible--mobile {
        display: none
    }
}

.d--none {
    display: none
}

.d--block {
    display: block
}

.d--flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

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

.text--right {
    text-align: right
}

#header {
    position: relative
}

#header .col-header-menu, #header .col-header-menu .cbp-hrsub-narrow {
    position: static
}

@media (min-width: 992px) {
    #header #header_logo {
        max-width: 250px
    }
}

@media (max-width: 991.98px) {
    #header #header_logo {
        padding: 0 10px
    }
}

@media (max-width: 575.98px) {
    #header #header_logo .logo {
        max-height: 30px
    }
}

#header .header-nav .left-nav .welcome-message {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#header .language-selector, #header .currency-selector {
    padding: 0 0 0 15px;
    white-space: nowrap;
    cursor: pointer
}

#header .language-selector .expand-more, #header .currency-selector .expand-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    position: relative
}

#header .language-selector .expand-more:after, #header .currency-selector .expand-more:after {
    content: "\e313";
    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;
    font-family: "Material Icons";
    font-size: 16px;
    margin: 0 0 0 2px
}

#header .language-selector .dropdown-menu, #header .currency-selector .dropdown-menu {
    top: calc(100% + 12px);
    margin-top: 0;
    padding: 10px;
    right: 0;
    left: auto
}

#header .language-selector .dropdown-menu .dropdown-item, #header .currency-selector .dropdown-menu .dropdown-item {
    padding: 2px 5px
}

#header .language-selector.show .expand-more:after, #header .currency-selector.show .expand-more:after {
    content: "\e316"
}

.user-info {
    margin-right: 30px
}

.user-info .user-info-inner {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 15px
}

.user-info .user-info-inner .expand-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.user-info .user-info-inner .expand-more i {
    font-size: 20px
}

.user-info .dropdown-menu {
    margin-top: 0;
    padding: 10px;
    right: 0;
    left: auto;
    float: right;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.user-info .dropdown-menu>a {
    padding: 2px 5px;
    display: block
}

@media screen and (min-width: 1025px) {
    .header_overlap #elementor-header {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 200;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden
    }
}

#elementor-header-sticky {
    position: fixed;
    background: #ffffff;
    border: none;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1040;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    -webkit-box-shadow: 0 3px 6px rgba(51, 51, 51, 0.05);
    box-shadow: 0 3px 6px rgba(51, 51, 51, 0.05);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

header.sticky #elementor-header-sticky {
    -webkit-transform: none;
    transform: none;
    pointer-events: unset;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease
}

.breadcrumb {
    background: transparent;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
    border-radius: 0
}

.breadcrumb .page-heading {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    margin: 0
}

@media (max-width: 991.98px) {
    .breadcrumb .page-heading {
        font-size: 24px
    }
}

#index .breadcrumb {
    display: none
}

.breadcrumb ol {
    padding-left: 0;
    margin-bottom: 0
}

.breadcrumb.style-1 {
    text-align: left
}

.breadcrumb.style-2 {
    text-align: center
}

.breadcrumb.style-3>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 991.98px) {
    .breadcrumb.style-3>div {
        display: block
    }
}

.breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding: 0
}

.breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    display: none
}

.breadcrumb li {
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.breadcrumb li:after {
    content: "-";
    margin: 0 10px
}

.breadcrumb li:last-child:after {
    content: "";
    margin: 0
}

.ps-alert-error, .ps-alert-success {
    margin-bottom: 1rem
}

.ps-alert-error .item, .ps-alert-success .item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px #dc3545 solid;
    background-color: #dc3545;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ps-alert-error .item i, .ps-alert-success .item i {
    padding: 0 .9375rem;
    background-color: #dc3545;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ps-alert-error .item i svg, .ps-alert-success .item i svg {
    width: 24px;
    height: 24px;
    background-color: #dc3545
}

.ps-alert-error .item p, .ps-alert-success .item p {
    background-color: #fff;
    margin: 0;
    padding: .9375rem;
    width: 100%
}

.ps-alert-success .item {
    border-color: #28a745;
    background-color: #28a745
}

.ps-alert-success .item i {
    background-color: #28a745
}

.ps-alert-success .item i svg {
    background-color: #28a745
}

.page-wrapper {
    border: medium none
}

.page-wrapper .page-home>* {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-wrapper .page-content .form-group {
    display: block;
    text-align: left;
    position: relative
}

.page-wrapper .page-content .form-group label {
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

.page-wrapper .page-content .form-group .custom-radio {
    background: transparent
}

#wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    color: var(--color-body-text, #666)
}

#index #wrapper {
    padding-top: 0px;
    padding-bottom: 0px
}

.search-widget {
    position: relative;
    z-index: 7
}

.search-widget .search-widget-inner {
    position: relative
}

#main .search-widget form {
    width: 100%;
    max-width: 100%
}

.search-widget form input[type=text] {
    padding: 7px 10px;
    min-width: 300px;
    border: 1px solid #e5e5e5
}

.search-widget form input[type=text]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

@media (max-width: 575.98px) {
    .search-widget form input[type=text] {
        min-width: 230px;
        max-width: 230px
    }
}

#main .search-widget form input[type=text] {
    min-width: 100%
}

.search-widget form button[type=submit] {
    background: #e5e5e5;
    border: 1px solid #e5e5e5;
    color: #000;
    right: 0px;
    padding: 0;
    height: 100%;
    width: 40px;
    bottom: 0;
    cursor: pointer;
    margin: 0 0 0 5px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.search-widget form button[type=submit] i {
    font-size: 22px;
    vertical-align: middle
}

.search-widget form button[type=submit]:hover {
    background: #000000;
    border-color: #000000;
    color: #fff
}

.search-widget form input[type=text], .search-widget form button[type=submit] {
    height: 40px
}

.header-search-btn {
    font-size: 22px;
    padding-right: 25px
}

#top-menu {
    margin: 0;
    position: relative
}

#top-menu>li {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

#top-menu>li>a {
    color: #666666;
    display: block;
    position: relative;
    text-transform: uppercase;
    white-space: normal
}

#top-menu>li>.nav-items {
    visibility: hidden;
    z-index: 999;
    left: 0;
    padding: 15px 10px;
    position: absolute;
    opacity: 0;
    top: 100%;
    margin: 0;
    min-width: 200px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    background: #fff;
    border: 1px solid #e5e5e5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

#top-menu>li>.nav-items.threecolumn {
    width: 675px
}

#top-menu>li>.nav-items.threecolumn>li {
    width: 33.333%
}

#top-menu>li>.nav-items.threecolumn>li:nth-child(-n+3) {
    margin-top: 0
}

#top-menu>li>.nav-items.twocolumn {
    width: 450px
}

#top-menu>li>.nav-items.twocolumn>li {
    width: 50%
}

#top-menu>li>.nav-items.twocolumn>li:nth-child(-n+2) {
    margin-top: 0
}

#top-menu>li>.nav-items.onecolumn {
    width: 225px
}

#top-menu>li>.nav-items.onecolumn>li {
    width: 100%
}

#top-menu>li>.nav-items.onecolumn>li:nth-child(-n+1) {
    margin-top: 0
}

#top-menu>li>ul[data-depth="1"]>li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    vertical-align: top;
    padding: 0 10px;
    margin-top: 10px
}

#top-menu>li>ul[data-depth="1"]>li>a {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    text-transform: uppercase;
    white-space: normal
}

#top-menu>li>ul[data-depth="1"]>li:hover>a {
    color: #000
}

#top-menu>li>ul[data-depth="1"]>li .child-menu li a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    padding: 0 0 10px;
    white-space: normal;
    position: relative
}

#top-menu>li>ul[data-depth="1"] .nav-items {
    margin-top: 6px
}

#top-menu>li>ul[data-depth="1"] .nav-items li a {
    padding: 3px 0
}

#top-menu>li>ul[data-depth="1"] .nav-items .nav-items {
    margin: 0 0 0 15px
}

#top-menu>li:hover>a {
    color: #000
}

#top-menu>li:hover>.nav-items {
    opacity: 1;
    visibility: visible
}

.header-top {
    position: relative
}

.menu-top {
    margin: 0
}

#mobile_top_menu_wrapper.modal .modal-header {
    border-bottom: 0
}

#mobile_top_menu_wrapper.modal .modal-body {
    padding-top: 0
}

.order_steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.order_steps .step {
    cursor: pointer;
    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: 25%;
    background: inherit
}

.order_steps .step .icons {
    position: relative;
    background: inherit;
    color: inherit;
    height: 40px
}

.order_steps .step .icons:after {
    content: "";
    width: calc(100% - 60px);
    height: 2px;
    background: #666;
    position: absolute;
    left: calc(-50% + 30px);
    top: 18px;
    z-index: -1
}

.order_steps .step .icons>span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    border: 2px solid #666;
    line-height: 36px;
    text-align: center;
    border-radius: 60%
}

.order_steps .step .icons>span i {
    line-height: inherit;
    font-size: 24px
}

.order_steps .step:first-child .icons:after {
    content: none
}

.order_steps .step .edit {
    opacity: 0;
    visibility: hidden;
    position: absolute
}

.order_steps .step .step-title {
    text-align: center;
    margin-top: 5px
}

.order_steps .step.current {
    cursor: default
}

.order_steps .step.reachable.complete:not(.current):hover .icon {
    opacity: 0
}

.order_steps .step.reachable.complete:not(.current):hover .edit {
    opacity: 1;
    visibility: visible
}

.order_steps .step.unreachable {
    pointer-events: none;
    opacity: 0.5
}

.checkout-step .content, .checkout-step .step-title {
    display: none
}

.checkout-step .not-allowed {
    cursor: not-allowed;
    opacity: 0.5
}

.checkout-step.-current .step-title, .checkout-step.-current .content {
    display: block
}

@media (max-width: 991.98px) {
    .order_steps .step .step-title {
        font-size: 90%;
        line-height: 1.4
    }
}

.checkout-step-display .content {
    margin: 10px 0
}

.checkout-step-display .delivery-option {
    padding: .9375rem 0;
    position: relative
}

.checkout-step-display .delivery-option:before {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    border-top: 1px solid #fff
}

.checkout-step-display .delivery-option:first-child:before {
    display: none
}

.checkout-step-display .delivery-option label {
    text-align: initial;
    margin-bottom: 0
}

.checkout-step-display .delivery-option .custom-radio {
    padding: 5px 10px
}

.checkout-step-display .delivery-option .carrier-logo {
    min-width: 80px;
    margin: 0 10px
}

.checkout-step-display .delivery-option .carrier-logo img {
    max-width: 100%
}

.checkout-step-display .delivery-option .carrier-delay, .checkout-step-display .delivery-option .carrier-name, .checkout-step-display .delivery-option .carrier-price {
    padding: 5px 10px
}

.checkout-step-display .delivery-option .carrier-name {
    font-weight: 700
}

.checkout-step-display .delivery-option .carrier-delay, .checkout-step-display .delivery-option .carrier-name {
    word-break: break-word;
    width: 40%
}

.checkout-step-display .delivery-option .carrier-delay, .checkout-step-display .delivery-option .carrier-price {
    font-weight: 400
}

@media (max-width: 991.98px) {
    .checkout-step-display .delivery-option .carrier-name {
        width: 100%
    }

    .checkout-step-display .delivery-option .carrier-delay {
        width: auto
    }
}

.checkout-step-display .delivery-option .custom-control-label:before, .checkout-step-display .delivery-option .custom-control-label:after {
    top: 5px;
    left: 0
}

.checkout-step-display .delivery-option .custom-control-label:after {
    top: 8px;
    left: 3px
}

.page-subheading {
    font-size: 20px;
    color: black;
    margin-bottom: 15px;
    font-weight: 500
}

#checkout-personal-information-step .step-title {
    display: none
}

#checkout-personal-information-step .personal-form {
    display: none
}

#checkout-personal-information-step .personal-form.active {
    display: block
}

#checkout-personal-information-step .personal-form .light-box-bg, #checkout-personal-information-step .personal-form .box-bg {
    padding-top: 5px
}

#checkout-addresses-step .step-title {
    display: none
}

#checkout-addresses-step .address-item {
    margin-bottom: 15px;
    opacity: 0.6;
    border-width: 2px
}

#checkout-addresses-step .address-item:hover {
    opacity: 1
}

#checkout-addresses-step .address-item.selected {
    border-color: red;
    opacity: 1
}

#checkout-addresses-step .address-item .address-header label {
    width: 100%;
    margin-bottom: .9375rem
}

#checkout-addresses-step .address-item .address-footer {
    border-top: 1px solid #fff;
    padding-top: .9375rem
}

#checkout-addresses-step .address-item .address-footer a {
    display: inline-block
}

#checkout-addresses-step .address-item .address-footer a+a {
    margin-left: 10%
}

#checkout-addresses-step .address-item .address-footer .material-icons, #checkout-addresses-step .address-item .address-footer .fa {
    margin-top: -2px
}

#checkout-delivery-step .delivery-options .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

#checkout-delivery-step .order-options {
    padding-top: .9375rem;
    border-top: 1px solid #fff
}

#checkout-delivery-step .order-options textarea.form-control {
    height: auto
}

#checkout-delivery-step #gift label {
    margin-top: 10px
}

#checkout-payment-step .payment-options {
    padding: 0 0.9375rem;
    margin-bottom: 30px
}

#checkout-payment-step .payment-line {
    padding: 0.9375rem 0
}

#checkout-payment-step .payment-line+.payment-line {
    border-top: 1px solid var(--color-box-border, #e5e5e5)
}

#checkout-payment-step .payment-option .option-logo {
    max-height: 1.5rem;
    margin: 0 5px
}

#checkout-payment-step .additional-information {
    padding: 10px 1.5rem 0
}

#checkout-payment-step #modal-payment-terms .modal-header {
    padding: 2px 5px;
    border: none
}

#checkout-payment-step .payment-final .custom-checkbox {
    margin: auto;
    margin-bottom: 15px;
    text-align: center
}

.price-total {
    color: var(--color-regular-price)
}

#conditions-to-approve #cta-terms-and-conditions-0, #conditions-to-approve #cta-terms-and-conditions-1 {
    text-decoration: underline
}

#order-summary-content {
    border: 3px solid #d1ecf1;
    padding: 0 2% 20px;
    overflow: hidden;
    margin-top: 32px
}

#order-summary-content .summary-message {
    margin: 0 -4% 20px
}

#order-summary-content .osb-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

#order-summary-content .osb-title h5 {
    margin: 0;
    font-weight: 500
}

#order-summary-content .osb-title .step-edit {
    padding-top: 0;
    padding-bottom: 0;
    color: #666666
}

#order-summary-content .summary-selected-carrier {
    padding: 0 5px
}

#order-summary-content .summary-selected-carrier .delivery-option {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#order-confirmation #order-items {
    margin-bottom: 1rem
}

#order-confirmation .product-line-grid .product-attributes {
    display: none
}

#order-confirmation #order-details {
    margin-bottom: 1rem
}

#order-confirmation #order-details ul li+li {
    margin-top: 0.5rem
}

@media (max-width: 991.98px) {
    #order-items .details {
        margin-bottom: 0.5rem
    }
}

@media (max-width: 767.98px) {
    section.checkout-step .address-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 99%;
        flex: 0 0 99%
    }
}

.js-payment-binary {
    display: none
}

.js-payment-binary .accept-cgv {
    display: none
}

.js-payment-binary.disabled {
    opacity: 0.6;
    cursor: not-allowed
}

.js-payment-binary.disabled::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none
}

.js-payment-binary.disabled .accept-cgv {
    display: block
}

#checkout #wrapper {
    border-top: solid 1px #e5e5e5;
    padding-top: 40px
}

@media (max-width: 991.98px) {
    #checkout #wrapper {
        padding-top: 20px
    }
}

.page-maintitle {
    margin-bottom: 20px
}

.footer-account-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-account-links i {
    min-width: 18px;
    margin: 0;
    font-size: 20px;
    vertical-align: middle
}

.footer-account-links .logout-link a {
    color: red
}

#main .page-content, #main .page-header {
    margin-bottom: 25px
}

.table-labeled .label {
    font-weight: 400;
    border-radius: 3px;
    font-size: inherit;
    padding: 0.25rem 0.375rem;
    color: white;
    white-space: nowrap
}

.thead-default th {
    background-color: #f6f6f6
}

.page-addresses .address {
    margin-bottom: 20px
}

.page-addresses .address-footer {
    border-top: 1px solid #ededed;
    padding-top: .9375rem
}

.page-addresses .address-footer i {
    font-size: 16px
}

.page-addresses .address-footer a+a {
    margin-left: 10%
}

.page-order-detail .light-box-bg, .page-order-detail .shadow-box {
    margin-bottom: 20px
}

.page-order-detail .font-weight-bold {
    margin-bottom: 0
}

.page-order-detail #order-history .history-lines {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem
}

.page-order-detail #order-history .history-lines .history-line {
    padding: 0.5rem 0
}

.page-order-detail #order-history .history-lines .history-line .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-order-detail #order-history .history-lines .history-line+.history-line {
    border-top: 1px solid #fff
}

.page-order-detail #order-history .history-lines .history-line .label {
    display: inline-block;
    margin: 4px 0;
    padding: 4px 6px;
    color: white;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px
}

.page-my-account #content .links a {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: inherit
}

.page-my-account #content .links a span.link-item {
    display: block;
    text-align: center;
    height: 100%;
    background: #f6f6f6;
    padding: 30px;
    border-radius: 5px
}

.page-my-account #content .links a i {
    display: block;
    text-align: center;
    font-size: 40px;
    width: 100%;
    padding-bottom: 20px;
    margin: 0;
    line-height: 40px;
    color: #000
}

.page-my-account #content .links a:hover {
    color: #232323
}

#history table .pdf-icon {
    font-size: 20px
}

#history table .order-actions a {
    display: block;
    white-space: nowrap
}

#history .orders .order+.order {
    margin-top: 10px
}

#history .orders .order .label {
    font-weight: 400;
    border-radius: 3px;
    font-size: inherit;
    padding: 0.25rem 0.375rem;
    color: white;
    white-space: nowrap
}

#history .orders .order .status {
    margin-top: 5px
}

#history .orders .order .action+.action {
    margin-top: 5px
}

.font-weight-bold {
    font-size: 16px;
    font-weight: 500 !important;
    margin-bottom: 20px
}

.psgdprinfo17 {
    display: inline-block
}

.js-visible-password.is-invalid~.invalid-feedback, .js-visible-password.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .js-visible-password:invalid~.invalid-feedback, .was-validated .js-visible-password:invalid~.invalid-tooltip {
    display: block
}

.js-visible-password.is-invalid, .was-validated .js-visible-password:invalid {
    padding-right: 60px;
    background-position: center right 36px
}

.js-visible-password.is-valid, .was-validated .js-visible-password:valid {
    padding-right: 60px;
    background-position: center right 36px
}

.form-control.js-visible-password {
    padding-right: 45px
}

.input-group .btn:not(:disabled):not(.disabled):active, .input-group .btn:not(:disabled):not(.disabled):hover, .input-group .btn:not(:disabled):not(.disabled):focus, .input-group .btn:not(:disabled):not(.disabled).active {
    background: transparent;
    border: medium none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--color-primary)
}

.input-group .btn:not(:disabled):not(.disabled):active:before, .input-group .btn:not(:disabled):not(.disabled):hover:before, .input-group .btn:not(:disabled):not(.disabled):focus:before, .input-group .btn:not(:disabled):not(.disabled).active:before {
    color: var(--color-primary)
}

.input-group .btn:not(:disabled):not(.disabled):active:focus, .input-group .btn:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

button[data-action="show-password"] {
    background: transparent !important;
    border: medium none;
    position: absolute;
    right: 0;
    font-size: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 8;
    padding: 0;
    width: 40px;
    height: 42px;
    line-height: 1
}

button[data-action="show-password"]:before {
    content: "\f06e";
    display: inline-block;
    font-family: 'Line Awesome Free';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: #555
}

input[type="text"]+span>button[data-action="show-password"]:before {
    content: "\f070"
}

#left-column .title_block, #right-column .title_block {
    margin: 0;
    color: #232323;
    font-size: 16px;
    font-style: normal;
    font-weight: 500
}

#left-column .block, #right-column .block {
    position: relative;
    margin-bottom: 20px
}

@media (max-width: 991.98px) {
    #left-column .block, #right-column .block {
        margin-bottom: 10px
    }

    #left-column .block .title_block, #right-column .block .title_block {
        position: relative;
        width: 100%;
        display: block;
        line-height: 22px
    }

    #left-column .block .title_block:before, #right-column .block .title_block:before {
        font-family: "Material Icons";
        content: "\e313";
        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;
        font-size: 22px;
        position: absolute;
        right: 0;
        -webkit-transition: transform 0.3s ease-in-out;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out
    }

    #left-column .block .title_block[data-toggle="collapse"][aria-expanded="true"]:before, #right-column .block .title_block[data-toggle="collapse"][aria-expanded="true"]:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

#left-column .block .block_content, #right-column .block .block_content {
    margin: 10px 0 0
}

#left-column .block .block_content .alert-info, #right-column .block .block_content .alert-info {
    width: 100%
}

#left-column .block .tdleftbanners-container, #right-column .block .tdleftbanners-container {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle
}

#left-column .block .tdleftbanners-container a, #right-column .block .tdleftbanners-container a {
    display: block;
    position: relative;
    overflow: hidden
}

#left-column .block .tdleftbanners-container a img, #right-column .block .tdleftbanners-container a img {
    max-width: 100%
}

#left-column .block ul, #right-column .block ul {
    margin: 0
}

#left-column .block .products-block.left .products.grid, #right-column .block .products-block.left .products.grid {
    overflow: hidden;
    width: 100%
}

#left-column .block .products-block.left .products.grid .product-miniature:last-child .product-container, #right-column .block .products-block.left .products.grid .product-miniature:last-child .product-container {
    margin-bottom: 0
}

#left-column .block .products-block.left .product-container, #right-column .block .products-block.left .product-container {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin: 0 0 10px
}

#left-column .block .products-block.left .product-container .thumbnail-container, #right-column .block .products-block.left .product-container .thumbnail-container {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 10px
}

#left-column .block .products-block.left .product-container .thumbnail-inner, #right-column .block .products-block.left .product-container .thumbnail-inner {
    position: relative;
    overflow: hidden
}

#left-column .block .products-block.left .product-container .thumbnail-inner .product-flags, #right-column .block .products-block.left .product-container .thumbnail-inner .product-flags {
    display: none
}

#left-column .block .products-block.left .product-container .product-thumbnail, #right-column .block .products-block.left .product-container .product-thumbnail {
    display: block;
    text-align: center;
    position: relative
}

#left-column .block .products-block.left .product-container .product-thumbnail img, #right-column .block .products-block.left .product-container .product-thumbnail img {
    margin: 0 auto;
    width: 85px;
    height: auto;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s
}

#left-column .block .products-block.left .product-container .product-thumbnail img.img_1, #right-column .block .products-block.left .product-container .product-thumbnail img.img_1 {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0
}

#left-column .block .products-block.left .product-container .product-description, #right-column .block .products-block.left .product-container .product-description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    padding: 0;
    text-align: left
}

#left-column .block .products-block.left .product-container .product-description .product-title, #right-column .block .products-block.left .product-container .product-description .product-title {
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#left-column .block .products-block.left .product-container .product-description .comments_note, #right-column .block .products-block.left .product-container .product-description .comments_note {
    margin-bottom: 3px
}

#left-column .block .products-block.left .product-container .product-description .product-price-and-shipping .regular-price, #right-column .block .products-block.left .product-container .product-description .product-price-and-shipping .regular-price {
    margin-right: 5px;
    font-size: 90%
}

#left-column .block .products-block.left .row_items .product-miniature:last-child .product-container, #right-column .block .products-block.left .row_items .product-miniature:last-child .product-container {
    margin-bottom: 0
}

#left-column .block .products-block.top .products .product-container .product-thumbnail, #right-column .block .products-block.top .products .product-container .product-thumbnail {
    display: block;
    text-align: center;
    position: relative
}

#left-column .block .products-block.top .products .product-container .product-thumbnail img, #right-column .block .products-block.top .products .product-container .product-thumbnail img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s
}

#left-column .block .products-block.top .products .product-container .product-thumbnail img.img_1, #right-column .block .products-block.top .products .product-container .product-thumbnail img.img_1 {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0
}

#left-column .block .products-block.top .products .product-container .product-description, #right-column .block .products-block.top .products .product-container .product-description {
    padding: 10px 0
}

#left-column .block .products-block.top .products:last-child .product-container .product-description, #right-column .block .products-block.top .products:last-child .product-container .product-description {
    padding: 10px 0 0
}

#left-column .block .products-block .product-container:hover .thumbnail-inner .product-thumbnail img, #right-column .block .products-block .product-container:hover .thumbnail-inner .product-thumbnail img {
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s
}

#left-column .block .products-block .product-container:hover .thumbnail-inner .product-thumbnail img.img_1, #right-column .block .products-block .product-container:hover .thumbnail-inner .product-thumbnail img.img_1 {
    opacity: 1
}

.block-categories .category-top-menu {
    margin: 0
}

.block-categories .category-sub-menu li {
    position: relative;
    border: none;
    padding: 0
}

.block-categories .category-sub-menu li>a {
    display: block;
    padding: 5px 0
}

.block-categories .category-sub-menu li>a i {
    margin-right: 5px
}

.block-categories .category-sub-menu li .category-sub-menu {
    padding: 0 0 0 15px
}

.block-categories .category-sub-menu .icon-collapse {
    position: absolute;
    right: 0;
    top: 5px;
    padding: 0;
    cursor: pointer;
    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: 25px;
    height: 25px
}

.carousel a {
    display: block
}

.carousel a:not(:first-child) {
    display: none
}

#products #product-list-top {
    margin: 20px 0px 20px
}

#products #product-list-top .products-selection .view-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#products #product-list-top .products-selection .view-switcher>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777;
    opacity: 0.5;
    border-radius: 3px;
    margin-right: 15px
}

#products #product-list-top .products-selection .view-switcher>a i {
    font-size: 28px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#products #product-list-top .products-selection .view-switcher>a.current {
    opacity: 1
}

#products #product-list-top .products-selection .box-sort-by {
    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
}

#products #product-list-top .products-selection .box-sort-by .sort-order {
    margin-left: 10px
}

@media (max-width: 767.98px) {
    #products #product-list-top .products-selection .box-sort-by .sort-order {
        margin: 0
    }
}

#products .d-md-none {
    display: none
}

#product-list .products .product-miniature.list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-transition: background 0.3s ease, border-color 0.3s ease, outline 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background 0.3s ease, border-color 0.3s ease, outline 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, outline 0.3s ease;
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, outline 0.3s ease, -webkit-box-shadow 0.3s ease
}

#product-list .products .product-miniature.list:hover .left-block img {
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s
}

#product-list .products .product-miniature.list:hover .left-block img.img_1 {
    opacity: 1
}

#product-list .products .product-miniature.list .thumbnail-container {
    position: relative
}

@media (max-width: 575.98px) {
    #product-list .products .product-miniature.list .thumbnail-container {
        display: inline-block
    }
}

#product-list .products .product-miniature.list .thumbnail-container .thumbnail {
    position: relative;
    overflow: hidden
}

#product-list .products .product-miniature.list .left-block {
    display: block;
    text-align: center;
    position: relative
}

#product-list .products .product-miniature.list .left-block img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s
}

#product-list .products .product-miniature.list .left-block img.img_1 {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0
}

@media (max-width: 575.98px) {
    #product-list .products .product-miniature.list .center-block {
        margin-top: 15px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

#product-list .products .product-miniature.list .center-block .products-variants .variant-links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media (max-width: 575.98px) {
    #product-list .products .product-miniature.list .center-block .products-variants .variant-links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

#product-list .products .product-miniature.list .center-block .products-variants .variant-links .color {
    margin: 5px 5px 5px 0;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 3px solid #fff;
    position: relative;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    vertical-align: top;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5)
}

#product-list .products .product-miniature.list .center-block .products-variants .variant-links .color:before {
    content: "\f00c";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "FontAwesome";
    position: absolute;
    color: #f0f0f0;
    font-size: 12px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s
}

#product-list .products .product-miniature.list .right-block {
    text-align: right
}

@media (max-width: 575.98px) {
    #product-list .products .product-miniature.list .right-block {
        margin-top: 5px;
        text-align: center
    }
}

#product-list .products .product-miniature.list .right-block .wishlist .dropdown-menu {
    right: 0;
    left: auto
}

#product-list .products .product-miniature.list .right-block .product-add-to-cart {
    margin-top: 5px
}

#product-list .products .product-miniature.list .right-block .product-add-to-cart .btn-primary {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#product-list .products .product-miniature.list .right-block .product-add-to-cart .btn-primary svg {
    margin-right: 5px
}

#product-list .products .product-miniature.list .right-block .product-add-to-cart .btn-primary span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#product-list .products .product-miniature.list .right-block .product-add-to-cart .out-of-stock {
    pointer-events: unset
}

#product-list .products .product-miniature.list .right-block .button-container {
    margin-top: 5px;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (max-width: 575.98px) {
    #product-list .products .product-miniature.list .right-block .button-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

#product-list .products .product-miniature.list .right-block .button-container>div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

#product-list .products .product-miniature.list .right-block .button-container .btn-primary {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    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;
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
    color: #333
}

#product-list .products .product-miniature.list .right-block .button-container .btn-primary:hover {
    color: var(--color-primary)
}

#product-list .products .product-miniature.list .right-block .button-container .compare .btn-primary {
    margin: 0
}

#product-list .products .product-miniature .center-block .products-variants {
    margin-top: 10px
}

#product-list .products .product-miniature .center-block .product-list-reviews {
    margin-top: 10px;
    position: relative;
    top: auto;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#product-list .products .product-miniature .center-block .product-list-reviews .star-content {
    margin: 0
}

#product-list .products .product-miniature .center-block .product-list-reviews .comments-nb {
    display: none
}

#product-list .products .product-miniature .center-block .product-countdown {
    margin-top: 10px
}

.products .product-miniature .product-container {
    position: relative;
    margin: 3px auto 0;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.products .product-miniature .product-container:hover{
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transform: translate(0,-3px);
}

@media (max-width: 575.98px) {
    .products .product-miniature .product-container {
        max-width: 370px
    }
}

.products .product-miniature .product-container .thumbnail-container {
    position: relative;
    border-radius: 5px 5px 0 0;
}

.products .product-miniature .product-container .thumbnail-container .thumbnail-inner {
    position: relative;
    overflow: hidden
}

.products .product-miniature .product-container .thumbnail-container .product-thumbnail {
    display: block;
    text-align: center;
    position: relative
}

.products .product-miniature .product-container .thumbnail-container .product-thumbnail img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s
}

.products .product-miniature .product-container .thumbnail-container .product-thumbnail img.img_1 {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0
}

.products .product-miniature .product-container .button-container .btn-primary {
    background-color: var(--color-btn-bg, var(--color-primary));
    color: var(--color-btn-text, #fff);
    border: none
}

.products .product-miniature .product-container .button-container .btn-primary:hover {
    background: var(--color-btn-bg-hover, #000);
    color: var(--color-btn-text-hover, #fff);
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.products .product-miniature .product-container .product-title {
    font-size: 14px
}

.products .product-miniature .product-container .product-price-and-shipping {
    font-size: 16px
}

.products .product-miniature .product-container .product-price-and-shipping .price {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-transform: none
}

.products .product-miniature .product-container .product-list-reviews {
    visibility: visible;
    background: transparent;
    padding: 0;
    width: auto
}

.products .product-miniature .product-container .product-list-reviews .comments-nb {
    display: none
}

.products .product-miniature .product-container .variant-links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.products .product-miniature .product-container .variant-links .color {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    margin-top: 3.5px;
    margin-bottom: 3.5px
}

.products .product-miniature .product-container .variant-links .count {
    color: #363a42;
    font-weight: 700;
    position: relative;
    vertical-align: middle
}

.products .product-miniature .product-container:hover .thumbnail-inner .product-thumbnail img {
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s
}

.products .product-miniature .product-container:hover .thumbnail-inner .product-thumbnail img.img_1 {
    opacity: 1
}

.products .product-miniature .button-container .btn-primary {
    position: relative;
    margin: 0 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    height: 34px;
    width: 34px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.products .product-miniature .button-container .btn-primary:before {
    font-family: 'Line Awesome Free';
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.products .product-miniature .button-container .product-add-to-cart .select:before {
    content: '\f217'
}

.products .product-miniature .button-container .product-add-to-cart .add-to-cart:before {
    content: '\f07a'
}

.products .product-miniature .button-container .product-add-to-cart .customize:before {
    content: '\f013'
}

.products .product-miniature .button-container .product-add-to-cart .out-of-stock {
    pointer-events: unset
}

.products .product-miniature .button-container .product-add-to-cart .out-of-stock:before {
    content: '\f05e'
}

.products .product-miniature .button-container .quick-view-wrapper .quick-view:before {
    content: '\f06e'
}

.products .product-miniature .button-container .wishlist .td-wishlist-button:before {
    content: '\f004';
    font-weight: 400
}

.products .product-miniature .button-container .wishlist .td-wishlist-button.added:before {
    font-weight: 900
}

.products .product-miniature .button-container .compare .add_to_compare:before {
    content: '\f074'
}

.products .product-miniature .button-container .compare .add_to_compare.added:before {
    content: '\f00c'
}

.block_countdown{
    display: none;
}

.products .product-miniature .product-countdown {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.products .product-miniature .product-countdown .countdown-timer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 6px 20px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px
}

@media (max-width: 575.98px) {
    .products .product-miniature .product-countdown .countdown-timer {
        padding: 5px 10px
    }
}

.products .product-miniature .product-countdown .countdown-timer>.time-block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 8px 0 0;
    margin: 0 4px 0 0;
    position: relative
}

.products .product-miniature .product-countdown .countdown-timer>.time-block:after {
    content: ":";
    position: absolute;
    right: 0;
    top: 0
}

.products .product-miniature .product-countdown .countdown-timer>.time-block:last-child {
    margin: 0;
    padding: 0
}

.products .product-miniature .product-countdown .countdown-timer>.time-block:last-child:after {
    content: ""
}

.products .product-miniature .product-countdown .countdown-timer>.time-block span {
    display: block;
    text-align: center
}

.products .product-miniature .product-countdown .countdown-timer>.time-block .countdown-number {
    position: relative
}

.products .product-miniature .product-countdown .countdown-timer>.time-block .time-unit {
    display: none
}

.products .product-miniature .product-countdown .countdown-timer>i {
    font-size: 20px;
    font-style: normal;
    margin-right: 10px;
    line-height: inherit
}

.products .product-miniature.style-1 .product-container .thumbnail-container {
    /* border: 1px solid #e5e5e5;
    border-radius: 10px; */
    overflow: hidden
}

.products .product-miniature.style-1 .product-container .thumbnail-container .variant-links {
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s
}

.products .product-miniature.style-1 .product-container .thumbnail-container .button-container {
    position: absolute;
    bottom: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.products .product-miniature.style-1 .product-container .thumbnail-container .button-container>div {
    position: relative
}

.products .product-miniature.style-1 .product-container .thumbnail-container .button-container .btn-primary {
    margin: 0 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    height: 34px;
    width: 34px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.products .product-miniature.style-1 .product-container .thumbnail-container .button-container .btn-primary i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px
}

.products .product-miniature.style-1 .product-container .thumbnail-container .button-container .wishlist .td-list-wishlist {
    right: 0;
    left: auto
}

.products .product-miniature.style-1 .product-container .product-description {
    text-align: center;
    padding: 10px
}

.products .product-miniature.style-1 .product-container .product-description .product-description-short{
    display: none;
}

.products .product-miniature.style-1 .product-container .product-description .product-title {
    margin: 0
}

.products .product-miniature.style-1 .product-container:hover .variant-links {
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
}

.products .product-miniature.style-1 .product-container:hover .button-container {
    opacity: 1;
    bottom: 0
}

.products .product-miniature.style-1 .product-container:hover .product-countdown {
    opacity: 0
}

.products .product-miniature.style-1 .product-countdown {
    padding: 5px;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.products .product-miniature.style-2 .product-container .hover-area {
    position: absolute;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    left: 10px;
    bottom: 5px;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.products .product-miniature.style-2 .product-container .hover-area .variant-links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.products .product-miniature.style-2 .product-container .button-container {
    position: absolute;
    top: 10px;
    right: 10px
}

.products .product-miniature.style-2 .product-container .button-container>div {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.products .product-miniature.style-2 .product-container .button-container>div:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.products .product-miniature.style-2 .product-container .button-container>div:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.products .product-miniature.style-2 .product-container .button-container>div:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.products .product-miniature.style-2 .product-container .button-container .btn-primary {
    border: none;
    padding: 0;
    margin: 0;
    color: #333333;
    background: transparent;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.products .product-miniature.style-2 .product-container .button-container .btn-primary:hover {
    color: var(--color-primary)
}

.products .product-miniature.style-2 .product-container .button-container .wishlist .td-list-wishlist {
    top: 10px;
    bottom: auto;
    right: 100%;
    left: unset
}

.products .product-miniature.style-2 .product-container .product-description {
    padding-top: 15px;
    overflow: hidden;
    text-align: left;
    position: relative
}

.products .product-miniature.style-2 .product-container .product-description .product-title {
    margin: 0
}

.products .product-miniature.style-2 .product-container .product-description .product-price-and-shipping {
    margin-top: 6px;
    opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.products .product-miniature.style-2 .product-container .product-description .product-add-to-cart {
    position: absolute;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.products .product-miniature.style-2 .product-container .product-description .product-add-to-cart .btn-primary {
    border: none;
    padding: 0;
    color: #333333;
    background: transparent
}

.products .product-miniature.style-2 .product-container .product-description .product-add-to-cart .btn-primary:before {
    content: "\F067";
    display: inline-block;
    vertical-align: 1px;
    text-align: center;
    font-family: "FontAwesome";
    font-size: 10px;
    margin-right: 2px
}

.products .product-miniature.style-2 .product-container .product-description .product-add-to-cart .btn-primary:hover, .products .product-miniature.style-2 .product-container .product-description .product-add-to-cart .btn-primary:active, .products .product-miniature.style-2 .product-container .product-description .product-add-to-cart .btn-primary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--color-primary)
}

.products .product-miniature.style-2 .product-container:hover .hover-area {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.products .product-miniature.style-2 .product-container:hover .button-container>div {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.products .product-miniature.style-2 .product-container:hover .product-description .product-price-and-shipping {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.products .product-miniature.style-2 .product-container:hover .product-description .product-add-to-cart {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.products .product-miniature.style-2 .product-container:hover .product-countdown {
    opacity: 0
}

.products .product-miniature.style-2 .product-countdown {
    padding: 5px;
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.products .product-miniature.style-3 {
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out
}

.products .product-miniature.style-3 .product-container .quick-view-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0)
}

.products .product-miniature.style-3 .product-container .quick-view-wrapper .btn-primary {
    border-radius: 0;
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333;
    padding: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.products .product-miniature.style-3 .product-container .quick-view-wrapper .btn-primary:before {
    content: '\f06e';
    font-family: 'Line Awesome Free';
    font-size: 20px;
    font-style: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.products .product-miniature.style-3 .product-container .quick-view-wrapper .btn-primary:hover {
    color: var(--color-primary)
}

.products .product-miniature.style-3 .product-container .button-container {
    position: absolute;
    left: 15px;
    right: 15px;
    opacity: 0;
    text-align: right;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.products .product-miniature.style-3 .product-container .button-container>div {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.products .product-miniature.style-3 .product-container .button-container>div:last-child .btn-primary {
    margin-left: 10px
}

.products .product-miniature.style-3 .product-container .button-container .product-add-to-cart {
    float: left
}

.products .product-miniature.style-3 .product-container .button-container .product-add-to-cart .btn-primary {
    width: 100%;
    font-weight: 600;
    z-index: 1;
    text-transform: uppercase
}

.products .product-miniature.style-3 .product-container .button-container .product-add-to-cart .btn-primary:before {
    content: ''
}

.products .product-miniature.style-3 .product-container .button-container .btn-primary {
    border: none;
    padding: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    color: #333333;
    background: transparent;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.products .product-miniature.style-3 .product-container .button-container .btn-primary:hover {
    color: var(--color-primary)
}

.products .product-miniature.style-3 .product-container .button-container .wishlist .td-list-wishlist {
    right: 0;
    left: auto
}

@media (max-width: 767.98px) {
    .products .product-miniature.style-3 .product-container .button-container {
        left: 10px;
        right: 10px
    }

    .products .product-miniature.style-3 .product-container .button-container .wishlist, .products .product-miniature.style-3 .product-container .button-container .compare {
        display: none
    }
}

.products .product-miniature.style-3 .product-container .product-description {
    text-align: center;
    padding: 15px;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

@media (max-width: 767.98px) {
    .products .product-miniature.style-3 .product-container .product-description {
        padding: 10px
    }
}

.products .product-miniature.style-3 .product-container .product-description .comments_note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.products .product-miniature.style-3 .product-container .product-description .product-title {
    margin: 0;
    margin: 0 0 5px 0;
    text-align: left
}

.products .product-miniature.style-3 .product-container .product-description .product-price-and-shipping {
    margin-bottom: 3px;
    text-align: left
}

.products .product-miniature.style-3 .product-container .product-description .variant-links {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 3px
}

.products .product-miniature.style-3 .product-container .product-description .variant-links a:first-child {
    margin-left: 0 !important
}

.products .product-miniature.style-3 .product-container:hover {
    -webkit-box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow .4s;
    transition: -webkit-box-shadow .4s;
    transition: box-shadow .4s;
    transition: box-shadow .4s, -webkit-box-shadow .4s
}

.products .product-miniature.style-3 .product-container:hover .quick-view-wrapper {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1
}

.products .product-miniature.style-3 .product-container:hover .product-description {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
    background-color: #fff
}

.products .product-miniature.style-3 .product-container:hover .product-description .button-container {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.products .product-miniature.style-3 .product-container:hover .product-countdown {
    opacity: 0
}

.products .product-miniature.style-3 .product-countdown {
    padding: 5px;
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.products .product-miniature.style-5 .product-container .button-container {
    position: absolute;
    top: 10px;
    right: 10px
}

.products .product-miniature.style-5 .product-container .button-container>div {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.products .product-miniature.style-5 .product-container .button-container>div:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s
}

.products .product-miniature.style-5 .product-container .button-container>div:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.products .product-miniature.style-5 .product-container .button-container>div:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.products .product-miniature.style-5 .product-container .button-container .btn-primary {
    border: none;
    padding: 0;
    color: #333333;
    background: transparent;
    margin: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.products .product-miniature.style-5 .product-container .button-container .btn-primary:hover {
    color: var(--color-primary)
}

.products .product-miniature.style-5 .product-container .button-container .wishlist .td-list-wishlist {
    top: 10px;
    bottom: auto;
    right: 100%;
    left: unset
}

.products .product-miniature.style-5 .product-container .product-add-to-cart {
    position: absolute;
    bottom: 0;
    opacity: 0;
    width: 100%;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    z-index: 1;
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64)
}

.products .product-miniature.style-5 .product-container .product-add-to-cart .btn-primary {
    background: #333333;
    color: #FFFFFF;
    border: none;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64)
}

.products .product-miniature.style-5 .product-container .product-add-to-cart .btn-primary:hover {
    background: var(--color-btn-bg-hover, #000);
    color: var(--color-btn-text-hover, #fff)
}

.products .product-miniature.style-5 .product-container .product-description {
    padding: 15px;
    overflow: hidden;
    text-align: left;
    position: relative
}

.products .product-miniature.style-5 .product-container .product-description .product-title {
    margin: 0;
    text-align: center
}

.products .product-miniature.style-5 .product-container .product-description .product-price-and-shipping {
    margin-top: 6px;
    opacity: 1;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.products .product-miniature.style-5 .product-container .product-description .comments_note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.products .product-miniature.style-5 .product-container:hover .button-container>div {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.products .product-miniature.style-5 .product-container:hover .product-add-to-cart {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.products .product-miniature.style-5 .product-container:hover .product-countdown {
    opacity: 0
}

.products .product-miniature.style-5 .product-countdown {
    padding: 5px;
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.products .product-miniature.style-6 .product-container .button-container {
    position: absolute;
    top: 35%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s
}

.products .product-miniature.style-6 .product-container .button-container>div {
    position: relative
}

.products .product-miniature.style-6 .product-container .button-container .btn-primary {
    margin: 0 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    height: 34px;
    width: 34px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.products .product-miniature.style-6 .product-container .variant-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.products .product-miniature.style-6 .product-container .product-countdown {
    padding: 5px;
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.products .product-miniature.style-6 .product-container .product-description {
    padding-top: 10px;
    overflow: hidden;
    text-align: left;
    position: relative
}

.products .product-miniature.style-6 .product-container .product-description .product-title {
    margin: 0;
    text-align: center
}

.products .product-miniature.style-6 .product-container .product-description .product-price-and-shipping {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    opacity: 1;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.products .product-miniature.style-6 .product-container .product-description .comments_note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.products .product-miniature.style-6 .product-container .product-description .product-add-to-cart {
    opacity: 1;
    text-align: center;
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64)
}

.products .product-miniature.style-6 .product-container .product-description .product-add-to-cart .btn-primary {
    padding: 8px 5px;
    min-width: 150px;
    margin: 0 auto;
    border: 0;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64);
    transition: all 0.45s cubic-bezier(0.49, 0.06, 0.21, 0.64)
}

.products .product-miniature.style-6 .product-container:hover .button-container {
    opacity: 1;
    top: 50%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.products .product-miniature.style-6 .product-container:hover .variant-links {
    opacity: 1
}

.products .product-miniature.style-6 .product-container:hover .product-add-to-cart {
    opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.products .product-miniature.style-6 .product-container:hover .product-countdown {
    opacity: 0
}

.products .product-miniature.style-left .product-countdown {
    padding: 5px;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.products .product-miniature.style-left .product-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    max-width: 100%;
}

.products .product-miniature.style-left .product-container .button-container {
    position: absolute;
    top: 35%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s
}

.products .product-miniature.style-left .product-container .button-container>div {
    position: relative
}

.products .product-miniature.style-left .product-container .button-container .btn-primary {
    margin: 0 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    height: 34px;
    width: 34px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.products .product-miniature.style-left .product-container .thumbnail-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative
}

.products .product-miniature.style-left .product-container .thumbnail-container .thumbnail-inner {
    position: relative;
    overflow: hidden
}

.products .product-miniature.style-left .product-container .thumbnail-container .thumbnail-inner .product-thumbnail {
    display: block;
    text-align: center;
    position: relative
}

.products .product-miniature.style-left .product-container .thumbnail-container .thumbnail-inner .product-thumbnail img {
    margin: 0 auto;
    width: 85px;
    height: auto
}

.products .product-miniature.style-left .product-container .product-flags {
    display: none
}

.products .product-miniature.style-left .product-container .product-description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    text-align: left;
    padding: 20px
}

@media (max-width: 991.98px) {
    .products .product-miniature.style-left .product-container .product-description {
        padding: 10px
    }
}

@media (max-width: 480px){
    .products .product-miniature.style-left .product-container{
        display: inline-block;
    }
    .products .product-miniature.style-left .product-container .thumbnail-container .thumbnail-inner .product-thumbnail img{
        max-width: 100%;
        width: 100%;
    }
}

.products .product-miniature.style-left .product-container .product-description .product-title {
    margin: 0
}

.products .product-miniature.style-left .product-container .product-description .product-price-and-shipping {
    margin-top: 2px
}

.products .product-miniature.style-left .product-container .product-description .product-add-to-cart .btn{
    border-radius: 7px;
    padding: 5px 15px;
    background: #16bcdc;
    border-color: #16bcdc;
}

.products .product-miniature.style-left .product-container .product-description .product-description-short{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 23px;
    margin-bottom: 15px;
}

.products .product-miniature.style-left .product-container:hover .button-container {
    opacity: 1;
    top: 50%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

@media (max-width: 575.98px) {
    .products.cols-xs-1 .product-miniature {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .products.cols-xs-2 .product-miniature {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .products.cols-sm-1 .product-miniature {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .products.cols-sm-2 .product-miniature {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .products.cols-sm-3 .product-miniature {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .products.cols-md-1 .product-miniature {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .products.cols-md-2 .product-miniature {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .products.cols-md-3 .product-miniature {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .products.cols-md-4 .product-miniature {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .products.cols-lg-1 .product-miniature {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .products.cols-lg-2 .product-miniature {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .products.cols-lg-3 .product-miniature {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .products.cols-lg-4 .product-miniature {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .products.cols-lg-5 .product-miniature {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 1200px) {
    .products.cols-xl-1 .product-miniature {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .products.cols-xl-2 .product-miniature {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .products.cols-xl-3 .product-miniature {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .products.cols-xl-4 .product-miniature {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .products.cols-xl-5 .product-miniature {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .products.cols-xl-6 .product-miniature {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
}

.product-add-to-cart form {
    width: auto;
    max-width: auto
}

.facet-block .custom-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    min-height: 0
}

.facet-block .custom-control .custom-control-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.facet-block .custom-control .custom-control-label:before, .facet-block .custom-control .custom-control-label:after {
    top: 0;
    bottom: 0;
    margin: auto
}

.facet-block .custom-color {
    font-size: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.facet-block .custom-color .color {
    margin: 0 8px 0 0
}

.facet-block:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding-bottom: 10px
}

.facet-block:not(:first-child) {
    padding-top: 10px
}

.facet-block .remove {
    display: none
}

.subcategories .subcategories-wrapper {
    margin-bottom: -15px
}

.subcategories .subcategories-wrapper .subcategory-name {
    margin: 10px 0 15px 0;
    font-size: 14px;
    font-weight: 500
}

#search_filter_toggler {
    font-size: 14px;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px
}

#search_filter_toggler i {
    font-size: 24px;
    font-weight: 600;
    vertical-align: middle;
    line-height: inherit;
    margin: 0 5px 0 0
}

#offcanvas_search_filter .modal-header {
    background: #f5f5f5;
    color: #232323;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: 0
}

#offcanvas_search_filter p.title_block {
    display: none
}

#search_filters {
    margin-bottom: 0
}

#search_filters>h4 {
    display: block;
    margin: 0
}

#search_filters .ui-slider-horizontal {
    height: .4em
}

#search_filters .ui-slider-horizontal .ui-slider-handle {
    margin-left: -1px;
    cursor: pointer
}

#search_filters .ui-widget-header {
    background: #555
}

#search_filters .facet .faceted-slider {
    margin-bottom: 10px
}

#search_filters .facet .faceted-slider .ui-slider {
    height: 7px;
    border: none;
    margin: 0;
    background: #ddd;
    border-radius: 10px
}

#search_filters .facet .faceted-slider .ui-slider .ui-slider-range {
    background: #000
}

#search_filters .facet .faceted-slider .ui-slider .ui-slider-handle {
    top: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 3px solid #000;
    border-radius: 25px;
    bottom: 0;
    margin: auto
}

#search_filters .facet .faceted-slider .ui-slider .ui-slider-handle:last-child {
    margin-left: -15px
}

#search_filters .facet .color_facet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}

#search_filters .facet .color_facet li {
    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
}

#search_filters .facet .color_facet li .facet-label {
    padding: 0
}

#search_filters .facet .color_facet li .facet-label .custom-control {
    padding: 0
}

#search_filters .facet .color_facet li:last-child .color {
    margin: 0
}

#search_filters .facet ul {
    margin-bottom: 0
}

#search_filters .facet .collapse {
    display: block
}

#search_filters .facet .facet-title {
    margin-bottom: 0;
    padding: 10px 0;
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap
}

#search_filters .facet .facet-label {
    padding: 5px 0;
    margin: 0;
    width: 100%;
    text-align: left
}

#search_filters .facet .facet-label a {
    width: 100% !important;
    overflow: visible !important;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#search_filters .facet .facet-label a .magnitude {
    margin-left: 10px
}

#search_filters .facet .facet-label .input-color {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    cursor: pointer;
    opacity: 0
}

#search_filters .facet .facet-label .input-color:checked+span {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

#search_filters .facet .facet-label .input-color:checked+span:before {
    visibility: visible;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    opacity: 1;
    filter: alpha(opacity=100);
    border: none
}

#search_filters .facet .facet-label .input-color:hover+span {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

#search_filters .facet .facet-label .color {
    margin: 5px 5px 5px 0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 3px solid #fff;
    position: relative;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    vertical-align: top;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5)
}

#search_filters .facet .facet-label .color:before {
    content: "\f00c";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "FontAwesome";
    position: absolute;
    color: #f0f0f0;
    font-size: 12px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s
}

#search_filters .facet .title {
    cursor: pointer;
    position: relative
}

#search_filters .facet .title .collapse-icons .remove {
    display: none
}

#search_filters .facet .title[aria-expanded="true"] .collapse-icons .add {
    display: none
}

#search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove {
    display: block
}

#search_filters .facet .navbar-toggler {
    display: inline-block;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: inherit
}

#search_filters .facet .navbar-toggler i {
    color: currentcolor
}

#search_filters .facet .collapse {
    display: none
}

#search_filters .facet .collapse.show {
    display: block
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 0
}

.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0
}

.pagination ul li {
    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;
    width: 40px;
    height: 40px;
    margin: 0 4px
}

.pagination ul li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px
}

.pagination ul li a i {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination ul li a.disabled {
    pointer-events: none
}

.pagination ul li a:hover {
    background-color: #f3f3f3;
    color: inherit
}

.pagination ul li a:focus, .pagination ul li a:active {
    color: inherit
}

.pagination ul li:last-child {
    margin: 0
}

.pagination ul .current a {
    background-color: #f3f3f3
}

.active_filters {
    margin: -5px 0 15px -5px
}

.active_filters .active-filter-title {
    font-weight: 700;
    white-space: nowrap;
    padding-top: 7px;
    margin-bottom: 0
}

.active_filters .filter-block {
    margin: 5px;
    background: #ebebeb;
    padding: 2px 8px;
    border-radius: 5px
}

.active_filters .js-search-link i {
    color: currentcolor;
    font-size: 14px;
    float: right;
    font-weight: 700;
    line-height: inherit
}

.block .title_block {
    position: relative
}

.block .block-categories .category-top-menu {
    margin: 0
}

.block .block-categories .category-sub-menu li {
    position: relative;
    border: none;
    padding: 0
}

.block .block-categories .category-sub-menu li>a {
    display: block;
    padding: 5px 0
}

.block .block-categories .category-sub-menu li>a i {
    margin-right: 5px
}

.block .block-categories .category-sub-menu li .category-sub-menu {
    padding: 0 0 0 15px
}

.block .block-categories .category-sub-menu .icon-collapse {
    position: absolute;
    right: 0;
    top: 5px;
    padding: 0;
    cursor: pointer;
    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: 25px;
    height: 25px
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.faceted-overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(25, 25, 25, 0.5);
    z-index: 100
}

.faceted-overlay .overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.faceted-overlay .overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.faceted-overlay .spinner {
    width: 60px;
    height: 60px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.08);
    border-top-color: #fff;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid
}

.products {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.main-product-details {
    position: relative
}

.slick-slide .product-miniature {
    max-width: 100%
}

.js-cover-carousel .js-product-cover-images, .js-cover-vcarousel .js-product-cover-images, .js-cover-multicarousel .js-product-cover-images, .js-cover-singlecarousel .js-product-cover-images, .js-cover-mobilecarousel .js-product-cover-images {
    margin-left: 0;
    margin-right: 0;
    display: block
}

.js-cover-carousel .product-img, .js-cover-vcarousel .product-img, .js-cover-multicarousel .product-img, .js-cover-singlecarousel .product-img, .js-cover-mobilecarousel .product-img {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%
}

.js-cover-carousel .js-product-cover-images>.product-img:not(.product-img-0), .js-cover-vcarousel .js-product-cover-images>.product-img:not(.product-img-0), .js-cover-singlecarousel .js-product-cover-images>.product-img:not(.product-img-0), .js-cover-mobilecarousel .js-product-cover-images>.product-img:not(.product-img-0) {
    display: none
}

.js-cover-multicarousel .js-product-cover-images>.product-img:not(.product-img-0):not(.product-img-1):not(.product-img-2) {
    display: none
}

.js-cover-carousel .product-thumbs-outer .product-thumbs>.product-thumb:not(.product-thumb-0):not(.product-thumb-1):not(.product-thumb-2):not(.product-thumb-3) {
    display: none
}

.js-cover-vcarousel .product-thumbs-outer .product-thumbs>.product-thumb:not(.product-thumb-0):not(.product-thumb-1):not(.product-thumb-2) {
    display: none
}

.product-thumbs {
    margin: 0 auto
}

.product-thumbs .slick-slide>div {
    cursor: pointer
}

.product-thumbs:not(.slick-initialized)>div:not(:first-child) {
    display: none
}

.product-thumb.slick-current {
    opacity: .5
}

.images-container {
    position: relative
}

.images-container .product-cover {
    position: relative;
    margin-bottom: 6px
}

.product-style-4 .images-container .product-cover, .product-style-5 .images-container .product-cover, .product-style-6 .images-container .product-cover, .product-style-7 .images-container .product-cover, .product-style-8 .images-container .product-cover, .product-style-9 .images-container .product-cover {
    margin-bottom: 0
}

.product-style-6 .images-container .product-cover .js-product-cover-images {
    margin-left: 0;
    margin-right: 0
}

.product-style-8 .images-container .product-cover .js-product-cover-images {
    margin-left: -10px;
    margin-right: -10px
}

.images-container .product-cover .product-img {
    position: relative;
    overflow: hidden
}

.images-container .product-cover .product-img .easyzoom {
    position: relative
}

@media (max-width: 767.98px) {
    .images-container .product-cover .product-img .easyzoom {
        pointer-events: none
    }
}

.images-container .product-cover .product-img .easyzoom-flyout img {
    max-width: none
}

.product-style-6 .images-container .product-cover .product-img {
    padding-left: 1px;
    padding-right: 1px
}

.product-style-8 .images-container .product-cover .product-img {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}

@media (min-width: 576px) {
    .product-style-8 .images-container .product-cover .product-img:nth-last-child(-n+2) {
        margin-bottom: 0
    }
}

@media (max-width: 575.98px) {
    .product-style-8 .images-container .product-cover .product-img {
        margin-bottom: 10px
    }

    .product-style-8 .images-container .product-cover .product-img:nth-last-child(1) {
        margin-bottom: 0
    }
}

.product-style-9 .images-container .product-cover .product-img {
    max-width: 100%;
    margin-bottom: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.product-style-9 .images-container .product-cover .product-img:nth-last-child(1) {
    margin-bottom: 0
}

.images-container .product-cover .product-img .layer {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 2;
    cursor: pointer
}

.images-container .product-cover .product-img .layer i {
    min-width: 50px;
    height: 50px;
    font-size: 25px;
    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;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.7);
    border-radius: 30px
}

.images-container .product-cover .product-extra-content {
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 2
}

.images-container .product-cover .product-extra-content .video, .images-container .product-cover .product-extra-content .pro_360 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 50px;
    margin-top: 10px;
    height: 50px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.7)
}

.images-container .slick-arrow {
    background: transparent;
    border: none;
    color: #666;
    width: 30px;
    height: 30px;
    font-size: 0;
    padding: 2px;
    text-align: center;
    margin: -15px 0 0 0;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.images-container .slick-arrow:before {
    font-family: "Line Awesome Free";
    font-size: 30px;
    font-weight: 900
}

@media (max-width: 767.98px) {
    .images-container .slick-arrow {
        opacity: 1
    }
}

.images-container .slick-prev {
    left: 0
}

@media (max-width: 767.98px) {
    .images-container .slick-prev {
        left: 15px
    }
}

.images-container .slick-prev:before {
    content: '\f104'
}

.images-container .slick-next {
    right: 0
}

@media (max-width: 767.98px) {
    .images-container .slick-next {
        right: 15px
    }
}

.images-container .slick-next:before {
    content: "\f105"
}

.images-container .product-cover:hover .slick-prev {
    left: 15px
}

.images-container .product-cover:hover .slick-next {
    right: 15px
}

.images-container .product-cover:hover .slick-arrow {
    opacity: 1
}

.images-container .product-thumbs .slick-arrow {
    margin: auto;
    top: 0;
    bottom: 0
}

.images-container .product-thumbs .slick-arrow:before {
    font-size: 30px
}

.js-cover-vcarousel .images-container .product-thumbs .slick-prev {
    left: 0;
    top: 0;
    bottom: auto;
    right: 0
}

.js-cover-vcarousel .images-container .product-thumbs .slick-prev:before {
    content: "\f106"
}

.js-cover-vcarousel .images-container .product-thumbs .slick-next {
    right: 0;
    bottom: 0;
    top: auto;
    left: 0
}

.js-cover-vcarousel .images-container .product-thumbs .slick-next:before {
    content: "\f107"
}

.images-container .product-thumbs:hover .slick-prev {
    left: 15px
}

.images-container .product-thumbs:hover .slick-next {
    right: 15px
}

.images-container .product-thumbs:hover .slick-arrow {
    opacity: 1
}

.js-cover-vcarousel .images-container .product-thumbs:hover .slick-prev {
    top: 15px;
    left: 0
}

.js-cover-vcarousel .images-container .product-thumbs:hover .slick-next {
    bottom: 15px;
    right: 0
}

.js-cover-mobilecarousel .product-cover .slick-dots {
    margin-top: 10px
}

.product-thumbs-outer .product-thumbs {
    margin: 0 -3px
}

.js-cover-vcarousel .product-thumbs-outer .product-thumbs {
    margin: 0
}

.product-thumbs-outer .product-thumbs .product-thumb {
    margin: 0 3px
}

.js-cover-vcarousel .product-thumbs-outer .product-thumbs .product-thumb {
    margin: 0 0 10px;
    border: medium none
}

.product-style-6 .product-thumbs-outer, .product-style-7 .product-thumbs-outer, .product-style-8 .product-thumbs-outer, .product-style-9 .product-thumbs-outer, .js-cover-mobilecarousel .product-thumbs-outer {
    display: none
}

.js-cover-vcarousel .images-container .product-thumbs-outer {
    position: absolute;
    width: 100px;
    top: 0
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .js-cover-vcarousel .images-container .product-thumbs-outer {
        width: 70px
    }
}

@media (max-width: 575.98px) {
    .js-cover-vcarousel .images-container .product-thumbs-outer {
        width: 60px
    }
}

.product-style-4 .js-cover-vcarousel .images-container {
    padding-left: 110px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .product-style-4 .js-cover-vcarousel .images-container {
        padding-left: 80px
    }
}

@media (max-width: 575.98px) {
    .product-style-4 .js-cover-vcarousel .images-container {
        padding-left: 70px
    }
}

.product-style-4 .js-cover-vcarousel .images-container .product-thumbs-outer {
    left: 0
}

.product-style-5 .js-cover-vcarousel .images-container {
    padding-right: 110px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .product-style-5 .js-cover-vcarousel .images-container {
        padding-right: 80px
    }
}

@media (max-width: 575.98px) {
    .product-style-5 .js-cover-vcarousel .images-container {
        padding-right: 70px
    }
}

.product-style-5 .js-cover-vcarousel .images-container .product-thumbs-outer {
    right: 0
}

.product-action-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0
}

.product-action-wrap .product_title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--color-product-title, #000)
}

.product-action-wrap #productsnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-top: 3px
}

.product-action-wrap #productsnav a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.product-action-wrap #productsnav a i {
    width: 25px;
    height: 25px;
    font-size: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center
}

.product-action-wrap #productsnav a .product-short-image {
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: flex-start;
    visibility: hidden;
    opacity: 0;
    padding: 5px;
    width: 210px;
    position: absolute;
    z-index: 9;
    right: 0;
    top: calc(100% + 8px);
    -webkit-transition: -webkit-transform .4s ease, opacity .4s ease, visibility .4s ease;
    -webkit-transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, opacity .4s ease, visibility .4s ease;
    transition: transform .4s ease, opacity .4s ease, visibility .4s ease, -webkit-transform .4s ease;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.product-action-wrap #productsnav a .product-short-image>div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.product-action-wrap #productsnav a .product-short-image .image-thumb {
    margin-right: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.product-action-wrap #productsnav a .product-short-image .image-thumb img {
    max-height: 80px
}

.product-action-wrap #productsnav a .product-short-image .product-short-description {
    line-height: 20px;
    color: #7a7a7a;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.product-action-wrap #productsnav a:hover .product-short-image {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.product-information, .product-information .product-description {
    margin-top: 10px
}

.js-product-images-modal {
    margin-top: 10px
}

.js-product-images-modal>div {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px
}

.js-product-images-modal>div .label {
    margin-right: 10px;
    font-weight: 600;
    color: #232323;
    text-transform: uppercase
}

.product-actions .control-label {
    margin: 0;
    display: block;
    min-width: 100px
}

.product-actions .control-label+* {
    margin: 0;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.product-actions #product-availability {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500
}

.product-actions #product-availability i {
    font-size: 20px
}

.product-actions #product-availability .product-available {
    color: #28a745
}

.product-actions #product-availability .product-unavailable {
    color: #dc3545
}

.product-actions #product-availability .product-last-items {
    color: #ffc107
}

.product-actions .product-add-to-cart {
    margin-top: 20px
}

.product-actions .product-add-to-cart .control-label {
    display: none
}

.product-actions .add-to-cart {
    height: 40px;
    padding: 11px 12px;
    line-height: 18px
}

.product-actions .add-to-cart .material-icons {
    line-height: inherit
}

.product-actions .product-payment-logo {
    margin-top: 15px
}

.product-quantity-touchspin .input-group {
    overflow: hidden;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: 1px solid #e5e5e5
}

.product-quantity-touchspin .input-group .input-group-btn>.btn {
    background: #ffffff;
    color: #232323;
    width: 30px;
    height: 100%;
    min-width: 0;
    padding: 0;
    font-size: 16px;
    border-radius: 0;
    border: none
}

.product-quantity-touchspin .input-group .input-group-btn>.btn:not(:disabled):not(.disabled).active, .product-quantity-touchspin .input-group .input-group-btn>.btn:not(:disabled):not(.disabled):active, .product-quantity-touchspin .input-group .input-group-btn>.btn:not(:disabled):not(.disabled):focus, .product-quantity-touchspin .input-group .input-group-btn>.btn:not(:disabled):not(.disabled):hover {
    background: #ffffff;
    color: #232323
}

.product-quantity-touchspin .input-group input[type="number"] {
    text-align: center;
    color: #232323;
    border: none;
    background: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 3px;
    height: 40px;
    width: 50px;
    border-radius: 0 !important;
    -moz-appearance: textfield
}

.product-quantity-touchspin .input-group input[type="number"]::-webkit-outer-spin-button, .product-quantity-touchspin .input-group input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.product-quantity {
    width: 100%
}

.product-quantity .qty {
    border: 1px solid #f5f5f5;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50px
}

.product-quantity .add {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.product-quantity .add .btn-primary {
    width: 100%;
    padding: 0 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.product-quantity .add .btn-primary i {
    font-size: 20px
}

.product-quantity #quantity_wanted {
    color: #232323;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    padding: 3px 8px;
    width: 50px;
    text-align: center;
    z-index: auto
}

.product-quantity #quantity_wanted:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.product-quantity .input-group-btn-vertical .btn {
    padding: 8px 11px
}

.product-quantity .input-group-btn-vertical .btn i {
    font-size: 16px;
    top: 2px;
    left: 3px
}

.product-quantity .btn-touchspin {
    height: 21px
}

.product-btn-block {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 15px
}

.product-btn-block .compare, .product-btn-block .wishlist, .product-btn-block .tdsize-chart {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin: 5px 15px 5px 0
}

.product-btn-block .compare i, .product-btn-block .wishlist i, .product-btn-block .tdsize-chart i {
    margin-right: 8px
}

.product-btn-block .wishlist .td-wishlist-button.added>i {
    font-weight: 900
}

.product-btn-block .compare .add_to_compare.added>i:before {
    content: '\f00c'
}

.product-btn-block .td-wishlist-button-dropdown {
    height: 100%
}

.product-btn-block .td-wishlist-button, .product-btn-block .add_to_compare, .product-btn-block .schart {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: medium none;
    width: 100%;
    height: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-btn-block div:last-child {
    margin-right: 0px
}

.product-discounts {
    margin-top: 15px
}

.product-discounts .product-discounts-title {
    margin: 0 0 10px;
    font-size: 14px
}

.product-discounts>.table-product-discounts {
    max-width: 500px;
    width: 100%;
    margin: 0
}

.product-discounts>.table-product-discounts thead tr th {
    width: 33%;
    padding: 10px;
    text-align: center
}

.product-discounts>.table-product-discounts tbody tr td {
    padding: 10px;
    text-align: center
}

.product-countdown.product-countdown-style-1 {
    color: #ff706b
}

.product-countdown.product-countdown-style-1 .countdown-header {
    margin-bottom: 12px
}

.product-countdown.product-countdown-style-1 .countdown-header .countdown-heading {
    font-size: 20px;
    font-weight: 500
}

.product-countdown.product-countdown-style-1 .countdown-timer {
    margin-bottom: 15px
}

.product-countdown.product-countdown-style-1 .countdown-timer .time-block {
    background-color: #fff5f4;
    border: 1px solid #ffd7d6;
    height: 70px;
    width: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.375rem;
    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;
    padding: 8px 20px;
    margin-right: 10px
}

.product-countdown.product-countdown-style-1 .countdown-timer .time-block:last-child {
    margin-right: 0
}

.product-countdown.product-countdown-style-1 .countdown-timer .time-block .countdown-number {
    font-size: 26px;
    margin-bottom: 8px
}

.product-countdown.product-countdown-style-1 .countdown-timer .time-block .time-unit {
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase
}

.product-countdown.product-countdown-style-2 {
    color: #ff706b;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fdefee;
    border: 1px solid #f8cccc;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 15px;
    margin-bottom: 15px
}

@media (max-width: 575.98px) {
    .product-countdown.product-countdown-style-2 {
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .product-countdown.product-countdown-style-2 {
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
}

.product-countdown.product-countdown-style-2 .countdown-header {
    margin-bottom: 0
}

@media (max-width: 575.98px) {
    .product-countdown.product-countdown-style-2 .countdown-header {
        margin-bottom: 5px
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .product-countdown.product-countdown-style-2 .countdown-header {
        margin-bottom: 5px
    }
}

.product-countdown.product-countdown-style-2 .countdown-header .countdown-heading {
    font-size: 18px;
    font-weight: 500
}

.product-countdown.product-countdown-style-2 .countdown-timer {
    margin: 0
}

.product-countdown.product-countdown-style-2 .countdown-timer .time-block {
    height: auto;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 8px;
    position: relative;
    -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
}

.product-countdown.product-countdown-style-2 .countdown-timer .time-block:last-child {
    padding-right: 0
}

.product-countdown.product-countdown-style-2 .countdown-timer .time-block .countdown-number {
    font-size: 20px;
    font-weight: 500;
    min-width: 34px;
    text-align: center
}

.product-countdown.product-countdown-style-2 .countdown-timer .time-block .time-unit {
    display: none
}

.product-countdown.product-countdown-style-2 .countdown-timer .time-block:not(:last-child):after {
    content: ":";
    font-size: 22px;
    position: absolute;
    right: -3px;
    top: -3px
}

.product-prices {
    margin: 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.product-prices>div {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px
}

.product-prices .tax-shipping-delivery-label {
    font-size: 13px;
    color: #363a42;
    display: block
}

.product-prices .tax-shipping-delivery-label>span {
    margin: 5px 0 0;
    display: block
}

.product-discount .regular-price {
    text-decoration: line-through;
    font-weight: normal;
    margin-right: 10px
}

.product-price {
    display: inline-block;
    font-size: 24px;
    color: var(--color-regular-price)
}

.product-price.has-discount .discount {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    padding: 4px 10px;
    margin-left: 10px
}

.product-price.has-discount .current-price .discount {
    text-transform: capitalize
}

.regular-price {
    color: var(--color-sale-price)
}

.product-price-and-shipping .price {
    color: var(--color-regular-price)
}

.product-unit-price {
    font-size: 10px;
    margin-left: 10px;
    margin-bottom: 0
}

.product-tabs {
    margin-top: 40px;
    margin-bottom: 32px
}

@media (max-width: 991.98px) {
    .product-tabs {
        margin-bottom: 30px
    }
}

@media (max-width: 767.98px) {
    .product-tabs {
        margin-bottom: 20px;
        margin-top: 20px
    }
}

.product-tabs .tab-content {
    padding-top: 20px
}

@media (max-width: 767.98px) {
    .product-tabs .tab-content {
        padding-top: 0px
    }
}

.product-tabs .nav-tabs .nav-item {
    display: inline-block;
    float: none;
    margin: 0 30px
}

.product-tabs .nav-tabs .nav-item a {
    margin: 0;
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #CACACA;
    position: relative
}

.product-tabs .nav-tabs .nav-item a:after {
    content: '';
    width: 0;
    height: 2px;
    background-color: #000000;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    -webkit-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out
}

.product-tabs .nav-tabs .nav-item a.active {
    color: #000000
}

.product-tabs .nav-tabs .nav-item a.active:after {
    width: 100%
}

.product-tabs.accordion-tabs .accordion-tab-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    width: 100%;
    border-bottom: 1px solid var(--color-border);
    display: block;
    padding: 12px 0;
    position: relative
}

.product-tabs.accordion-tabs .accordion-tab-title:after {
    content: "\E313";
    font-family: "Material Icons";
    font-size: 22px;
    position: absolute;
    right: 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out
}

.product-tabs.accordion-tabs [data-toggle="collapse"][aria-expanded="true"]:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product-tabs.accordion-tabs .accordion-tab-content {
    padding: 15px 0
}

.product-tabs.normal-tabs .block .tab-title {
    margin-bottom: 20px;
    font-weight: 500
}

.product-tabs.tab-tabs .tab-content .accordion-tab-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    width: 100%;
    border-bottom: 1px solid var(--color-border);
    display: block;
    padding: 12px 0;
    position: relative
}

.product-tabs.tab-tabs .tab-content .accordion-tab-title:after {
    content: "\E313";
    font-family: "Material Icons";
    font-size: 22px;
    position: absolute;
    right: 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out
}

.product-tabs.tab-tabs .tab-content [data-toggle="collapse"][aria-expanded="true"]:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 767.98px) {
    .product-tabs.tab-tabs .tab-content .accordion-tab-content {
        padding: 15px 0
    }
}

@media (min-width: 768px) {
    .product-tabs.tab-tabs .tab-content .accordion-tab-content.collapse {
        display: block
    }
}

@media (max-width: 767.98px) {
    .product-tabs.tab-tabs .tab-content>.tab-pane {
        display: block !important;
        opacity: 1
    }
}

#product-details .product-details-info .product-manufacturer {
    margin-bottom: 20px
}

#product-details .product-details-info .product-manufacturer img {
    border: medium none;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 200px
}

#product-details .product-details-info .label {
    color: #232323;
    font-weight: 500
}

.product-features {
    margin-top: 20px
}

.product-features>ul.data-sheet li {
    padding: 7px 0;
    border-bottom: 1px solid var(--color-border)
}

.product-features>ul.data-sheet li .label {
    display: inline-block;
    color: #232323;
    font-weight: 500;
    width: 10%
}

.product-features>ul.data-sheet li .value {
    display: inline-block;
    width: calc(90% - 10px);
    vertical-align: top;
    margin: 0;
    padding: 0
}

@media (max-width: 767.98px) {
    .product-features>ul.data-sheet li .label {
        width: 100%
    }

    .product-features>ul.data-sheet li .value {
        width: calc(100% - 10px)
    }
}

.product-features p.h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px
}

.product-attachments .attachment>h4 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0px
}

.product-variants>.product-variants-item {
    margin-top: 15px;
    margin-bottom: 5px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-variants>.product-variants-item+.product-variants-item {
    margin-top: 15px
}

.product-variants>.product-variants-item .control-label {
    margin-bottom: 5px;
    font-weight: 600;
    color: #232323
}

.product-variants>.product-variants-item select {
    height: 40px;
    min-width: 75px;
    width: auto;
    line-height: 13px
}

.product-variants>.product-variants-item .input-container {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 10px 5px 0;
    position: relative
}

.product-variants>.product-variants-item .input-container label {
    margin: 0;
    overflow: hidden
}

.product-variants>.product-variants-item .input-container.combination-outstock label {
    border-color: red !important;
    opacity: .6
}

.product-variants>.product-variants-item .input-container.combination-outstock label:after {
    content: '';
    background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 2px), red 50%, rgba(0, 0, 0, 0) calc(50% + 2px), rgba(0, 0, 0, 0) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    width: 100%;
    height: 100%
}

.product-variants>.product-variants-item .input-container.combination-outstock:hover .outStockContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-variants>.product-variants-item .input-container.combination-outstock.attribute-instock label {
    border-color: #fd6 !important;
    opacity: .6
}

.product-variants>.product-variants-item .input-container.combination-outstock.attribute-instock label:after {
    content: '';
    background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 2px), #fd6 50%, rgba(0, 0, 0, 0) calc(50% + 2px), rgba(0, 0, 0, 0) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    width: 100%;
    height: 100%
}

.product-variants>.product-variants-item .input-container.combination-outstock.attribute-instock:hover .outStockContent {
    display: none
}

.product-variants>.product-variants-item .input-container.combination-outstock.attribute-instock:hover .otherStockContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-variants>.product-variants-item .input-container .stock-alert {
    position: absolute;
    top: 0;
    height: 60px;
    width: 120px;
    z-index: 1;
    left: 0;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(-25%, -110%);
    transform: translate(-25%, -110%);
    font-size: 12px;
    line-height: 1.1em
}

.product-variants>.product-variants-item .input-radio, .product-variants>.product-variants-item .input-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0
}

.product-variants>.product-variants-item .input-radio:checked+label, .product-variants>.product-variants-item .input-color:checked+label {
    color: #222;
    -webkit-box-shadow: 0px 0px 0px 2px #222;
    box-shadow: 0px 0px 0px 2px #222
}

.product-variants>.product-variants-item .radio-label {
    display: inline-block;
    vertical-align: middle;
    border-radius: var(--btn-border-radius, 0);
    padding: 6px 12px;
    text-align: center;
    position: relative;
    min-width: 40px;
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    font-weight: bold;
    border: 2px solid transparent
}

.product-variants>.product-variants-item .color {
    width: 40px;
    height: 40px;
    border-radius: var(--btn-border-radius, 0);
    border: 2px solid transparent;
    position: relative;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
    display: inline-block;
    cursor: pointer;
    background-size: contain
}

.product-flags {
    position: absolute;
    top: 3px;
    margin-bottom: 0;
    z-index: 2;
    left: 3px;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    pointer-events: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.product-flags .product-flag {
    padding: 4px 8px;
    float: left;
    clear: both;
    line-height: 1;
    font-weight: 500;
    border-radius: 2px;
    margin-left: 3px;
    margin-top: 3px;
    font-size: 13px;
}

.product-cover:hover .product-flags {
    display: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.product-customization {
    border: 1px solid rgba(161, 161, 161, 0.25);
    padding: 15px
}

.product-customization .h4.card-title {
    font-size: 14px;
    font-weight: 600
}

.product-customization ul {
    margin: 0
}

.product-customization .product-customization-item {
    margin: 20px 0
}

.product-customization .product-message {
    width: 100%;
    height: 50px;
    resize: none;
    padding: 10px
}

.product-customization .file-input {
    width: 100%;
    opacity: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    height: 42px;
    overflow: hidden;
    position: absolute
}

.product-customization .custom-file {
    position: relative;
    background: #f6f6f6;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-indent: 10px;
    display: block;
    margin-top: 20px
}

.product-customization .custom-file button {
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%
}

.lang-rtl .product-customization .custom-file button {
    left: 0;
    right: auto
}

.product-pack p.h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 15px
}

.product-pack .pack-product-container {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 15px
}

.product-pack .pack-product-container .thumb-mask {
    width: 55px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.product-pack .pack-product-container .pack-product-name {
    font-size: 14px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 10px
}

.product-pack .pack-product-container .pack-product-price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.product-pack .pack-product-container .pack-product-quantity {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 10px;
    margin-left: 10px
}

.product-refresh {
    margin-top: 20px
}

.product-additional-info .social-sharing {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0 0
}

.product-additional-info .social-sharing span {
    margin-right: 5px;
    color: #232323;
    font-weight: 600
}

.product-additional-info .social-sharing a {
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 2px;
    border-radius: 4px
}

.js-product-meta {
    margin-top: 15px
}

.js-product-meta .product-tags, .js-product-meta .product-cats {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.js-product-meta .product-tags .label, .js-product-meta .product-cats .label {
    margin-right: 10px;
    font-weight: 600;
    color: #232323;
    text-transform: uppercase
}

.color {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.05);
    cursor: pointer;
    background-size: contain
}

.product-title {
    text-decoration: none
}

@media (max-width: 767.98px) {
    .product-infos {
        margin-top: 15px
    }
}

.product-style-6 .product-infos {
    margin-top: 15px
}

.btn-add-to-cart {
    text-transform: uppercase;
    font-weight: 600;
    white-space: nowrap
}

.product-tabs .nav-tabs {
    font-size: .9rem
}

.modal-cart__image {
    margin-right: 1rem;
    max-width: 200px;
    height: auto
}

@media (max-width: 991.98px) {
    .modal-cart__image {
        max-width: 120px
    }

    .blockcart-modal .divide-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px
    }
}

@media (max-width: 575.98px) {
    .modal-cart__image {
        max-width: 70px
    }
}

.tdblockcart-modal .close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #FFF;
    opacity: 1 !important;
    border-radius: 50%;
    width: 30px;
    height: 30px
}

@media (max-width: 575px) {
    .tdblockcart-modal .modal-dialog {
        margin: 20px
    }
}

.tdblockcart-modal .cart-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.tdblockcart-modal .cart-products .cart-products__thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    padding-right: 10px
}

.tdblockcart-modal .cart-products .cart-products__desc {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1
}

.tdblockcart-modal .cart-products .product-name {
    font-size: 20px;
    font-weight: 500
}

@media (max-width: 575.98px) {
    .tdblockcart-modal .cart-products .product-name {
        font-size: 16px
    }
}

.tdblockcart-modal .cart-totals {
    margin-bottom: 20px
}

.tdblockcart-modal .cart-buttons {
    text-align: center
}

.tdblockcart-modal .cart-buttons>* {
    width: 100%
}

.tdblockcart-modal .cart-buttons .btn-continue {
    margin-top: 10px;
    background: transparent;
    border: none;
    text-decoration: underline;
    text-underline-offset: 4px
}

#page #wrapper .product-container .page-content {
    margin-bottom: 0;
    line-height: inherit
}

.cart-container {
    position: relative
}

.cart-items {
    margin-bottom: 10px
}

.cart-items .cart-item {
    padding: 15px 0
}

.cart-items .cart-item.order-confirmation-total {
    padding-bottom: 0
}

.cart-items .cart-item+.cart-item {
    border-top: 1px solid #e5e5e5
}

.cart-items .cart-item:first-child {
    padding-top: 0
}

.product-line-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-line-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: unset
}

.product-line-actions .cart-line-product-actions .remove-from-cart i {
    font-size: 20px
}

.product-line-grid {
    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;
    position: relative
}

.product-line-grid .product-image {
    margin: 0 10px 0 0;
    max-width: 30%
}

.product-line-grid .product-name {
    padding: 0;
    margin: 0;
    font-weight: 600
}

.product-line-grid .product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3px;
    font-size: 14px
}

.product-line-grid .product-price span {
    font-size: inherit
}

.product-line-grid .product-line-info-wrapper {
    margin-top: 5px
}

.product-line-grid .product-line-info {
    line-height: 18px
}

@media (max-width: 767.98px) {
    .product-line-grid .product-line-details {
        margin-bottom: 10px
    }

    .product-line-grid .cart-line-product-actions {
        position: absolute;
        right: 0;
        top: 0
    }
}

.cart-items-review {
    margin-bottom: 0
}

.cart-items-review .cart-item:last-child {
    padding-bottom: 0
}

.cart-items-review .product-line-grid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.cart-items-review .product-line-grid .product-image {
    max-width: 60px
}

.cart-items-review .product-line-grid .product-name {
    font-weight: 500
}

.cart-items-review .product-line-grid .product-prices {
    font-size: 13px;
    margin: 0
}

.cart-items-review .product-line-grid .product-line-details {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: 100%
}

.cart-items-review .product-line-grid .product-line-actions {
    width: auto
}

.cart-summary-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4px 0
}

.cart-summary-line label, .cart-summary-line small {
    margin-bottom: 0
}

.cart-summary-subtotals label {
    font-weight: 400
}

.cart-summary-subtotals .price {
    font-weight: 400
}

.cart-summary {
    position: relative;
    overflow: hidden
}

.cart-summary .cart-detailed-actions, .cart-summary .cart-btn-actions {
    padding: 20px 0 0 0;
    border-top: 1px solid #e5e5e5;
    text-align: center
}

.cart-summary .cart-detailed-actions>a, .cart-summary .cart-btn-actions>a {
    display: block
}

.cart-summary .cart-detailed-actions .alert.alert-warning, .cart-summary .cart-btn-actions .alert.alert-warning {
    padding: 8px 15px;
    margin-top: -20px
}

.cart-summary .cart-voucher .promo-code .promo-group {
    padding: 5px 0;
    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%
}

.cart-summary .cart-voucher .promo-code .promo-group .promo-input {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin: 0 10px 0 0
}

.cart-summary .cart-voucher .promo-code .alert-danger {
    padding: 0.5rem;
    margin: 0;
    display: none
}

.cart-summary .cart-voucher .promo-name {
    margin-bottom: 7px
}

.cart-summary .cart-voucher .promo-name .remove-voucher i {
    font-size: 16px
}

.cart-summary .cart-voucher .promo-highlighted {
    margin-top: 8px;
    margin-bottom: 3px
}

.cart-summary .cart-voucher .promo-discounts {
    margin-bottom: 0
}

.cart-summary .cart-voucher .promo-discounts li {
    padding: 0
}

.cart-summary .cart-voucher .promo-discounts .code {
    text-decoration: underline;
    cursor: pointer
}

.block-reassurance {
    margin-top: 10px
}

.block-reassurance img {
    width: 20px;
    margin-right: 5px
}

.block-reassurance ul {
    margin-bottom: 0
}

.block-reassurance ul li .block-reassurance-item {
    padding: 5px 0;
    cursor: pointer
}

.block-reassurance ul li .block-reassurance-item span {
    font-weight: normal
}

.blockreassurance_product>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    padding: 10px 8px;
    cursor: pointer;
    background: #f2f2f2;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.blockreassurance_product>div span p {
    margin: 0px;
    color: #666;
    font-weight: 400;
    font-size: 14px
}

.blockreassurance_product>div:last-child {
    margin: 0
}

.blockreassurance_product .item-product {
    display: inline-block;
    height: 30px;
    width: 30px;
    float: left;
    margin-right: 15px !important;
    padding-top: 0px !important
}

.blockreassurance_product .item-product img, .blockreassurance_product .item-product svg {
    height: 30px;
    width: 30px
}

.quickview .modal-dialog {
    max-width: 1024px
}

.quickview .modal-content .modal-header {
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    padding: 0
}

.quickview .modal-content .modal-header .close {
    z-index: 1
}

.quickview .modal-content .modal-body .images-container .product-cover {
    margin-bottom: 0
}

.quickview .modal-content .modal-body .images-container .product-cover .product-img .easyzoom {
    display: block
}

.quickview .modal-content .modal-body .images-container .product-cover .product-threesixty {
    display: none
}

.quickview .modal-content .modal-body .images-container .product-thumbs-outer {
    display: none
}

@media (min-width: 768px) {
    .quickview .modal-content .modal-body .right-block {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        overflow-y: auto
    }
}

@media (min-width: 768px) {
    .quickview .modal-content .modal-body .right-block .qv-innner {
        padding: 20px 10px 20px 0
    }
}

@media (max-width: 767.98px) {
    .quickview .modal-content .modal-body .right-block .qv-innner {
        padding: 20px 15px
    }
}

.quickview .modal-content .modal-body .right-block .qv-innner #product-description-short>p {
    margin: 0
}

@media (max-width: 350px) {
    .quickview .modal-content .modal-body .right-block .qv-innner .product-actions .add {
        margin-top: 12px
    }
}

.quickview .modal-content .modal-body .right-block .qv-innner .product-actions .product-btn-block .tdsize-chart {
    display: none
}

.contact-rich {
    margin-top: 30px
}

.contact-rich h4 {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    color: #363a42;
    font-size: 24px;
    font-weight: 600
}

.contact-rich .contact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0
}

@media (max-width: 767.98px) {
    .contact-rich .contact-inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.contact-rich .contact-inner .block {
    padding: 0 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

@media (min-width: 768px) {
    .contact-rich .contact-inner .block {
        border-right: 1px solid #e5e5e5
    }

    .contact-rich .contact-inner .block:last-child {
        border: none
    }
}

@media (max-width: 767.98px) {
    .contact-rich .contact-inner .block {
        margin-bottom: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.contact-rich .contact-inner .block .icon i {
    font-size: 28px;
    color: #363a42
}

.contact-rich .contact-inner .block .data {
    margin-top: 5px
}

.page-stores .store-item {
    border-bottom: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
    border-top: none
}

.page-stores .store-item:last-child {
    border: none
}

.page-stores .store-item .store-item-container {
    padding: 25px 0
}

@media (max-width: 767.98px) {
    .page-stores .store-item .store-item-container {
        padding: 16px 0
    }
}

.page-stores .store-item .store-item-container .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-stores .store-item .store-item-container .store-description .card-title {
    color: #363a42;
    font-weight: 600;
    font-size: 16px
}

.page-stores .store-item .store-item-container .store-description a {
    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
}

.page-stores .store-item .store-item-container .border-left .table {
    margin: 0;
    width: auto
}

.page-stores .store-item .store-item-container .border-left .table tr th {
    text-align: right
}

.page-stores .store-item .store-item-container .border-left .table td ul {
    margin: 0
}

.page-stores .store-item .store-item-container .store-item-footer {
    margin-top: 20px
}

.page-stores .store-item .store-item-container .store-item-footer .card-block {
    margin: 0
}

.page-stores .store-item .store-item-container .store-item-footer .card-block li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px
}

.page-stores .store-item .store-item-container .store-item-footer .card-block li:last-child {
    margin-bottom: 0
}

.page-stores .store-item .store-item-container .store-item-footer .card-block li i {
    margin-right: 5px
}

#footer .block-social {
    text-align: center
}

@media (max-width: 991.98px) {
    #footer .block-social {
        margin-top: 15px
    }
}

#footer .block-social ul li {
    border-radius: 4px;
    margin: 2px 5px 2px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#footer .block-social ul li a {
    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;
    width: 48px;
    height: 48px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

#footer .block-social ul li a span {
    display: none
}

#footer .block-social ul li.facebook {
    background: #435f9f
}

#footer .block-social ul li.twitter {
    background: #00aaf0
}

#footer .block-social ul li.googleplus {
    background: #e04b34
}

#footer .block-social ul li.pinterest {
    background: #ce1f21
}

#footer .block-social ul li.vimeo {
    background: #1ab7ea
}

#footer .block-social ul li.youtube {
    background: #cd201f
}

#footer .block-social ul li.rss {
    background: #ff6600
}

#footer .block-social ul li.instagram {
    background: #e4405f
}

#footer .block-social ul li.linkedin {
    background: #0077B5
}

#contact_store_info .block_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media (min-width: 992px) {
    #contact_store_info .block_content {
        padding-right: 30px
    }
}

#contact_store_info .block {
    margin: 0 0 8px;
    overflow: hidden
}

#contact_store_info .block .icon i {
    vertical-align: middle;
    line-height: 24px;
    font-size: 18px
}

#contact_store_info .block .tdemail {
    white-space: normal;
    word-break: break-all
}

.footer-container {
    overflow: hidden
}

.footer-container .title_block {
    cursor: pointer
}

@media (max-width: 991.98px) {
    .footer-container .title_block {
        position: relative
    }

    .footer-container .title_block:before {
        font-family: "Material Icons";
        content: "\e313";
        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;
        font-size: 22px;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: transform 0.3s ease-in-out;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out
    }

    .footer-container .title_block[data-toggle="collapse"][aria-expanded="true"]:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .footer-container .collapse {
        margin-bottom: 15px
    }
}

@media (min-width: 992px) {
    .footer-container ul.collapse {
        margin-bottom: 0
    }
}

.footer-container ul.collapse li {
    margin-bottom: 8px;
    position: relative
}

.footer-container ul.collapse li a {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.footer-container ul.collapse li a:hover {
    padding: 0 0 0 5px
}

@media (max-width: 991.98px) {
    .payment-logo {
        margin-top: 15px
    }
}

.footer_block .elementor-icon-list-items li {
    word-break: break-all
}

.sitemap h2 {
    font-size: 16px;
    font-weight: 600
}

.sitemap ul {
    padding: 0;
    margin: 15px 0 0
}

.sitemap ul li {
    padding: 0;
    margin-bottom: 15px
}

.sitemap ul li:before {
    content: "\f105";
    font-family: "FontAwesome";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 5px
}

.sitemap ul ul.nested {
    margin-left: 15px
}

.page-not-found p.pnf-title {
    font-size: 100px;
    line-height: normal;
    font-weight: bold;
    color: #000000
}

.page-not-found p.pnf-subtitle {
    font-size: 24px;
    line-height: normal;
    font-weight: bold;
    color: #000000
}

.page-not-found .pnf-buttons a {
    margin: 0 6px
}

.block_newsletter .needs-validation p {
    margin: 10px 0 0
}

@media (max-width: 767.98px) {
    .block_newsletter .newsletter_content {
        margin-bottom: 10px
    }
}

.block_newsletter .newsletter_content .newsletter_content_inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.block_newsletter .newsletter_content .newsletter_content_inner .content_letter {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-transform: uppercase
}

.block_newsletter .newsletter_content .newsletter_content_inner .content_letter h1.title_block {
    margin-bottom: 2px;
    font-size: 20px;
    letter-spacing: 1.3px;
    font-weight: 400
}

.block_newsletter .newsletter_content .newsletter_content_inner .content_letter p.newsletter_text {
    margin: 0;
    color: #666;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px
}

@media (max-width: 991.98px) {
    .block_newsletter form .newsletter_form_wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.block_newsletter form .input-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    width: 100%
}

.block_newsletter form .newsletter-input {
    width: 100%;
    text-align: left;
    padding: 20px;
    border-radius: 20px
}

.block_newsletter form .newsletter-input:focus {
    outline: none
}

.block_newsletter form button[type="submit"] {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 15px;
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: normal;
    border-radius: 50px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.block_newsletter form input, .block_newsletter form button {
    height: 42px;
    vertical-align: middle
}

.footer-style-2 .block_newsletter .newsletter_content {
    display: block
}

@media (max-width: 767.98px) {
    .footer-style-2 .block_newsletter .newsletter_content {
        margin-bottom: 0
    }
}

.footer-style-2 .block_newsletter form button[type="submit"] {
    margin-left: 10px
}

.footer-style-2 .block_newsletter form button[type="submit"]:before {
    font-family: "Material Icons";
    content: "\e569";
    font-size: 20px
}

.footer-style-2 .block_newsletter form button[type="submit"] span {
    display: none
}

@media (max-width: 767.98px) {
    .footer-style-2 .copyright-txt {
        margin-top: 15px
    }
}

#notifications ul {
    margin-bottom: 0
}

.modal.fade .modal-dialog__offcanvas {
    width: calc(100% - 64px);
    height: 100%;
    margin: 0;
    max-width: 400px;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -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
}

.modal.fade#offcanvas_search .modal-dialog__offcanvas{
    max-width: 100%;
}

.modal-dialog__offcanvas button.close {
    position: absolute;
    padding: 0;
    margin: 12px;
    top: 0;
    left: 100%;
    background: #FFF;
    opacity: 0;
    height: 40px;
    width: 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    border-radius: 50%
}

.modal-dialog__offcanvas.modal-dialog__offcanvas--right button.close {
    right: 100%;
    left: auto;
    -webkit-transform: translateX(30px);
    transform: translateX(30px)
}

.modal.show .modal-dialog__offcanvas {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.modal.show .modal-dialog__offcanvas button.close {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1
}

.modal.fade .modal-dialog__offcanvas.modal-dialog__offcanvas--right {
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.modal.show .modal-dialog__offcanvas.modal-dialog__offcanvas--right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.modal-dialog__offcanvas .modal-content {
    height: inherit;
    border-width: 0;
    border-radius: 0
}

.modal-dialog__offcanvas .modal-header {
    border-radius: inherit
}

.modal-dialog__offcanvas .modal-body {
    overflow-y: auto;
    height: inherit
}

#offcanvas_sidecart .modal-title {
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px;
    line-height: inherit
}

#offcanvas_sidecart .modal-body {
    padding: 0
}

#offcanvas_sidecart .cart-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    min-height: 0;
    padding: 0 15px;
    position: relative
}

#offcanvas_sidecart .cart-body .products .product {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#offcanvas_sidecart .cart-body .products .product .cart-images {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0 15px
}

#offcanvas_sidecart .cart-body .products .product .cart-images img {
    max-width: 100%
}

#offcanvas_sidecart .cart-body .products .product .cart-info {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

#offcanvas_sidecart .cart-body .products .product .cart-info .product-name, #offcanvas_sidecart .cart-body .products .product .cart-info .price {
    margin-bottom: 5px;
    line-height: 20px
}

#offcanvas_sidecart .cart-body .products .product .cart-info .price {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

#offcanvas_sidecart .cart-body .products .product .remove_link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    font-size: 18px
}

#offcanvas_sidecart .cart-body .products .product:last-child {
    border: none
}

#offcanvas_sidecart .cart-body .cart_block_no_products {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin-top: 30px
}

#offcanvas_sidecart .cart-body .cart_block_no_products .cart-empty-message {
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600
}

#offcanvas_sidecart .cart-footer {
    padding: 20px;
    border-top: 2px solid #e5e5e5;
    width: 100%;
    min-height: auto
}

#offcanvas_sidecart .cart-footer.empty-cart {
    display: none
}

#offcanvas_sidecart .cart-footer .cart-prices {
    margin-bottom: 10px
}

#offcanvas_sidecart .cart-footer .cart-prices .price {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500
}

#offcanvas_sidecart .cart-footer .cart-prices .price .key {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

#offcanvas_sidecart .cart-footer .cart-prices .price .value {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

#offcanvas_sidecart .cart-footer .cart-buttons {
    text-align: center
}

#offcanvas_sidecart .cart-footer .cart-buttons a {
    margin: 0 0 10px;
    width: 100%;
    display: block
}

#offcanvas_sidecart .cart-footer .cart-buttons a+a {
    margin: 0
}

#offcanvas_account .modal-title {
    font-size: 20px;
    font-weight: 500
}

#offcanvas_account .login-form-head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#offcanvas_account .modal-body>a {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
}

#offcanvas_account .modal-body>a.wishtlist_top{
    border: none;
}

#offcanvas_account .modal-body>a .total-compare-val:before, #offcanvas_account .modal-body>a .cart-wishlist-number::before {
    content: "(";
    display: inline-block;
}

#offcanvas_account .modal-body>a .total-compare-val::after, #offcanvas_account .modal-body>a .cart-wishlist-number::after {
    content: ")";
    display: inline-block;
}

#offcanvas_account form {
    margin: 20px 0
}

#offcanvas_account form .form-footer .form-control-submit{
    width: 100%;
}

#offcanvas_account form .forgot-password {
    margin-bottom: 10px
}

#offcanvas_account .user-infos {
    margin: 0 0 10px;
    text-align: center;
}

#offcanvas_account .user-infos>i {
    font-size: 70px;
    margin: 0 0 10px
}

#offcanvas_account .user-infos a {
    display: block;
    text-transform: uppercase;
}

#offcanvas_account .user-infos a.logout {
    text-decoration: underline;
    text-transform: none;
}

#offcanvas_account .language-wrapper, #offcanvas_account .currency-wrapper {
    border-top: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding: 20px 0 10px
}

#offcanvas_account .language-wrapper .wrapper-title, #offcanvas_account .currency-wrapper .wrapper-title {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #222
}

#offcanvas_account .language-wrapper ul, #offcanvas_account .currency-wrapper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px -10px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#offcanvas_account .language-wrapper ul li, #offcanvas_account .currency-wrapper ul li {
    padding: 5px 0px;
    margin: 0 10px
}

.td__custom_scroll {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1
}

.td__custom_scroll::-webkit-scrollbar {
    width: 3px
}

.td__custom_scroll::-webkit-scrollbar-thumb {
    background: #888
}

.td__custom_scroll::-webkit-scrollbar-track {
    background: #f1f1f1
}

.blockcart {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blockcart>a.shoppingcart {
    cursor: pointer;
    position: relative
}

.blockcart>a.shoppingcart .cart-products-count {
    border-radius: 50px;
    top: -4px;
    font-size: 9px;
    font-weight: 700;
    height: 13px;
    position: absolute;
    left: 22px;
    margin: 0 auto;
    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;
    min-width: 13px;
    padding: 0 2px
}

.blockcart>a.shoppingcart i {
    font-size: 28px
}

.blockcart.show .cart-overlay {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    min-height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9999
}

.blockcart.show .cart_block {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.blockcart .cart_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    -webkit-transform: translate3d(392px, 0, 0);
    transform: translate3d(392px, 0, 0);
    -webkit-transition: transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    text-align: left;
    width: 350px;
    overflow-y: auto;
    background-color: #FFF
}

@media (max-width: 575.98px) {
    .blockcart .cart_block {
        width: 270px
    }
}

.blockcart .cart_block .block_content #cart-close {
    position: absolute;
    right: 5px;
    width: 35px;
    text-align: center
}

.blockcart .cart_block .block_content #cart-close i {
    font-weight: bold
}

.blockcart .cart_block .block_content .cart-header {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px
}

.blockcart .cart_block .block_content .cart-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    min-height: 0;
    padding: 0 15px;
    position: relative
}

.blockcart .cart_block .block_content .cart-body .products .product {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blockcart .cart_block .block_content .cart-body .products .product .cart-images {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0 15px
}

.blockcart .cart_block .block_content .cart-body .products .product .cart-images img {
    max-width: 100%
}

.blockcart .cart_block .block_content .cart-body .products .product .cart-info {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.blockcart .cart_block .block_content .cart-body .products .product .cart-info .product-name, .blockcart .cart_block .block_content .cart-body .products .product .cart-info .price {
    margin-bottom: 5px;
    line-height: 20px
}

.blockcart .cart_block .block_content .cart-body .products .product .cart-info .price {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.blockcart .cart_block .block_content .cart-body .products .product .remove_link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    font-size: 18px
}

.blockcart .cart_block .block_content .cart-body .products .product:last-child {
    border: none
}

.blockcart .cart_block .block_content .cart-body .cart_block_no_products {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin-top: 30px
}

.blockcart .cart_block .block_content .cart-body .cart_block_no_products .cart-empty-message {
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600
}

.blockcart .cart_block .block_content .cart-footer {
    padding: 20px;
    border-top: 2px solid #e5e5e5;
    width: 100%
}

.blockcart .cart_block .block_content .cart-footer .cart-prices {
    margin-bottom: 10px
}

.blockcart .cart_block .block_content .cart-footer .cart-prices .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold
}

.blockcart .cart_block .block_content .cart-footer .cart-prices .price .key {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.blockcart .cart_block .block_content .cart-footer .cart-prices .price .value {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.blockcart .cart_block .block_content .cart-footer .cart-buttons {
    text-align: center
}

.blockcart .cart_block .block_content .cart-footer .cart-buttons a {
    margin: 5px 0;
    width: 100%;
    display: block
}

.elementor-widget-container .btn-toggle-cart {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-widget-container .btn-toggle-cart .cart-products-count {
    border-radius: 50px;
    top: -4px;
    font-size: 9px;
    height: 18px;
    position: absolute;
    right: -4px;
    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;
    min-width: 18px;
    padding: 0 2px;
    color: #FFFFFF;
    background-color: #000000
}

.elementor-widget-container .btn-toggle-cart i {
    font-size: 28px
}

.backtotop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    color: #333;
    background-color: #fff;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px #e7e7e7;
    box-shadow: inset 0 0 0 1px #e7e7e7;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    z-index: 999
}

.backtotop:not(.backIn) {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px)
}

.backtotop svg {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    margin: -1px
}

.backtotop svg path {
    stroke: #222;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear
}

.backtotop span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px
}

.backtotop:hover span:before {
    display: inline-block;
    -webkit-animation: animArrow 1s infinite;
    animation: animArrow 1s infinite
}

@media only screen and (max-width: 992px) {
    .backtotop:hover span:before {
        -webkit-animation: none;
        animation: none
    }
}

@media only screen and (max-width: 480px) {
    .backtotop {
        right: 15px;
        bottom: 15px
    }
}

@-webkit-keyframes animArrow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes animArrow {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

#product_comments_block_extra {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

#product_comments_block_extra .comments_note {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 20px 0 0
}

#product_comments_block_extra .comments_note span {
    display: none
}

#product_comments_block_extra .comments_advices {
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.quickview #product_comments_block_extra .comments_advices {
    display: none
}

.comments_advices li {
    display: inline-block
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .comments_advices li {
        line-height: 20px
    }
}

.comments_advices a {
    text-decoration: none;
    position: relative;
    padding: 0;
    display: inline-block
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .comments_advices a {
        float: none;
        line-height: 20px
    }
}

@media (max-width: 575.98px) {
    .comments_advices a {
        font-size: 13px
    }
}

.comments_advices a i {
    font-size: 22px;
    margin: 0 5px 0 0;
    vertical-align: middle
}

@media (max-width: 575.98px) {
    .comments_advices a i {
        font-size: 16px
    }
}

.comments_advices a.reviews {
    margin: 0 15px 0 0
}

@media (max-width: 575.98px) {
    .comments_advices a.reviews {
        margin: 0 10px 0 0
    }
}

#tdcomment-modal .modal-dialog {
    max-width: 700px
}

#tdcomment-modal .modal-dialog .modal-header h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 0
}

#tdcomment-modal .modal-dialog .modal-body .product {
    margin-bottom: 30px
}

#tdcomment-modal .modal-dialog .modal-body .product .product_desc {
    line-height: 18px
}

#tdcomment-modal .modal-dialog .modal-body .product .product_desc .product_name {
    padding: 0 0 5px;
    font-weight: 500
}

#tdcomment-modal .modal-dialog .modal-body #criterions_list {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
    list-style-type: none
}

#tdcomment-modal .modal-dialog .modal-body #criterions_list li {
    margin-bottom: 10px
}

#tdcomment-modal .modal-dialog .modal-body #criterions_list li>label {
    float: left;
    margin: 0 10px 0 0;
    min-width: 100px;
    text-align: left
}

#tdcomment-modal .modal-dialog .modal-body #criterions_list .tdstar_content {
    float: left
}

#tdcomment-modal .modal-dialog .modal-body #criterions_list .tdstar_content label:hover~label>.tdstar::after {
    font-weight: 400
}

#tdcomment-modal .modal-dialog .modal-body #criterions_list .tdstar_content:not(:hover) input[type="radio"]:checked+label~label>.tdstar::after {
    font-weight: 400
}

#tdcomment-modal .modal-dialog .modal-body #criterions_list .tdstar_content .tdstar {
    cursor: pointer
}

#tdcomment-modal .modal-dialog .modal-footer {
    text-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

#tdcomment-modal .modal-dialog .modal-footer button {
    margin: 0 5px
}

#tdcomment-modal .modal-dialog .modal-footer>.btn {
    width: auto
}

#product_comments_block_tab .new_comment {
    margin-bottom: 20px
}

#product_comments_block_tab div.comment {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #e5e5e5
}

#product_comments_block_tab div.comment:last-child {
    border: none;
    margin: 0;
    padding: 0
}

@media (max-width: 767.98px) {
    #product_comments_block_tab div.comment .comment_author {
        margin-bottom: 10px
    }
}

#product_comments_block_tab div.comment .comment_author span {
    font-weight: bold
}

#product_comments_block_tab div.comment .comment_details {
    overflow: hidden
}

#product_comments_block_tab div.comment .comment_details ul {
    margin: 0
}

@media (max-width: 575.98px) {
    #product_comments_block_tab div.comment .comment_details ul li {
        padding: 2px 0;
        float: left;
        width: 100%
    }
}

#product_comments_block_tab .comment_author_infos {
    margin-top: 10px
}

#product_comments_block_tab .comment_author_infos strong {
    display: block
}

#product_comments_block_tab .comment_author_infos em {
    font-size: 12px
}

#product_comments_block_tab a {
    text-decoration: none;
    display: inline-block
}

#product_comments_block_tab .comment_helpful {
    float: left
}

#product_comments_block_tab .comment_helpful .btn {
    border: medium none;
    font-weight: normal;
    background: none;
    color: currentcolor;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

#product_comments_block_tab .comment_helpful .btn span {
    padding: 0
}

#product_comments_block_tab .comment_helpful .btn span:before {
    font-family: 'Line Awesome Free';
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px
}

#product_comments_block_tab .comment_helpful .btn:hover {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#product_comments_block_tab .comment_helpful .btn:hover.usefull span {
    color: green
}

#product_comments_block_tab .comment_helpful .btn:hover.notusefull span {
    color: red
}

#product_comments_block_tab .comment_helpful .btn.usefull span:before {
    content: "\f164"
}

#product_comments_block_tab .comment_helpful .btn.notusefull span:before {
    content: "\f165"
}

#product_comments_block_tab span.report_btn {
    cursor: pointer;
    float: right
}

@media (max-width: 575.98px) {
    #product_comments_block_tab span.report_btn {
        float: left
    }
}

#product_comments_block_tab span.report_btn:hover {
    text-decoration: underline
}

.tdstar_content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.tdstar_content .tdstar {
    position: relative;
    cursor: pointer;
    font-size: 16px
}

.tdstar_content .tdstar a {
    display: block;
    position: absolute;
    text-indent: -5000px;
    font-size: 0
}

.tdstar_content .tdstar:after {
    content: "\f005";
    font-family: "Line Awesome Free"
}

.tdstar_content .tdstar.star_on.star_half:after {
    content: "\f5c0";
    font-weight: 900
}

.tdstar_content .tdstar.star_on:after {
    content: "\f005";
    font-weight: 900
}

.tdstar_content .tdstar.star_hover:after {
    content: "\f005";
    font-weight: 900
}

.commentcluetip {
    width: 210px;
    border-radius: 3px;
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px
}

.commentcluetip:last-child {
    margin-bottom: 0
}

.comments_note {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.comments_note .nb-comments {
    margin-left: 5px
}

.modal-header button.close {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.modal-header button.close:before {
    content: "\2716";
    display: block;
    font-size: 18px
}

.modal-header button.close>span {
    display: none
}

.slick-track {
    margin-right: 0;
    margin-left: 0
}

#ui_tip {
    position: fixed;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 9999;
    pointer-events: none;
    opacity: 0;
    padding: 12px 20px;
    border-radius: 4px;
    margin: 22px 0 0 14px;
    word-wrap: normal;
    color: var(--color-tip-text);
    background: var(--color-tip-bg);
    transition: opacity 0.22s cubic-bezier(0.07, 0.74, 0.56, 0.89), -webkit-transform 0.12s cubic-bezier(0.07, 0.74, 0.56, 0.89);
    -webkit-transition: opacity 0.22s cubic-bezier(0.07, 0.74, 0.56, 0.89), -webkit-transform 0.12s cubic-bezier(0.07, 0.74, 0.56, 0.89);
    transition: opacity 0.22s cubic-bezier(0.07, 0.74, 0.56, 0.89), transform 0.12s cubic-bezier(0.07, 0.74, 0.56, 0.89);
    transition: opacity 0.22s cubic-bezier(0.07, 0.74, 0.56, 0.89), transform 0.12s cubic-bezier(0.07, 0.74, 0.56, 0.89), -webkit-transform 0.12s cubic-bezier(0.07, 0.74, 0.56, 0.89);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15)
}

#ui_tip span {
    word-wrap: normal;
    word-break: keep-all;
    white-space: nowrap
}

#ui_tip.active {
    opacity: 1
}

#ui_tip.align-right {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: -14px
}

@media (max-width: 991px) {
    #ui_tip {
        display: none !important
    }
}

span.tip {
    display: none
}

#mobile_top_menu_wrapper .modal-header {
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    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
}

#mobile_top_menu_wrapper .modal-header .close {
    margin: 0;
    padding: 0;
    font-size: 28px;
    position: relative
}

#mobile_top_menu_wrapper .modal-body {
    padding: 0
}

.responsive-content {
    padding: 0 15px;
    margin-top: 10px
}

.responsive-content>div {
    margin: 0 0 10px
}

.responsive-content>div .link {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0 none;
    color: currentcolor;
    background: transparent
}

.responsive-content #language_selector #language-selector-label, .responsive-content #language_selector .language-selector {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.responsive-content #currency_selector #currency-selector-label, .responsive-content #currency_selector .currency-selector {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.load-product {
    text-align: center;
    margin: 15px 0
}

.load-product .preload {
    position: relative;
    height: 35px
}

.load-product .preload .loading>div {
    background-color: #000;
    width: 4px;
    height: 27px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block
}

.load-product .preload .loading>div:nth-child(1) {
    -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.load-product .preload .loading>div:nth-child(2) {
    -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.load-product .preload .loading>div:nth-child(3) {
    -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.load-product .preload .loading>div:nth-child(4) {
    -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.load-product .preload .loading>div:nth-child(5) {
    -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08)
}

.load-product .loading-msg {
    line-height: 35px;
    font-size: 16px
}

.load-product .loading-msg i {
    margin: 0 5px
}

.load-product .hide {
    display: none
}

@-webkit-keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4)
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

@keyframes line-scale {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4)
    }

    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

body .cc-window.cc-type-info {
    background: var(--color-cookie-bg);
    color: var(--color-cookie-txt)
}

body .cc-window.cc-type-info .cc-link {
    color: var(--color-cookie-link)
}

body .cc-window.cc-type-info .cc-btn {
    background-color: var(--color-cookie-btn-bg);
    color: var(--color-cookie-btn-text)
}

body .cc-window.cc-type-info .cc-btn:hover {
    background-color: var(--color-cookie-btn-bg-h);
    color: var(--color-cookie-btn-text-h)
}

@media (max-width: 767px) {
    .cc-banner.cc-theme-edgeless .cc-btn {
        padding: 10px 20px
    }
}

@media (max-width: 736px) {
    body .cc-window.cc-type-info {
        text-align: center
    }

    .cc-banner.cc-theme-edgeless .cc-message {
        margin-left: 0
    }

    .cc-compliance {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cc-theme-edgeless.cc-window {
        padding: 10px
    }
}

.td_mega_brand {
    text-align: center
}

.td_mega_brand img {
    max-height: 60px;
    width: auto
}

.products_on_menu {
    text-align: center
}

.products_on_menu .product-price-and-shipping span:not(:last-child) {
    margin-right: 5px
}

.td_mega_menu .element_ul_depth_1 {
    margin-bottom: 15px
}

.td_mega_menu .element_ul_depth_1 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
    line-height: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.td_mega_menu .tdmenu_multi_level a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0;
    line-height: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.td_mega_menu .tdmenu_multi_level ul {
    position: absolute;
    background: #fff;
    font-weight: normal;
    z-index: 70;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    display: none;
    width: 100%;
    border: 1px solid #f2f2f2;
    left: 100%;
    top: -1px
}

.td_mega_menu .tdmenu_multi_level ul>li:last-child>.menu_a_wrap>a {
    border-bottom: none
}

.td_mega_menu .tdmenu_multi_level li {
    position: relative;
    display: block;
    width: 100%
}

.td_mega_menu .tdmenu_multi_level li .style_content {
    padding: 15px
}

.td_mega_menu .tdmenu_multi_level li a {
    padding: 10px 15px;
    border-bottom: 1px solid #f2f2f2
}

.td_mega_menu .tdmenu_multi_level li:hover>ul {
    display: block
}

.td_mega_menu .tdmenu_multi_level>li:last-child>.menu_a_wrap>a {
    border-bottom: none
}

.td_mega_menu .tdmenu_multi_level .is_parent_icon {
    margin-left: auto
}

.td_mega_menu .element_ul_depth_2 .granditem_0>ul {
    position: absolute;
    background: #fff;
    font-weight: normal;
    z-index: 70;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    display: none;
    width: 100%
}

.td_mega_menu .style_wide {
    padding: 15px 20px 15px 20px;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin
}

.td_mega_menu .style_wide::-webkit-scrollbar {
    width: 6px
}

.td_mega_menu .style_wide::-webkit-scrollbar-thumb {
    background-color: #cdcdcd
}

.td_mega_menu .style_wide::-webkit-scrollbar-track {
    background-color: #f0f0f0
}

.td_mega_menu .style_wide .element_a_depth_1 {
    font-weight: 600;
    text-transform: uppercase
}

.td_mega_menu .style_wide .element_ul_depth_2 .granditem_0 {
    position: relative;
    display: block
}

.td_mega_menu .style_wide .element_ul_depth_2 .granditem_0>ul {
    top: 0;
    left: 80px;
    width: 190px;
    padding: 15px
}

.td_mega_menu .style_wide .element_ul_depth_2 .granditem_0:hover>ul {
    display: block
}

.td_mega_menu .menu_sub {
    position: absolute;
    text-align: left;
    background: #fff;
    font-weight: 400;
    z-index: 70;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, -webkit-transform .2s ease;
    pointer-events: none;
    -webkit-transform: translateY(15px) translateZ(0);
    transform: translateY(15px) translateZ(0)
}

.td_mega_menu .menu_sub .cate_label {
    margin-left: 5px
}

.td_mega_menu .menu_sub .products_on_menu.list {
    text-align: left
}

.td_mega_menu .menu_sub .products_on_menu.list .product-container {
    margin-bottom: 10px
}

.td_mega_menu .menu_sub .products_on_menu.list .product-container .pthumbnail-container {
    max-width: 80px
}

.td_mega_menu .menu_sub .products_on_menu.list .product-container .product-description {
    overflow: hidden
}

.td_mega_menu .menu_sub .products_on_menu.list .product-container .product-description .product_name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.td_mega_menu .menu_sub .products_on_menu.list .product-container .product-description .product-price {
    font-size: 16px
}

.td_mega_menu .element_li_depth_0:hover>.menu_sub {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: visible;
    pointer-events: unset
}

.td_mega_menu .element_a_depth_0 i.icon-home {
    margin-right: 0 !important
}

.td_mega_menu .menu_cate_img {
    margin-bottom: 10px;
    display: block;
    padding-top: 8px
}

.td_mega_menu .icon-img {
    max-height: 18px;
    display: inline-block;
    margin-right: 7px
}

.td_mega_menu .element_a_depth_1.has-icon-img {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.td_mega_menu .element_a_depth_1 .icon-img {
    max-width: 100%;
    max-height: none;
    margin-right: 0;
    margin-bottom: 10px
}

.td_mega_menu .cate_label {
    font-size: 10px;
    display: inline-block;
    line-height: 12px;
    padding: 2px 4px;
    position: relative;
    letter-spacing: .3px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 0 !important;
    z-index: 2
}

.td_mega_menu .is_parent_icon {
    position: relative
}

.td_mega_menu .is_parent_icon::after {
    content: "\f0da";
    font-family: "FontAwesome";
    display: inline;
    padding-left: 5px;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}

.td_mega_menu i {
    margin-right: 5px;
    font-size: 13px;
    line-height: inherit
}
.td_mega_menu.menu-vertical .item-level-0 >a >i{
    margin-right: 15px;
    font-size: 25px;
    width: 25px;
    text-align: center;
}

.td_mega_menu .m_column_row {
    margin-bottom: 0
}

.td_mega_menu .m_column_row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.menu-horizontal {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0
}

.menu-horizontal .item-level-0>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 18px 15px;
    position: relative
}

.menu-horizontal .item-level-0.is_parent {
    position: relative
}

.menu-horizontal .item-level-0.is_parent>a .triangle::after {
    font-family: "FontAwesome";
    content: "\f107";
    margin-left: 5px;
    font-size: 16px;
    vertical-align: middle
}

.wrapper-menu-horizontal .dropdown-is-mega:not(.menu_initialized)>.sub-menu-dropdown {
    opacity: 0 !important;
    visibility: hidden !important
}

.wrapper-menu-horizontal .element_a_depth_0 .cate_label {
    position: absolute;
    left: calc(50% - 10px);
    margin-left: 0;
    bottom: 70%
}

.wrapper-menu-vertical {
    position: relative;
    display: inline-block
}

.wrapper-menu-vertical .element_a_depth_0 .cate_label {
    margin-left: 7px
}

.wrapper-menu-vertical .element_a_depth_0 .cate_label::before {
    content: '';
    display: block;
    border: 5px solid transparent !important;
    border-right-color: inherit !important;
    position: absolute;
    left: -9px;
    top: 50%;
    margin-top: -5px;
    border-right-width: 7px !important
}

.wrapper-menu-vertical .menu-vertical-title {
    background: #232323;
    border: none;
    padding: 15px;
    line-height: 1;
    position: relative;
    text-align: left;
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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-transition: all 0.3s;
    transition: all 0.3s
}

.wrapper-menu-vertical .menu-vertical-title svg {
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.wrapper-menu-vertical .menu-vertical-title span {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 10px;
    margin-left: 10px
}

.wrapper-menu-vertical .menu-vertical-title i {
    font-size: 24px;
    margin: 0
}

.wrapper-menu-vertical .menu_sub {
    left: 100%;
    top: 0;
    -webkit-transform: translateX(-15px) translateZ(0);
    transform: translateX(-15px) translateZ(0)
}

.menu-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
    position: absolute;
    border: 1px solid #e5e5e5;
    width: 300px;
    margin: 0;
    z-index: 33;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: translateY(15px) translateZ(0);
    transform: translateY(15px) translateZ(0);
    pointer-events: none
}

.menu-vertical .item-level-0 {
    display: block;
    margin-bottom: 0
}

.menu-vertical .item-level-0:not(:first-child) {
    border-top: none !important
}

.menu-vertical .item-level-0>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 12px 18px;
    text-transform: none;
    line-height: 20px
}

.menu-vertical .item-level-0 .triangle::after {
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -8px;
    margin-left: 0;
    font-size: 16px;
    vertical-align: middle;
    line-height: 1;
    font-family: "FontAwesome";
    content: "\f105"
}

.menu-vertical .item-level-0:hover>a {
    background-color: #f9f9f9
}

.menu-vertical .item-level-0.is_parent>a {
    position: relative;
    padding-right: 25px
}

.wrapper-menu-vertical.active .menu-vertical {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: visible;
    pointer-events: unset
}

body.vertical_menu_visible #elementor-header .wrapper-menu-vertical .menu-vertical {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: visible;
    pointer-events: unset
}

.header-menu-icon .wrapper-menu-vertical .menu-vertical-title>span {
    display: none
}

.show-more-cat .show_less {
    display: none !important
}

.show-more-cat.menu-show .show_more {
    display: none !important
}

.show-more-cat.menu-show .show_less {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.wrapper-menu-column .col_element_li_depth_0 {
    padding-left: 10px;
    display: block;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    display: block;
    position: relative;
    padding-left: 10px;
    border-bottom: 1px solid #f2f2f2;
    padding-right: 10px
}

.wrapper-menu-column .col_sub_li {
    padding-left: 10px;
    display: block;
    position: relative;
    border-bottom: 1px solid #f2f2f2
}

.wrapper-menu-column .col_sub_li.style_content {
    padding-top: 12px;
    padding-bottom: 12px
}

.wrapper-menu-column .col_element_li_depth_0.active .col_sub_ul:last-child>.col_sub_li:last-child {
    border-bottom: none
}

.wrapper-menu-column .col_sub_li.active .col_sub_ul:last-child>.col_sub_li:last-child {
    border-bottom: none
}

.wrapper-menu-column .col_element_a_depth_0 {
    font-weight: 500;
    display: inline-block;
    padding: 12px 0;
    z-index: 2;
    position: relative;
    margin-right: 28px
}

.wrapper-menu-column .col_element_a_depth_0 i.icon-home {
    margin-right: 0 !important
}

.wrapper-menu-column .col_element_a_depth_0 .cate_label {
    margin-left: 7px
}

.wrapper-menu-column .col_sub_a {
    display: inline-block;
    padding: 12px 0;
    z-index: 2;
    position: relative;
    margin-right: 28px
}

.wrapper-menu-column .col_sub_a .cate_label {
    margin-left: 7px
}

.wrapper-menu-column .icon-opener {
    position: absolute;
    z-index: 1;
    left: auto;
    right: -10px;
    top: 1px;
    bottom: 1px;
    padding: 0;
    width: auto;
    cursor: pointer;
    background-color: transparent
}

.wrapper-menu-column .icon-opener .minus_sign {
    display: none
}

.wrapper-menu-column .icon-opener i {
    display: block;
    text-align: center;
    width: 30px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 20px;
    color: #333334
}

.wrapper-menu-column .active>.menu_a_wrap .icon-opener .plus_sign {
    display: none
}

.wrapper-menu-column .active>.menu_a_wrap .icon-opener .minus_sign {
    display: inline-block
}

.wrapper-menu-column .menu_a_wrap {
    position: relative
}

.wrapper-menu-column i {
    display: inline-block;
    padding-right: 8px;
    width: 18px;
    margin-right: 4px;
    font-size: inherit;
    vertical-align: 0;
    text-align: center
}

.wrapper-menu-column .icon-img {
    max-height: 18px;
    display: inline-block;
    margin-right: 7px
}

.wrapper-menu-column .col_sub_ul a i {
    margin-right: 4px;
    font-size: inherit;
    vertical-align: 0;
    width: 18px
}

.wrapper-menu-column .menu_sub .cate_label {
    margin-left: 7px
}

.wrapper-menu-column .cate_label {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    text-transform: none;
    line-height: 16px;
    padding: 0 3px;
    white-space: nowrap;
    border-radius: 2px;
    position: relative;
    border-color: transparent;
    vertical-align: middle
}

.wrapper-menu-column .cate_label::before {
    content: '';
    display: block;
    border: 3px solid transparent;
    border-right-color: inherit;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -3px
}

.col_sub_li {
    display: block;
    position: relative;
    padding-left: 10px;
    border-bottom: 1px solid #f2f2f2
}

.wrapper-menu-mobile>ul {
    margin: 0
}

.wrapper-menu-mobile .mo_element_a_depth_0 .cate_label {
    margin-left: 7px
}

.wrapper-menu-mobile .mo_sub_a .cate_label {
    margin-left: 7px
}

.wrapper-menu-mobile .menu_sub .cate_label {
    margin-left: 7px
}

.wrapper-menu-mobile .cate_label {
    font-size: 10px;
    display: inline-block;
    line-height: 12px;
    padding: 2px 4px;
    position: relative;
    letter-spacing: .3px;
    text-transform: uppercase;
    white-space: nowrap
}

.wrapper-menu-mobile .cate_label::before {
    content: '';
    display: block;
    border: 5px solid transparent !important;
    border-right-color: inherit !important;
    position: absolute;
    left: -9px;
    top: 50%;
    margin-top: -5px;
    border-right-width: 7px !important
}

.wrapper-menu-mobile li {
    position: relative;
    display: block;
    padding: 0;
    border-bottom: 1px solid #e5e5e5
}

.wrapper-menu-mobile li:last-child {
    border-bottom: none
}

.wrapper-menu-mobile li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 45px;
    line-height: 1.3
}

.wrapper-menu-mobile .mo_sub_ul {
    margin: 0;
    padding: 0;
    margin-left: 15px
}

.wrapper-menu-mobile .mo_sub_ul a i {
    margin-right: 4px;
    font-size: inherit;
    vertical-align: 0;
    width: 18px
}

.wrapper-menu-mobile .mo_sub_li .menu-product {
    border-bottom: 1px solid #e5e5e5
}

.wrapper-menu-mobile .mo_sub_li.style_content {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    min-height: 45px;
    line-height: 1.3;
    border-bottom: 1px solid #e5e5e5
}

.wrapper-menu-mobile i {
    display: inline-block;
    padding-right: 8px;
    width: 18px;
    margin-right: 4px;
    font-size: inherit;
    vertical-align: 0;
    text-align: center
}

.wrapper-menu-mobile .icon-img {
    max-height: 18px;
    display: inline-block;
    margin-right: 7px
}

.wrapper-menu-mobile li.active>.menu_a_wrap .icon-opener::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.wrapper-menu-mobile .menu_a_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wrapper-menu-mobile .menu_a_wrap .icon-opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-right: 0;
    font-size: 0;
    line-height: 45px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.wrapper-menu-mobile .menu_a_wrap .icon-opener::after {
    content: "\f107";
    height: 45px;
    text-align: center;
    font-family: "FontAwesome";
    font-weight: 400;
    font-size: 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.wrapper-menu-mobile .products_on_menu a, .wrapper-menu-mobile .mo_brand_div a, .wrapper-menu-mobile .style_content a {
    border: none
}

.wrapper-menu-mobile .products_on_menu.grid {
    text-align: center
}

.wrapper-menu-mobile .products_on_menu.grid .product-container {
    overflow: hidden
}

.wrapper-menu-mobile .products_on_menu.grid .product-container .product_name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.wrapper-menu-mobile .products_on_menu.grid .product-container .product_name a {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wrapper-menu-mobile .products_on_menu.list {
    text-align: left
}

.wrapper-menu-mobile .products_on_menu.list .product-container {
    margin-bottom: 10px
}

.wrapper-menu-mobile .products_on_menu.list .product-container .pthumbnail-container {
    max-width: 80px
}

.wrapper-menu-mobile .products_on_menu.list .product-container .pthumbnail-container .product_img_link {
    padding: 0
}

.wrapper-menu-mobile .products_on_menu.list .product-container .product-description {
    overflow: hidden
}

.wrapper-menu-mobile .products_on_menu.list .product-container .product-description .product_name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.wrapper-menu-mobile .products_on_menu.list .product-container .product-description .product_name a {
    padding: 0;
    min-height: 30px
}

.wrapper-menu-mobile .products_on_menu.list .product-container .product-description .product-price {
    font-size: 16px
}

@media (min-width: 1200px) {
    /* .header-menu-text .wrapper-menu-vertical .menu-vertical-title {
        width: 300px
    } */

    .header-menu-text .wrapper-menu-vertical .menu-vertical-title::after {
        content: "\f107";
        font-family: "FontAwesome";
        font-size: 16px;
        font-weight: 400;
        -webkit-transition: -webkit-transform .25s ease;
        transition: -webkit-transform .25s ease;
        transition: transform .25s ease;
        transition: transform .25s ease, -webkit-transform .25s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    body:not(.vertical_menu_visible) .header-menu-text .wrapper-menu-vertical.active .menu-vertical-title::after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

@media (max-width: 1199px) {
    .header-menu-text .wrapper-menu-vertical .menu-vertical-title>span {
        display: none
    }
}

.menu-vertical .item-level-0.submenu_position_1 {
    position: relative
}

.menu-vertical .item-level-0.submenu_position_2 {
    position: relative
}

.wrapper-menu-vertical .item-level-0.submenu_position_2>.menu_sub {
    top: auto;
    bottom: 0
}

.wishlist .td-wishlist-button:after {
    display: none
}

.wishlist .td-list-wishlist {
    min-width: 100px;
    max-height: 105px;
    padding: 0;
    overflow-y: auto;
    bottom: 100%;
    top: auto;
    margin: 0 0 5px
}

.wishlist .td-list-wishlist .dropdown-item {
    padding: 5px 8px;
    border: medium none
}

.wishlist .td-list-wishlist .dropdown-item:hover, .wishlist .td-list-wishlist .dropdown-item.added {
    background: var(--color-btn-bg-hover, #000);
    color: var(--color-btn-text-hover, #fff)
}

@media (max-width: 575.98px) {
    .td-modal-send-wishlist .modal-dialog {
        width: auto
    }
}

.td-modal-send-wishlist .modal-body .form-send-wishlist .td-fake-send-wishlist {
    display: none
}

.td-modal-send-wishlist .modal-footer {
    display: inline-block;
    vertical-align: middle
}

.td-modal-send-wishlist .modal-footer .btn-secondary, .td-modal-send-wishlist .modal-footer .btn-tertiary, .td-modal-send-wishlist .modal-footer .td-modal-send-wishlist-bt {
    float: right
}

#mywishlist .page-header {
    margin: 0 0 20px;
    padding: 0;
    background: transparent;
    border: 0
}

#mywishlist .page-header h1 {
    border: 0;
    padding: 0
}

#mywishlist .card-block {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

#mywishlist .card-block>h2 {
    font-weight: 400
}

#mywishlist .delete-wishlist-product {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

#mywishlist .wishlist-product-action {
    position: relative
}

#mywishlist .wishlist-product-action .wishlist-product-save-button {
    float: left
}

#mywishlist .wishlist-product-action .td-wishlist-button-dropdown {
    float: right
}

#mywishlist .wishlist-product-action .td-wishlist-button-dropdown .td-list-wishlist {
    min-width: 135px;
    max-height: 105px;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 2px;
    bottom: 100%;
    height: 100%;
    right: 0;
    top: auto;
    left: auto;
    border: 0
}

#mywishlist .wishlist-product-action .td-wishlist-button-dropdown .td-list-wishlist .dropdown-item {
    padding: 5px 8px;
    border: medium none
}

#mywishlist .wishlist-product-action .td-wishlist-button-dropdown .td-list-wishlist .dropdown-item:hover, #mywishlist .wishlist-product-action .td-wishlist-button-dropdown .td-list-wishlist .dropdown-item.added {
    background: transparent
}

#mywishlist .product-description {
    padding: 10px
}

.td-modal-wishlist .modal-content {
    overflow: hidden
}

.td-modal-wishlist .modal-content .modal-title {
    font-weight: 400
}

.td-modal-wishlist .modal-footer {
    display: none
}

.td-modal-wishlist.enable-action .modal-footer {
    display: block
}

.list-wishlist tr {
    -webkit-transition: background-color 1.5s;
    transition: background-color 1.5s
}

.list-wishlist {
    margin: 20px 0;
    overflow-x: auto
}

.list-wishlist tr.new, .list-wishlist tr.active, .list-wishlist tr.show.active {
    background-color: #DBE5F5 !important
}

.list-wishlist tr .delete-wishlist {
    font-size: 20px
}

.move-wishlist-item:hover {
    background-color: #f7f7f9
}

.view-wishlist-product {
    float: left
}

.list-wishlist tr.show {
    background-color: #d9edf7 !important
}

.send-wishlist {
    display: none;
    margin-bottom: 20px
}

.send_wishlist_msg {
    display: none
}

.td-modal-reset-send-wishlist {
    float: left
}

.send_wishlist_success {
    color: #5cb85c
}

.send_wishlist_error {
    color: #f0ad4e
}

.send_wishlist_form_content .has-success input, .send_wishlist_form_content .has-warning input {
    pointer-events: none
}

@media (min-width: 992px) {
    .searchwrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
    .searchwrap {
        padding: 0 30px
    }
}

.tdsearchblock {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

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

.search_block_top .searchbox {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    border: solid 1px #e5e5e5;
    background-color: #FFFFFF
}

@media (max-width: 991.98px) {
    .search_block_top .searchbox {
        float: none;
        text-align: center;
        margin: auto
    }
}

.search_block_top .searchbox .searchboxform-control {
    width: 30%;
    float: left;
    overflow: hidden;
    position: relative
}

@media (max-width: 575.98px) {
    .search_block_top .searchbox .searchboxform-control {
        display: none
    }
}

.search_block_top .searchbox .searchboxform-control:before {
    content: "";
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    background-color: #e5e5e5
}

.search_block_top .searchbox .searchboxform-control:after {
    content: "\e5c5";
    font-family: "Material Icons";
    height: 40px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10%;
    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;
    font-size: 20px
}

.search_block_top .searchbox .searchboxform-control .search_category {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 20px 10px 20px;
    border: medium none;
    background: none;
    line-height: normal;
    height: 44px;
    overflow: auto;
    width: 100%;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.search_block_top .searchbox .searchboxform-control .search_category:focus {
    outline: none
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .search_block_top .searchbox .searchboxform-control .search_category {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }
}

@media (max-width: 767.98px) {
    .search_block_top .searchbox .searchboxform-control .search_category {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }
}

.search_block_top .searchbox .searchboxform-control .search_category option {
    padding: 2px;
    text-transform: capitalize
}

.search_block_top .btn.button-search {
    position: relative;
    float: right;
    border: none;
    padding: 0px 10px;
    border-radius: 0;
    line-height: 16px;
    font-size: 15px;
    height: 44px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.search_block_top .btn.button-search i {
    font-size: 24px;
    margin: 0
}

.search_block_top .input-wrapper {
    overflow: hidden
}

.search_block_top .search_query_top {
    border: none;
    height: 44px;
    padding: 10px 20px;
    width: 100%;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.search_block_top .search_query_top:focus {
    background-color: transparent
}

.search_block_top .tdsearch_result_content {
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 11;
    display: none;
    text-align: left;
    background: #fff;
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #e5e5e5
}

.search_block_top .tdsearch_result_content .char_limit {
    padding: 10px
}

.search_block_top .tdsearch_result_content .ajax-search-content .top-content {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    word-wrap: break-word;
    color: #7a7a7a
}

.search_block_top .tdsearch_result_content .ajax-search-content .items-list {
    padding: 10px
}

.search_block_top .tdsearch_result_content .ajax-search-content .items-list .item a {
    padding: 5px;
    display: inline-block;
    width: 100%;
    border: medium none;
    border-radius: 0;
    margin: 0;
    cursor: pointer
}

.search_block_top .tdsearch_result_content .ajax-search-content .items-list .item a .searchImg {
    float: left;
    height: auto;
    margin: 0 15px 0 0;
    max-width: 80px
}

.search_block_top .tdsearch_result_content .ajax-search-content .items-list .item a .category-name {
    display: block;
    font-size: 14px;
    margin-bottom: 5px
}

.search_block_top .tdsearch_result_content .ajax-search-content .items-list .item a .product-name {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 5px
}

.search_block_top .tdsearch_result_content .ajax-search-content .items-list .item a .content_price {
    display: block
}

.search_block_top .tdsearch_result_content .ajax-search-content .items-list .item a .content_price .regular-price {
    text-decoration: line-through;
    font-weight: normal
}

.search_block_top .tdsearch_result_content .ajax-search-content .items-list .item a .content_price .sale-percentage {
    margin: 0 3px
}

.search_block_top .tdsearch_result_content .ajax-search-content .items-list .item a .content_price .price {
    font-weight: 500
}

.modal-content .modal-body .search_block_top .tdsearch_result_content {
    border: none;
    overflow: hidden;
    max-height: inherit
}

.modal-content .modal-body .search_block_top .tdsearch_result_content .ajax-search-content .items-list .item {
    padding: 10px 5px 10px 95px;
    border-bottom: 1px solid #e5e5e5
}

.modal-content .modal-body .search_block_top .tdsearch_result_content .ajax-search-content .items-list .item:last-child {
    border: none
}

.modal-content .modal-body .search_block_top .tdsearch_result_content .ajax-search-content .items-list .item a .searchImg {
    margin: 5px 5px 5px -95px;
    line-height: 1.4
}

.modal-content .modal-body .search_block_top .tdsearch_result_content .ajax-search-content .items-list .item a .category-name {
    line-height: 1.3
}

.modal-content .modal-body .search_block_top .tdsearch_result_content .ajax-search-content .items-list .item a .product-name {
    line-height: 1.4
}

.threesixty-img-container {
    max-width: 620px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    cursor: ew-resize;
    cursor: -webkit-grab
}

.threesixty-img-container:active {
    cursor: ew-resize;
    cursor: -webkit-grabbing
}

.threesixty-img-container .threesixty .nav_bar {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    max-width: 126px;
    z-index: 11;
    margin: 0 auto;
    background-color: white;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15)
}

.threesixty-img-container .threesixty .nav_bar a {
    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;
    width: 42px;
    height: 42px;
    font-size: 0px;
    color: rgba(0, 0, 0, 0.8);
    text-align: center
}

.threesixty-img-container .threesixty .nav_bar a:hover {
    color: rgba(0, 0, 0, 0.6)
}

.threesixty-img-container .threesixty .threesixty_images {
    display: none;
    margin: 0;
    padding: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 800px;
    -webkit-perspective: 800px
}

.threesixty-img-container .threesixty .threesixty_images img {
    position: absolute;
    top: 0;
    left: 50%;
    height: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.threesixty-img-container .threesixty .threesixty_images .previous-image {
    visibility: hidden
}

.threesixty-img-container .threesixty .threesixty_images .current-image {
    visibility: visible
}

.threesixty-img-container .threesixty .spinner {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: black;
    font-weight: bolder;
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 50%
}

.threesixty-img-container .threesixty .spinner span {
    line-height: 60px
}

.threesixty-img-container .mfp-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    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;
    color: #333333;
    cursor: pointer;
    opacity: 1;
    font-size: 30px;
    -webkit-transition: all .25s ease, opacity .3s ease .35s;
    transition: all .25s ease, opacity .3s ease .35s;
    z-index: 99
}

.tdsizecharts {
    max-width: 1100px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    background: #fff
}

.tdsizecharts .table {
    margin-bottom: 0
}

.effect1:before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    pointer-events: none
}

.effect1:hover:before {
    left: 50%;
    right: 50%;
    opacity: 1;
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s
}

.effect2:before, .effect2:after {
    bottom: 15px;
    content: "";
    left: 15px;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    z-index: 1;
    pointer-events: none
}

.effect2:before {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

.effect2:after {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0)
}

.effect2:hover:before, .effect2:hover:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.effect3 {
    position: relative;
    overflow: hidden;
    display: block
}

.effect3:before {
    border: 2px solid #ffffff;
    bottom: 20px;
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
    -webkit-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
    z-index: 1;
    pointer-events: none
}

.effect3:hover:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.effect4:before, .effect4:after {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    opacity: 1;
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
    pointer-events: none
}

.effect4:before {
    right: 0;
    top: 0
}

.effect4:after {
    left: 0;
    bottom: 0
}

.effect4:hover:before, .effect4:hover:after {
    height: 70%;
    width: 70%;
    opacity: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s
}

.effect5 {
    position: relative;
    overflow: hidden;
    display: block
}

.effect5:before {
    border: 0px solid rgba(0, 0, 0, 0.1);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
    pointer-events: none
}

.effect5:after {
    background: #fff;
    left: 10px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 10px;
    visibility: hidden;
    content: "";
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0.3;
    pointer-events: none
}

.effect5:hover:before {
    border-width: 10px
}

.effect5:hover:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    visibility: visible
}

.effect6 {
    position: relative;
    overflow: hidden;
    display: block
}

.effect6:before, .effect6:after {
    background: rgba(255, 255, 255, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    opacity: 0;
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
    pointer-events: none
}

.effect6 img {
    -webkit-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s
}

.effect6:hover:before, .effect6:hover:after {
    opacity: 1
}

.effect6:hover:before {
    left: 50%;
    right: 50%
}

.effect6:hover:after {
    bottom: 50%;
    top: 50%
}

.effect6:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.effect7 {
    overflow: hidden;
    position: relative
}

.effect7 img {
    -webkit-transition: all 1.3s ease 0s;
    transition: all 1.3s ease 0s
}

.effect7:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.effect8 {
    overflow: hidden
}

.effect8:before {
    content: '';
    position: absolute;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border: 150px double rgba(255, 255, 255, 0);
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none
}

.effect8:hover:before {
    border: 0px double rgba(255, 255, 255, 0.7);
    opacity: 0
}

.effect9 {
    overflow: hidden
}

.effect9:before {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    bottom: 10px;
    content: "";
    left: 10px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    pointer-events: none
}

.effect9:hover:before {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s
}

.effect10 {
    overflow: hidden
}

.effect10:before, .effect10:after {
    background: #ffffff;
    content: "";
    height: 0;
    opacity: 0.2;
    position: absolute;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 0;
    pointer-events: none
}

.effect10:before {
    top: 0;
    left: 0
}

.effect10:after {
    right: 0;
    bottom: 0
}

.effect10:hover:before, .effect10:hover:after {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 100%;
    width: 100%
}

.elementor-brands {
    position: relative
}

@media (max-width: 575.98px) {
    .elementor-brands .grid.cols-xs-1 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .elementor-brands .grid.cols-xs-2 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .elementor-brands .grid.cols-sm-1 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .elementor-brands .grid.cols-sm-2 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .elementor-brands .grid.cols-sm-3 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .elementor-brands .grid.cols-md-1 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .elementor-brands .grid.cols-md-2 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .elementor-brands .grid.cols-md-3 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .elementor-brands .grid.cols-md-4 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .elementor-brands .grid.cols-lg-1 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .elementor-brands .grid.cols-lg-2 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .elementor-brands .grid.cols-lg-3 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .elementor-brands .grid.cols-lg-4 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .elementor-brands .grid.cols-lg-5 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .elementor-brands .grid.cols-lg-6 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
}

@media (min-width: 1200px) {
    .elementor-brands .grid.cols-xl-1 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .elementor-brands .grid.cols-xl-2 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .elementor-brands .grid.cols-xl-3 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .elementor-brands .grid.cols-xl-4 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .elementor-brands .grid.cols-xl-5 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .elementor-brands .grid.cols-xl-6 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .elementor-brands .grid.cols-xl-7 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2%;
        flex: 0 0 14.2%;
        max-width: 14.2%
    }

    .elementor-brands .grid.cols-xl-8 .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

.elementor-brands .manufacturer-carousel {
    margin-bottom: 0
}

.elementor-brands .item {
    text-align: center
}

.elementor-brands .item img {
    max-width: 100%;
    margin: 0 auto
}

.elementor-brands .item span {
    margin-top: 10px;
    display: block
}

.elementor-categorylist .block_content.row {
    margin-left: -15px;
    margin-right: -15px
}

.elementor-categorylist .categoryblock {
    padding: 15px
}

@media (max-width: 575.98px) {
    .elementor-categorylist .grid.cols-xs-1 .categoryblock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .elementor-categorylist .grid.cols-xs-2 .categoryblock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .elementor-categorylist .grid.cols-xs-3 .categoryblock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .elementor-categorylist .grid.cols-sm-1 .categoryblock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .elementor-categorylist .grid.cols-sm-2 .categoryblock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .elementor-categorylist .grid.cols-sm-3 .categoryblock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .elementor-categorylist .grid.cols-sm-4 .categoryblock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .elementor-categorylist .grid.cols-md-1 .categoryblock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .elementor-categorylist .grid.cols-md-2 .categoryblock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .elementor-categorylist .grid.cols-md-3 .categoryblock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .elementor-categorylist .grid.cols-md-4 .categoryblock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .elementor-categorylist .grid.cols-md-5 .categoryblock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .elementor-categorylist .grid.cols-lg-1 .categoryblock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .elementor-categorylist .grid.cols-lg-2 .categoryblock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .elementor-categorylist .grid.cols-lg-3 .categoryblock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .elementor-categorylist .grid.cols-lg-4 .categoryblock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .elementor-categorylist .grid.cols-lg-5 .categoryblock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .elementor-categorylist .grid.cols-lg-6 .categoryblock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
}

@media (min-width: 1200px) {
    .elementor-categorylist .grid.cols-xl-1 .categoryblock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .elementor-categorylist .grid.cols-xl-2 .categoryblock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .elementor-categorylist .grid.cols-xl-3 .categoryblock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .elementor-categorylist .grid.cols-xl-4 .categoryblock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .elementor-categorylist .grid.cols-xl-5 .categoryblock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .elementor-categorylist .grid.cols-xl-6 .categoryblock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .elementor-categorylist .grid.cols-xl-7 .categoryblock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 14.2%;
        flex: 0 0 14.2%;
        max-width: 14.2%
    }

    .elementor-categorylist .grid.cols-xl-8 .categoryblock {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

.elementor-categorylist .style1 {
    position: relative
}

.elementor-categorylist .style1 .categoryblock {
    text-align: center
}

.elementor-categorylist .style1 .categoryblock .category-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 16px 20px 20px 20px;
}

.elementor-categorylist .style1 .categoryblock .categoryimage {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 17px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.elementor-categorylist .style1 .categoryblock .categoryimage img {
    border-radius: 50%
}

.elementor-categorylist .style1 .categoryblock .categorylist{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    width: 100%;
}

.elementor-categorylist .style1 .categoryblock .categorylist .cate-heading a {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #333333;
    letter-spacing: 0.3px
}

.elementor-categorylist .style1 .categoryblock .categorylist .categories-info-content .sub-categories {
    margin: 5px 0 0
}

.elementor-categorylist .style1 .categoryblock .show-all-cate, .elementor-categorylist .style3 .categoryblock .show-all-cate {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px
}

.elementor-categorylist .style1 .categoryblock .show-all-cate a, .elementor-categorylist .style3 .categoryblock .show-all-cate a {
    font-weight: 600;
    color: #333333;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0.3px;
    text-decoration: underline
}

@keyframes elementor-animation-wobble-horizontal {
    16.65% {
        transform: translateX(8px)
    }

    33.3% {
        transform: translateX(-6px)
    }

    49.95% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    100% {
        transform: translateX(0)
    }
}

.elementor-categorylist .style2 .categoryblock .category-wrap {
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 0
}

.elementor-categorylist .style2 .categoryblock .category-wrap:active .categoryimage, .elementor-categorylist .style2 .categoryblock .category-wrap:focus .categoryimage, .elementor-categorylist .style2 .categoryblock .category-wrap:hover .categoryimage {
    animation-name: elementor-animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

.elementor-categorylist .style2 .categoryblock .category-wrap .categoryimage {
    text-align: center
}

.elementor-categorylist .style2 .categoryblock .categorylist .category-title {
    background: #d8d8d8;
    text-align: center;
}

.elementor-categorylist .style2 .categoryblock .categorylist .cate-heading a {
    color: #333333;
    font-size: 15px;
    font-weight: 600;
    line-height: 65px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    padding: 0 10px;
}

.elementor-categorylist .style2 .categoryblock .categorylist .categories-info-content .sub-categories {
    text-align: left;
    padding: 10px;
    margin: 0;
    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
}

.elementor-categorylist .style2 .categoryblock .categorylist .categories-info-content .sub-categories li {
    padding: 5px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.elementor-categorylist .style2 .categoryblock .categorylist .categories-info-content .sub-categories li a {
    font-size: 14px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-categorylist .style2 .categoryblock .categorylist .categories-info-content .sub-categories li a:before {
    font-family: "Material Icons";
    content: "\e5cc";
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle
}

.elementor-categorylist .style3 .categoryblock .category-wrap {
    position: relative;
    overflow: hidden
}

.elementor-categorylist .style3 .categoryblock .category-wrap .categoryimage {
    display: block;
    transition: transform 0.5s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.5s cubic-bezier(0, 0, 0.44, 1.18)
}

.elementor-categorylist .style3 .categoryblock .category-wrap .categorylist {
    position: absolute;
    right: 20px;
    bottom: 15px;
    left: 20px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(100%) translateZ(0);
    transform: translateY(100%) translateZ(0)
}

.elementor-categorylist .style3 .categoryblock .category-wrap .categorylist .cate-heading a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px
}

.elementor-categorylist .style3 .categoryblock .category-wrap .categorylist .cate-count {
    opacity: 0;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(15px) translateZ(0);
    transform: translateY(15px) translateZ(0)
}

.elementor-categorylist .style3 .categoryblock .category-wrap .categorylist .categories-info-content .sub-categories {
    margin: 0
}

.elementor-categorylist .style3 .categoryblock .show-all-cate {
    margin-bottom: 0
}

.elementor-categorylist .style3 .categoryblock:hover .categoryimage {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

.elementor-categorylist .style3 .categoryblock:hover .categorylist {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0)
}

.elementor-categorylist .style3 .categoryblock:hover .categorylist .cate-count {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0)
}

#module-tdcompare-compare .page-header {
    margin: 0 0 20px;
    padding: 0;
    background: transparent;
    border: 0
}

#module-tdcompare-compare .page-header h1 {
    padding: 0px 0px 12px
}

table#product_comparison {
    border: 1px solid #e5e5e5
}

table#product_comparison th, table#product_comparison td {
    border-color: #e5e5e5
}

table#product_comparison tbody tr td.product-block {
    vertical-align: top;
    padding: 15px;
    text-align: center
}

table#product_comparison tbody tr td.td_empty, table#product_comparison tbody tr td.feature-name, table#product_comparison tbody tr.comparison_header {
    background: #f6f6f6;
    color: #7a7a7a
}

table#product_comparison tbody tr td.comparison_infos {
    text-align: center;
    background: transparent
}

table#product_comparison tbody tr td.td_empty {
    vertical-align: bottom
}

table#product_comparison tbody tr td.td_empty>span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555454
}

table#product_comparison .remove {
    padding: 0 0 15px 0
}

table#product_comparison .remove a {
    font-size: 28px;
    line-height: 23px
}

table#product_comparison .thumbnail-container {
    display: inline-block;
    position: relative
}

table#product_comparison .thumbnail-container .product-thumbnail {
    padding: 5px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    margin: 0 0 10px 0
}

table#product_comparison .thumbnail-container .product-thumbnail img {
    width: 100%;
    max-width: 250px
}

table#product_comparison .product-title {
    margin: 0;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400
}

table#product_comparison .product-price-and-shipping {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500
}

table#product_comparison .product-price-and-shipping>span {
    display: inline-block;
    vertical-align: middle
}

table#product_comparison .product-price-and-shipping .regular-price {
    font-size: 90%;
    text-decoration: line-through
}

table#product_comparison .product-price-and-shipping .discount-percentage {
    font-weight: normal;
    line-height: 10px;
    margin: 0 5px;
    padding: 4px;
    font-size: 12px
}

table#product_comparison .product-desc, table#product_comparison .highlighted-informations {
    margin: 10px 0 0
}

table#product_comparison .highlighted-informations {
    position: relative;
    -webkit-transform: none;
    transform: none;
    bottom: auto;
    -webkit-transition: none;
    transition: none;
    text-align: center
}

table#product_comparison .highlighted-informations .variant-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

table#product_comparison .highlighted-informations .variant-links .count {
    margin-left: 4px
}

table#product_comparison .product-add-to-cart {
    margin-top: 15px
}

table#product_comparison .product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    overflow: hidden
}

.footer_link {
    margin: 0 0 20px 0
}

.modal-dialog .modal-header .modal-msg {
    font-size: 16px;
    line-height: 20px
}

.modal-dialog .modal-footer {
    text-align: center
}

.modal-dialog .modal-footer button {
    margin: 0 5px
}

@media (max-width: 991.98px) {
    table#product_comparison tbody tr td.td_empty span {
        font-size: 14px
    }

    table#product_comparison tbody tr td.product-block {
        padding: 10px
    }
}

@media (max-width: 767.98px) {
    #product_comparison table, #product_comparison thead, #product_comparison tbody, #product_comparison th, #product_comparison td, #product_comparison tr {
        display: block
    }

    #product_comparison thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    #product_comparison tr {
        overflow: hidden
    }

    #product_comparison tr:last-child {
        border-bottom: none
    }

    #product_comparison tr:last-child td {
        border-bottom: none
    }

    #product_comparison td {
        border: none;
        position: relative;
        white-space: normal;
        float: left;
        width: 33.33%
    }

    .lang-rtl #product_comparison td {
        float: right
    }

    #product_comparison td.feature-name {
        width: 100%;
        text-align: center
    }

    #product_comparison td.td_empty {
        width: 100% !important;
        clear: both
    }

    #product_comparison td:last-child {
        border-bottom: none
    }

    #product_comparison .comparison_feature .feature-name {
        width: 100%;
        float: none;
        clear: both
    }
}

@media (max-width: 575.98px) {
    #product_comparison td {
        float: none;
        text-align: center;
        width: 100%
    }

    #product_comparison .comparison_feature td {
        float: left;
        width: 50%
    }

    #product_comparison .comparison_feature .feature-name {
        width: 100%;
        clear: both
    }

    #product_comparison .comparison_feature .product-name {
        width: 50%;
        float: left;
        display: block
    }
}

.td-newsletter {
    display: none;
    background-size: cover;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 50%;
    padding: 0;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    min-width: 290px;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.td-newsletter .image-newsletter {
    padding: 0;
    text-align: center
}

.td-newsletter .image-newsletter img {
    width: 100%
}

.td-newsletter .box-newsletter {
    padding: 0;
    text-align: center;
    height: auto !important;
    background: white;
}

.td-newsletter .box-newsletter .innerbox-newsletter {
    padding: 30px;
    height: 100%;
    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;
}

.td-newsletter .box-newsletter .innerbox-newsletter .newsletter-desc {
    margin: 10px 0 0
}

.td-newsletter .box-newsletter .innerbox-newsletter .tdnewsletter_form {
    padding-top: 10px
}

.td-newsletter .td-newsletter-dont {
    position: absolute;
    right: 12px;
    bottom: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.td-newsletter .td-newsletter-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 2;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.td-newsletter .input-wrapper .form-control {
    text-align: center
}

.td-newsletter .tdnewsletter_send {
    margin-top: 10px
}

.lang-rtl .td-newsletter {
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.lang-rtl .td-newsletter .td-newsletter-dont {
    left: 12px;
    right: auto
}

.lang-rtl .td-newsletter .td-newsletter-close {
    right: auto;
    left: 0
}

.newsletter-content {
    margin-bottom: 10px
}

.newsletter-content h2 {
    font-size: 30px;
    margin-bottom: 20px
}

.newsletter-content p {
    margin-bottom: 25px;
    font-size: 14px
}

.td-newsletter-close:before {
    content: "\2716";
    display: block;
    font-size: 22px;
    line-height: 43px
}

.td-newsletter-link {
    display: block
}

@media (max-width: 991.98px) {
    .td-newsletter {
        min-height: 0px !important;
        height: auto !important
    }
}

@media (max-width: 767.98px) {
    .td-newsletter .box-newsletter .innerbox-newsletter {
        width: 100%;
        text-align: center
    }
}

.elementor-blogs .element-loading {
    min-height: 400px
}

.block_content .side-blog {
    margin-bottom: 15px
}

.block_content .side-blog:last-child {
    margin-bottom: 0
}

.block_content .side-blog .blog-img {
    float: left;
    margin: 0 10px 0 0
}

.lang-rtl .block_content .side-blog .blog-img {
    float: right;
    margin: 0 0 0 10px
}

.block_content .side-blog .blog-detail .title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px
}

.block_content .side-blog .blog-comment-content {
    display: inline-block;
    vertical-align: middle;
    width: 100%
}

.block_content .side-blog .blog-comment-content .blog-img {
    border-radius: 50%;
    overflow: hidden
}

.block_content .side-blog .blog-comment {
    margin-top: 5px
}

.block_content .tags {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.block_content .tags a {
    padding: 0 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 13px;
    vertical-align: middle;
    background: #f9f9f9;
    color: #232323;
    border: solid 1px #e9e9e9
}

.block_content .tags a:hover {
    background: #232323;
    color: #fff;
    border-color: #232323
}

.blogsearch_block #sdssearch_block_top .input-wrapper {
    overflow: hidden
}

.blogsearch_block #sdssearch_block_top .input-wrapper input {
    height: 40px
}

.blogsearch_block #sdssearch_block_top .btn-blog-search {
    float: right;
    height: 40px;
    margin: 0 0 0 10px;
    padding: 0 10px;
    font-size: 18px
}

.lang-rtl .blogsearch_block #sdssearch_block_top .btn-blog-search {
    margin: 0 10px 0 0;
    float: left
}

.blog-details .blog-details-inner .blog-thumbnail {
    margin-bottom: 15px
}

.blog-details .blog-details-inner .title_block {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    padding: 0;
    text-transform: capitalize;
    margin-bottom: 5px
}

.blog-details .blog-details-inner .blog-content {
    text-align: justify;
    margin: 0 0 15px
}

.blog-details .blog-details-inner .addthis_toolbox {
    margin-bottom: 20px
}

.blog-details .blog-details-inner .blog-tags .tags {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 20px
}

.blog-details .blog-details-inner .blog-tags .tags a {
    padding: 0 8px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 22px;
    text-transform: capitalize;
    background: #f9f9f9;
    color: #232323;
    border: solid 1px #e9e9e9
}

.blog-details .blog-details-inner .blog-tags .tags a:hover {
    background: #232323;
    color: #fff;
    border-color: #232323
}

.blog-details .blog-details-inner .blog-navigation {
    margin-bottom: 30px
}

.blog-info {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
}

.blog-info>span {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0px 15px 0px 0
}

.lang-rtl .blog-info>span {
    margin: 0 0 0 15px
}

.blog-info>span i {
    font-size: 18px;
    margin: 0 3px 0 0;
    text-align: center;
    vertical-align: middle
}

.lang-rtl .blog-info>span i {
    margin: 0 0 0 3px
}

.sdsblogCategory {
    margin: 0 0 30px
}

.sdsblogCategory .img-responsive {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin: 0 0 15px 0;
    max-width: 100%;
    padding: 0
}

.sdsblogCategory .catDesc {
    margin: 0 0 20px
}

#smartblogcat .sdsarticleCat {
    border-bottom: 1px solid #777;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative
}

#smartblogcat .sdsarticleCat .articleContent {
    margin-bottom: 15px
}

#smartblogcat .sdsarticleCat .articleContent img {
    max-width: 100%;
    width: 100%
}

#smartblogcat .sdsarticleCat .sdsarticleHeader {
    margin: auto
}

#smartblogcat .sdsarticleCat .sdsarticleHeader .title_block {
    font-size: 20px;
    line-height: 26px;
    padding: 0;
    text-transform: capitalize;
    margin-bottom: 10px
}

#smartblogcat .sdsarticleCat .sdsarticle-des {
    margin: 0 0 15px;
    text-align: justify;
    line-height: 24px
}

#respond {
    padding: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 20px
}

#respond .comment-reply-title {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 20px
}

#respond .comment-reply-title #cancel-comment-reply-link {
    float: right;
    font-weight: 400;
    font-size: 13px;
    cursor: pointer
}

.lang-rtl #respond .comment-reply-title #cancel-comment-reply-link {
    float: left
}

#respond #commentform {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#respond .form-group label {
    margin-bottom: 10px
}

#respond .form-group .note {
    float: right;
    color: #ff4c4c
}

.lang-rtl #respond .form-group .note {
    float: left
}

#respond .form-group sup {
    color: #ff4c4c;
    font-size: 15px
}

#respond .form-group .error {
    color: #ff4c4c;
    font-size: 12px
}

#respond .form-group.captcha .smartblogcaptcha {
    margin-top: 10px
}

#respond .success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #3C763D;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px
}

#respond .attention {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px
}

#respond .warning {
    background-color: #F2DEDE;
    border-color: #EBCCD1;
    color: #A94442;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px
}

#articleComments {
    margin-bottom: 50px
}

#articleComments #comments {
    margin-bottom: 10px
}

#articleComments .commenttitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px 0;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--color-border)
}

#articleComments .commentList {
    margin: 0;
    position: relative
}

#articleComments .commentList li article {
    padding: 15px 0;
    border-bottom: 1px solid var(--color-border);
    position: relative
}

#articleComments .commentList li .comment-info {
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

#articleComments .commentList li .comment-avatar {
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 15px 0 0
}

.lang-rtl #articleComments .commentList li .comment-avatar {
    float: right;
    margin: 0 0 0 15px
}

#articleComments .commentList li .comment-content {
    margin-top: 15px
}

#articleComments .commentList li .comment-reply-link {
    display: inline-block;
    margin-top: 15px;
    font-weight: bold;
    text-transform: uppercase
}

#articleComments .commentList li .name, #articleComments .commentList li .name a {
    font-size: 13px;
    font-weight: bold
}

#articleComments .commentList .children {
    margin: 0 0 0 30px
}

.lang-rtl #articleComments .commentList .children {
    margin: 0 30px 0 0
}

.blogs .blog-media {
    position: relative;
    margin-bottom: 20px
}

.blogs .blog-media img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 2px;
    -webkit-box-shadow: 0 15px 18px -15px rgba(32, 32, 37, 0.25);
    box-shadow: 0 15px 18px -15px rgba(32, 32, 37, 0.25);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.blogs article.blog {
    margin-bottom: 20px
}

.blogs article.blog .blog-content .blog-post-title {
    margin: 0 0 10px;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 1.35
}

.blogs article.blog .blog-content .blog-post-title a {
    color: #232323
}

.blogs article.blog .blog-content .blog-post-title a:hover {
    color: var(--color-primary)
}

.blogs article.blog .blog-content .blog-post-content {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 1.7;
    color: var(--color-body-text)
}

.blogs .blog-style-1 .blog-content {
    position: relative;
    overflow-wrap: break-word
}

.blogs .blog-style-1 .blog-content .blog-post-metadata {
    margin: 0 0 5px;
    text-align: left
}

.blogs .blog-style-1 .blog-content .blog-post-metadata li {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 1.7;
    color: #8f8f9c
}

.blogs .blog-style-1 .blog-content .blog-post-read-more {
    float: left;
    margin-top: 10px
}

.blogs .blog-style-1 .blog-content .blog-post-read-more a {
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.2px;
    line-height: 1.6;
    text-transform: capitalize;
    text-decoration: none;
    white-space: nowrap;
    color: #232323
}

.blogs .blog-style-1 .blog-content .blog-post-read-more a:hover {
    color: var(--color-primary)
}

.blogs .blog-style-1 .blog-content .blog-post-counters {
    float: right;
    text-align: right;
    margin-top: 10px
}

.blogs .blog-style-1 .blog-content .blog-post-counters a, .blogs .blog-style-1 .blog-content .blog-post-counters .blog-views-counter {
    display: inline-block;
    margin-right: 14px;
    font-size: 15px;
    line-height: 1.6;
    white-space: nowrap;
    color: var(--color-body-text)
}

.blogs .blog-style-1 .blog-content .blog-post-counters a i, .blogs .blog-style-1 .blog-content .blog-post-counters .blog-views-counter i {
    font-size: 16px;
    margin-right: 4px
}

.blogs .blog-style-1 .blog-content .blog-post-counters a .blog-counter-number, .blogs .blog-style-1 .blog-content .blog-post-counters .blog-views-counter .blog-counter-number {
    position: relative;
    top: -1px;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.2px
}

.blogs .blog-style-1 .blog-content .blog-post-counters a:last-child, .blogs .blog-style-1 .blog-content .blog-post-counters .blog-views-counter:last-child {
    margin-right: 0
}

.blogs .blog-style-1 .blog-content .blog-post-counters a:hover {
    color: var(--color-primary)
}

.blogs .blog-style-2 .blog-content {
    text-align: center
}

.blogs .blog-style-2 .blog-content .blog-post-metadata {
    margin: 0 0 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.blogs .blog-style-2 .blog-content .blog-post-metadata li {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 1.7;
    color: var(--color-body-text)
}

.blogs .blog-style-2 .blog-content .blog-post-metadata li:not(:last-child) {
    margin-right: 25px
}

.blogs .blog-style-2 .blog-content .blog-post-metadata li:not(:last-child)::after {
    content: "";
    background-color: var(--color-body-text);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.blogs .blog-style-2 .blog-content .blog-post-content {
    width: 80%;
    margin: 0 auto 5px auto
}

@media (max-width: 543px) {
    .blogs .blog-style-2 .blog-content .blog-post-content {
        width: 100%
    }
}

.blogs .blog-style-2 .blog-content .blog-post-read-more a {
    text-decoration: underline;
    text-underline-offset: 2px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 1.6;
    color: #232323
}

.blogs .blog-style-2 .blog-content .blog-post-read-more a:hover {
    text-decoration: underline;
    color: var(--color-primary)
}

.blogs .blog-style-3 .blog-wrap {
    position: relative;
    overflow: hidden
}

.blogs .blog-style-3 .blog-wrap .blog-media {
    margin-bottom: 0
}

.blogs .blog-style-3 .blog-wrap .blog-content {
    padding: 20px 20px 10px;
    position: absolute;
    top: auto;
    bottom: -5px;
    width: 100%;
    text-align: left;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(83, 100, 141, 0)), color-stop(65%, rgba(0, 0, 0, 0.7)));
    background: linear-gradient(to bottom, rgba(83, 100, 141, 0) 0%, rgba(0, 0, 0, 0.7) 65%);
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s
}

.blogs .blog-style-3 .blog-wrap .blog-content .blog-post-metadata .blog-post-date {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    letter-spacing: .5px;
    text-transform: capitalize;
    width: auto;
    position: relative;
    background: transparent;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.blogs .blog-style-3 .blog-wrap .blog-content .blog-post-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: .7px;
    padding-top: 5px;
    color: #fff;
    margin: 0
}

.blogs .blog-style-3 .blog-wrap .blog-content .blog-post-title a {
    color: #ffffff
}

.blogs .blog-style-3 .blog-wrap .blog-content .blog-post-content {
    font-size: 13px;
    color: #9c9c9b;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin-top: 7px;
    opacity: 0;
    height: 0;
    -webkit-transition: height 2s ease;
    transition: height 2s ease
}

.blogs .blog-style-3 .blog-wrap:hover .blog-media img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.blogs .blog-style-3 .blog-wrap:hover .blog-content {
    bottom: 0
}

.blogs .blog-style-3 .blog-wrap:hover .blog-content .blog-post-content {
    opacity: 1;
    height: auto
}

.blogs .blog-style-4 .blog-wrap .blog-media {
    position: relative;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden
}

.blogs .blog-style-4 .blog-wrap .blog-media .blog-post-date {
    background: #fff;
    color: #000;
    padding: 10px 15px;
    position: absolute;
    left: 10px;
    top: 10px;
    font-weight: 600;
    line-height: normal;
    text-align: center
}

.blogs .blog-style-4 .blog-wrap .blog-media .blog-post-date .blog-day {
    display: inline-block
}

.blogs .blog-style-4 .blog-wrap .blog-media .blog-post-date .blog-month {
    display: block;
    text-transform: uppercase
}

.blogs .blog-style-4 .blog-wrap .blog-content .blog-post-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 5px
}

.blogs .blog-style-4 .blog-wrap .blog-content .blog-post-content {
    font-size: 14px
}

.blogs .blog-style-5 .blog-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 575.98px) {
    .blogs .blog-style-5 .blog-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.blogs .blog-style-5 .blog-wrap .blog-media {
    width: 100%;
    margin-bottom: 0px;
    overflow: hidden
}

.blogs .blog-style-5 .blog-wrap .blog-content {
    width: 100%;
    padding-left: 15px
}

@media (max-width: 575.98px) {
    .blogs .blog-style-5 .blog-wrap .blog-content {
        padding-left: 0px;
        margin-top: 10px
    }
}

.blogs .blog-style-5 .blog-wrap .blog-content .blog-post-title {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    margin: 0
}

.blogs .blog-style-5 .blog-wrap .blog-content .blog-post-metadata .blog-post-date {
    margin: 8px 0px;
    font-size: 13px;
    font-weight: 400;
    color: var(--color-body-text);
    letter-spacing: .5px;
    text-transform: capitalize;
    width: auto;
    position: relative;
    background: transparent;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

.blogs .blog-style-5 .blog-wrap .blog-content .blog-post-content {
    font-size: 13px;
    margin-bottom: 8px
}

.blogs .blog-style-5 .blog-wrap .blog-content .blog-post-read-more a {
    text-decoration: underline;
    text-underline-offset: 2px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 1.6;
    color: #232323
}

.blogs .blog-style-5 .blog-wrap .blog-content .blog-post-read-more a:hover {
    text-decoration: underline;
    color: var(--color-primary)
}

.blogs .blog-style-5 .blog-wrap:hover .blog-media img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.blogs .blog-style-6 .blog-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blogs .blog-style-6 .blog-wrap .blog-post-date {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    text-transform: uppercase;
    color: #fff;
    background: #262626;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.blogs .blog-style-6 .blog-wrap .blog-post-date .blog-day {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    padding: 15px 22px 0;
    letter-spacing: .4px;
    line-height: 33px;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.blogs .blog-style-6 .blog-wrap .blog-post-date .blog-month {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: .4px;
    padding: 0;
    background: border-box;
    text-transform: capitalize;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.blogs .blog-style-6 .blog-wrap .blog-content {
    padding-left: 20px
}

.blogs .blog-style-6 .blog-wrap .blog-content .blog-post-title {
    font-size: 16px;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.blogs .blog-style-6 .blog-wrap .blog-content .blog-post-title a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.blogs .blog-style-6 .blog-wrap .blog-content .blog-post-content {
    font-size: 13px;
    letter-spacing: 0.6px;
    display: inline-block
}

/* Custom vertical menu*/
#index .custom-menu-vertical .menu-vertical{
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    pointer-events: visible;
    pointer-events: unset;
}

.list-description li:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 4px;
    height: 4px;
    border: 2px solid;
    border-radius: 50%;
    margin-inline-start: 2px;
    margin-inline-end: 11px;
}