@charset "utf-8";

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

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

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

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

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

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

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

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

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

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

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

dt {
    font-weight: 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:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

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

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

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 0
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
    display: inline-block
}

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

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

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-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-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.09375rem;
    line-height: 1.5;
    border-radius: .3rem
}

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

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

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

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

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

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

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

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

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

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

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

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 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: .76563rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

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

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%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)
}

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

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%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") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

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

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

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

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

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

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

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

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

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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)
}

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

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%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") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0
}

.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.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.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-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

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

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

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

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

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

.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-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

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

.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-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

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

.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-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

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

.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-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

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

.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-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

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

.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-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 {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

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

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

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

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

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

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

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

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

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .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 {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-link:hover {
    color: #404040
}

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

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

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

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

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

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

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

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

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

.dropdown-toggle {
    white-space: nowrap
}

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

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    margin: .125rem 0 0;
    font-size: .875rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item:focus,
.dropdown-item:hover {
    color: #222;
    text-decoration: none;
    background-color: #f6f6f6
}

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

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

.dropdown-menu.show {
    display: block
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .76563rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

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

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

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

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

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.15625rem;
    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 {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .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 {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

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

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

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

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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;charset=utf-8,%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,
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

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

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%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, .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(.15625rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

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

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

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .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: .76563rem
}

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

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

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

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

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .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 {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

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

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

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

.custom-range:focus {
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion:reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:575.98px) {

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

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

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

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

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

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

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

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

@media (max-width:767.98px) {

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

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

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

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

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

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

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

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

@media (max-width:991.98px) {

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

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

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

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

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

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

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

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

@media (max-width:1199.98px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' 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, .5)
}

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb,
.breadcrumb-item {
    display: flex
}

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

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

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

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

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 10px 0
}

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

.page-link:hover {
    z-index: 2;
    color: #999;
    text-decoration: none;
    border-color: #222
}

.page-link:focus {
    z-index: 3
}

.page-item {
    margin: 0 4px
}

.page-item:first-child .page-link {
    margin-left: 0
}

.page-item.active .page-link {
    z-index: 3;
    color: #222;
    border-color: #222;
    font-weight: 700
}

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

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.09375rem;
    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: .76563rem;
    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;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

.badge:empty {
    display: none
}

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

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

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

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

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

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

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

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    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:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

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

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(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 {
    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 {
        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 {
        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 {
        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 {
        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:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.toast.show,
.toast.showing {
    opacity: 1
}

.toast.show {
    display: block
}

.toast.hide {
    display: none
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    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 {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

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

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

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

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

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

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

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

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

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

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    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: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    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: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

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

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    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: 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, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .76563rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .875rem;
    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
}

@keyframes a {
    to {
        transform: rotate(1turn);
    }
}

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

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

@keyframes b {
    0% {
        transform: scale(0);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-0 {
    border: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

@media (min-width:576px) {
    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }
}

@media (min-width:768px) {
    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }
}

@media (min-width:992px) {
    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }
}

@media (min-width:1200px) {
    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

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

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

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

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

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

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

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

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

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    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 {
    top: 0
}

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

.fixed-bottom {
    bottom: 0
}

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

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

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

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

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-40 {
    width: 40% !important
}

.w-50 {
    width: 50% !important
}

.w-60 {
    width: 60% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-40 {
    height: 40% !important
}

.h-50 {
    height: 50% !important
}

.h-60 {
    height: 60% !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-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-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-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-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-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: transparent
}

.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:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

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

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

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

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

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

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

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

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

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

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table .thead-dark th,
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit
    }
}

.iconsax {
    font-family: 'iconsax' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.isax-lg {
    font-size: 1.33333em;
    line-height: .75em
}

.isax-xs {
    font-size: .75em
}

.isax-1x {
    font-size: 1em
}

.isax-2x {
    font-size: 24px
}

.isax-3x {
    font-size: 3em
}

.isax-4x {
    font-size: 4em
}

.isax-5x {
    font-size: 5em
}

.isax-6x {
    font-size: 6em
}

.isax-7x {
    font-size: 7em
}

.isax-8x {
    font-size: 8em
}

.isax-9x {
    font-size: 9em
}

.isax-10x {
    font-size: 10em
}

.isax-dcube:before {
    content: "\e901"
}

.isax-d-cube-scan:before {
    content: "\e902"
}

.isax-d-rotate:before {
    content: "\e903"
}

.isax-d-square:before {
    content: "\e904"
}

.isax-square:before {
    content: "\e905"
}

.isax-support:before {
    content: "\e906"
}

.isax-activity:before {
    content: "\e907"
}

.isax-add:before {
    content: "\e908"
}

.isax-add-circle:before {
    content: "\e909"
}

.isax-additem:before {
    content: "\e90a"
}

.isax-add-square:before {
    content: "\e90b"
}

.isax-airdrop:before {
    content: "\e90c"
}

.isax-airplane:before {
    content: "\e90d"
}

.isax-airplane-square:before {
    content: "\e90e"
}

.isax-airpod:before {
    content: "\e90f"
}

.isax-airpods:before {
    content: "\e910"
}

.isax-alarm:before {
    content: "\e911"
}

.isax-align-bottom:before {
    content: "\e912"
}

.isax-align-horizontally:before {
    content: "\e913"
}

.isax-align-left:before {
    content: "\e914"
}

.isax-align-right:before {
    content: "\e915"
}

.isax-align-vertically:before {
    content: "\e916"
}

.isax-aquarius:before {
    content: "\e917"
}

.isax-archive:before {
    content: "\e918"
}

.isax-archive-1:before {
    content: "\e919"
}

.isax-archive-2:before {
    content: "\e91a"
}

.isax-archive-add:before {
    content: "\e91b"
}

.isax-archive-book:before {
    content: "\e91c"
}

.isax-archive-minus:before {
    content: "\e91d"
}

.isax-archive-slash:before {
    content: "\e91e"
}

.isax-archive-tick:before {
    content: "\e91f"
}

.isax-arrange-circle:before {
    content: "\e920"
}

.isax-arrange-circle-2:before {
    content: "\e921"
}

.isax-arrange-square:before {
    content: "\e922"
}

.isax-arrange-square-2:before {
    content: "\e923"
}

.isax-arrow:before {
    content: "\e924"
}

.isax-arrow-2:before {
    content: "\e925"
}

.isax-arrow-3:before {
    content: "\e926"
}

.isax-arrow-bottom:before {
    content: "\e927"
}

.isax-arrow-circle-down:before {
    content: "\e928"
}

.isax-arrow-circle-left:before {
    content: "\e929"
}

.isax-arrow-circle-right:before {
    content: "\e92a"
}

.isax-arrow-circle-up:before {
    content: "\e92b"
}

.isax-arrow-down:before {
    content: "\e92c"
}

.isax-arrow-down-1:before {
    content: "\e92d"
}

.isax-arrow-down-2:before {
    content: "\e92e"
}

.isax-arrow-left:before {
    content: "\e92f"
}

.isax-arrow-left-1:before {
    content: "\e930"
}

.isax-arrow-left-2:before {
    content: "\e931"
}

.isax-arrow-left-3:before {
    content: "\e932"
}

.isax-arrow-right:before {
    content: "\e933"
}

.isax-arrow-right-1:before {
    content: "\e934"
}

.isax-arrow-right-2:before {
    content: "\e935"
}

.isax-arrow-right-3:before {
    content: "\e936"
}

.isax-arrow-right-4:before {
    content: "\e937"
}

.isax-arrow-square:before {
    content: "\e938"
}

.isax-arrow-square-down:before {
    content: "\e939"
}

.isax-arrow-square-left:before {
    content: "\e93a"
}

.isax-arrow-square-up:before {
    content: "\e93b"
}

.isax-arrow-swap:before {
    content: "\e93c"
}

.isax-arrow-swap-horizontal:before {
    content: "\e93d"
}

.isax-arrow-up:before {
    content: "\e93e"
}

.isax-arrow-up-1:before {
    content: "\e93f"
}

.isax-arrow-up-2:before {
    content: "\e940"
}

.isax-arrow-up-3:before {
    content: "\e941"
}

.isax-attach-circle:before {
    content: "\e942"
}

.isax-attach-square:before {
    content: "\e943"
}

.isax-audio-square:before {
    content: "\e944"
}

.isax-autobrightness:before {
    content: "\e945"
}

.isax-award:before {
    content: "\e946"
}

.isax-back-square:before {
    content: "\e947"
}

.isax-backward:before {
    content: "\e948"
}

.isax-backward-5-seconds:before {
    content: "\e949"
}

.isax-backward-10-seconds:before {
    content: "\e94a"
}

.isax-backward-15-seconds:before {
    content: "\e94b"
}

.isax-backward-item:before {
    content: "\e94c"
}

.isax-bag:before {
    content: "\e94d"
}

.isax-bag-2:before {
    content: "\e94e"
}

.isax-bag-cross:before {
    content: "\e94f"
}

.isax-bag-cross-1:before {
    content: "\e950"
}

.isax-bag-happy:before {
    content: "\e951"
}

.isax-bag-tick:before {
    content: "\e952"
}

.isax-bag-tick-2:before {
    content: "\e953"
}

.isax-bag-timer:before {
    content: "\e954"
}

.isax-bank:before {
    content: "\e955"
}

.isax-barcode:before {
    content: "\e956"
}

.isax-battery-3full:before {
    content: "\e957"
}

.isax-battery-charging:before {
    content: "\e958"
}

.isax-battery-disable:before {
    content: "\e959"
}

.isax-battery-empty:before {
    content: "\e95a"
}

.isax-battery-empty-1:before {
    content: "\e95b"
}

.isax-battery-full:before {
    content: "\e95c"
}

.isax-bezier:before {
    content: "\e95d"
}

.isax-bill:before {
    content: "\e95e"
}

.isax-bitcoin-card:before {
    content: "\e95f"
}

.isax-bitcoin-convert:before {
    content: "\e960"
}

.isax-bitcoin-refresh:before {
    content: "\e961"
}

.isax-blend:before {
    content: "\e962"
}

.isax-blend-2:before {
    content: "\e963"
}

.isax-bluetooth:before {
    content: "\e964"
}

.isax-bluetooth-2:before {
    content: "\e965"
}

.isax-bluetooth-circle:before {
    content: "\e966"
}

.isax-bluetooth-rectangle:before {
    content: "\e967"
}

.isax-blur:before {
    content: "\e968"
}

.isax-book:before {
    content: "\e969"
}

.isax-book-1:before {
    content: "\e96a"
}

.isax-bookmark:before {
    content: "\e96b"
}

.isax-bookmark-2:before {
    content: "\e96c"
}

.isax-book-saved:before {
    content: "\e96d"
}

.isax-book-square:before {
    content: "\e96e"
}

.isax-box:before {
    content: "\e96f"
}

.isax-box-1:before {
    content: "\e970"
}

.isax-box-2:before {
    content: "\e971"
}

.isax-box-add:before {
    content: "\e972"
}

.isax-box-remove:before {
    content: "\e973"
}

.isax-box-search:before {
    content: "\e974"
}

.isax-box-tick:before {
    content: "\e975"
}

.isax-box-time:before {
    content: "\e976"
}

.isax-briefcase:before {
    content: "\e977"
}

.isax-brifecase-cross:before {
    content: "\e978"
}

.isax-brifecase-tick:before {
    content: "\e979"
}

.isax-brifecase-timer:before {
    content: "\e97a"
}

.isax-broom:before {
    content: "\e97b"
}

.isax-brush:before {
    content: "\e97c"
}

.isax-brush-1:before {
    content: "\e97d"
}

.isax-brush-2:before {
    content: "\e97e"
}

.isax-brush-3:before {
    content: "\e97f"
}

.isax-brush-4:before {
    content: "\e980"
}

.isax-bubble:before {
    content: "\e981"
}

.isax-bucket:before {
    content: "\e982"
}

.isax-bucket-circle:before {
    content: "\e983"
}

.isax-bucket-square:before {
    content: "\e984"
}

.isax-building:before {
    content: "\e985"
}

.isax-building-3:before {
    content: "\e986"
}

.isax-building-4:before {
    content: "\e987"
}

.isax-buildings:before {
    content: "\e988"
}

.isax-buildings-2:before {
    content: "\e989"
}

.isax-buliding:before {
    content: "\e98a"
}

.isax-bus:before {
    content: "\e98b"
}

.isax-buy-crypto:before {
    content: "\e98c"
}

.isax-cake:before {
    content: "\e98d"
}

.isax-calculator:before {
    content: "\e98e"
}

.isax-calendar:before {
    content: "\e98f"
}

.isax-calendar-1:before {
    content: "\e990"
}

.isax-calendar-2:before {
    content: "\e991"
}

.isax-calendar-add:before {
    content: "\e992"
}

.isax-calendar-circle:before {
    content: "\e993"
}

.isax-calendar-edit:before {
    content: "\e994"
}

.isax-calendar-remove:before {
    content: "\e995"
}

.isax-calendar-search:before {
    content: "\e996"
}

.isax-calendar-tick:before {
    content: "\e997"
}

.isax-call:before {
    content: "\e998"
}

.isax-call-add:before {
    content: "\e999"
}

.isax-call-calling:before {
    content: "\e99a"
}

.isax-call-incoming:before {
    content: "\e99b"
}

.isax-call-minus:before {
    content: "\e99c"
}

.isax-call-outgoing:before {
    content: "\e99d"
}

.isax-call-received:before {
    content: "\e99e"
}

.isax-call-remove:before {
    content: "\e99f"
}

.isax-call-slash:before {
    content: "\e9a0"
}

.isax-camera:before {
    content: "\e9a1"
}

.isax-camera-slash:before {
    content: "\e9a2"
}

.isax-candle:before {
    content: "\e9a3"
}

.isax-candle-2:before {
    content: "\e9a4"
}

.isax-car:before {
    content: "\e9a5"
}

.isax-card:before {
    content: "\e9a6"
}

.isax-card-add:before {
    content: "\e9a7"
}

.isax-card-coin:before {
    content: "\e9a8"
}

.isax-card-edit:before {
    content: "\e9a9"
}

.isax-card-pos:before {
    content: "\e9aa"
}

.isax-card-receive:before {
    content: "\e9ab"
}

.isax-card-remove:before {
    content: "\e9ac"
}

.isax-card-remove-1:before {
    content: "\e9ad"
}

.isax-cards:before {
    content: "\e9ae"
}

.isax-card-send:before {
    content: "\e9af"
}

.isax-card-slash:before {
    content: "\e9b0"
}

.isax-card-tick:before {
    content: "\e9b1"
}

.isax-card-tick-1:before {
    content: "\e9b2"
}

.isax-category:before {
    content: "\e9b3"
}

.isax-category-2:before {
    content: "\e9b4"
}

.isax-cd:before {
    content: "\e9b5"
}

.isax-chart:before {
    content: "\e9b6"
}

.isax-chart-1:before {
    content: "\e9b7"
}

.isax-chart-2:before {
    content: "\e9b8"
}

.isax-chart-3:before {
    content: "\e9b9"
}

.isax-chart-21:before {
    content: "\e9ba"
}

.isax-chart-fail:before {
    content: "\e9bb"
}

.isax-chart-square:before {
    content: "\e9bc"
}

.isax-chart-success:before {
    content: "\e9bd"
}

.isax-check:before {
    content: "\e9be"
}

.isax-chrome:before {
    content: "\e9bf"
}

.isax-clipboard:before {
    content: "\e9c0"
}

.isax-clipboard-close:before {
    content: "\e9c1"
}

.isax-clipboard-export:before {
    content: "\e9c2"
}

.isax-clipboard-import:before {
    content: "\e9c3"
}

.isax-clipboard-text:before {
    content: "\e9c4"
}

.isax-clipboard-tick:before {
    content: "\e9c5"
}

.isax-clock:before {
    content: "\e9c6"
}

.isax-clock-1:before {
    content: "\e9c7"
}

.isax-close-circle:before {
    content: "\e9c8"
}

.isax-close-square:before {
    content: "\e9c9"
}

.isax-cloud:before {
    content: "\e9ca"
}

.isax-cloud-add:before {
    content: "\e9cb"
}

.isax-cloud-change:before {
    content: "\e9cc"
}

.isax-cloud-connection:before {
    content: "\e9cd"
}

.isax-cloud-cross:before {
    content: "\e9ce"
}

.isax-cloud-drizzle:before {
    content: "\e9cf"
}

.isax-cloud-fog:before {
    content: "\e9d0"
}

.isax-cloud-lightning:before {
    content: "\e9d1"
}

.isax-cloud-minus:before {
    content: "\e9d2"
}

.isax-cloud-notif:before {
    content: "\e9d3"
}

.isax-cloud-plus:before {
    content: "\e9d4"
}

.isax-cloud-remove:before {
    content: "\e9d5"
}

.isax-cloud-snow:before {
    content: "\e9d6"
}

.isax-cloud-sunny:before {
    content: "\e9d7"
}

.isax-code:before {
    content: "\e9d8"
}

.isax-code-1:before {
    content: "\e9d9"
}

.isax-code-circle:before {
    content: "\e9da"
}

.isax-coffee:before {
    content: "\e9db"
}

.isax-coin:before {
    content: "\e9dc"
}

.isax-coin-1:before {
    content: "\e9dd"
}

.isax-colorfilter:before {
    content: "\e9de"
}

.isax-colors-square:before {
    content: "\e9df"
}

.isax-color-swatch:before {
    content: "\e9e0"
}

.isax-command:before {
    content: "\e9e1"
}

.isax-command-square:before {
    content: "\e9e2"
}

.isax-component:before {
    content: "\e9e3"
}

.isax-computing:before {
    content: "\e9e4"
}

.isax-convert:before {
    content: "\e9e5"
}

.isax-convert-3d-cube:before {
    content: "\e9e6"
}

.isax-convert-card:before {
    content: "\e9e7"
}

.isax-convertshape:before {
    content: "\e9e8"
}

.isax-convertshape-2:before {
    content: "\e9e9"
}

.isax-copy:before {
    content: "\e9ea"
}

.isax-copyright:before {
    content: "\e9eb"
}

.isax-copy-success:before {
    content: "\e9ec"
}

.isax-courthouse:before {
    content: "\e9ed"
}

.isax-cpu:before {
    content: "\e9ee"
}

.isax-cpu-charge:before {
    content: "\e9ef"
}

.isax-cpu-setting:before {
    content: "\e9f0"
}

.isax-creative-commons:before {
    content: "\e9f1"
}

.isax-crop:before {
    content: "\e9f2"
}

.isax-crown:before {
    content: "\e9f3"
}

.isax-crown-1:before {
    content: "\e9f4"
}

.isax-cup:before {
    content: "\e9f5"
}

.isax-danger:before {
    content: "\e9f6"
}

.isax-data:before {
    content: "\e9f7"
}

.isax-data-2 .path1:before {
    content: "\e9f8";
    color: rgb(41, 45, 50)
}

.isax-data-2 .path2:before {
    content: "\e9f9";
    margin-left: -1em;
    color: rgb(41, 45, 50)
}

.isax-data-2 .path3:before {
    content: "\e9fa";
    margin-left: -1em;
    color: rgb(41, 45, 50)
}

.isax-data-2 .path4:before {
    content: "\e9fb";
    margin-left: -1em;
    color: rgb(41, 45, 50)
}

.isax-data-2 .path5:before {
    content: "\e9fc";
    margin-left: -1em;
    color: rgb(255, 255, 255)
}

.isax-data-2 .path6:before {
    content: "\e9fd";
    margin-left: -1em;
    color: rgb(41, 45, 50)
}

.isax-data-2 .path7:before {
    content: "\e9fe";
    margin-left: -1em;
    color: rgb(41, 45, 50)
}

.isax-data-2 .path8:before {
    content: "\e9ff";
    margin-left: -1em;
    color: rgb(41, 45, 50)
}

.isax-designtools:before {
    content: "\ea00"
}

.isax-device-message:before {
    content: "\ea01"
}

.isax-devices:before {
    content: "\ea02"
}

.isax-devices-1:before {
    content: "\ea03"
}

.isax-diagram:before {
    content: "\ea04"
}

.isax-diamonds:before {
    content: "\ea05"
}

.isax-direct:before {
    content: "\ea06"
}

.isax-directbox-default:before {
    content: "\ea07"
}

.isax-directbox-notif:before {
    content: "\ea08"
}

.isax-directbox-receive:before {
    content: "\ea09"
}

.isax-directbox-send:before {
    content: "\ea0a"
}

.isax-direct-down:before {
    content: "\ea0b"
}

.isax-direct-inbox:before {
    content: "\ea0c"
}

.isax-direct-left:before {
    content: "\ea0d"
}

.isax-direct-normal:before {
    content: "\ea0e"
}

.isax-direct-notification:before {
    content: "\ea0f"
}

.isax-direct-right:before {
    content: "\ea10"
}

.isax-direct-send:before {
    content: "\ea11"
}

.isax-direct-up:before {
    content: "\ea12"
}

.isax-discount-circle:before {
    content: "\ea13"
}

.isax-discount-shape:before {
    content: "\ea14"
}

.isax-discover:before {
    content: "\ea15"
}

.isax-discover-1:before {
    content: "\ea16"
}

.isax-dislike:before {
    content: "\ea17"
}

.isax-document:before {
    content: "\ea18"
}

.isax-document-1:before {
    content: "\ea19"
}

.isax-document-cloud:before {
    content: "\ea1a"
}

.isax-document-code:before {
    content: "\ea1b"
}

.isax-document-code-2:before {
    content: "\ea1c"
}

.isax-document-copy:before {
    content: "\ea1d"
}

.isax-document-download:before {
    content: "\ea1e"
}

.isax-document-favorite:before {
    content: "\ea1f"
}

.isax-document-filter:before {
    content: "\ea20"
}

.isax-document-forward:before {
    content: "\ea21"
}

.isax-document-like:before {
    content: "\ea22"
}

.isax-document-normal:before {
    content: "\ea23"
}

.isax-document-previous:before {
    content: "\ea24"
}

.isax-document-sketch:before {
    content: "\ea25"
}

.isax-document-text:before {
    content: "\ea26"
}

.isax-document-text-1:before {
    content: "\ea27"
}

.isax-document-upload:before {
    content: "\ea28"
}

.isax-dollar-circle:before {
    content: "\ea29"
}

.isax-dollar-square:before {
    content: "\ea2a"
}

.isax-driver:before {
    content: "\ea2b"
}

.isax-driver-2:before {
    content: "\ea2c"
}

.isax-driver-refresh:before {
    content: "\ea2d"
}

.isax-driving:before {
    content: "\ea2e"
}

.isax-edit:before {
    content: "\ea2f"
}

.isax-edit-2:before {
    content: "\ea30"
}

.isax-electricity:before {
    content: "\ea31"
}

.isax-element-2:before {
    content: "\ea32"
}

.isax-element-3:before {
    content: "\ea33"
}

.isax-element-4:before {
    content: "\ea34"
}

.isax-element-equal:before {
    content: "\ea35"
}

.isax-element-plus:before {
    content: "\ea36"
}

.isax-emoji-happy:before {
    content: "\ea37"
}

.isax-emoji-normal:before {
    content: "\ea38"
}

.isax-emoji-sad:before {
    content: "\ea39"
}

.isax-empty-wallet:before {
    content: "\ea3a"
}

.isax-empty-wallet-add:before {
    content: "\ea3b"
}

.isax-empty-wallet-change:before {
    content: "\ea3c"
}

.isax-empty-wallet-remove:before {
    content: "\ea3d"
}

.isax-empty-wallet-tick:before {
    content: "\ea3e"
}

.isax-empty-wallet-time:before {
    content: "\ea3f"
}

.isax-eraser:before {
    content: "\ea40"
}

.isax-eraser-1:before {
    content: "\ea41"
}

.isax-export:before {
    content: "\ea42"
}

.isax-export-1:before {
    content: "\ea43"
}

.isax-export-2:before {
    content: "\ea44"
}

.isax-export-3:before {
    content: "\ea45"
}

.isax-external-drive:before {
    content: "\ea46"
}

.isax-eye:before {
    content: "\ea47"
}

.isax-eye-slash:before {
    content: "\ea48"
}

.isax-fatrows:before {
    content: "\ea49"
}

.isax-favorite-chart:before {
    content: "\ea4a"
}

.isax-filter:before {
    content: "\ea4b"
}

.isax-filter-add:before {
    content: "\ea4c"
}

.isax-filter-edit:before {
    content: "\ea4d"
}

.isax-filter-remove:before {
    content: "\ea4e"
}

.isax-filter-search:before {
    content: "\ea4f"
}

.isax-filter-square:before {
    content: "\ea50"
}

.isax-filter-tick:before {
    content: "\ea51"
}

.isax-finger-cricle:before {
    content: "\ea52"
}

.isax-finger-scan:before {
    content: "\ea53"
}

.isax-firstline:before {
    content: "\ea54"
}

.isax-flag:before {
    content: "\ea55"
}

.isax-flag-2:before {
    content: "\ea56"
}

.isax-flash:before {
    content: "\ea57"
}

.isax-flash-1:before {
    content: "\ea58"
}

.isax-flash-circle:before {
    content: "\ea59"
}

.isax-flash-circle-1:before {
    content: "\ea5a"
}

.isax-flash-slash:before {
    content: "\ea5b"
}

.isax-folder:before {
    content: "\ea5c"
}

.isax-folder-2:before {
    content: "\ea5d"
}

.isax-folder-add:before {
    content: "\ea5e"
}

.isax-folder-cloud:before {
    content: "\ea5f"
}

.isax-folder-connection:before {
    content: "\ea60"
}

.isax-folder-cross:before {
    content: "\ea61"
}

.isax-folder-favorite:before {
    content: "\ea62"
}

.isax-folder-minus:before {
    content: "\ea63"
}

.isax-folder-open:before {
    content: "\ea64"
}

.isax-forbidden:before {
    content: "\ea65"
}

.isax-forbidden-2:before {
    content: "\ea66"
}

.isax-format-circle:before {
    content: "\ea67"
}

.isax-format-square:before {
    content: "\ea68"
}

.isax-forward:before {
    content: "\ea69"
}

.isax-forward-5-seconds:before {
    content: "\ea6a"
}

.isax-forward-10-seconds:before {
    content: "\ea6b"
}

.isax-forward-15-seconds:before {
    content: "\ea6c"
}

.isax-forward-item:before {
    content: "\ea6d"
}

.isax-forward-square:before {
    content: "\ea6e"
}

.isax-frame:before {
    content: "\ea6f"
}

.isax-frame-1:before {
    content: "\ea70"
}

.isax-frame-2:before {
    content: "\ea71"
}

.isax-frame-3:before {
    content: "\ea72"
}

.isax-frame-4:before {
    content: "\ea73"
}

.isax-gallery:before {
    content: "\ea74"
}

.isax-gallery-add:before {
    content: "\ea75"
}

.isax-gallery-edit:before {
    content: "\ea76"
}

.isax-gallery-export:before {
    content: "\ea77"
}

.isax-gallery-favorite:before {
    content: "\ea78"
}

.isax-gallery-import:before {
    content: "\ea79"
}

.isax-gallery-remove:before {
    content: "\ea7a"
}

.isax-gallery-slash:before {
    content: "\ea7b"
}

.isax-gallery-tick:before {
    content: "\ea7c"
}

.isax-game:before {
    content: "\ea7d"
}

.isax-gameboy:before {
    content: "\ea7e"
}

.isax-gas-station:before {
    content: "\ea7f"
}

.isax-gemini:before {
    content: "\ea80"
}

.isax-gemini-2:before {
    content: "\ea81"
}

.isax-ghost:before {
    content: "\ea82"
}

.isax-gift:before {
    content: "\ea83"
}

.isax-glass:before {
    content: "\ea84"
}

.isax-glass-1:before {
    content: "\ea85"
}

.isax-global:before {
    content: "\ea86"
}

.isax-global-edit:before {
    content: "\ea87"
}

.isax-global-refresh:before {
    content: "\ea88"
}

.isax-global-search:before {
    content: "\ea89"
}

.isax-gps:before {
    content: "\ea8a"
}

.isax-gps-slash:before {
    content: "\ea8b"
}

.isax-grammerly:before {
    content: "\ea8c"
}

.isax-graph:before {
    content: "\ea8d"
}

.isax-grid-1:before {
    content: "\ea8e"
}

.isax-grid-2:before {
    content: "\ea8f"
}

.isax-grid-3:before {
    content: "\ea90"
}

.isax-grid-4:before {
    content: "\ea91"
}

.isax-grid-5:before {
    content: "\ea92"
}

.isax-grid-6:before {
    content: "\ea93"
}

.isax-grid-7:before {
    content: "\ea94"
}

.isax-grid-8:before {
    content: "\ea95"
}

.isax-grid-9:before {
    content: "\ea96"
}

.isax-grid-edit:before {
    content: "\ea97"
}

.isax-grid-eraser:before {
    content: "\ea98"
}

.isax-grid-lock:before {
    content: "\ea99"
}

.isax-happyemoji:before {
    content: "\ea9a"
}

.isax-hashtag:before {
    content: "\ea9b"
}

.isax-hashtag-1:before {
    content: "\ea9c"
}

.isax-hashtag-down:before {
    content: "\ea9d"
}

.isax-hashtag-up:before {
    content: "\ea9e"
}

.isax-headphone:before {
    content: "\ea9f"
}

.isax-headphones:before {
    content: "\eaa0"
}

.isax-health:before {
    content: "\eaa1"
}

.isax-heart:before {
    content: "\eaa2"
}

.isax-heart-add:before {
    content: "\eaa3"
}

.isax-heart-circle:before {
    content: "\eaa4"
}

.isax-heart-edit:before {
    content: "\eaa5"
}

.isax-heart-remove:before {
    content: "\eaa6"
}

.isax-heart-search:before {
    content: "\eaa7"
}

.isax-heart-slash:before {
    content: "\eaa8"
}

.isax-heart-tick:before {
    content: "\eaa9"
}

.isax-hierarchy:before {
    content: "\eaaa"
}

.isax-hierarchy-2:before {
    content: "\eaab"
}

.isax-hierarchy-3:before {
    content: "\eaac"
}

.isax-hierarchy-square:before {
    content: "\eaad"
}

.isax-hierarchy-square-2:before {
    content: "\eaae"
}

.isax-hierarchy-square-3:before {
    content: "\eaaf"
}

.isax-home:before {
    content: "\eab0"
}

.isax-home-1:before {
    content: "\eab1"
}

.isax-home-2:before {
    content: "\eab2"
}

.isax-home-hashtag:before {
    content: "\eab3"
}

.isax-home-trend-down:before {
    content: "\eab4"
}

.isax-home-trend-up:before {
    content: "\eab5"
}

.isax-home-wifi:before {
    content: "\eab6"
}

.isax-hospital:before {
    content: "\eab7"
}

.isax-house:before {
    content: "\eab8"
}

.isax-house-2:before {
    content: "\eab9"
}

.isax-icon:before {
    content: "\eaba"
}

.isax-image:before {
    content: "\eabb"
}

.isax-import:before {
    content: "\eabc"
}

.isax-import-1:before {
    content: "\eabd"
}

.isax-import-2:before {
    content: "\eabe"
}

.isax-info-circle:before {
    content: "\eabf"
}

.isax-information:before {
    content: "\eac0"
}

.isax-instagram:before {
    content: "\eac1"
}

.isax-judge:before {
    content: "\eac2"
}

.isax-kanban:before {
    content: "\eac3"
}

.isax-key:before {
    content: "\eac4"
}

.isax-keyboard:before {
    content: "\eac5"
}

.isax-keyboard-open:before {
    content: "\eac6"
}

.isax-key-square:before {
    content: "\eac7"
}

.isax-lamp:before {
    content: "\eac8"
}

.isax-lamp-1:before {
    content: "\eac9"
}

.isax-lamp-charge:before {
    content: "\eaca"
}

.isax-lamp-on:before {
    content: "\eacb"
}

.isax-lamp-slash:before {
    content: "\eacc"
}

.isax-language-circle:before {
    content: "\eacd"
}

.isax-language-square:before {
    content: "\eace"
}

.isax-layer:before {
    content: "\eacf"
}

.isax-level:before {
    content: "\ead0"
}

.isax-lifebuoy:before {
    content: "\ead1"
}

.isax-like:before {
    content: "\ead2"
}

.isax-like-1:before {
    content: "\ead3"
}

.isax-like-dislike:before {
    content: "\ead4"
}

.isax-like-shapes:before {
    content: "\ead5"
}

.isax-like-tag:before {
    content: "\ead6"
}

.isax-link:before {
    content: "\ead7"
}

.isax-link-1:before {
    content: "\ead8"
}

.isax-link-2:before {
    content: "\ead9"
}

.isax-link-21:before {
    content: "\eada"
}

.isax-link-circle:before {
    content: "\eadb"
}

.isax-link-square:before {
    content: "\eadc"
}

.isax-location:before {
    content: "\eadd"
}

.isax-location-add:before {
    content: "\eade"
}

.isax-location-cross:before {
    content: "\eadf"
}

.isax-location-minus:before {
    content: "\eae0"
}

.isax-location-slash:before {
    content: "\eae1"
}

.isax-location-tick:before {
    content: "\eae2"
}

.isax-lock:before {
    content: "\eae3"
}

.isax-lock-1:before {
    content: "\eae4"
}

.isax-lock-circle:before {
    content: "\eae5"
}

.isax-lock-slash:before {
    content: "\eae6"
}

.isax-login:before {
    content: "\eae7"
}

.isax-login-1:before {
    content: "\eae8"
}

.isax-logout:before {
    content: "\eae9"
}

.isax-logout-1:before {
    content: "\eaea"
}

.isax-lovely:before {
    content: "\eaeb"
}

.isax-magicpen:before {
    content: "\eaec"
}

.isax-magic-star:before {
    content: "\eaed"
}

.isax-main-component:before {
    content: "\eaee"
}

.isax-man:before {
    content: "\eaef"
}

.isax-map:before {
    content: "\eaf0"
}

.isax-map-1:before {
    content: "\eaf1"
}

.isax-mask:before {
    content: "\eaf2"
}

.isax-mask-1:before {
    content: "\eaf3"
}

.isax-mask-2:before {
    content: "\eaf4"
}

.isax-math:before {
    content: "\eaf5"
}

.isax-maximize:before {
    content: "\eaf6"
}

.isax-maximize-1:before {
    content: "\eaf7"
}

.isax-maximize-2:before {
    content: "\eaf8"
}

.isax-maximize-3:before {
    content: "\eaf9"
}

.isax-maximize-4:before {
    content: "\eafa"
}

.isax-maximize-21:before {
    content: "\eafb"
}

.isax-maximize-circle:before {
    content: "\eafc"
}

.isax-medal:before {
    content: "\eafd"
}

.isax-medal-star:before {
    content: "\eafe"
}

.isax-menu:before {
    content: "\eaff"
}

.isax-menu-1:before {
    content: "\eb00"
}

.isax-menu-board:before {
    content: "\eb01"
}

.isax-message:before {
    content: "\eb02"
}

.isax-message-2:before {
    content: "\eb03"
}

.isax-message-add:before {
    content: "\eb04"
}

.isax-message-add-1:before {
    content: "\eb05"
}

.isax-message-circle:before {
    content: "\eb06"
}

.isax-message-edit:before {
    content: "\eb07"
}

.isax-message-favorite:before {
    content: "\eb08"
}

.isax-message-minus:before {
    content: "\eb09"
}

.isax-message-notif:before {
    content: "\eb0a"
}

.isax-message-programming:before {
    content: "\eb0b"
}

.isax-message-question:before {
    content: "\eb0c"
}

.isax-message-remove:before {
    content: "\eb0d"
}

.isax-messages:before {
    content: "\eb0e"
}

.isax-messages-1:before {
    content: "\eb0f"
}

.isax-messages-2:before {
    content: "\eb10"
}

.isax-messages-3:before {
    content: "\eb11"
}

.isax-message-search:before {
    content: "\eb12"
}

.isax-message-square:before {
    content: "\eb13"
}

.isax-message-text:before {
    content: "\eb14"
}

.isax-message-text-1:before {
    content: "\eb15"
}

.isax-message-tick:before {
    content: "\eb16"
}

.isax-message-time:before {
    content: "\eb17"
}

.isax-microphone:before {
    content: "\eb18"
}

.isax-microphone-2:before {
    content: "\eb19"
}

.isax-microphone-slash:before {
    content: "\eb1a"
}

.isax-microphone-slash-1:before {
    content: "\eb1b"
}

.isax-microscope:before {
    content: "\eb1c"
}

.isax-milk:before {
    content: "\eb1d"
}

.isax-mini-music-sqaure:before {
    content: "\eb1e"
}

.isax-minus:before {
    content: "\eb1f"
}

.isax-minus-cirlce:before {
    content: "\eb20"
}

.isax-minus-square:before {
    content: "\eb21"
}

.isax-mirror:before {
    content: "\eb22"
}

.isax-mirroring-screen:before {
    content: "\eb23"
}

.isax-mobile:before {
    content: "\eb24"
}

.isax-mobile-programming:before {
    content: "\eb25"
}

.isax-money:before {
    content: "\eb26"
}

.isax-money-2:before {
    content: "\eb27"
}

.isax-money-3:before {
    content: "\eb28"
}

.isax-money-4:before {
    content: "\eb29"
}

.isax-money-add:before {
    content: "\eb2a"
}

.isax-money-change:before {
    content: "\eb2b"
}

.isax-money-forbidden:before {
    content: "\eb2c"
}

.isax-money-recive:before {
    content: "\eb2d"
}

.isax-money-remove:before {
    content: "\eb2e"
}

.isax-moneys:before {
    content: "\eb2f"
}

.isax-money-send:before {
    content: "\eb30"
}

.isax-money-tick:before {
    content: "\eb31"
}

.isax-money-time:before {
    content: "\eb32"
}

.isax-monitor:before {
    content: "\eb33"
}

.isax-monitor-mobbile:before {
    content: "\eb34"
}

.isax-monitor-recorder:before {
    content: "\eb35"
}

.isax-moon:before {
    content: "\eb36"
}

.isax-more:before {
    content: "\eb37"
}

.isax-more-2:before {
    content: "\eb38"
}

.isax-more-circle:before {
    content: "\eb39"
}

.isax-more-square:before {
    content: "\eb3a"
}

.isax-mouse:before {
    content: "\eb3b"
}

.isax-mouse-1:before {
    content: "\eb3c"
}

.isax-mouse-circle:before {
    content: "\eb3d"
}

.isax-mouse-square:before {
    content: "\eb3e"
}

.isax-music:before {
    content: "\eb3f"
}

.isax-music-circle:before {
    content: "\eb40"
}

.isax-music-dashboard:before {
    content: "\eb41"
}

.isax-music-filter:before {
    content: "\eb42"
}

.isax-music-library-2:before {
    content: "\eb43"
}

.isax-musicnote:before {
    content: "\eb44"
}

.isax-music-play:before {
    content: "\eb45"
}

.isax-music-playlist:before {
    content: "\eb46"
}

.isax-music-square:before {
    content: "\eb47"
}

.isax-music-square-add:before {
    content: "\eb48"
}

.isax-music-square-remove:before {
    content: "\eb49"
}

.isax-music-square-search:before {
    content: "\eb4a"
}

.isax-next:before {
    content: "\eb4b"
}

.isax-note:before {
    content: "\eb4c"
}

.isax-note-1:before {
    content: "\eb4d"
}

.isax-note-2:before {
    content: "\eb4e"
}

.isax-note-21:before {
    content: "\eb4f"
}

.isax-note-add:before {
    content: "\eb50"
}

.isax-note-favorite:before {
    content: "\eb51"
}

.isax-note-remove:before {
    content: "\eb52"
}

.isax-note-square:before {
    content: "\eb53"
}

.isax-note-text:before {
    content: "\eb54"
}

.isax-notification:before {
    content: "\eb55"
}

.isax-notification-1:before {
    content: "\eb56"
}

.isax-notification-bing:before {
    content: "\eb57"
}

.isax-notification-circle:before {
    content: "\eb58"
}

.isax-notification-favorite:before {
    content: "\eb59"
}

.isax-notification-status:before {
    content: "\eb5a"
}

.isax-omega-circle:before {
    content: "\eb5b"
}

.isax-omega-square:before {
    content: "\eb5c"
}

.isax-paintbucket:before {
    content: "\eb5d"
}

.isax-paperclip:before {
    content: "\eb5e"
}

.isax-paperclip-2:before {
    content: "\eb5f"
}

.isax-password-check:before {
    content: "\eb60"
}

.isax-path:before {
    content: "\eb61"
}

.isax-path-2:before {
    content: "\eb62"
}

.isax-path-square:before {
    content: "\eb63"
}

.isax-pause:before {
    content: "\eb64"
}

.isax-pause-circle:before {
    content: "\eb65"
}

.isax-pen-add:before {
    content: "\eb66"
}

.isax-pen-close:before {
    content: "\eb67"
}

.isax-pen-remove:before {
    content: "\eb68"
}

.isax-pen-tool:before {
    content: "\eb69"
}

.isax-pen-tool-2:before {
    content: "\eb6a"
}

.isax-people:before {
    content: "\eb6b"
}

.isax-percentage-circle:before {
    content: "\eb6c"
}

.isax-percentage-square:before {
    content: "\eb6d"
}

.isax-personalcard:before {
    content: "\eb6e"
}

.isax-pet:before {
    content: "\eb6f"
}

.isax-pharagraphspacing:before {
    content: "\eb70"
}

.isax-picture-frame:before {
    content: "\eb71"
}

.isax-play:before {
    content: "\eb72"
}

.isax-play-add:before {
    content: "\eb73"
}

.isax-play-circle:before {
    content: "\eb74"
}

.isax-play-cricle:before {
    content: "\eb75"
}

.isax-play-remove:before {
    content: "\eb76"
}

.isax-presention-chart:before {
    content: "\eb77"
}

.isax-previous:before {
    content: "\eb78"
}

.isax-printer:before {
    content: "\eb79"
}

.isax-printer-slash:before {
    content: "\eb7a"
}

.isax-profile-2user:before {
    content: "\eb7b"
}

.isax-profile-add:before {
    content: "\eb7c"
}

.isax-profile-circle:before {
    content: "\eb7d"
}

.isax-profile-delete:before {
    content: "\eb7e"
}

.isax-profile-remove:before {
    content: "\eb7f"
}

.isax-profile-tick:before {
    content: "\eb80"
}

.isax-programming-arrow:before {
    content: "\eb81"
}

.isax-programming-arrows:before {
    content: "\eb82"
}

.isax-quote-down:before {
    content: "\eb83"
}

.isax-quote-down-circle:before {
    content: "\eb84"
}

.isax-quote-down-square:before {
    content: "\eb85"
}

.isax-quote-up:before {
    content: "\eb86"
}

.isax-quote-up-circle:before {
    content: "\eb87"
}

.isax-quote-up-square:before {
    content: "\eb88"
}

.isax-radar:before {
    content: "\eb89"
}

.isax-radar-1:before {
    content: "\eb8a"
}

.isax-radar-2:before {
    content: "\eb8b"
}

.isax-radio:before {
    content: "\eb8c"
}

.isax-ram:before {
    content: "\eb8d"
}

.isax-ram-2:before {
    content: "\eb8e"
}

.isax-ranking:before {
    content: "\eb8f"
}

.isax-ranking-1:before {
    content: "\eb90"
}

.isax-receipt:before {
    content: "\eb91"
}

.isax-receipt-1:before {
    content: "\eb92"
}

.isax-receipt-2:before {
    content: "\eb93"
}

.isax-receipt-2-1:before {
    content: "\eb94"
}

.isax-receipt-add:before {
    content: "\eb95"
}

.isax-receipt-discount:before {
    content: "\eb96"
}

.isax-receipt-disscount:before {
    content: "\eb97"
}

.isax-receipt-edit:before {
    content: "\eb98"
}

.isax-receipt-item:before {
    content: "\eb99"
}

.isax-receipt-minus:before {
    content: "\eb9a"
}

.isax-receipt-search:before {
    content: "\eb9b"
}

.isax-receipt-square:before {
    content: "\eb9c"
}

.isax-receipt-text:before {
    content: "\eb9d"
}

.isax-received:before {
    content: "\eb9e"
}

.isax-receive-square:before {
    content: "\eb9f"
}

.isax-receive-square-2:before {
    content: "\eba0"
}

.isax-record:before {
    content: "\eba1"
}

.isax-record-circle:before {
    content: "\eba2"
}

.isax-recovery-convert:before {
    content: "\eba3"
}

.isax-redo:before {
    content: "\eba4"
}

.isax-refresh:before {
    content: "\eba5"
}

.isax-refresh-2:before {
    content: "\eba6"
}

.isax-refresh-circle:before {
    content: "\eba7"
}

.isax-refresh-left-square:before {
    content: "\eba8"
}

.isax-refresh-right-square:before {
    content: "\eba9"
}

.isax-refresh-square-2:before {
    content: "\ebaa"
}

.isax-repeat:before {
    content: "\ebab"
}

.isax-repeat-circle:before {
    content: "\ebac"
}

.isax-repeate-music:before {
    content: "\ebad"
}

.isax-repeate-one:before {
    content: "\ebae"
}

.isax-reserve:before {
    content: "\ebaf"
}

.isax-rotate-left:before {
    content: "\ebb0"
}

.isax-rotate-left-1:before {
    content: "\ebb1"
}

.isax-rotate-right:before {
    content: "\ebb2"
}

.isax-rotate-right-1:before {
    content: "\ebb3"
}

.isax-route-square:before {
    content: "\ebb4"
}

.isax-routing:before {
    content: "\ebb5"
}

.isax-routing-2:before {
    content: "\ebb6"
}

.isax-row-horizontal:before {
    content: "\ebb7"
}

.isax-row-vertical:before {
    content: "\ebb8"
}

.isax-rulerpen:before {
    content: "\ebb9"
}

.isax-ruler:before {
    content: "\ebba"
}

.isax-safe-home:before {
    content: "\ebbb"
}

.isax-sagittarius:before {
    content: "\ebbc"
}

.isax-save-2:before {
    content: "\ebbd"
}

.isax-save-add:before {
    content: "\ebbe"
}

.isax-save-minus:before {
    content: "\ebbf"
}

.isax-save-remove:before {
    content: "\ebc0"
}

.isax-scan:before {
    content: "\ebc1"
}

.isax-scan-barcode:before {
    content: "\ebc2"
}

.isax-scanner:before {
    content: "\ebc3"
}

.isax-scanning:before {
    content: "\ebc4"
}

.isax-scissor:before {
    content: "\ebc5"
}

.isax-scissor-1:before {
    content: "\ebc6"
}

.isax-screenmirroring:before {
    content: "\ebc7"
}

.isax-scroll:before {
    content: "\ebc8"
}

.isax-search-favorite:before {
    content: "\ebc9"
}

.isax-search-favorite-1:before {
    content: "\ebca"
}

.isax-search-normal:before {
    content: "\ebcb"
}

.isax-search-normal-1:before {
    content: "\ebcc"
}

.isax-search-status:before {
    content: "\ebcd"
}

.isax-search-status-1:before {
    content: "\ebce"
}

.isax-search-zoom-in:before {
    content: "\ebcf"
}

.isax-search-zoom-in-1:before {
    content: "\ebd0"
}

.isax-search-zoom-out:before {
    content: "\ebd1"
}

.isax-search-zoom-out-1:before {
    content: "\ebd2"
}

.isax-security:before {
    content: "\ebd3"
}

.isax-security-card:before {
    content: "\ebd4"
}

.isax-security-safe:before {
    content: "\ebd5"
}

.isax-security-time:before {
    content: "\ebd6"
}

.isax-security-user:before {
    content: "\ebd7"
}

.isax-send:before {
    content: "\ebd8"
}

.isax-send-1:before {
    content: "\ebd9"
}

.isax-send-2:before {
    content: "\ebda"
}

.isax-send-sqaure-2:before {
    content: "\ebdb"
}

.isax-send-square:before {
    content: "\ebdc"
}

.isax-setting:before {
    content: "\ebdd"
}

.isax-setting-2:before {
    content: "\ebde"
}

.isax-setting-3:before {
    content: "\ebdf"
}

.isax-setting-4:before {
    content: "\ebe0"
}

.isax-setting-5:before {
    content: "\ebe1"
}

.isax-settings:before {
    content: "\ebe2"
}

.isax-shapes:before {
    content: "\ebe3"
}

.isax-shapes-1:before {
    content: "\ebe4"
}

.isax-share:before {
    content: "\ebe5"
}

.isax-shield:before {
    content: "\ebe6"
}

.isax-shield-cross:before {
    content: "\ebe7"
}

.isax-shield-search:before {
    content: "\ebe8"
}

.isax-shield-slash:before {
    content: "\ebe9"
}

.isax-shield-tick:before {
    content: "\ebea"
}

.isax-ship:before {
    content: "\ebeb"
}

.isax-shop:before {
    content: "\ebec"
}

.isax-shop-add:before {
    content: "\ebed"
}

.isax-shopping-bag:before {
    content: "\ebee"
}

.isax-shopping-cart:before {
    content: "\ebef"
}

.isax-shop-remove:before {
    content: "\ebf0"
}

.isax-shuffle:before {
    content: "\ebf1"
}

.isax-sidebar-bottom:before {
    content: "\ebf2"
}

.isax-sidebar-left:before {
    content: "\ebf3"
}

.isax-sidebar-right:before {
    content: "\ebf4"
}

.isax-sidebar-top:before {
    content: "\ebf5"
}

.isax-signpost:before {
    content: "\ebf6"
}

.isax-simcard:before {
    content: "\ebf7"
}

.isax-simcard-1:before {
    content: "\ebf8"
}

.isax-simcard-2:before {
    content: "\ebf9"
}

.isax-size:before {
    content: "\ebfa"
}

.isax-slash:before {
    content: "\ebfb"
}

.isax-slider:before {
    content: "\ebfc"
}

.isax-slider-horizontal:before {
    content: "\ebfd"
}

.isax-slider-horizontal-1:before {
    content: "\ebfe"
}

.isax-slider-vertical:before {
    content: "\ebff"
}

.isax-slider-vertical-1:before {
    content: "\ec00"
}

.isax-smallcaps:before {
    content: "\ec01"
}

.isax-smart-car:before {
    content: "\ec02"
}

.isax-smart-home:before {
    content: "\ec03"
}

.isax-smileys:before {
    content: "\ec04"
}

.isax-sms:before {
    content: "\ec05"
}

.isax-sms-edit:before {
    content: "\ec06"
}

.isax-sms-notification:before {
    content: "\ec07"
}

.isax-sms-search:before {
    content: "\ec08"
}

.isax-sms-star:before {
    content: "\ec09"
}

.isax-sms-tracking:before {
    content: "\ec0a"
}

.isax-sort:before {
    content: "\ec0b"
}

.isax-sound:before {
    content: "\ec0c"
}

.isax-speaker:before {
    content: "\ec0d"
}

.isax-speedometer:before {
    content: "\ec0e"
}

.isax-star:before {
    content: "\ec0f"
}

.isax-star-1:before {
    content: "\ec10"
}

.isax-star-slash:before {
    content: "\ec11"
}

.isax-status:before {
    content: "\ec12"
}

.isax-status-up:before {
    content: "\ec13"
}

.isax-sticker:before {
    content: "\ec14"
}

.isax-stickynote:before {
    content: "\ec15"
}

.isax-stop:before {
    content: "\ec16"
}

.isax-stop-circle:before {
    content: "\ec17"
}

.isax-story:before {
    content: "\ec18"
}

.isax-strongbox:before {
    content: "\ec19"
}

.isax-strongbox-2:before {
    content: "\ec1a"
}

.isax-subtitle:before {
    content: "\ec1b"
}

.isax-sun:before {
    content: "\ec1c"
}

.isax-sun-1:before {
    content: "\ec1d"
}

.isax-sun-fog:before {
    content: "\ec1e"
}

.isax-tag:before {
    content: "\ec1f"
}

.isax-tag-2:before {
    content: "\ec20"
}

.isax-tag-cross:before {
    content: "\ec21"
}

.isax-tag-right:before {
    content: "\ec22"
}

.isax-tag-user:before {
    content: "\ec23"
}

.isax-task:before {
    content: "\ec24"
}

.isax-task-square:before {
    content: "\ec25"
}

.isax-teacher:before {
    content: "\ec26"
}

.isax-text:before {
    content: "\ec27"
}

.isax-textalign-center:before {
    content: "\ec28"
}

.isax-textalign-justifycenter:before {
    content: "\ec29"
}

.isax-textalign-justifyleft:before {
    content: "\ec2a"
}

.isax-textalign-justifyright:before {
    content: "\ec2b"
}

.isax-textalign-left:before {
    content: "\ec2c"
}

.isax-textalign-right:before {
    content: "\ec2d"
}

.isax-text-block:before {
    content: "\ec2e"
}

.isax-text-bold:before {
    content: "\ec2f"
}

.isax-text-italic:before {
    content: "\ec30"
}

.isax-text-underline:before {
    content: "\ec31"
}

.isax-tick-circle:before {
    content: "\ec32"
}

.isax-ticket:before {
    content: "\ec33"
}

.isax-ticket-2:before {
    content: "\ec34"
}

.isax-ticket-discount:before {
    content: "\ec35"
}

.isax-ticket-expired:before {
    content: "\ec36"
}

.isax-ticket-star:before {
    content: "\ec37"
}

.isax-tick-square:before {
    content: "\ec38"
}

.isax-timer:before {
    content: "\ec39"
}

.isax-timer-1:before {
    content: "\ec3a"
}

.isax-timer-pause:before {
    content: "\ec3b"
}

.isax-timer-start:before {
    content: "\ec3c"
}

.isax-toggle-off:before {
    content: "\ec3d"
}

.isax-toggle-off-circle:before {
    content: "\ec3e"
}

.isax-toggle-on:before {
    content: "\ec3f"
}

.isax-toggle-on-circle:before {
    content: "\ec40"
}

.isax-trade:before {
    content: "\ec41"
}

.isax-transaction-minus:before {
    content: "\ec42"
}

.isax-translate:before {
    content: "\ec43"
}

.isax-trash:before {
    content: "\ec44"
}

.isax-tree:before {
    content: "\ec45"
}

.isax-trend-down:before {
    content: "\ec46"
}

.isax-trend-up:before {
    content: "\ec47"
}

.isax-triangle:before {
    content: "\ec48"
}

.isax-truck:before {
    content: "\ec49"
}

.isax-truck-fast:before {
    content: "\ec4a"
}

.isax-truck-remove:before {
    content: "\ec4b"
}

.isax-truck-tick:before {
    content: "\ec4c"
}

.isax-truck-time:before {
    content: "\ec4d"
}

.isax-trush-square:before {
    content: "\ec4e"
}

.isax-undo:before {
    content: "\ec4f"
}

.isax-unlimited:before {
    content: "\ec50"
}

.isax-unlock:before {
    content: "\ec51"
}

.isax-user:before {
    content: "\ec52"
}

.isax-user-add:before {
    content: "\ec53"
}

.isax-user-cirlce-add:before {
    content: "\ec54"
}

.isax-user-edit:before {
    content: "\ec55"
}

.isax-user-minus:before {
    content: "\ec56"
}

.isax-user-octagon:before {
    content: "\ec57"
}

.isax-user-remove:before {
    content: "\ec58"
}

.isax-user-search:before {
    content: "\ec59"
}

.isax-user-square:before {
    content: "\ec5a"
}

.isax-user-tag:before {
    content: "\ec5b"
}

.isax-user-tick:before {
    content: "\ec5c"
}

.isax-verify:before {
    content: "\ec5d"
}

.isax-video:before {
    content: "\ec5e"
}

.isax-video-add:before {
    content: "\ec5f"
}

.isax-video-circle:before {
    content: "\ec60"
}

.isax-video-horizontal:before {
    content: "\ec61"
}

.isax-video-octagon:before {
    content: "\ec62"
}

.isax-video-play:before {
    content: "\ec63"
}

.isax-video-remove:before {
    content: "\ec64"
}

.isax-video-slash:before {
    content: "\ec65"
}

.isax-video-square:before {
    content: "\ec66"
}

.isax-video-tick:before {
    content: "\ec67"
}

.isax-video-time:before {
    content: "\ec68"
}

.isax-video-vertical:before {
    content: "\ec69"
}

.isax-voice-cricle:before {
    content: "\ec6a"
}

.isax-voice-square:before {
    content: "\ec6b"
}

.isax-volume-cross:before {
    content: "\ec6c"
}

.isax-volume-high:before {
    content: "\ec6d"
}

.isax-volume-low:before {
    content: "\ec6e"
}

.isax-volume-low-1:before {
    content: "\ec6f"
}

.isax-volume-mute:before {
    content: "\ec70"
}

.isax-volume-slash:before {
    content: "\ec71"
}

.isax-volume-up:before {
    content: "\ec72"
}

.isax-wallet:before {
    content: "\ec73"
}

.isax-wallet-1:before {
    content: "\ec74"
}

.isax-wallet-2:before {
    content: "\ec75"
}

.isax-wallet-3:before {
    content: "\ec76"
}

.isax-wallet-add:before {
    content: "\ec77"
}

.isax-wallet-add-1:before {
    content: "\ec78"
}

.isax-wallet-check:before {
    content: "\ec79"
}

.isax-wallet-minus:before {
    content: "\ec7a"
}

.isax-wallet-money:before {
    content: "\ec7b"
}

.isax-wallet-remove:before {
    content: "\ec7c"
}

.isax-wallet-search:before {
    content: "\ec7d"
}

.isax-warning-2:before {
    content: "\ec7e"
}

.isax-watch:before {
    content: "\ec7f"
}

.isax-watch-status:before {
    content: "\ec80"
}

.isax-weight:before {
    content: "\ec81"
}

.isax-weight-1:before {
    content: "\ec82"
}

.isax-wifi:before {
    content: "\ec83"
}

.isax-wifi-square:before {
    content: "\ec84"
}

.isax-wind:before {
    content: "\ec85"
}

.isax-wind-2:before {
    content: "\ec86"
}

.isax-woman:before {
    content: "\ec87"
}

.isax-dcube4:before {
    content: "\2e5"
}

.isax-dcube5:before {
    content: "\2e6"
}

.isax-d-cube-scan5:before {
    content: "\2e7"
}

.isax-d-rotate5:before {
    content: "\2e8"
}

.isax-d-square5:before {
    content: "\2e9"
}

.isax-square5:before {
    content: "\2ea"
}

.isax-support5:before {
    content: "\2eb"
}

.isax-activity5:before {
    content: "\2ec"
}

.isax-add5:before {
    content: "\2ed"
}

.isax-add-circle5:before {
    content: "\2ee"
}

.isax-additem5:before {
    content: "\2ef"
}

.isax-add-square5:before {
    content: "\2f0"
}

.isax-airdrop5:before {
    content: "\2f1"
}

.isax-airplane5:before {
    content: "\2f2"
}

.isax-airplane-square5:before {
    content: "\2f3"
}

.isax-airpod5:before {
    content: "\2f4"
}

.isax-airpods5:before {
    content: "\2f5"
}

.isax-alarm5:before {
    content: "\2f6"
}

.isax-align-bottom5:before {
    content: "\2f7"
}

.isax-align-horizontally5:before {
    content: "\2f8"
}

.isax-align-left5:before {
    content: "\2f9"
}

.isax-align-right5:before {
    content: "\2fa"
}

.isax-align-vertically5:before {
    content: "\2fb"
}

.isax-aquarius5:before {
    content: "\2fc"
}

.isax-archive5:before {
    content: "\2fd"
}

.isax-archive-15:before {
    content: "\2fe"
}

.isax-archive-24:before {
    content: "\2ff"
}

.isax-archive-add5:before {
    content: "\300"
}

.isax-archive-book5:before {
    content: "\301"
}

.isax-archive-minus5:before {
    content: "\302"
}

.isax-archive-slash5:before {
    content: "\303"
}

.isax-archive-tick5:before {
    content: "\304"
}

.isax-arrange-circle5:before {
    content: "\305"
}

.isax-arrange-circle-25:before {
    content: "\306"
}

.isax-arrange-square5:before {
    content: "\307"
}

.isax-arrange-square-25:before {
    content: "\308"
}

.isax-arrow5:before {
    content: "\309"
}

.isax-arrow-25:before {
    content: "\30a"
}

.isax-arrow-35:before {
    content: "\30b"
}

.isax-arrow-bottom5:before {
    content: "\30c"
}

.isax-arrow-circle-down5:before {
    content: "\30d"
}

.isax-arrow-circle-left5:before {
    content: "\30e"
}

.isax-arrow-circle-right5:before {
    content: "\30f"
}

.isax-arrow-circle-up4:before {
    content: "\310"
}

.isax-arrow-down5:before {
    content: "\311"
}

.isax-arrow-down-15:before {
    content: "\312"
}

.isax-arrow-down-25:before {
    content: "\313"
}

.isax-arrow-left5:before {
    content: "\314"
}

.isax-arrow-left-15:before {
    content: "\315"
}

.isax-arrow-left-25:before {
    content: "\316"
}

.isax-arrow-left-35:before {
    content: "\317"
}

.isax-arrow-right5:before {
    content: "\318"
}

.isax-arrow-right-15:before {
    content: "\319"
}

.isax-arrow-right-25:before {
    content: "\31a"
}

.isax-arrow-right-35:before {
    content: "\31b"
}

.isax-arrow-square5:before {
    content: "\31c"
}

.isax-arrow-square-down5:before {
    content: "\31d"
}

.isax-arrow-square-left5:before {
    content: "\31e"
}

.isax-arrow-square-right3:before {
    content: "\31f"
}

.isax-arrow-square-up5:before {
    content: "\320"
}

.isax-arrow-swap4:before {
    content: "\321"
}

.isax-arrow-swap-horizontal5:before {
    content: "\322"
}

.isax-arrow-up5:before {
    content: "\323"
}

.isax-arrow-up-15:before {
    content: "\324"
}

.isax-arrow-up-25:before {
    content: "\325"
}

.isax-arrow-up-35:before {
    content: "\326"
}

.isax-attach-circle5:before {
    content: "\327"
}

.isax-attach-square5:before {
    content: "\328"
}

.isax-audio-square5:before {
    content: "\329"
}

.isax-autobrightness5:before {
    content: "\32a"
}

.isax-award5:before {
    content: "\32b"
}

.isax-back-square5:before {
    content: "\32c"
}

.isax-backward5:before {
    content: "\32d"
}

.isax-backward-5-seconds5:before {
    content: "\32e"
}

.isax-backward-10-seconds5:before {
    content: "\32f"
}

.isax-backward-15-seconds5:before {
    content: "\330"
}

.isax-backward-item5:before {
    content: "\331"
}

.isax-bag5:before {
    content: "\332"
}

.isax-bag-25:before {
    content: "\333"
}

.isax-bag-cross5:before {
    content: "\334"
}

.isax-bag-cross-15:before {
    content: "\335"
}

.isax-bag-happy5:before {
    content: "\336"
}

.isax-bag-tick5:before {
    content: "\337"
}

.isax-bag-tick-25:before {
    content: "\338"
}

.isax-bag-timer5:before {
    content: "\339"
}

.isax-bank5:before {
    content: "\33a"
}

.isax-barcode5:before {
    content: "\33b"
}

.isax-battery-3full5:before {
    content: "\33c"
}

.isax-battery-charging5:before {
    content: "\33d"
}

.isax-battery-disable5:before {
    content: "\33e"
}

.isax-battery-empty5:before {
    content: "\33f"
}

.isax-battery-empty-15:before {
    content: "\340"
}

.isax-battery-full5:before {
    content: "\341"
}

.isax-bezier5:before {
    content: "\342"
}

.isax-bill5:before {
    content: "\343"
}

.isax-bitcoin-card5:before {
    content: "\344"
}

.isax-bitcoin-convert5:before {
    content: "\345"
}

.isax-bitcoin-refresh5:before {
    content: "\346"
}

.isax-blend5:before {
    content: "\347"
}

.isax-blend-25:before {
    content: "\348"
}

.isax-bluetooth5:before {
    content: "\349"
}

.isax-bluetooth-25:before {
    content: "\34a"
}

.isax-bluetooth-circle5:before {
    content: "\34b"
}

.isax-bluetooth-rectangle5:before {
    content: "\34c"
}

.isax-blur5:before {
    content: "\34d"
}

.isax-book5:before {
    content: "\34e"
}

.isax-book-15:before {
    content: "\34f"
}

.isax-bookmark5:before {
    content: "\350"
}

.isax-bookmark-25:before {
    content: "\351"
}

.isax-book-saved5:before {
    content: "\352"
}

.isax-book-square5:before {
    content: "\353"
}

.isax-box5:before {
    content: "\354"
}

.isax-box-15:before {
    content: "\355"
}

.isax-box-25:before {
    content: "\356"
}

.isax-box-add5:before {
    content: "\357"
}

.isax-box-remove5:before {
    content: "\358"
}

.isax-box-search5:before {
    content: "\359"
}

.isax-box-tick5:before {
    content: "\35a"
}

.isax-box-time5:before {
    content: "\35b"
}

.isax-briefcase5:before {
    content: "\35c"
}

.isax-brifecase-cross5:before {
    content: "\35d"
}

.isax-brifecase-tick5:before {
    content: "\35e"
}

.isax-brifecase-timer5:before {
    content: "\35f"
}

.isax-broom5:before {
    content: "\360"
}

.isax-brush5:before {
    content: "\361"
}

.isax-brush-15:before {
    content: "\362"
}

.isax-brush-25:before {
    content: "\363"
}

.isax-brush-35:before {
    content: "\364"
}

.isax-brush-45:before {
    content: "\365"
}

.isax-bubble5:before {
    content: "\366"
}

.isax-bucket5:before {
    content: "\367"
}

.isax-bucket-circle5:before {
    content: "\368"
}

.isax-bucket-square5:before {
    content: "\369"
}

.isax-building5:before {
    content: "\36a"
}

.isax-building-35:before {
    content: "\36b"
}

.isax-building-45:before {
    content: "\36c"
}

.isax-buildings5:before {
    content: "\36d"
}

.isax-buildings-25:before {
    content: "\36e"
}

.isax-buliding5:before {
    content: "\36f"
}

.isax-bus5:before {
    content: "\370"
}

.isax-buy-crypto5:before {
    content: "\371"
}

.isax-cake5:before {
    content: "\372"
}

.isax-calculator5:before {
    content: "\373"
}

.isax-calendar5:before {
    content: "\374"
}

.isax-calendar-15:before {
    content: "\375"
}

.isax-calendar-25:before {
    content: "\376"
}

.isax-calendar-add5:before {
    content: "\377"
}

.isax-calendar-circle5:before {
    content: "\378"
}

.isax-calendar-edit5:before {
    content: "\379"
}

.isax-calendar-remove5:before {
    content: "\37a"
}

.isax-calendar-search5:before {
    content: "\37b"
}

.isax-calendar-tick5:before {
    content: "\37c"
}

.isax-call5:before {
    content: "\37d"
}

.isax-call-add5:before {
    content: "\37e"
}

.isax-call-calling5:before {
    content: "\37f"
}

.isax-call-incoming5:before {
    content: "\380"
}

.isax-call-minus5:before {
    content: "\381"
}

.isax-call-outgoing5:before {
    content: "\382"
}

.isax-call-received5:before {
    content: "\383"
}

.isax-call-remove5:before {
    content: "\384"
}

.isax-call-slash5:before {
    content: "\385"
}

.isax-camera5:before {
    content: "\386"
}

.isax-camera-slash5:before {
    content: "\387"
}

.isax-candle5:before {
    content: "\388"
}

.isax-candle-25:before {
    content: "\389"
}

.isax-car5:before {
    content: "\38a"
}

.isax-card5:before {
    content: "\38b"
}

.isax-card-add5:before {
    content: "\38c"
}

.isax-card-coin5:before {
    content: "\38d"
}

.isax-card-edit5:before {
    content: "\38e"
}

.isax-card-pos5:before {
    content: "\38f"
}

.isax-card-receive5:before {
    content: "\390"
}

.isax-card-remove5:before {
    content: "\391"
}

.isax-card-remove-15:before {
    content: "\392"
}

.isax-cards5:before {
    content: "\393"
}

.isax-card-send5:before {
    content: "\394"
}

.isax-card-slash5:before {
    content: "\395"
}

.isax-card-tick5:before {
    content: "\396"
}

.isax-card-tick-15:before {
    content: "\397"
}

.isax-category5:before {
    content: "\398"
}

.isax-category-25:before {
    content: "\399"
}

.isax-cd5:before {
    content: "\39a"
}

.isax-chart5:before {
    content: "\39b"
}

.isax-chart-15:before {
    content: "\39c"
}

.isax-chart-26:before {
    content: "\39d"
}

.isax-chart-35:before {
    content: "\39e"
}

.isax-chart-215:before {
    content: "\39f"
}

.isax-chart-fail3:before {
    content: "\3a0"
}

.isax-chart-square5:before {
    content: "\3a1"
}

.isax-chart-success5:before {
    content: "\3a2"
}

.isax-check5:before {
    content: "\3a3"
}

.isax-chrome5:before {
    content: "\3a4"
}

.isax-clipboard5:before {
    content: "\3a5"
}

.isax-clipboard-close5:before {
    content: "\3a6"
}

.isax-clipboard-export5:before {
    content: "\3a7"
}

.isax-clipboard-import5:before {
    content: "\3a8"
}

.isax-clipboard-text5:before {
    content: "\3a9"
}

.isax-clipboard-tick5:before {
    content: "\3aa"
}

.isax-clock5:before {
    content: "\3ab"
}

.isax-clock-15:before {
    content: "\3ac"
}

.isax-close-circle5:before {
    content: "\3ad"
}

.isax-close-square5:before {
    content: "\3ae"
}

.isax-cloud5:before {
    content: "\3af"
}

.isax-cloud-add5:before {
    content: "\3b0"
}

.isax-cloud-change5:before {
    content: "\3b1"
}

.isax-cloud-connection5:before {
    content: "\3b2"
}

.isax-cloud-cross5:before {
    content: "\3b3"
}

.isax-cloud-drizzle5:before {
    content: "\3b4"
}

.isax-cloud-fog5:before {
    content: "\3b5"
}

.isax-cloud-lightning5:before {
    content: "\3b6"
}

.isax-cloud-minus5:before {
    content: "\3b7"
}

.isax-cloud-notif5:before {
    content: "\3b8"
}

.isax-cloud-plus5:before {
    content: "\3b9"
}

.isax-cloud-remove5:before {
    content: "\3ba"
}

.isax-cloud-snow5:before {
    content: "\3bb"
}

.isax-cloud-sunny5:before {
    content: "\3bc"
}

.isax-code5:before {
    content: "\3bd"
}

.isax-code-15:before {
    content: "\3be"
}

.isax-code-circle5:before {
    content: "\3bf"
}

.isax-coffee5:before {
    content: "\3c0"
}

.isax-coin5:before {
    content: "\3c1"
}

.isax-coin-15:before {
    content: "\3c2"
}

.isax-colorfilter5:before {
    content: "\3c3"
}

.isax-colors-square5:before {
    content: "\3c4"
}

.isax-color-swatch5:before {
    content: "\3c5"
}

.isax-command5:before {
    content: "\3c6"
}

.isax-command-square5:before {
    content: "\3c7"
}

.isax-component5:before {
    content: "\3c8"
}

.isax-computing5:before {
    content: "\3c9"
}

.isax-convert5:before {
    content: "\3ca"
}

.isax-convert-3d-cube5:before {
    content: "\3cb"
}

.isax-convert-card5:before {
    content: "\3cc"
}

.isax-convertshape5:before {
    content: "\3cd"
}

.isax-convertshape-25:before {
    content: "\3ce"
}

.isax-copy5:before {
    content: "\3cf"
}

.isax-copyright5:before {
    content: "\3d0"
}

.isax-copy-success5:before {
    content: "\3d1"
}

.isax-courthouse5:before {
    content: "\3d2"
}

.isax-cpu5:before {
    content: "\3d3"
}

.isax-cpu-charge5:before {
    content: "\3d4"
}

.isax-cpu-setting5:before {
    content: "\3d5"
}

.isax-creative-commons5:before {
    content: "\3d6"
}

.isax-crop5:before {
    content: "\3d7"
}

.isax-crown5:before {
    content: "\3d8"
}

.isax-crown-15:before {
    content: "\3d9"
}

.isax-cup5:before {
    content: "\3da"
}

.isax-danger5:before {
    content: "\3db"
}

.isax-data5:before {
    content: "\3dc"
}

.isax-data-25 .path1:before {
    content: "\3dd";
    color: rgb(41, 45, 50)
}

.isax-data-25 .path2:before {
    content: "\66d";
    margin-left: -1em;
    color: rgb(41, 45, 50)
}

.isax-data-25 .path3:before {
    content: "\66e";
    margin-left: -1em;
    color: rgb(41, 45, 50)
}

.isax-data-25 .path4:before {
    content: "\66f";
    margin-left: -1em;
    color: rgb(41, 45, 50);
    opacity: 0.96
}

.isax-data-25 .path5:before {
    content: "\670";
    margin-left: -1em;
    color: rgb(41, 45, 50)
}

.isax-designtools5:before {
    content: "\3de"
}

.isax-device-message5:before {
    content: "\3df"
}

.isax-devices5:before {
    content: "\3e0"
}

.isax-devices-14:before {
    content: "\3e1"
}

.isax-diagram5:before {
    content: "\3e2"
}

.isax-diamonds5:before {
    content: "\3e3"
}

.isax-direct5:before {
    content: "\3e4"
}

.isax-directbox-default5:before {
    content: "\3e5"
}

.isax-directbox-notif5:before {
    content: "\3e6"
}

.isax-directbox-receive5:before {
    content: "\3e7"
}

.isax-directbox-send5:before {
    content: "\3e8"
}

.isax-direct-down5:before {
    content: "\3e9"
}

.isax-direct-inbox5:before {
    content: "\3ea"
}

.isax-direct-left5:before {
    content: "\3eb"
}

.isax-direct-normal5:before {
    content: "\3ec"
}

.isax-direct-notification5:before {
    content: "\3ed"
}

.isax-direct-right5:before {
    content: "\3ee"
}

.isax-direct-send5:before {
    content: "\3ef"
}

.isax-direct-up5:before {
    content: "\3f0"
}

.isax-discount-circle5:before {
    content: "\3f1"
}

.isax-discount-shape5:before {
    content: "\3f2"
}

.isax-discover5:before {
    content: "\3f3"
}

.isax-discover-14:before {
    content: "\3f4"
}

.isax-dislike5:before {
    content: "\3f5"
}

.isax-document5:before {
    content: "\3f6"
}

.isax-document-15:before {
    content: "\3f7"
}

.isax-document-cloud5:before {
    content: "\3f8"
}

.isax-document-code5:before {
    content: "\3f9"
}

.isax-document-code-25:before {
    content: "\3fa"
}

.isax-document-copy5:before {
    content: "\3fb"
}

.isax-document-download5:before {
    content: "\3fc"
}

.isax-document-favorite5:before {
    content: "\3fd"
}

.isax-document-filter5:before {
    content: "\3fe"
}

.isax-document-forward5:before {
    content: "\3ff"
}

.isax-document-like5:before {
    content: "\400"
}

.isax-document-normal4:before {
    content: "\401"
}

.isax-document-previous5:before {
    content: "\402"
}

.isax-document-sketch5:before {
    content: "\403"
}

.isax-document-text5:before {
    content: "\404"
}

.isax-document-text-15:before {
    content: "\405"
}

.isax-document-upload5:before {
    content: "\406"
}

.isax-dollar-circle4:before {
    content: "\407"
}

.isax-dollar-square5:before {
    content: "\408"
}

.isax-driver5:before {
    content: "\409"
}

.isax-driver-25:before {
    content: "\40a"
}

.isax-driver-refresh5:before {
    content: "\40b"
}

.isax-driving5:before {
    content: "\40c"
}

.isax-drop3:before {
    content: "\40d"
}

.isax-edit5:before {
    content: "\40e"
}

.isax-edit-25:before {
    content: "\40f"
}

.isax-electricity5:before {
    content: "\410"
}

.isax-element-25:before {
    content: "\411"
}

.isax-element-35:before {
    content: "\412"
}

.isax-element-45:before {
    content: "\413"
}

.isax-element-equal5:before {
    content: "\414"
}

.isax-element-plus5:before {
    content: "\415"
}

.isax-emoji-happy5:before {
    content: "\416"
}

.isax-emoji-normal5:before {
    content: "\417"
}

.isax-emoji-sad5:before {
    content: "\418"
}

.isax-empty-wallet5:before {
    content: "\419"
}

.isax-empty-wallet-add5:before {
    content: "\41a"
}

.isax-empty-wallet-change4:before {
    content: "\41b"
}

.isax-empty-wallet-remove5:before {
    content: "\41c"
}

.isax-empty-wallet-tick5:before {
    content: "\41d"
}

.isax-empty-wallet-time4:before {
    content: "\41e"
}

.isax-eraser5:before {
    content: "\41f"
}

.isax-eraser-15:before {
    content: "\420"
}

.isax-export5:before {
    content: "\421"
}

.isax-export-15:before {
    content: "\422"
}

.isax-export-25:before {
    content: "\423"
}

.isax-export-35:before {
    content: "\424"
}

.isax-external-drive5:before {
    content: "\425"
}

.isax-eye4:before {
    content: "\426"
}

.isax-eye-slash5:before {
    content: "\427"
}

.isax-fatrows5:before {
    content: "\428"
}

.isax-favorite-chart5:before {
    content: "\429"
}

.isax-filter5:before {
    content: "\42a"
}

.isax-filter-add5:before {
    content: "\42b"
}

.isax-filter-edit5:before {
    content: "\42c"
}

.isax-filter-remove5:before {
    content: "\42d"
}

.isax-filter-search5:before {
    content: "\42e"
}

.isax-filter-square5:before {
    content: "\42f"
}

.isax-filter-tick5:before {
    content: "\430"
}

.isax-finger-cricle5:before {
    content: "\431"
}

.isax-finger-scan5:before {
    content: "\432"
}

.isax-firstline5:before {
    content: "\433"
}

.isax-flag5:before {
    content: "\434"
}

.isax-flag-25:before {
    content: "\435"
}

.isax-flash5:before {
    content: "\436"
}

.isax-flash-15:before {
    content: "\437"
}

.isax-flash-circle5:before {
    content: "\438"
}

.isax-flash-circle-15:before {
    content: "\439"
}

.isax-flash-slash5:before {
    content: "\43a"
}

.isax-folder5:before {
    content: "\43b"
}

.isax-folder-25:before {
    content: "\43c"
}

.isax-folder-add5:before {
    content: "\43d"
}

.isax-folder-cloud5:before {
    content: "\43e"
}

.isax-folder-connection5:before {
    content: "\43f"
}

.isax-folder-cross5:before {
    content: "\440"
}

.isax-folder-favorite5:before {
    content: "\441"
}

.isax-folder-minus5:before {
    content: "\442"
}

.isax-folder-open5:before {
    content: "\443"
}

.isax-forbidden5:before {
    content: "\444"
}

.isax-forbidden-25:before {
    content: "\445"
}

.isax-format-circle5:before {
    content: "\446"
}

.isax-format-square5:before {
    content: "\447"
}

.isax-forward5:before {
    content: "\448"
}

.isax-forward-5-seconds5:before {
    content: "\449"
}

.isax-forward-10-seconds5:before {
    content: "\44a"
}

.isax-forward-15-seconds5:before {
    content: "\44b"
}

.isax-forward-item5:before {
    content: "\44c"
}

.isax-forward-square5:before {
    content: "\44d"
}

.isax-frame5:before {
    content: "\44e"
}

.isax-frame-15:before {
    content: "\44f"
}

.isax-frame-25:before {
    content: "\450"
}

.isax-frame-35:before {
    content: "\451"
}

.isax-frame-45:before {
    content: "\452"
}

.isax-gallery5:before {
    content: "\453"
}

.isax-gallery-add5:before {
    content: "\454"
}

.isax-gallery-edit5:before {
    content: "\455"
}

.isax-gallery-export4:before {
    content: "\456"
}

.isax-gallery-favorite5:before {
    content: "\457"
}

.isax-gallery-import5:before {
    content: "\458"
}

.isax-gallery-remove5:before {
    content: "\459"
}

.isax-gallery-slash5:before {
    content: "\45a"
}

.isax-gallery-tick5:before {
    content: "\45b"
}

.isax-game5:before {
    content: "\45c"
}

.isax-gameboy5:before {
    content: "\45d"
}

.isax-gas-station4:before {
    content: "\45e"
}

.isax-gemini5:before {
    content: "\45f"
}

.isax-gemini-25:before {
    content: "\460"
}

.isax-ghost5:before {
    content: "\461"
}

.isax-gift5:before {
    content: "\462"
}

.isax-glass5:before {
    content: "\463"
}

.isax-glass-15:before {
    content: "\464"
}

.isax-global5:before {
    content: "\465"
}

.isax-global-edit5:before {
    content: "\466"
}

.isax-global-refresh5:before {
    content: "\467"
}

.isax-global-search5:before {
    content: "\468"
}

.isax-gps5:before {
    content: "\469"
}

.isax-gps-slash5:before {
    content: "\46a"
}

.isax-grammerly5:before {
    content: "\46b"
}

.isax-graph5:before {
    content: "\46c"
}

.isax-grid-15:before {
    content: "\46d"
}

.isax-grid-25:before {
    content: "\46e"
}

.isax-grid-35:before {
    content: "\46f"
}

.isax-grid-45:before {
    content: "\470"
}

.isax-grid-55:before {
    content: "\471"
}

.isax-grid-65:before {
    content: "\472"
}

.isax-grid-75:before {
    content: "\473"
}

.isax-grid-85:before {
    content: "\474"
}

.isax-grid-95:before {
    content: "\475"
}

.isax-grid-edit5:before {
    content: "\476"
}

.isax-grid-eraser5:before {
    content: "\477"
}

.isax-grid-lock5:before {
    content: "\478"
}

.isax-happyemoji5:before {
    content: "\479"
}

.isax-hashtag5:before {
    content: "\47a"
}

.isax-hashtag-15:before {
    content: "\47b"
}

.isax-hashtag-down5:before {
    content: "\47c"
}

.isax-hashtag-up5:before {
    content: "\47d"
}

.isax-headphone5:before {
    content: "\47e"
}

.isax-headphones5:before {
    content: "\47f"
}

.isax-health5:before {
    content: "\480"
}

.isax-heart5:before {
    content: "\481"
}

.isax-heart-add5:before {
    content: "\482"
}

.isax-heart-circle5:before {
    content: "\483"
}

.isax-heart-edit5:before {
    content: "\484"
}

.isax-heart-remove5:before {
    content: "\485"
}

.isax-heart-search5:before {
    content: "\486"
}

.isax-heart-slash5:before {
    content: "\487"
}

.isax-heart-tick5:before {
    content: "\488"
}

.isax-hierarchy5:before {
    content: "\489"
}

.isax-hierarchy-25:before {
    content: "\48a"
}

.isax-hierarchy-35:before {
    content: "\48b"
}

.isax-hierarchy-square5:before {
    content: "\48c"
}

.isax-hierarchy-square-25:before {
    content: "\48d"
}

.isax-hierarchy-square-35:before {
    content: "\48e"
}

.isax-home5:before {
    content: "\48f"
}

.isax-home-15:before {
    content: "\490"
}

.isax-home-25:before {
    content: "\491"
}

.isax-home-hashtag5:before {
    content: "\492"
}

.isax-home-trend-down5:before {
    content: "\493"
}

.isax-home-trend-up5:before {
    content: "\494"
}

.isax-home-wifi5:before {
    content: "\495"
}

.isax-hospital5:before {
    content: "\496"
}

.isax-house5:before {
    content: "\497"
}

.isax-house-25:before {
    content: "\498"
}

.isax-image5:before {
    content: "\499"
}

.isax-import5:before {
    content: "\49a"
}

.isax-import-15:before {
    content: "\49b"
}

.isax-import-25:before {
    content: "\49c"
}

.isax-import-3:before {
    content: "\49d"
}

.isax-info-circle5:before {
    content: "\49e"
}

.isax-information5:before {
    content: "\49f"
}

.isax-instagram5:before {
    content: "\4a0"
}

.isax-judge5:before {
    content: "\4a1"
}

.isax-kanban4:before {
    content: "\4a2"
}

.isax-key5:before {
    content: "\4a3"
}

.isax-keyboard5:before {
    content: "\4a4"
}

.isax-keyboard-open5:before {
    content: "\4a5"
}

.isax-key-square5:before {
    content: "\4a6"
}

.isax-lamp5:before {
    content: "\4a7"
}

.isax-lamp-15:before {
    content: "\4a8"
}

.isax-lamp-charge5:before {
    content: "\4a9"
}

.isax-lamp-on5:before {
    content: "\4aa"
}

.isax-lamp-slash5:before {
    content: "\4ab"
}

.isax-language-circle5:before {
    content: "\4ac"
}

.isax-language-square5:before {
    content: "\4ad"
}

.isax-layer5:before {
    content: "\4ae"
}

.isax-level5:before {
    content: "\4af"
}

.isax-lifebuoy5:before {
    content: "\4b0"
}

.isax-like5:before {
    content: "\4b1"
}

.isax-like-15:before {
    content: "\4b2"
}

.isax-like-dislike5:before {
    content: "\4b3"
}

.isax-like-shapes5:before {
    content: "\4b4"
}

.isax-like-tag5:before {
    content: "\4b5"
}

.isax-link5:before {
    content: "\4b6"
}

.isax-link-15:before {
    content: "\4b7"
}

.isax-link-26:before {
    content: "\4b8"
}

.isax-link-215:before {
    content: "\4b9"
}

.isax-link-circle5:before {
    content: "\4ba"
}

.isax-link-square5:before {
    content: "\4bb"
}

.isax-location5:before {
    content: "\4bc"
}

.isax-location-add5:before {
    content: "\4bd"
}

.isax-location-cross5:before {
    content: "\4be"
}

.isax-location-minus5:before {
    content: "\4bf"
}

.isax-location-slash5:before {
    content: "\4c0"
}

.isax-location-tick5:before {
    content: "\4c1"
}

.isax-lock5:before {
    content: "\4c2"
}

.isax-lock-15:before {
    content: "\4c3"
}

.isax-lock-circle5:before {
    content: "\4c4"
}

.isax-lock-slash5:before {
    content: "\4c5"
}

.isax-login5:before {
    content: "\4c6"
}

.isax-login-15:before {
    content: "\4c7"
}

.isax-logout5:before {
    content: "\4c8"
}

.isax-logout-15:before {
    content: "\4c9"
}

.isax-lovely5:before {
    content: "\4ca"
}

.isax-magicpen5:before {
    content: "\4cb"
}

.isax-magic-star5:before {
    content: "\4cc"
}

.isax-main-component5:before {
    content: "\4cd"
}

.isax-man5:before {
    content: "\4ce"
}

.isax-map5:before {
    content: "\4cf"
}

.isax-map-15:before {
    content: "\4d0"
}

.isax-mask5:before {
    content: "\4d1"
}

.isax-mask-15:before {
    content: "\4d2"
}

.isax-mask-25:before {
    content: "\4d3"
}

.isax-math5:before {
    content: "\4d4"
}

.isax-maximize5:before {
    content: "\4d5"
}

.isax-maximize-15:before {
    content: "\4d6"
}

.isax-maximize-26:before {
    content: "\4d7"
}

.isax-maximize-35:before {
    content: "\4d8"
}

.isax-maximize-45:before {
    content: "\4d9"
}

.isax-maximize-215:before {
    content: "\4da"
}

.isax-maximize-circle4:before {
    content: "\4db"
}

.isax-medal5:before {
    content: "\4dc"
}

.isax-medal-star5:before {
    content: "\4dd"
}

.isax-menu5:before {
    content: "\4de"
}

.isax-menu-15:before {
    content: "\4df"
}

.isax-menu-board5:before {
    content: "\4e0"
}

.isax-message5:before {
    content: "\4e1"
}

.isax-message-25:before {
    content: "\4e2"
}

.isax-message-add5:before {
    content: "\4e3"
}

.isax-message-add-15:before {
    content: "\4e4"
}

.isax-message-circle5:before {
    content: "\4e5"
}

.isax-message-edit5:before {
    content: "\4e6"
}

.isax-message-favorite5:before {
    content: "\4e7"
}

.isax-message-minus5:before {
    content: "\4e8"
}

.isax-message-notif5:before {
    content: "\4e9"
}

.isax-message-programming5:before {
    content: "\4ea"
}

.isax-message-question5:before {
    content: "\4eb"
}

.isax-message-remove5:before {
    content: "\4ec"
}

.isax-messages5:before {
    content: "\4ed"
}

.isax-messages-15:before {
    content: "\4ee"
}

.isax-messages-25:before {
    content: "\4ef"
}

.isax-messages-35:before {
    content: "\4f0"
}

.isax-message-search5:before {
    content: "\4f1"
}

.isax-message-square5:before {
    content: "\4f2"
}

.isax-message-text5:before {
    content: "\4f3"
}

.isax-message-text-15:before {
    content: "\4f4"
}

.isax-message-tick5:before {
    content: "\4f5"
}

.isax-message-time5:before {
    content: "\4f6"
}

.isax-microphone5:before {
    content: "\4f7"
}

.isax-microphone-25:before {
    content: "\4f8"
}

.isax-microphone-slash5:before {
    content: "\4f9"
}

.isax-microphone-slash-15:before {
    content: "\4fa"
}

.isax-microscope5:before {
    content: "\4fb"
}

.isax-milk5:before {
    content: "\4fc"
}

.isax-mini-music-sqaure5 .path1:before {
    content: "\4fd";
    color: rgb(41, 45, 50);
    opacity: 0.4
}

.isax-mini-music-sqaure5 .path2:before {
    content: "\671";
    margin-left: -1em;
    color: rgb(41, 45, 50)
}

.isax-mini-music-sqaure5 .path3:before {
    content: "\672";
    margin-left: -1em;
    color: rgb(41, 45, 50)
}

.isax-minus5:before {
    content: "\4fe"
}

.isax-minus-cirlce5:before {
    content: "\4ff"
}

.isax-minus-square5:before {
    content: "\500"
}

.isax-mirror5:before {
    content: "\501"
}

.isax-mirroring-screen5:before {
    content: "\502"
}

.isax-mobile5:before {
    content: "\503"
}

.isax-mobile-programming5:before {
    content: "\504"
}

.isax-money5:before {
    content: "\505"
}

.isax-money-25:before {
    content: "\506"
}

.isax-money-35:before {
    content: "\507"
}

.isax-money-45:before {
    content: "\508"
}

.isax-money-add5:before {
    content: "\509"
}

.isax-money-change5:before {
    content: "\50a"
}

.isax-money-forbidden5:before {
    content: "\50b"
}

.isax-money-recive5:before {
    content: "\50c"
}

.isax-money-remove5:before {
    content: "\50d"
}

.isax-moneys5:before {
    content: "\50e"
}

.isax-money-send5:before {
    content: "\50f"
}

.isax-money-tick5:before {
    content: "\510"
}

.isax-money-time5:before {
    content: "\511"
}

.isax-monitor5:before {
    content: "\512"
}

.isax-monitor-mobbile5:before {
    content: "\513"
}

.isax-monitor-recorder5:before {
    content: "\514"
}

.isax-moon5:before {
    content: "\515"
}

.isax-more5:before {
    content: "\516"
}

.isax-more-25:before {
    content: "\517"
}

.isax-more-circle5:before {
    content: "\518"
}

.isax-more-square5:before {
    content: "\519"
}

.isax-mouse5:before {
    content: "\51a"
}

.isax-mouse-15:before {
    content: "\51b"
}

.isax-mouse-circle5:before {
    content: "\51c"
}

.isax-mouse-square5:before {
    content: "\51d"
}

.isax-music5:before {
    content: "\51e"
}

.isax-music-circle5:before {
    content: "\51f"
}

.isax-music-dashboard5:before {
    content: "\520"
}

.isax-music-filter5:before {
    content: "\521"
}

.isax-music-library-25:before {
    content: "\522"
}

.isax-musicnote5:before {
    content: "\523"
}

.isax-music-play5:before {
    content: "\524"
}

.isax-music-playlist5:before {
    content: "\525"
}

.isax-music-square5:before {
    content: "\526"
}

.isax-music-square-add5:before {
    content: "\527"
}

.isax-music-square-remove5:before {
    content: "\528"
}

.isax-music-square-search5:before {
    content: "\529"
}

.isax-next5:before {
    content: "\52a"
}

.isax-note5:before {
    content: "\52b"
}

.isax-note-15:before {
    content: "\52c"
}

.isax-note-26:before {
    content: "\52d"
}

.isax-note-215:before {
    content: "\52e"
}

.isax-note-add5:before {
    content: "\52f"
}

.isax-note-favorite5:before {
    content: "\530"
}

.isax-note-remove5:before {
    content: "\531"
}

.isax-note-square5:before {
    content: "\532"
}

.isax-note-text5:before {
    content: "\533"
}

.isax-notification5:before {
    content: "\534"
}

.isax-notification-15:before {
    content: "\535"
}

.isax-notification-bing5:before {
    content: "\536"
}

.isax-notification-favorite5:before {
    content: "\537"
}

.isax-notification-status5:before {
    content: "\538"
}

.isax-omega-circle5:before {
    content: "\539"
}

.isax-omega-square5:before {
    content: "\53a"
}

.isax-paintbucket5:before {
    content: "\53b"
}

.isax-paperclip5:before {
    content: "\53c"
}

.isax-paperclip-25:before {
    content: "\53d"
}

.isax-password-check5:before {
    content: "\53e"
}

.isax-path5:before {
    content: "\53f"
}

.isax-path-25:before {
    content: "\540"
}

.isax-path-square5:before {
    content: "\541"
}

.isax-pause5:before {
    content: "\542"
}

.isax-pause-circle5:before {
    content: "\543"
}

.isax-pen-add5:before {
    content: "\544"
}

.isax-pen-close5:before {
    content: "\545"
}

.isax-pen-remove5:before {
    content: "\546"
}

.isax-pen-tool5:before {
    content: "\547"
}

.isax-pen-tool-25:before {
    content: "\548"
}

.isax-people5:before {
    content: "\549"
}

.isax-percentage-circle5:before {
    content: "\54a"
}

.isax-percentage-square5:before {
    content: "\54b"
}

.isax-personalcard5:before {
    content: "\54c"
}

.isax-pet5:before {
    content: "\54d"
}

.isax-pharagraphspacing5:before {
    content: "\54e"
}

.isax-picture-frame5:before {
    content: "\54f"
}

.isax-play5:before {
    content: "\550"
}

.isax-play-add5:before {
    content: "\551"
}

.isax-play-circle5:before {
    content: "\552"
}

.isax-play-cricle5:before {
    content: "\553"
}

.isax-play-remove5:before {
    content: "\554"
}

.isax-presention-chart5:before {
    content: "\555"
}

.isax-previous5:before {
    content: "\556"
}

.isax-printer5:before {
    content: "\557"
}

.isax-printer-slash5:before {
    content: "\558"
}

.isax-profile-2user5:before {
    content: "\559"
}

.isax-profile-add5:before {
    content: "\55a"
}

.isax-profile-circle5:before {
    content: "\55b"
}

.isax-profile-delete5:before {
    content: "\55c"
}

.isax-profile-remove5:before {
    content: "\55d"
}

.isax-profile-tick5:before {
    content: "\55e"
}

.isax-programming-arrow5:before {
    content: "\55f"
}

.isax-programming-arrows5:before {
    content: "\560"
}

.isax-quote-down5:before {
    content: "\561"
}

.isax-quote-down-circle5:before {
    content: "\562"
}

.isax-quote-down-square5:before {
    content: "\563"
}

.isax-quote-up5:before {
    content: "\564"
}

.isax-quote-up-circle5:before {
    content: "\565"
}

.isax-quote-up-square5:before {
    content: "\566"
}

.isax-radar5:before {
    content: "\567"
}

.isax-radar-15:before {
    content: "\568"
}

.isax-radar-25:before {
    content: "\569"
}

.isax-radio5:before {
    content: "\56a"
}

.isax-ram5:before {
    content: "\56b"
}

.isax-ram-25:before {
    content: "\56c"
}

.isax-ranking5:before {
    content: "\56d"
}

.isax-ranking-15:before {
    content: "\56e"
}

.isax-receipt5:before {
    content: "\56f"
}

.isax-receipt-15:before {
    content: "\570"
}

.isax-receipt-25:before {
    content: "\571"
}

.isax-receipt-2-15:before {
    content: "\572"
}

.isax-receipt-add5:before {
    content: "\573"
}

.isax-receipt-discount5:before {
    content: "\574"
}

.isax-receipt-disscount5:before {
    content: "\575"
}

.isax-receipt-edit5:before {
    content: "\576"
}

.isax-receipt-item5:before {
    content: "\577"
}

.isax-receipt-minus5:before {
    content: "\578"
}

.isax-receipt-search5:before {
    content: "\579"
}

.isax-receipt-square5:before {
    content: "\57a"
}

.isax-receipt-text5:before {
    content: "\57b"
}

.isax-received5:before {
    content: "\57c"
}

.isax-receive-square5:before {
    content: "\57d"
}

.isax-receive-square-25:before {
    content: "\57e"
}

.isax-record5:before {
    content: "\57f"
}

.isax-record-circle5:before {
    content: "\580"
}

.isax-recovery-convert5:before {
    content: "\581"
}

.isax-redo5:before {
    content: "\582"
}

.isax-refresh5:before {
    content: "\583"
}

.isax-refresh-25:before {
    content: "\584"
}

.isax-refresh-circle5:before {
    content: "\585"
}

.isax-refresh-left-square5:before {
    content: "\586"
}

.isax-refresh-right-square5:before {
    content: "\587"
}

.isax-refresh-square-25:before {
    content: "\588"
}

.isax-repeat5:before {
    content: "\589"
}

.isax-repeat-circle5:before {
    content: "\58a"
}

.isax-repeate-music5:before {
    content: "\58b"
}

.isax-repeate-one5:before {
    content: "\58c"
}

.isax-reserve5:before {
    content: "\58d"
}

.isax-rotate-left5:before {
    content: "\58e"
}

.isax-rotate-left-15:before {
    content: "\58f"
}

.isax-rotate-right5:before {
    content: "\590"
}

.isax-rotate-right-15:before {
    content: "\591"
}

.isax-route-square5:before {
    content: "\592"
}

.isax-routing5:before {
    content: "\593"
}

.isax-routing-25:before {
    content: "\594"
}

.isax-row-horizontal5:before {
    content: "\595"
}

.isax-row-vertical5:before {
    content: "\596"
}

.isax-rulerpen5:before {
    content: "\597"
}

.isax-ruler5:before {
    content: "\598"
}

.isax-safe-home5:before {
    content: "\599"
}

.isax-sagittarius5:before {
    content: "\59a"
}

.isax-save-25:before {
    content: "\59b"
}

.isax-save-add5:before {
    content: "\59c"
}

.isax-save-minus5:before {
    content: "\59d"
}

.isax-save-remove5:before {
    content: "\59e"
}

.isax-scan5:before {
    content: "\59f"
}

.isax-scan-barcode5:before {
    content: "\5a0"
}

.isax-scanner5:before {
    content: "\5a1"
}

.isax-scanning5:before {
    content: "\5a2"
}

.isax-scissor5:before {
    content: "\5a3"
}

.isax-scissor-15:before {
    content: "\5a4"
}

.isax-screenmirroring5:before {
    content: "\5a5"
}

.isax-scroll5:before {
    content: "\5a6"
}

.isax-search-favorite5:before {
    content: "\5a7"
}

.isax-search-favorite-15:before {
    content: "\5a8"
}

.isax-search-normal5:before {
    content: "\5a9"
}

.isax-search-normal-15:before {
    content: "\5aa"
}

.isax-search-status5:before {
    content: "\5ab"
}

.isax-search-status-15:before {
    content: "\5ac"
}

.isax-search-zoom-in5:before {
    content: "\5ad"
}

.isax-search-zoom-in-15:before {
    content: "\5ae"
}

.isax-search-zoom-out5:before {
    content: "\5af"
}

.isax-search-zoom-out-15:before {
    content: "\5b0"
}

.isax-security5:before {
    content: "\5b1"
}

.isax-security-card5:before {
    content: "\5b2"
}

.isax-security-safe5:before {
    content: "\5b3"
}

.isax-security-time5:before {
    content: "\5b4"
}

.isax-security-user5:before {
    content: "\5b5"
}

.isax-send5:before {
    content: "\5b6"
}

.isax-send-15:before {
    content: "\5b7"
}

.isax-send-25:before {
    content: "\5b8"
}

.isax-send-sqaure-25:before {
    content: "\5b9"
}

.isax-send-square5:before {
    content: "\5ba"
}

.isax-setting5:before {
    content: "\5bb"
}

.isax-setting-25:before {
    content: "\5bc"
}

.isax-setting-35:before {
    content: "\5bd"
}

.isax-setting-45:before {
    content: "\5be"
}

.isax-setting-55:before {
    content: "\5bf"
}

.isax-settings5:before {
    content: "\5c0"
}

.isax-shapes5:before {
    content: "\5c1"
}

.isax-shapes-15:before {
    content: "\5c2"
}

.isax-share5:before {
    content: "\5c3"
}

.isax-shield-cross5:before {
    content: "\5c4"
}

.isax-shield-search5:before {
    content: "\5c5"
}

.isax-shield-security2:before {
    content: "\5c6"
}

.isax-shield-slash5:before {
    content: "\5c7"
}

.isax-shield-tick5:before {
    content: "\5c8"
}

.isax-ship5:before {
    content: "\5c9"
}

.isax-shop5:before {
    content: "\5ca"
}

.isax-shop-add5:before {
    content: "\5cb"
}

.isax-shopping-bag5:before {
    content: "\5cc"
}

.isax-shopping-cart5:before {
    content: "\5cd"
}

.isax-shop-remove5:before {
    content: "\5ce"
}

.isax-shuffle5:before {
    content: "\5cf"
}

.isax-sidebar-bottom5:before {
    content: "\5d0"
}

.isax-sidebar-left5:before {
    content: "\5d1"
}

.isax-sidebar-right5:before {
    content: "\5d2"
}

.isax-sidebar-top5:before {
    content: "\5d3"
}

.isax-signpost5:before {
    content: "\5d4"
}

.isax-simcard5:before {
    content: "\5d5"
}

.isax-simcard-15:before {
    content: "\5d6"
}

.isax-simcard-25:before {
    content: "\5d7"
}

.isax-size5:before {
    content: "\5d8"
}

.isax-slash5:before {
    content: "\5d9"
}

.isax-slider5:before {
    content: "\5da"
}

.isax-slider-horizontal5:before {
    content: "\5db"
}

.isax-slider-horizontal-15:before {
    content: "\5dc"
}

.isax-slider-vertical5:before {
    content: "\5dd"
}

.isax-slider-vertical-15:before {
    content: "\5de"
}

.isax-smallcaps5:before {
    content: "\5df"
}

.isax-smart-car5:before {
    content: "\5e0"
}

.isax-smart-home5:before {
    content: "\5e1"
}

.isax-smileys5:before {
    content: "\5e2"
}

.isax-sms5:before {
    content: "\5e3"
}

.isax-sms-edit5:before {
    content: "\5e4"
}

.isax-sms-notification5:before {
    content: "\5e5"
}

.isax-sms-search5:before {
    content: "\5e6"
}

.isax-sms-star5:before {
    content: "\5e7"
}

.isax-sms-tracking5:before {
    content: "\5e8"
}

.isax-sort5:before {
    content: "\5e9"
}

.isax-sound5:before {
    content: "\5ea"
}

.isax-speaker5:before {
    content: "\5eb"
}

.isax-speedometer5:before {
    content: "\5ec"
}

.isax-star5:before {
    content: "\5ed"
}

.isax-star-15:before {
    content: "\5ee"
}

.isax-star-slash5:before {
    content: "\5ef"
}

.isax-status5:before {
    content: "\5f0"
}

.isax-status-up5:before {
    content: "\5f1"
}

.isax-sticker5:before {
    content: "\5f2"
}

.isax-stickynote5:before {
    content: "\5f3"
}

.isax-stop5:before {
    content: "\5f4"
}

.isax-stop-circle5:before {
    content: "\5f5"
}

.isax-story5:before {
    content: "\5f6"
}

.isax-strongbox5:before {
    content: "\5f7"
}

.isax-strongbox-25:before {
    content: "\5f8"
}

.isax-subtitle5:before {
    content: "\5f9"
}

.isax-sun5:before {
    content: "\5fa"
}

.isax-sun-15:before {
    content: "\5fb"
}

.isax-sun-fog5:before {
    content: "\5fc"
}

.isax-tag5:before {
    content: "\5fd"
}

.isax-tag-25:before {
    content: "\5fe"
}

.isax-tag-cross5:before {
    content: "\5ff"
}

.isax-tag-right5:before {
    content: "\600"
}

.isax-tag-user5:before {
    content: "\601"
}

.isax-task5:before {
    content: "\602"
}

.isax-task-square5:before {
    content: "\603"
}

.isax-teacher5:before {
    content: "\604"
}

.isax-text5:before {
    content: "\605"
}

.isax-textalign-center5:before {
    content: "\606"
}

.isax-textalign-justifycenter5:before {
    content: "\607"
}

.isax-textalign-justifyleft5:before {
    content: "\608"
}

.isax-textalign-justifyright5:before {
    content: "\609"
}

.isax-textalign-left5:before {
    content: "\60a"
}

.isax-textalign-right5:before {
    content: "\60b"
}

.isax-text-block5:before {
    content: "\60c"
}

.isax-text-bold5:before {
    content: "\60d"
}

.isax-text-italic5:before {
    content: "\60e"
}

.isax-text-underline5:before {
    content: "\60f"
}

.isax-tick-circle5:before {
    content: "\610"
}

.isax-ticket5:before {
    content: "\611"
}

.isax-ticket-25:before {
    content: "\612"
}

.isax-ticket-discount5:before {
    content: "\613"
}

.isax-ticket-expired5:before {
    content: "\614"
}

.isax-ticket-star5:before {
    content: "\615"
}

.isax-tick-square5:before {
    content: "\616"
}

.isax-timer5:before {
    content: "\617"
}

.isax-timer-15:before {
    content: "\618"
}

.isax-timer-pause5:before {
    content: "\619"
}

.isax-timer-start5:before {
    content: "\61a"
}

.isax-toggle-off5:before {
    content: "\61b"
}

.isax-toggle-off-circle5:before {
    content: "\61c"
}

.isax-toggle-on5:before {
    content: "\61d"
}

.isax-toggle-on-circle5:before {
    content: "\61e"
}

.isax-trade5:before {
    content: "\61f"
}

.isax-transaction-minus5:before {
    content: "\620"
}

.isax-translate5:before {
    content: "\621"
}

.isax-trash5:before {
    content: "\622"
}

.isax-tree5:before {
    content: "\623"
}

.isax-trend-down5:before {
    content: "\624"
}

.isax-trend-up5:before {
    content: "\625"
}

.isax-triangle5:before {
    content: "\626"
}

.isax-truck4:before {
    content: "\627"
}

.isax-truck-fast4:before {
    content: "\628"
}

.isax-truck-remove3:before {
    content: "\629"
}

.isax-truck-tick5:before {
    content: "\62a"
}

.isax-truck-time3:before {
    content: "\62b"
}

.isax-trush-square5:before {
    content: "\62c"
}

.isax-undo5:before {
    content: "\62d"
}

.isax-unlimited5:before {
    content: "\62e"
}

.isax-unlock5:before {
    content: "\62f"
}

.isax-user5:before {
    content: "\630"
}

.isax-user-add5:before {
    content: "\631"
}

.isax-user-cirlce-add5:before {
    content: "\632"
}

.isax-user-edit5:before {
    content: "\633"
}

.isax-user-minus5:before {
    content: "\634"
}

.isax-user-octagon5:before {
    content: "\635"
}

.isax-user-remove5:before {
    content: "\636"
}

.isax-user-search5:before {
    content: "\637"
}

.isax-user-square5:before {
    content: "\638"
}

.isax-user-tag5:before {
    content: "\639"
}

.isax-user-tick5:before {
    content: "\63a"
}

.isax-verify5:before {
    content: "\63b"
}

.isax-video5:before {
    content: "\63c"
}

.isax-video-add5:before {
    content: "\63d"
}

.isax-video-circle5:before {
    content: "\63e"
}

.isax-video-horizontal5:before {
    content: "\63f"
}

.isax-video-octagon5:before {
    content: "\640"
}

.isax-video-play5:before {
    content: "\641"
}

.isax-video-remove5:before {
    content: "\642"
}

.isax-video-slash5 .path1:before {
    content: "\643";
    color: rgb(41, 45, 50);
    opacity: 0.4
}

.isax-video-slash5 .path2:before {
    content: "\673";
    margin-left: -1em;
    color: rgb(41, 45, 50)
}

.isax-video-slash5 .path3:before {
    content: "\674";
    margin-left: -1em;
    color: rgb(41, 45, 50)
}

.isax-video-slash5 .path4:before {
    content: "\675";
    margin-left: -1em;
    color: rgb(41, 45, 50)
}

.isax-video-square5:before {
    content: "\644"
}

.isax-video-tick5:before {
    content: "\645"
}

.isax-video-time5:before {
    content: "\646"
}

.isax-video-vertical5:before {
    content: "\647"
}

.isax-voice-cricle5:before {
    content: "\648"
}

.isax-voice-square5:before {
    content: "\649"
}

.isax-volume-cross5:before {
    content: "\64a"
}

.isax-volume-high5:before {
    content: "\64b"
}

.isax-volume-low5:before {
    content: "\64c"
}

.isax-volume-low-15:before {
    content: "\64d"
}

.isax-volume-mute5:before {
    content: "\64e"
}

.isax-volume-slash5:before {
    content: "\64f"
}

.isax-volume-up5:before {
    content: "\650"
}

.isax-wallet5:before {
    content: "\651"
}

.isax-wallet-15:before {
    content: "\652"
}

.isax-wallet-25:before {
    content: "\653"
}

.isax-wallet-35:before {
    content: "\654"
}

.isax-wallet-add5:before {
    content: "\655"
}

.isax-wallet-add-15:before {
    content: "\656"
}

.isax-wallet-check5:before {
    content: "\657"
}

.isax-wallet-minus5:before {
    content: "\658"
}

.isax-wallet-money5:before {
    content: "\659"
}

.isax-wallet-remove5:before {
    content: "\65a"
}

.isax-wallet-search5:before {
    content: "\65b"
}

.isax-warning-25:before {
    content: "\65c"
}

.isax-watch5:before {
    content: "\65d"
}

.isax-watch-status5:before {
    content: "\65e"
}

.isax-weight5:before {
    content: "\65f"
}

.isax-weight-15:before {
    content: "\660"
}

.isax-wifi5:before {
    content: "\661"
}

.isax-wifi-square5:before {
    content: "\662"
}

.isax-wind5:before {
    content: "\663"
}

.isax-wind-25:before {
    content: "\664"
}

.isax-woman5:before {
    content: "\665"
}

.slick-loading .slick-list {
    background: #fff url("data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=") center center no-repeat
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: calc(50% - 20px);
    padding: 0;
    border: none;
    outline: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    z-index: 2;
    opacity: 0;
    filter: opacity(0)
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    outline: 0;
    background: 0 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25
}

.slick-next:before,
.slick-prev:before {
    font-family: "iconsax";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 900
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: 20px
}

.slick-prev:before {
    content: "\e931"
}

[dir="rtl"] .slick-prev:before {
    content: "\e936"
}

.slick-next {
    right: -10px
}

[dir="rtl"] .slick-next {
    left: -10px;
    right: auto
}

.slick-next:before {
    content: "\e936"
}

[dir="rtl"] .slick-next:before {
    content: "\e931"
}

.slick-dotted.slick-slider {
    margin-bottom: 35px
}

.slick-dots {
    position: absolute;
    bottom: -35px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 7px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    background-color: #000;
    opacity: 0.25;
    border-radius: 50%
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: 0.75
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-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-slider:hover .slick-arrow {
    opacity: 1;
    filter: opacity(1)
}

.slick-slider::after,
.slick-slider::before {
    content: "";
    display: block;
    width: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1
}

.slick-slider::before {
    left: -80px
}

.slick-slider::after {
    right: -80px
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 -15px;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    margin: 0 15px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.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,
:not(.slick-vertical) .slick-slide.thumb-item {
    display: block;
    height: auto;
    border: 1px solid transparent;
    cursor: pointer
}

.slick-arrow.slick-hidden {
    display: none
}

.article-image-detail .slick-slider::after,
.article-image-detail .slick-slider::before {
    content: none
}

.article-image-detail .slider-main .slick-prev {
    left: 0
}

.article-image-detail .slider-main .slick-prev::before {
    font-size: 32px
}

.article-image-detail .slider-main .slick-next {
    right: 0
}

.article-image-detail .slider-main .slick-next::before {
    font-size: 32px
}

.article-image-detail .slider-main:hover .slick-prev {
    left: 15px
}

.article-image-detail .slider-main:hover .slick-next {
    right: 15px
}

.product-image-detail .slick-slider::after,
.product-image-detail .slick-slider::before {
    content: none
}

.product-image-detail .slider-main .slick-prev {
    left: 0
}

.product-image-detail .slider-main .slick-prev::before {
    font-size: 32px
}

.product-image-detail .slider-main .slick-next {
    right: 0
}

.product-image-detail .slider-main .slick-next::before {
    font-size: 32px
}

.product-image-detail .slider-main:hover .slick-prev {
    left: 15px
}

.product-image-detail .slider-main:hover .slick-next {
    right: 15px
}

.product-image-detail .slider-thumbs .slick-list {
    margin: 0 -5px
}

.product-image-detail .slider-thumbs .thumb-item {
    margin: 0 5px;
    border-radius: 0.25rem;
    overflow: hidden
}

.slider-thumbs .thumb-item.slick-current {}

.product-image-detail .slider-thumbs .thumb-item:focus {
    outline: 0
}

.product-image-detail .slider-thumbs .slick-prev {
    top: 3px;
    bottom: auto
}

.product-image-detail .slider-thumbs .slick-prev::before {
    content: "\e931"
}

.product-image-detail .slider-thumbs .slick-next {
    top: auto;
    bottom: 28px
}

.product-image-detail .slider-thumbs .slick-next::before {
    content: "\e936"
}

.slider-thumbs .slick-arrow {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    height: 25px;
    width: calc(100% - 4px);
    background-color: rgba(0, 0, 0, 0.5)
}

.slider-thumbs .slick-arrow::before {
    font-size: 16px;
    color: #fff
}

:not(.slick-vertical).slider-thumbs.slick-slider img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover
}

:not(.slick-vertical).slider-thumbs .slick-arrow {
    height: 100%;
    width: 25px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    top: 0 !important;
    bottom: 0
}

:not(.slick-vertical).slider-thumbs .slick-next.slick-arrow {
    left: auto !important;
    right: 0 !important
}

:not(.slick-vertical).slider-thumbs .slick-prev.slick-arrow {
    left: 0 !important;
    right: auto !important
}

.swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: .625em;
    overflow-y: hidden;
    background: #fff;
    box-shadow: 0 0 .625em #d9d9d9
}

.swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
    padding: 0
}

.swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 .6em;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-footer {
    margin: .5em 0 0;
    padding: .5em 0 0;
    font-size: .8em
}

.swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: .8em;
    height: .8em;
    line-height: .8
}

.swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    padding: 0;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 1.8em;
    font-weight: 700
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
        font-size: .25em
    }
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: .875em;
    width: 1.375em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: .3125em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: .3125em
}

.swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 .3125em;
    padding: 0
}

.swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-styled:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, .4)
}

.swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 1.6em;
    height: 3em;
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.8em;
    left: -.5em;
    transform: rotate(-45deg);
    transform-origin: 2em 2em;
    border-radius: 4em 0 0 4em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.25em;
    left: .9375em;
    transform-origin: 0 1.5em;
    border-radius: 0 4em 4em 0
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
    top: 0;
    left: .4375em;
    width: .4375em;
    height: 2.6875em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
    height: .3125em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
    top: 1.125em;
    left: .1875em;
    width: .75em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
    top: .9375em;
    right: .1875em;
    width: 1.375em
}

.swal2-popup.swal2-toast.swal2-show {
    animation: swal2-toast-show .5s
}

.swal2-popup.swal2-toast.swal2-hide {
    animation: swal2-toast-hide .1s forwards
}

.swal2-container {
    display: flex;
    position: fixed;
    z-index: 1150;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow-x: hidden;
    transition: background-color .1s;
    -webkit-overflow-scrolling: touch
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, .4)
}

.swal2-container.swal2-backdrop-hide {
    background: 0 0 !important
}

.swal2-container.swal2-top {
    align-items: flex-start
}

.swal2-container.swal2-top-left,
.swal2-container.swal2-top-start {
    align-items: flex-start;
    justify-content: flex-start
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.swal2-container.swal2-center {
    align-items: center
}

.swal2-container.swal2-center-left,
.swal2-container.swal2-center-start {
    align-items: center;
    justify-content: flex-start
}

.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end
}

.swal2-container.swal2-bottom {
    align-items: flex-end
}

.swal2-container.swal2-bottom-left,
.swal2-container.swal2-bottom-start {
    align-items: flex-end;
    justify-content: flex-start
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.swal2-container.swal2-bottom-end>:first-child,
.swal2-container.swal2-bottom-left>:first-child,
.swal2-container.swal2-bottom-right>:first-child,
.swal2-container.swal2-bottom-start>:first-child,
.swal2-container.swal2-bottom>:first-child {
    margin-top: auto
}

.swal2-container.swal2-grow-fullscreen>.swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center
}

.swal2-container.swal2-grow-row>.swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center
}

.swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column
}

.swal2-container.swal2-grow-column.swal2-bottom,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-top {
    align-items: center
}

.swal2-container.swal2-grow-column.swal2-bottom-left,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-top-start {
    align-items: flex-start
}

.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-bottom-right,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-top-right {
    align-items: flex-end
}

.swal2-container.swal2-grow-column>.swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center
}

.swal2-container.swal2-no-transition {
    transition: none !important
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .swal2-container .swal2-modal {
        margin: 0 !important
    }
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
    align-items: center;
    min-height: 46px
}

.swal2-popup:focus {
    outline: 0
}

.swal2-popup.swal2-loading {
    overflow-y: hidden
}

.swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.8em
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word
}

.swal2-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin: 0 auto 0;
    padding: 0 60px 0 0
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1))
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2))
}

.swal2-loader {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-width: .25em;
    border-style: solid;
    border-radius: 100%;
    border-color: #2778c4 transparent #2778c4 transparent
}

.swal2-styled {
    margin: 0 10px 0 0;
    padding: 0 40px;
    box-shadow: none;
    font-weight: 600;
    line-height: 34px
}

.swal2-styled:not([disabled]) {
    cursor: pointer
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 5px;
    background: initial;
    background-color: #c33;
    color: #fff;
    font-size: 14px
}

.swal2-styled.swal2-deny {
    border: 0;
    border-radius: 5px;
    background: initial;
    background-color: #141414;
    color: #fff;
    font-size: 14px
}

.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: 0;
    background: initial;
    background-color: #343a40;
    color: #fff;
    font-size: 1em
}

.swal2-styled:focus {
    outline: 0;
    box-shadow: none
}

.swal2-styled::-moz-focus-inner {
    border: 0
}

.swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #eee;
    color: #545454;
    font-size: 1em
}

.swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: .25em;
    overflow: hidden;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.swal2-timer-progress-bar {
    width: 100%;
    height: .25em;
    background: rgba(0, 0, 0, .2)
}

.swal2-image {
    max-width: 100%;
    margin: 1.25em auto
}

.swal2-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 100%;
    padding: 0;
    overflow: hidden;
    transition: color .1s ease-out;
    border: none;
    border-radius: 0;
    background: rgba(0, 0, 0, .1);
    color: #fff;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer
}

.swal2-close:hover {
    transform: background-color .3s ease-in-out;
    background: rgba(0, 0, 0, .3);
    color: #fff
}

.swal2-close::-moz-focus-inner {
    border: 0
}

.swal2-content {
    width: 100%;
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: .5em 80px .5em 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    word-wrap: break-word
}

.swal2-content a {
    color: #fff;
    text-decoration: underline
}

.swal2-content a:hover {
    color: #0056b3
}

.swal2-checkbox,
.swal2-file,
.swal2-input,
.swal2-radio,
.swal2-select,
.swal2-textarea {
    margin: 0 auto
}

.swal2-file,
.swal2-input,
.swal2-textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border-color .3s, box-shadow .3s;
    border: 1px solid #d9d9d9;
    border-radius: .1875em;
    background: inherit;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
    color: #222;
    font-size: 1.125em
}

.swal2-file.swal2-inputerror,
.swal2-input.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
    border-color: #fff !important;
    box-shadow: 0 0 2px #fff !important
}

.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
    border: 0;
    outline: 0;
    box-shadow: 0 0 3px #c4e6f5
}

.swal2-file::placeholder,
.swal2-input::placeholder,
.swal2-textarea::placeholder {
    color: #ccc
}

.swal2-range {
    margin: 0 auto;
    background: #fff
}

.swal2-range input {
    width: 80%
}

.swal2-range output {
    width: 20%;
    color: #222;
    font-weight: 600;
    text-align: center
}

.swal2-range input,
.swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em
}

.swal2-input {
    height: 2.625em;
    padding: 0 .75em;
    margin-left: 15px
}

.swal2-input[type=number] {
    max-width: 10em
}

.swal2-file {
    background: inherit;
    font-size: 1.125em
}

.swal2-textarea {
    height: 6.75em;
    padding: .75em
}

.swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: inherit;
    color: #222;
    font-size: 1.125em
}

.swal2-checkbox,
.swal2-radio {
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #222
}

.swal2-checkbox label,
.swal2-radio label {
    margin: 0 .6em;
    font-size: 1.125em
}

.swal2-checkbox input,
.swal2-radio input {
    margin: 0 .4em
}

.swal2-input-label {
    display: flex;
    justify-content: center;
    margin: 0 auto .5em
}

.swal2-validation-message {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 -2.7em;
    padding: .625em;
    overflow: hidden;
    background: #f0f0f0;
    color: #666;
    font-size: 1em;
    font-weight: 300
}

.swal2-validation-message::before {
    content: "!";
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #fff;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center
}

.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin: 0 auto 0;
    border: 1px solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 26px;
    cursor: default;
    user-select: none;
    margin-left: 0
}

.swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 24px
}

.swal2-icon.swal2-error {
    border-color: #fff;
    color: #fff
}

.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    flex-grow: 1
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 12px;
    width: 14px;
    height: 1px;
    border-radius: .125em;
    background-color: #fff
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 6px;
    transform: rotate(45deg)
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 6px;
    transform: rotate(-45deg)
}

.swal2-icon.swal2-warning {
    border-color: #fff;
    color: #fff
}

.swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee
}

.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd
}

.swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 0;
    height: 0;
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: 0;
    left: 0;
    transform: rotate(-45deg);
    transform-origin: 3.75em 3.75em;
    border-radius: 7.5em 0 0 7.5em
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: 0;
    left: 0;
    transform: rotate(-45deg);
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0
}

.swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    z-index: 2;
    top: -.25em;
    left: -.25em;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border: .25em solid rgba(165, 220, 134, .3);
    border-radius: 50%
}

.swal2-icon.swal2-success .swal2-success-fix {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    transform: rotate(-45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    z-index: 2;
    height: 2px;
    border-radius: .125em;
    background-color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    top: 15px;
    left: 5px;
    width: 7px;
    transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    top: 12px;
    right: 3px;
    width: 14px;
    transform: rotate(-45deg)
}

.swal2-progress-steps {
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin: 0 0 1.25em;
    padding: 0;
    background: inherit;
    font-weight: 600
}

.swal2-progress-steps li {
    display: inline-block;
    position: relative
}

.swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    flex-shrink: 0;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #2778c4;
    color: #fff;
    line-height: 2em;
    text-align: center
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: #2778c4
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step {
    background: #add8e6;
    color: #fff
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
    background: #add8e6
}

.swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    flex-shrink: 0;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #2778c4
}

[class^=swal2] {
    -webkit-tap-highlight-color: transparent
}

.swal2-show {
    animation: swal2-show .3s
}

.swal2-hide {
    animation: swal2-hide .15s forwards
}

.swal2-noanimation {
    transition: none
}

.swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.swal2-rtl .swal2-close {
    right: auto;
    left: 0
}

.swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .swal2-range input {
        width: 100% !important
    }

    .swal2-range output {
        display: none
    }
}

@keyframes swal2-toast-show {
    0% {
        transform: translateY(-.625em) rotateZ(2deg);
    }

    33% {
        transform: translateY(0) rotateZ(-2deg);
    }

    66% {
        transform: translateY(.3125em) rotateZ(2deg);
    }

    100% {
        transform: translateY(0) rotateZ(0);
    }
}

@keyframes swal2-toast-hide {
    100% {
        transform: rotateZ(1deg);
        opacity: 0;
    }
}

@keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0;
    }

    54% {
        top: .125em;
        left: .125em;
        width: 0;
    }

    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em;
    }

    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em;
    }

    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em;
    }
}

@keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0;
    }

    65% {
        top: 1.25em;
        right: .9375em;
        width: 0;
    }

    84% {
        top: .9375em;
        right: 0;
        width: 1.125em;
    }

    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em;
    }
}

@keyframes swal2-show {
    0% {
        transform: scale(.7);
    }

    45% {
        transform: scale(1.05);
    }

    80% {
        transform: scale(.95);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(.5);
        opacity: 0;
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0;
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0;
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em;
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }

    100% {
        top: 2.8125em;
        left: .8125em;
        width: 1.5625em;
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em;
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0;
    }

    50% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0;
    }

    80% {
        margin-top: -.375em;
        transform: scale(1.15);
    }

    100% {
        margin-top: 0;
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0);
        opacity: 1;
    }
}

@keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden
}

body.swal2-height-auto {
    height: auto !important
}

body.swal2-no-backdrop .swal2-container {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: calc(100% - 0 * 2);
    background-color: transparent !important
}

body.swal2-no-backdrop .swal2-container>.swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-top-left,
body.swal2-no-backdrop .swal2-container.swal2-top-start {
    top: 0;
    left: 0
}

body.swal2-no-backdrop .swal2-container.swal2-top-end,
body.swal2-no-backdrop .swal2-container.swal2-top-right {
    top: 0;
    right: 0
}

body.swal2-no-backdrop .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

body.swal2-no-backdrop .swal2-container.swal2-center-left,
body.swal2-no-backdrop .swal2-container.swal2-center-start {
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-center-end,
body.swal2-no-backdrop .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-left,
body.swal2-no-backdrop .swal2-container.swal2-bottom-start {
    bottom: 0;
    left: 0
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-end,
body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
    right: 0;
    bottom: 0
}

@media print {
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        overflow-y: scroll !important
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true] {
        display: none
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static !important
    }
}

body.swal2-toast-shown .swal2-container {
    background-color: transparent
}

body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto
}

body.swal2-toast-shown .swal2-container.swal2-top-left,
body.swal2-toast-shown .swal2-container.swal2-top-start {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0
}

body.swal2-toast-shown .swal2-container.swal2-center-left,
body.swal2-toast-shown .swal2-container.swal2-center-start {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%)
}

body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-left,
body.swal2-toast-shown .swal2-container.swal2-bottom-start {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto
}

body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch
}

body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em
}

body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center
}

body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em
}

@font-face {
    font-family: lg;
    src: url(/templates/fashion02/assets/fonts/lg.ttf?22t19m) format("truetype"), url(/templates/fashion02/assets/fonts/lg.woff?22t19m) format("woff"), url(/templates/fashion02/assets/fonts/lg.svg?22t19m#lg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.lg-icon {
    font-family: lg !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: 0
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-moz-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-ms-keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-right-end {
    0% {
        left: 0;
    }

    50% {
        left: -30px;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@-moz-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@-ms-keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

@keyframes lg-left-end {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .45)
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    background: 0 0;
    border: none;
    box-shadow: none;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, .45);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    border-radius: 5px;
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width:1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
    outline: medium none;
    border: none
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-toogle-thumb:hover {
    color: #fff
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(/templates/fashion02/assets/img/vimeo-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(/templates/fashion02/assets/img/vimeo-play.png) no-repeat scroll 0 -58px transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: transparent url(/templates/fashion02/assets/img/video-play.png) no-repeat scroll 0 0;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(/templates/fashion02/assets/img/youtube-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(/templates/fashion02/assets/img/youtube-play.png) no-repeat scroll 0 -60px transparent
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -moz-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer.lg-dropdown-active #lg-share {
    color: #fff
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e907"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e905"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e906"
}

.lg-outer .lg-img-rotate {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.32, 0, .67, 0) 0s;
    -moz-transition: -moz-transform .3s cubic-bezier(.32, 0, .67, 0) 0s;
    -o-transition: -o-transform .3s cubic-bezier(.32, 0, .67, 0) 0s;
    transition: transform .3s cubic-bezier(.32, 0, .67, 0) 0s
}

.lg-rotate-left:after {
    content: "\e900"
}

.lg-rotate-right:after {
    content: "\e901"
}

.lg-icon.lg-flip-hor,
.lg-icon.lg-flip-ver {
    font-size: 26px
}

.lg-flip-ver:after {
    content: "\e903"
}

.lg-flip-hor:after {
    content: "\e902"
}

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-outer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1120;
    text-align: left;
    opacity: 0;
    outline: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(/templates/fashion02/assets/img/loading.gif) no-repeat scroll center center transparent;
    display: none !important
}

.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important
}

.lg-outer.lg-css .lg-current {
    display: inline-block !important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html {
    display: none
}

.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -moz-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

</style><style type="text/css"rel="preload">@charset "utf-8";

:root {
    --color-highlight: #11823e;
    --color-main: #222;
    --color-text: #000;
    --color-top: #B27E3D;
    --svg-hover: invert(55%) sepia(7%) saturate(4312%) hue-rotate(328deg) brightness(106%) contrast(102%);
    --svg-white: invert(1);
    --white: #fff;
    --black: #000;
    --red: #c33;
    --green: #390;
    --yellow: #ffb822;
    --light: #f5f5f5;
    --blue: #368FFF;
    --blue-light: #6098DE;
    --blue-black: #252984;
    --purple: #7145BE;
    --pink: #e83e8c;
    --indigo: #6610f2;
    --teal: #4AAEAE;
    --orange: #fd7e14;
    --cyan: #17a2b8;
    --gray: #6c757d;
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.page-title-section {
    background-color: #f3f3f3;
    padding: 45px 0;
    margin-bottom: 60px
}

.page-title-section .inner-title {
    font-size: 48px;
    margin-bottom: 0;
    color: #000;
    font-weight: 700
}

.page-title-section .inner-breadcrumb {
    text-transform: uppercase;
    color: #999;
    font-size: 16px;
    margin-top: 20px
}

.page-title-section .inner-breadcrumb a::after {
    content: '/';
    display: inline-block;
    padding: 0 8px;
    color: #999
}

.page-title-section .inner-breadcrumb a:hover {
    color: #000
}

.page-title-section .inner-breadcrumb .current {
    color: #000
}

.cart-info-section .item-quantity .product-quantity {
    margin-right: 0;
    float: none;
    display: inline-block
}

.cart-info-section .inner-quantity {
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 25px;
    color: #222;
    border: 1px solid #e1e1e1;
    border-radius: 50px;
    padding: 0 10px
}

.cart-info-section .inner-quantity .btn-quantity {
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    line-height: 1
}

.cart-info-section .inner-quantity .btn-quantity:hover {
    color: #c33
}

.cart-info-section .inner-quantity input {
    font-size: 18px;
    width: 60px;
    height: 34px;
    padding: 0 10px;
    border: none;
    background-color: transparent
}

.cart-info-section td.item-thumbnail img {
    width: 80px
}

.cart-info-section td.item-remove {
    text-align: center
}

.cart-info-section td.item-remove span {
    cursor: pointer;
    font-size: 16px
}

.cart-info-section td.item-remove span:hover {
    color: #c33
}

.btn-update-cart {
    padding: 10px 20px;
    background-color: transparent;
    font-weight: 600;
    color: #222;
    border: 1px solid #222
}

.btn-update-cart i {
    padding-right: 10px
}

.btn-update-cart:hover {
    color: #fff;
}

.entire-cart-totals .cart-totals {
    width: 100%;
    color: #222
}

.entire-cart-totals .cart-totals th {
    padding: 15px 10px;
    border-bottom: 1px solid #e2e2e2;
    text-transform: uppercase;
    padding-left: 0
}

.entire-cart-totals .cart-totals td {
    text-align: right;
    border-bottom: 1px solid #e2e2e2
}

.entire-cart-totals .cart-totals span {
    font-size: 16px;
    font-weight: 600
}

.entire-cart-totals .order-total {
    font-size: 1.7em
}

.entire-cart-totals .order-total th {
    text-transform: uppercase;
    border-bottom: 0;
    padding-left: 0
}

.entire-cart-totals .order-total td {
    text-align: right;
    border-bottom: 0
}

.entire-cart-totals .order-total td span {
    font-size: 17px;
}

.entire-cart-totals .proceed-to-checkout .btn-checkout:hover {
    color: #222;
    background-color: #ffffff
}

.payment-method ul {
    display: block
}

.payment-method ul li {
    width: 100%
}

.inner-icon img {
    height: 21px
}

.payment-method ul li a {
    padding: 10px 0;
    position: relative;
    font-weight: 600;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    filter: grayscale(1)
}

.payment-method ul li a.active,
.payment-method ul li a:hover {
    filter: inherit;
}

.payment-method ul li .inner-icon i {
    font-size: 80px
}

.payment-method .tab-content .entry-bank table tr:first-child td {
    border-top: 0
}

.payment-method .tab-content .entry-bank table:nth-child(even) {
    background-color: #f7f7f7
}

.entry-order-review th {
    text-transform: uppercase
}

.entry-order-review tr {
    border-bottom: 1px solid #e3e3e3
}

.entry-order-review th,
.entry-order-review td {
    padding: 8px 0;
    font-weight: 400 !important
}

.entry-order-review .cart-subtotal,
.entry-order-review .order-total {
    border-bottom: none
}

.entry-order-review .price-amount {
    font-size: 16px
}

.entry-order-review .order-total {
    font-size: 24px
}

.entry-order-review .order-total .price-amount {
    font-size: 24px;
    color: #c33;
    white-space: nowrap
}

.entry-order-review .entry-table {
    max-height: 866px;
    overflow: auto
}

.entry-order-review .entry-table::-webkit-scrollbar {
    width: 6px
}

.entry-order-review .entry-table::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background: #e6e6e6
}

.entry-order-review .entry-table::-webkit-scrollbar-track {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

.validate-form {
    position: relative
}

.validate-form .invalid-feedback {
    position: absolute;
    bottom: -36px;
    left: 0
}

.validate-form {
    position: relative
}

.form-billing label {
    margin-bottom: 15px
}

.form-billing .form-group {
    margin-bottom: 25px
}

.cart-item .item-name {
    font-weight: 600;
    white-space: nowrap
}

.cart-item .item-total {
    text-align: right
}

.cart-item .item-attribute .attribute-name,
.cart-item .item-attribute .attribute-value {
    display: inline-block
}

.cart-item .item-attribute .attribute-value {
    color: #666
}

.checkout-coupon {
    margin-bottom: 30px
}

.checkout-coupon .coupon-info a {
    margin-left: 15px;
    color: #222
}

.checkout-coupon .checkout_coupon {
    border: 3px dashed #f4f4f4
}

.empty i {
    font-size: 100px;
    margin-bottom: 20px
}

.empty .empty-cart {
    font-size: 16px
}

.order-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.order-info .order-item {
    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-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin-bottom: 20px
}

.entry-account-detail p {
    margin-bottom: 10px
}

.entry-account-detail i {
    height: 20px;
    width: 20px;
    background: #222;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 7px
}

.box-update-address {
    margin-bottom: 15px
}

.box-update-address li {
    padding: 0 10px;
    border-left: 1px solid #666
}

.box-update-address li a {
    padding: 0
}

.box-update-address li a.active {
    font-weight: bold
}

.box-update-address li:first-child {
    border-left: 0;
    padding-left: 0
}

.content-payment p {
    margin-bottom: 0
}

.point-to-money {
    margin-right: 5px
}

.coupon-plan {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 4px 6px -3px rgb(0 0 0 / 16%);
    box-shadow: 0px 3px 6px -3px rgb(0 0 0 / 16%)
}

.coupon-plan:last-child {
    margin-bottom: 0
}

.coupon-plan-price {
    text-align: center;
    background: #ff7948;
    position: relative;
    overflow: hidden;
    padding: 10px 10px 15px;
    font-size: 12px;
    min-height: 120px
}

.coupon-plan-price::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    background: url('data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABQAAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjdBNURGNURFNDI5MDExRUM5MDhDRTYwRDYxNzA1MjA4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjdBNURGNURGNDI5MDExRUM5MDhDRTYwRDYxNzA1MjA4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0E1REY1REM0MjkwMTFFQzkwOENFNjBENjE3MDUyMDgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0E1REY1REQ0MjkwMTFFQzkwOENFNjBENjE3MDUyMDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAACAgICAgICAgICAwICAgMEAwICAwQFBAQEBAQFBgUFBQUFBQYGBwcIBwcGCQkKCgkJDAwMDAwMDAwMDAwMDAwMAQMDAwUEBQkGBgkNCwkLDQ8ODg4ODw8MDAwMDA8PDAwMDAwMDwwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAAOAAYDAREAAhEBAxEB/8QAbwABAQAAAAAAAAAAAAAAAAAABAkBAAMAAAAAAAAAAAAAAAAAAAMEBxAAAAUCBgMAAAAAAAAAAAAAAQIDBAUREiFBExQGBwAxUREAAQIEBQMFAAAAAAAAAAAAAQIDETESBAAhURMGQSIFcbEyFBX/2gAMAwEAAhEDEQA/AKGS3SUDH874pDpvHqkDPndpOUzHJuE1G7c6xbVAJQSmtzLUPuOE+ueKsNXjKApW2uoHMRBSkqnCR9MWKy5/dP8Ajrl0oSHmqCDA0kKWEmIjGIjr7ZllXvdA9j8XdyUOzLPl3QccjLk9gYNE4OBqVccdMREblLvVMg8DcO+X+80paBX3UDKiRq66amOGbNjjn5VwhpxW12bioHc+QommVWWSaZ4//9k=');
    width: 6px;
    height: 100%;
    z-index: 9
}

.coupon-plan-price span {
    display: block;
    font-size: 32px;
    font-weight: bold
}

.coupon-plan-description {
    max-height: 100px;
    overflow-y: auto
}

.coupon-plan-description::-webkit-scrollbar {
    width: 4px;
    height: 40px
}

.coupon-plan-description::-webkit-scrollbar-button {
    display: none
}

.coupon-plan-description::-webkit-scrollbar-thumb {}

.coupon-plan-description::-webkit-scrollbar-track {
    background: #f1f1f1
}

.coupon-plan-description h4 {
    font-weight: 700
}

.coupon-plan-button {
    padding: 0 5px
}

.coupon-plan-button a {
    font-weight: 700;
    white-space: nowrap
}

.input-group-main {
    color: #fff;
    z-index: 1
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.close-coupon-modal {
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 24px;
    z-index: 1
}

.cart-item .added-wishlist {}

.swich-change .form-check-input {
    opacity: 0;
    visibility: hidden
}

.swich-change label {
    cursor: pointer
}

.swich-change p {
    margin-bottom: 0
}

.swich-change input.form-check-input:checked~label {}

.swich-change .checked {
    display: none;
}

.swich-change input.form-check-input:checked~label .checked {
    display: block
}

.wrap-table {
    border-radius: 5px 5px 0 0;
    overflow: hidden
}

.wrap-table tbody th[scope="row"] {
    font-weight: normal;
    text-decoration: underline
}

.wrap-table tbody tr:nth-of-type(even) {
    background-color: transparent !important
}

.wrap-table th,
.wrap-table td {
    padding: 8px 15px !important
}

@media max-width: 700px) {
    .btn-update-cart {
        position: fixed;
        bottom: 60px;
        left: 0px;
        z-index: 9;
        background-color: red;
        color: white;
        border: 1px solid red;
        width: 100%
    }
}

.space-0 {
    margin-right: 0px;
    margin-left: 0px
}

.space-0>div {
    padding-right: 0px;
    padding-left: 0px
}

.compare-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100%;
    height: 100%;
    outline: 0;
    pointer-events: none;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden
}

.compare-modal.open {
    opacity: 1;
    filter: opacity(1);
    visibility: visible
}

.compare-modal .compare-content,
.compare-modal .compare-bar {
    pointer-events: auto
}

.compare-modal .compare-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #292a30;
    padding: 15px 15px 78px 15px;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden
}

.compare-modal .compare-content.open {
    opacity: 1;
    filter: opacity(1);
    visibility: visible
}

.compare-modal .compare-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 78px;
    background: #292a30;
    padding: 15px
}

.compare-content-inner {
    background: #fff;
    position: relative;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    padding: 0 0px 15px;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.compare-content-inner::-webkit-scrollbar {
    width: 4px;
    height: 40px
}

.compare-content-inner::-webkit-scrollbar-button {
    display: none
}

.compare-content-inner::-webkit-scrollbar-thumb {
    background: #222
}

.compare-content-inner::-webkit-scrollbar-track {
    background: #f1f1f1
}

.compare-bar-items .compare-bar-item {
    position: relative;
    display: inline-block;
    margin-left: 10px
}

.compare-bar-items .compare-bar-item img {
    height: 48px;
    width: 48px;
    object-fit: cover;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px
}

.compare-bar-items .compare-bar-item .compare-bar-remove {
    right: 2px;
    left: auto;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden
}

.compare-bar-items .compare-bar-item .compare-bar-remove i {
    width: 12px;
    height: 12px;
    line-height: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.compare-bar-items .compare-bar-item:hover .compare-bar-remove {
    opacity: 1;
    filter: opacity(1);
    visibility: visible
}

.compare-bar-remove {
    cursor: pointer;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    position: absolute;
    top: 2px;
    left: 2px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
    z-index: 1
}

.compare-bar-remove i {
    width: 14px;
    height: 14px;
    line-height: 12px;
    color: #292a30;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.compare-bar-remove:hover {
    background: #fff
}

.compare-bar-remove:hover i {}

.compare-bar-btn {
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding: 0 20px 0 68px;
    margin-left: 15px;
    position: relative;
    cursor: pointer
}

.compare-bar-btn i {
    position: absolute;
    top: 0;
    left: 0;
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.1)
}

.title-compare {
    background-color: #f1f1f1;
    padding: 10px
}

.sticky-title-compare {
    background: #fff;
    z-index: 15;
    border-bottom: 1px solid #f1f1f1
}

.compare-content-close {
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 99
}

.compare-content-close i {
    font-size: 32px;
}

.compare-bar-close {
    font-size: 30px;
    color: #fff
}

.ratio-compare {
    position: relative;
    padding-top: 60%
}

.ratio-compare img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: auto !important;
    object-fit: contain !important
}

.inner-compare {
    height: 100%;
    padding: 15px;
    border-right: 1px solid #e6e6e6
}

.placeholder-empty {
    position: relative;
    height: 100%;
    width: 100%
}

.placeholder-empty::before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 60px;
    height: 8px;
    background-color: #eee;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.placeholder-add {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block
}

.placeholder-add i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    border: 1px dashed #bdbdbd;
    padding: 15px
}

.product-action .btn-product-action.added-compare i::before {
    content: "\e902";
    font-weight: 900
}

div:not(.compare-modal)>div>.compare-bar,
div:not(.compare-modal)>div>.compare-content .compare-content-inner .compare-content-close {
    display: none !important
}

div:not(.compare-modal)>div>.compare-content .compare-content-inner {
    padding: 0
}

div:not(.compare-modal)>div>.compare-content .compare-content-inner .sticky-title-compare {
    z-index: 1
}

@media (min-width: 1200px) {
    .compare-modal .inner-compare {
        padding: 20px 20px 15px
    }
}

@media (max-width: 767px) {
    .product-status {
        display: none
    }

    .compare-bar-btn {
        padding: 0
    }

    .compare-bar-btn span {
        display: none
    }

    .compare-bar-btn i {
        position: static
    }

    .compare-content .product-title,
    .compare-content .btn-product-action {
        font-size: 14px
    }
}

.is-mobile .product-status {
    display: none
}

.is-mobile .compare-bar-btn {
    padding: 0
}

.is-mobile .compare-bar-btn span {
    display: none
}

.is-mobile .compare-bar-btn i {
    position: static
}

.is-mobile .compare-content .product-title,
.is-mobile .compare-content .btn-product-action {
    font-size: 14px
}

.bg-bronze {
    background-color: #F2D7B6
}

.bg-silver {
    background-color: #E3E2E2
}

.bg-gold {
    background-color: #26262E
}

.separate-divide {
    height: 4px;
    width: 70px;
    background: rgb(255, 121, 72);
    background: linear-gradient(270deg, rgba(255, 121, 72, 1) 0%, rgba(255, 215, 135, 1) 100%);
    border-radius: 2px
}

.member-categories-section.member-list li {
    margin-bottom: 5px;
    border-radius: 5px;
    border-bottom: 0 !important
}

.member-categories-section.member-list li.active {
    background: #f5f5f5
}

.member-categories-section.member-list li>a {
    padding: 7.5px 5px;
    width: 100%;
    display: flex;
    align-items: center
}

.member-categories-section li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 6px;
    flex-direction: row
}

.member-categories-section li i {
    padding-right: 5px;
    vertical-align: middle
}

.member-categories-section li:last-child {
    margin-bottom: 0
}

.member-categories-section .active>a,
.member-categories-section .active>span {
    color: #222
}

.avatar-upload .avatar-edit {
    position: absolute;
    bottom: -1px;
    width: 100%;
    text-align: center;
    z-index: 9
}

.avatar-upload .avatar-edit input {
    display: none
}

.avatar-upload .avatar-edit input+label {
    margin-bottom: 0;
    background: #000;
    cursor: pointer;
    font-weight: normal;
    transition: all .2s ease-in-out;
    width: 100%;
    color: #fff;
    font-size: 12px
}

.avatar-upload .avatar-edit input+label:hover {
    background: #5e5e5e
}

.avatar-upload .avatar-preview>div {
    width: 89px;
    height: 89px;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat
}

.avatar-upload .avatar-preview>div.wrap-preview {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.avatar-upload .avatar-clear-image {
    cursor: pointer;
    position: absolute;
    top: auto;
    right: -10px;
    bottom: -5px;
    width: 22px;
    height: 22px;
    line-height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12)
}

.filter-member .btn-submit {
    padding: 0 9px
}

.table-member th i {
    font-size: 18px
}

.bootstrap-select>.dropdown-toggle {
    background-color: white;
    border-color: #dee2e6
}

.member-categories-section.member-list li>a svg,
.member-categories-section.member-list li>a img {
    margin-right: 10px;
    flex: 0 0 22px
}

.session-cart ul.member-categories-section:not(.member-list)>li svg {
    margin-left: 15px
}

.color-gray {
    color: #707070
}

.avatar-upload {
    display: inline-block;
    border-radius: 50%;
    position: relative;
    overflow: hidden
}

.btn-login-gg {
    height: 50px;
    line-height: 50px;
    cursor: pointer
}

.btn-login-gg img {
    height: 24px;
    width: 24px;
    margin-right: 7px
}

.session-login .or:before {
    width: 100%;
    height: 1px;
    background: #000;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1
}

.session-login .or span {
    z-index: 1
}

.session-login .form-group input[type="text"],
.session-password .form-group input[type="text"],
.session-change .form-group input[type="text"],
.session-login .form-group input[type="password"],
.session-password .form-group input[type="password"],
.session-change .form-group input[type="password"] {
    height: 46px;
    padding: 0 40px 0 45px
}

.session-login .bootstrap-select>.dropdown-toggle,
.session-password .bootstrap-select>.dropdown-toggle,
.session-change .bootstrap-select>.dropdown-toggle {
    padding: 12px 15px 11px
}

.input-login .icon-input {
    position: absolute;
    top: 10px;
    left: 15px
}

.input-login img {
    width: 16px;
    height: 16px;
    cursor: pointer
}

.input-login .show-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 99
}

.btn-main {
    height: 46px;
    line-height: 46px;
    color: #fff;
    border: 0;
    padding: 0
}

.session-login .filter-option-inner-inner {
    color: #222
}

.session-otp .input-opt input {
    padding: 0 !important;
    flex: 0 0 50px;
    max-width: 50px;
    height: 70px !important;
    border-radius: 16px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    border: 1px solid #222
}

.forgot-email {
    border: 1px solid #222
}

.forgot-email .icon-input {
    border-radius: 50%;
    line-height: 40px;
    flex: 0 0 40px;
    max-width: 40px
}

.forgot-email .icon-input img {
    width: 24px;
    height: 24px
}

.forgot-email .icon-right img {
    width: 24px;
    height: 24px
}

.pos-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.list-order-element .badge {
    min-width: 86px
}

.history-point ul.nav li {
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    cursor: pointer
}

.history-point ul.nav li a {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 2px solid transparent
}

.history-point ul.nav li a.active {}

.inner-buy-point input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.inner-buy-point .form-check-label {
    border: 1px solid #222;
    border-radius: 8px;
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    cursor: pointer
}

.inner-buy-point input[type="radio"]:checked+.form-check-label {
    color: #fff
}

.session-change .icon-left {
    border-radius: 50%;
    line-height: 40px;
    flex: 0 0 40px;
    max-width: 40px
}

.entry-choose-verify input.form-check-input:checked~label.inner-verify {}

.entry-choose-verify label.inner-verify {
    cursor: pointer
}

.entry-choose-verify .icon-right {
    display: none
}

.entry-choose-verify .form-check-input {
    opacity: 0;
    visibility: hidden
}

.entry-choose-verify input.form-check-input:checked~label.inner-verify .icon-right {
    display: inline-block
}

.title-affiliate {
    border-radius: 5px 5px 0 0;
    padding: 8px 0 7px 30px
}

.title-reviews,
.title-comment {
    font-size: 1em;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 40px
}

@media (max-width: 991px) {

    .title-reviews,
    .title-comment {
        margin-bottom: 20px
    }
}

.rating-list {
    margin-bottom: 15px;
    padding-left: 0;
    list-style: none
}

.rating-list .letter-first {
    height: 50px;
    width: 50px;
    line-height: 48px;
    display: block;
    margin: 0 auto 5px;
    color: #fff;
    text-align: center;
    background-color: #11823e;
    border: 1px solid #11823e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.rating-list .btn-action {
    margin-top: 5px
}

.rating-list .btn-action>div {
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    font-weight: 600
}

.rating-list .btn-action>div::after {
    content: ".";
    position: absolute;
    top: -9px;
    right: -10px;
    font-size: 18px;
    pointer-events: none
}

.rating-list .btn-action>div:last-child::after {
    content: none
}

.rating-list li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #e3e3e3
}

@media (max-width: 991px) {
    .rating-list li {
        margin-bottom: 10px;
        padding-bottom: 5px
    }
}

.rating-list li:last-child {
    border-bottom: 0;
    margin-bottom: 0px;
    padding-bottom: 0px
}

.rating-list .entry-reply {
    padding: 15px;
    border: 1px solid #e3e3e3;
    margin-top: 15px;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.rating-list .entry-reply::before,
.rating-list .entry-reply::after {
    content: "";
    bottom: 100%;
    left: 50px;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.rating-list .entry-reply::before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #e3e3e3;
    border-width: 9px;
    margin-left: -25px
}

.rating-list .entry-reply::after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -24px
}

.rating-list .child-reply {
    list-style: none;
    padding-left: 0;
    margin-bottom: 10px
}

.rating-list .child-reply input {
    border: 1px solid #e3e3e3;
    background-color: transparent;
    height: 40px
}

.rating-list .child-reply .rating-form {
    padding: 20px 20px
}

.rating-list .child-reply .author-info {
    text-align: left;
    padding-left: 0
}

.rating-list .child-reply .btn-submit {
    padding: 0 0.75rem
}

.rating-list .child-reply .letter-first {
    height: 45px;
    width: 45px;
    line-height: 43px;
    font-size: 13px
}

@media (max-width: 991px) {
    .rating-list .child-reply .letter-first {
        display: none
    }
}

.rating-list .child-reply .rating-content {
    width: calc(100% - 60px)
}

@media (max-width: 991px) {
    .rating-list .child-reply .rating-content {
        width: 100%
    }
}

.rating-content .description {
    flex: 1 1 100%
}

.rating-content .meta {
    line-height: 18px
}

.rating-content .meta .post-author {
    color: #222
}

.rating-content .rating-form {
    padding: 15px;
    margin-bottom: 0;
    margin-top: 0
}

.overall-rating {
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3
}

.overall-rating .rating-average .point-comment {
    font-size: 51px;
    color: #11823e;
    font-weight: bold;
    line-height: 1.2
}

.overall-rating .rating-average .star-rating {
    font-size: 18px;
    width: 90px;
    margin: 0 auto
}

.overall-rating .percent-bar {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.overall-rating .rating-num,
.overall-rating .star-percent {
    width: 30px;
    color: #222;
    font-size: 13px
}

.overall-rating .progress {
    background: #e6e6e6;
    position: relative;
    border-radius: 12px;
    height: 10px;
    margin: 0 10px;
    width: calc(100% - 60px);
    overflow: hidden
}

.overall-rating .progress-bar-warning {
    background-color: #11823e
}

.overall-rating .progress-bar {
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease
}

.rating-form {
    background-color: #e6e6e6;
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

.rating-form input[type="text"],
.rating-form textarea {
    background-color: #fff;
    border: 0
}

.rating-form .comment-images {
    margin-top: 0;
    margin-bottom: 1rem
}

.review-star {
    flex-direction: row-reverse;
    display: flex;
    justify-content: flex-end
}

.review-star>input:checked~label,
.review-star:not(:checked)>label:hover,
.review-star:not(:checked)>label:hover~label {
    color: #ffb822
}

.review-star>input:checked+label:hover,
.review-star>input:checked~label:hover,
.review-star>label:hover~input:checked~label,
.review-star>input:checked~label:hover~label {
    color: #ffb822
}

.review-star>input {
    display: none
}

.review-star>label {
    margin-bottom: 0
}

.review-star>label::before {
    content: "\ec0f";
    font-family: "iconsax";
    display: inline-block;
    font-size: 20px;
    margin-right: 7px;
    cursor: pointer
}

.box-rating {
    display: flex;
    justify-content: space-between
}

.box-rating .author-info {
    padding: 0 10px;
    flex: 0 165px;
    text-align: center;
    color: #222;
    font-size: 13px;
    line-height: 18px
}

.box-rating .author-info .post-author {
    font-weight: 600
}

.box-rating .author-info .post-date {
    font-style: italic
}

.box-rating .author-info .post-date {
    font-size: 12px
}

.box-rating>.rating-content {
    padding-left: 15px
}

.box-rating .rating-content {
    flex: 1
}

.box-rating .rating-content .bought {
    color: #390;
    font-size: 13px
}

.box-rating .rating-content .bought i {
    font-size: 15px
}

.box-rating .rating-content .description {
    margin-top: 5px;
    overflow: auto;
    max-width: 100%
}

.box-rating .rating-content .btn-action {
    display: flex
}

.star-rating {
    position: relative;
    display: block;
    line-height: 22px;
    height: 22px;
    width: 71px;
    overflow: hidden;
    font-family: "iconsax";
    font-size: 14px
}

.star-rating::before {
    content: "\ec0f\ec0f\ec0f\ec0f\ec0f";
    position: absolute;
    top: 0;
    left: 0;
    color: #d4d4d4;
    font-weight: 900
}

.star-rating span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    font-size: 0;
    overflow: hidden
}

.star-rating span::before {
    content: "\5ee\5ee\5ee\5ee\5ee";
    position: absolute;
    font-size: 14px;
    top: 0;
    left: 0;
    color: #11823e
}

.star-rating span.star-lg::before {
    font-size: 18px
}

.edit-comment {
    margin-bottom: 55px;
    position: relative
}

.edit-comment span.btn {
    margin-top: 10px
}

.edit-comment ul {
    padding-left: 0;
    list-style: none
}

.edit-comment textarea {
    min-height: 35px;
    border: 0;
    background-color: transparent;
    padding: 7px 45px 5px 15px;
    resize: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #f5f5f5
}

.edit-comment .box-comment {
    padding: 5px 10px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center
}

.edit-comment .box-comment label {
    margin: 5px 0
}

.edit-comment .box-comment label i {
    font-size: 20px;
    cursor: pointer
}

.edit-comment .box-comment label i:hover {
    color: #11823e
}

.edit-comment .btn-send-comment {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    background-color: #11823e;
    color: #fff
}

.comment-images {
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: 10px;
    padding-left: 0;
    list-style: none
}

.comment-images li {
    display: inline-block;
    padding: 10px;
    position: relative
}

.comment-images li .close-image {
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #4d4d4d;
    line-height: 22px;
    color: #fff;
    right: -5px;
    top: 5px;
    text-align: center;
    font-size: 16px;
    cursor: pointer
}

.comment-images img {
    max-width: 80px
}

.total-comment span {
    padding-right: 5px
}

.comment-section .customer-info {
    margin-bottom: 5px;
    font-weight: bold
}

.comment-section .customer-info span:first-child {
    padding-right: 5px
}

.comment-section .list-comment {
    padding-top: 20px;
    margin-top: 10px;
    border-top: 1px solid #e3e3e3;
    padding-left: 0;
    list-style: none
}

.comment-section .list-comment .comment-content {
    margin-left: 35px
}

.list-comment .comment-item {
    margin-bottom: 20px
}

.list-comment .edit-comment {
    margin-top: 10px
}

.list-comment .post-author {
    color: #222
}

.list-comment .post-author .name-author {
    font-weight: bold
}

.list-comment .post-author .letter-first {
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #e6e6e6;
    margin-right: 5px
}

.list-comment .list-reply {
    padding-left: 0;
    list-style: none;
    display: block;
    position: relative;
    margin: 10px 0 0 60px;
    padding: 10px 15px 0 12px;
    clear: both;
    font-size: 14px;
    line-height: 24px;
    background: #f5f5f5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.list-comment .list-reply .comment-action {
    display: flex
}

.list-comment .list-reply .reply {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
    padding-bottom: 5px
}

.list-comment .list-reply .reply:last-child {
    border-bottom: 0
}

.list-comment .list-reply .reply .comment-action>div::after {
    top: -5px
}

.list-comment .list-reply .inner-content {
    padding-left: 0;
    padding-right: 0
}

.list-comment .comment-action>div {
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap
}

.list-comment .comment-action>div.post-date {
    font-weight: 400;
    cursor: auto;
    font-style: italic
}

.list-comment .comment-action>div::after {
    content: ".";
    position: absolute;
    top: -9px;
    right: -10px;
    font-size: 18px;
    pointer-events: none;
    color: #000
}

.list-comment .comment-action>div:last-child {
    margin-right: 0
}

.list-comment .comment-action>div:last-child::after {
    content: none
}

.badge-qtv {
    font-size: 12px;
    background-color: #11823e;
    padding: 0 5px;
    color: #fff;
    margin-left: 5px
}

.box-comment label[for="imageUpload"] {
    text-transform: capitalize;
    margin-bottom: 0;
    cursor: pointer
}

.box-comment label[for="imageUpload"] i {
    margin-right: 3px;
    font-size: 26px;
    vertical-align: sub
}

.comment-item .edit-comment {
    margin-left: 60px
}

.comment-item .inner-content {
    background-color: #f5f5f5;
    padding: 10px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 5px;
    overflow: auto;
    width: 100%
}

.comment-item .comment-action {
    display: flex
}

.album-images .image-comment {
    height: 80px;
    margin-top: 10px;
    margin-right: 10px
}

span[nh-comment-change-info] {
    cursor: pointer
}

span[nh-comment-change-info]:hover {
    color: #11823e
}

.comment-more {
    display: block;
    padding: 3px;
    margin-top: 15px;
    margin: 0 auto;
    width: 160px;
    text-align: center;
    background-color: #eee;
    color: #000;
    font-size: 11px;
    position: relative;
    margin-bottom: 30px
}

.comment-more::before,
.comment-more::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 40%;
    background-color: #eee;
    top: 50%
}

.comment-more::before {
    left: calc(100% + 5px)
}

.comment-more::after {
    right: calc(100% + 5px)
}

.inner-like.liked {
    color: #007bff
}

.count-reviews {
    position: absolute;
    font-size: 12px;
    color: #fff;
    background-color: #11823e;
    top: -10px;
    right: -25px;
    font-weight: normal;
    padding: 2px 5px;
    line-height: 1;
    border-radius: 5px
}

.loading-block,
.loading-page {
    z-index: 1100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.loading-page {
    position: fixed
}

.loading-block {
    position: absolute
}

.bg-overlay {
    height: 100%;
    width: 100%;
    background-color: transparent;
    opacity: 0.7
}

.sk-flow {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.sk-flow .sk-flow-dot {
    width: 25%;
    height: 25%;
    background-color: #666;
    border-radius: 50%;
    -webkit-animation: sk-flow 1.4s infinite ease-in-out both;
    animation: sk-flow 1.4s infinite ease-in-out both;
    z-index: 1
}

.sk-flow .sk-flow-dot:nth-child(1) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s
}

.sk-flow .sk-flow-dot:nth-child(2) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s
}

.loading {
    position: relative
}

.loading:before {
    content: "";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 2px solid #000;
    border-right: 2px solid transparent;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    -webkit-animation: spinner 0.5s linear infinite;
    animation: spinner 0.5s linear infinite
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes sk-flow {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.sticky-menu.fix {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    z-index: 1010;
    background-color: #fff;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.sticky-menu.fix.scroll-up {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%)
}

.wrp-effect-scale {
    position: relative;
    overflow: hidden
}

.wrp-effect-scale:hover .effect-scale::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease
}

.wrp-effect-scale .effect-scale {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.wrp-effect-scale .effect-scale:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.wrp-effect-change-img {
    position: relative
}

.wrp-effect-change-img .effect-change-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 10
}

.wrp-effect-change-img:hover .effect-change-img img {
    opacity: 1;
    filter: opacity(1);
    visibility: visible
}

.wrp-effect-opacity img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.wrp-effect-opacity:hover img {
    opacity: 1;
    filter: alpha(opacity=100)
}

.effect-spin {
    position: relative
}

.effect-spin::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -9px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #222;
    border-top-color: transparent;
    border-bottom-color: transparent;
    animation: spin 0.6s infinite linear;
    pointer-events: none
}

.effect-spin i::before {
    opacity: 0;
    filter: opacity(0);
    visibility: hidden
}

.product-content-detail .add-to-cart.effect-spin:hover::after {
    content: none
}

.btn-product-action.effect-spin:hover::after {
    border-color: #fff;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.entry-quick-shop .add-to-cart.effect-spin::after {
    border-color: #11823e;
    border-top-color: #fff;
    border-bottom-color: #fff
}

.effect-nav li a {
    position: relative;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
    padding: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.effect-nav li a.active {
    color: #222
}

.effect-nav li a.active::after {
    transform: scaleX(1);
    opacity: 1;
    filter: opacity(1);
    visibility: visible
}

.effect-nav li a::after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #222;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.effect-nav li a:hover {
    color: #222
}

.effect-border-scale {
    position: relative
}

.effect-border-scale::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -1px;
    background-color: #11823e;
    transform: scaleX(0);
    transform-origin: left;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out
}

.effect-border-scale:hover::after {
    transform: scaleX(1)
}

.effect-rotate {
    display: inline-block;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    line-height: 1
}

.effect-rotate:hover {
    transform: rotateZ(90deg)
}

.effect-attribute-cart {
    position: relative
}

.effect-attribute-cart::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    background-image: url("/templates/fashion02/assets/img/shopping-basket.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: top-bottom-shake 2.5s infinite linear;
    -o-animation: top-bottom-shake 2.5s infinite linear;
    animation: top-bottom-shake 2.5s infinite linear;
    z-index: 40;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.effect-attribute-cart::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.97);
    z-index: 30;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

@keyframes top-bottom-shake {
    25% {
        transform: translate3d(0, 0px, 0);
    }

    50% {
        transform: translate3d(0, -5px, 0);
    }

    65% {
        transform: translate3d(0, 0px, 0);
    }

    75% {
        transform: translate3d(0, -2px, 0);
    }
}

@-webkit-keyframes top-bottom-shake {
    25% {
        transform: translate3d(0, 0px, 0);
    }

    50% {
        transform: translate3d(0, -5px, 0);
    }

    65% {
        transform: translate3d(0, 0px, 0);
    }

    75% {
        transform: translate3d(0, -2px, 0);
    }
}

.effect-shadow:hover {
    -webkit-box-shadow: 0 2px 10px 1px rgba(57, 73, 76, 0.34), 0 1px 2px rgba(44, 54, 56, 0.51);
    -moz-box-shadow: 0 2px 10px 1px rgba(57, 73, 76, 0.34), 0 1px 2px rgba(44, 54, 56, 0.51);
    box-shadow: 0 2px 10px 1px rgba(57, 73, 76, 0.34), 0 1px 2px rgba(44, 54, 56, 0.51)
}

.effect-spin-loading {
    position: relative
}

.effect-spin-loading::after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid transparent;
    border-left-color: #fff;
    margin-left: -15px;
    margin-top: -15px;
    animation: spin 1.5s infinite linear
}

.effect-border-scale-1 {
    position: relative
}

.effect-border-scale-1::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -1px;
    background-color: #11823e;
    transform: scaleX(0);
    transform-origin: left;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out
}

.effect-border-scale-1:hover::after {
    transform: scaleX(1)
}

.wrap-effect-border-scale-1:hover .effect-border-scale-1::after {
    transform: scaleX(1)
}

@keyframes nav_menu_anim_open {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes nav_menu_anim_close {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        transform: translateY(-10px);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.effect-wave {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -1px;
    left: -1px;
    border: 1px solid #11823e;
    border-radius: 50%;
    opacity: 0;
    animation: flash-sec 2s infinite linear
}

@keyframes flash-sec {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }

    20% {
        -webkit-transform: scale(1.12);
        transform: scale(1.12);
        opacity: 0.2;
    }

    40% {
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 0.5;
    }

    60% {
        -webkit-transform: scale(1.36);
        transform: scale(1.36);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: scale(1.48);
        transform: scale(1.48);
        opacity: 0.2;
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0;
    }
}

.effect-zoom-fade.open {
    animation-name: zoom-fadeIn;
    animation-duration: 0.5s;
    animation-fill-mode: both
}

@keyframes zoom-fadeIn {
    0% {
        opacity: 0;
        transform: scale(1);
        visibility: hidden;
    }

    100% {
        opacity: 1;
        transform: scale(1);
        visibility: visible;
    }
}

@keyframes zoom-fadeOut {
    0% {
        opacity: 1;
        transform: scale(1);
        visibility: visible;
    }

    100% {
        opacity: 0;
        transform: scale(1);
        visibility: hidden;
    }
}

@-webkit-keyframes search-anim {
    25% {
        background-size: 14%;
    }

    75% {
        background-size: 12%;
    }
}

@keyframes search-anim {
    25% {
        background-size: 14%;
    }

    75% {
        background-size: 12%;
    }
}

.wrp-effect-album {
    position: relative;
    overflow: hidden
}

.wrp-effect-album .effect-image,
.wrp-effect-album .effect-video,
.wrp-effect-album .effect-file {
    display: block
}

.wrp-effect-album .effect-image::after,
.wrp-effect-album .effect-video::after,
.wrp-effect-album .effect-file::after {
    content: "";
    background-color: rgba(51, 54, 69, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-transition: 0.3s opacity ease-in-out;
    transition: 0.3s opacity ease-in-out
}

.wrp-effect-album .effect-image::before,
.wrp-effect-album .effect-video::before,
.wrp-effect-album .effect-file::before {
    font-family: "iconsax";
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    font-size: 48px;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-transition: opacity 0.2s cubic-bezier(0.39, 1, 0.55, 1), transform 0.2s cubic-bezier(0.39, 1, 0.55, 1);
    transition: opacity 0.2s cubic-bezier(0.39, 1, 0.55, 1), transform 0.2s cubic-bezier(0.39, 1, 0.55, 1);
    -webkit-transform: translate(-50%, calc(-50% + 15px));
    -moz-transform: translate(-50%, calc(-50% + 15px));
    -ms-transform: translate(-50%, calc(-50% + 15px));
    -o-transform: translate(-50%, calc(-50% + 15px));
    transform: translate(-50%, calc(-50% + 15px))
}

.wrp-effect-album .effect-image::before {
    content: "\eabb"
}

.wrp-effect-album .effect-video::before {
    content: "\ec63"
}

.wrp-effect-album .effect-file::before {
    content: "\ea64"
}

.wrp-effect-album:hover .effect-image::after,
.wrp-effect-album:hover .effect-video::after,
.wrp-effect-album:hover .effect-file::after {
    opacity: 1;
    filter: opacity(1);
    visibility: visible
}

.wrp-effect-album:hover .effect-image::before,
.wrp-effect-album:hover .effect-video::before,
.wrp-effect-album:hover .effect-file::before {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.effect-hover-row tbody tr:hover th,
.effect-hover-row tbody tr:hover td {
    cursor: pointer;
    background-color: #f1f1f1
}

.effect-hover-row tbody tr:nth-of-type(even) {
    background-color: transparent
}

.radio-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.radio-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.radio-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee
}

.radio-checkbox:hover input~.checkmark {
    background-color: #ccc
}

.radio-checkbox input:checked~.checkmark {
    background-color: #368FFF
}

.radio-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.radio-checkbox input:checked~.checkmark:after {
    display: block
}

.radio-checkbox .checkmark:after {
    left: 9px;
    top: 3px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.filter-white {
    filter: brightness(0) invert(1)
}

.btn-1a:hover,
.btn-1a:active {
    color: #ffffff !important;
    background: #11823e !important
}

.btn-1b:before {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #11823e
}

.btn-1b:hover,
.btn-1b:active {
    color: #11823e
}

.btn-1b:hover:before,
.btn-1b:active:before {
    height: 100%
}

.btn-1c:before {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #11823e
}

.btn-1c:hover,
.btn-1c:active {
    color: #ffffff
}

.btn-1c:hover:before,
.btn-1c:active:before {
    width: 100%
}

.btn-1d {
    overflow: hidden
}

.btn-1d:before {
    width: 0;
    height: 103%;
    top: 50%;
    left: 50%;
    background: #11823e;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.btn-1d:hover,
.btn-1d:active {
    color: #fff
}

.btn-1d:hover:before {
    width: 90%;
    opacity: 1
}

.btn-1d:active:before {
    width: 101%;
    opacity: 1
}

.btn-1e {
    overflow: hidden
}

.border-hover:hover {
    border-color: #11823e !important
}

.btn-1e:before {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(20deg)
}

.btn-1e:hover,
.btn-1e:active {
    color: #11823e
}

.btn-1e:hover:before {
    height: 260%;
    opacity: 1
}

.btn-1e:active:before {
    height: 400%;
    opacity: 1
}

.btn-1f {
    overflow: hidden
}

.btn-1f:before {
    width: 101%;
    height: 0;
    top: 50%;
    left: 50%;
    background: #11823e;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.btn-1f:hover,
.btn-1f:active {
    color: #11823e
}

.btn-1f:hover:before {
    height: 75%;
    opacity: 1
}

.btn-1f:active:before {
    height: 130%;
    opacity: 1
}

.space-5 {
    margin-right: -5px;
    margin-left: -5px
}

.space-5>div {
    padding-right: 5px;
    padding-left: 5px
}

.space-10 {
    margin-right: -10px;
    margin-left: -10px
}

.space-10>div {
    padding-right: 10px;
    padding-left: 10px
}

.text-decoration-underline {
    text-decoration: underline
}

.bg-hightlight {
    background-color: #11823e
}

.bg-purple {
    background-color: #7145BE
}

.color-teal {
    color: #4AAEAE
}

.color-blue-black {
    color: #252984
}

.color-blue {
    color: #368FFF
}

.color-blue-light {
    color: #6098DE
}

.color-purple {
    color: #7145BE
}

.border-radius-10 {
    border-radius: 10px
}

.border-radius-15 {
    border-radius: 15px
}

.box-shadow {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16)
}

.line-height-section-1 {
    line-height: 1.2
}

.m-0 {
    margin: 0px !important
}

.my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important
}

.mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important
}

.mt-0 {
    margin-top: 0px !important
}

.mr-0 {
    margin-right: 0px !important
}

.mb-0 {
    margin-bottom: 0px !important
}

.ml-0 {
    margin-left: 0px !important
}

.p-0 {
    padding: 0px !important
}

.py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important
}

.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.pt-0 {
    padding-top: 0px !important
}

.pr-0 {
    padding-right: 0px !important
}

.pb-0 {
    padding-bottom: 0px !important
}

.pl-0 {
    padding-left: 0px !important
}

.m-5 {
    margin: 5px !important
}

.my-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.mx-5 {
    margin-left: 5px !important;
    margin-right: 5px !important
}

.mt-5 {
    margin-top: 5px !important
}

.mr-5 {
    margin-right: 5px !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.ml-5 {
    margin-left: 5px !important
}

.p-5 {
    padding: 5px !important
}

.py-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.px-5 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.pt-5 {
    padding-top: 5px !important
}

.pr-5 {
    padding-right: 5px !important
}

.pb-5 {
    padding-bottom: 5px !important
}

.pl-5 {
    padding-left: 5px !important
}

.py-7 {
    padding-top: 7px !important;
    padding-bottom: 7px !important
}

.m-10 {
    margin: 10px !important
}

.my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mr-10 {
    margin-right: 10px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.ml-10 {
    margin-left: 10px !important
}

.p-10 {
    padding: 10px !important
}

.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.pt-10 {
    padding-top: 10px !important
}

.pr-10 {
    padding-right: 10px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.pl-10 {
    padding-left: 10px !important
}

.m-15 {
    margin: 15px !important
}

.my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mr-15 {
    margin-right: 15px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.ml-15 {
    margin-left: 15px !important
}

.p-15 {
    padding: 15px !important
}

.py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pr-15 {
    padding-right: 15px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.pl-15 {
    padding-left: 15px !important
}

.m-20 {
    margin: 20px !important
}

.my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mr-20 {
    margin-right: 20px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.ml-20 {
    margin-left: 20px !important
}

.p-20 {
    padding: 20px !important
}

.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.pt-20 {
    padding-top: 20px !important
}

.pr-20 {
    padding-right: 20px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.pl-20 {
    padding-left: 20px !important
}

.m-25 {
    margin: 25px !important
}

.my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.mx-25 {
    margin-left: 25px !important;
    margin-right: 25px !important
}

.mt-25 {
    margin-top: 25px !important
}

.mr-25 {
    margin-right: 25px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.ml-25 {
    margin-left: 25px !important
}

.p-25 {
    padding: 25px !important
}

.py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.px-25 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.pt-25 {
    padding-top: 25px !important
}

.pr-25 {
    padding-right: 25px !important
}

.pb-25 {
    padding-bottom: 25px !important
}

.pl-25 {
    padding-left: 25px !important
}

.m-30 {
    margin: 30px !important
}

.my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.mx-30 {
    margin-left: 30px !important;
    margin-right: 30px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mr-30 {
    margin-right: 30px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.ml-30 {
    margin-left: 30px !important
}

.p-30 {
    padding: 30px !important
}

.py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.px-30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pr-30 {
    padding-right: 30px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.pl-30 {
    padding-left: 30px !important
}

.m-35 {
    margin: 35px !important
}

.my-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important
}

.mx-35 {
    margin-left: 35px !important;
    margin-right: 35px !important
}

.mt-35 {
    margin-top: 35px !important
}

.mr-35 {
    margin-right: 35px !important
}

.mb-35 {
    margin-bottom: 35px !important
}

.ml-35 {
    margin-left: 35px !important
}

.p-35 {
    padding: 35px !important
}

.py-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important
}

.px-35 {
    padding-left: 35px !important;
    padding-right: 35px !important
}

.pt-35 {
    padding-top: 35px !important
}

.pr-35 {
    padding-right: 35px !important
}

.pb-35 {
    padding-bottom: 35px !important
}

.pl-35 {
    padding-left: 35px !important
}

.m-40 {
    margin: 40px !important
}

.my-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.mx-40 {
    margin-left: 40px !important;
    margin-right: 40px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mr-40 {
    margin-right: 40px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.ml-40 {
    margin-left: 40px !important
}

.p-40 {
    padding: 40px !important
}

.py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.pt-40 {
    padding-top: 40px !important
}

.pr-40 {
    padding-right: 40px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.pl-40 {
    padding-left: 40px !important
}

.m-45 {
    margin: 45px !important
}

.my-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important
}

.mx-45 {
    margin-left: 45px !important;
    margin-right: 45px !important
}

.mt-45 {
    margin-top: 45px !important
}

.mr-45 {
    margin-right: 45px !important
}

.mb-45 {
    margin-bottom: 45px !important
}

.ml-45 {
    margin-left: 45px !important
}

.p-45 {
    padding: 45px !important
}

.py-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important
}

.px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important
}

.pt-45 {
    padding-top: 45px !important
}

.pr-45 {
    padding-right: 45px !important
}

.pb-45 {
    padding-bottom: 45px !important
}

.pl-45 {
    padding-left: 45px !important
}

.m-50 {
    margin: 50px !important
}

.my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.mx-50 {
    margin-left: 50px !important;
    margin-right: 50px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mr-50 {
    margin-right: 50px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.ml-50 {
    margin-left: 50px !important
}

.p-50 {
    padding: 50px !important
}

.py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important
}

.pt-50 {
    padding-top: 50px !important
}

.pr-50 {
    padding-right: 50px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.pl-50 {
    padding-left: 50px !important
}

.m-55 {
    margin: 55px !important
}

.my-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important
}

.mx-55 {
    margin-left: 55px !important;
    margin-right: 55px !important
}

.mt-55 {
    margin-top: 55px !important
}

.mr-55 {
    margin-right: 55px !important
}

.mb-55 {
    margin-bottom: 55px !important
}

.ml-55 {
    margin-left: 55px !important
}

.p-55 {
    padding: 55px !important
}

.py-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important
}

.px-55 {
    padding-left: 55px !important;
    padding-right: 55px !important
}

.pt-55 {
    padding-top: 55px !important
}

.pr-55 {
    padding-right: 55px !important
}

.pb-55 {
    padding-bottom: 55px !important
}

.pl-55 {
    padding-left: 55px !important
}

.m-60 {
    margin: 60px !important
}

.my-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
}

.mx-60 {
    margin-left: 60px !important;
    margin-right: 60px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mr-60 {
    margin-right: 60px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.ml-60 {
    margin-left: 60px !important
}

.p-60 {
    padding: 60px !important
}

.py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

.px-60 {
    padding-left: 60px !important;
    padding-right: 60px !important
}

.pt-60 {
    padding-top: 60px !important
}

.pr-60 {
    padding-right: 60px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.pl-60 {
    padding-left: 60px !important
}

.m-65 {
    margin: 65px !important
}

.my-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important
}

.mx-65 {
    margin-left: 65px !important;
    margin-right: 65px !important
}

.mt-65 {
    margin-top: 65px !important
}

.mr-65 {
    margin-right: 65px !important
}

.mb-65 {
    margin-bottom: 65px !important
}

.ml-65 {
    margin-left: 65px !important
}

.p-65 {
    padding: 65px !important
}

.py-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important
}

.px-65 {
    padding-left: 65px !important;
    padding-right: 65px !important
}

.pt-65 {
    padding-top: 65px !important
}

.pr-65 {
    padding-right: 65px !important
}

.pb-65 {
    padding-bottom: 65px !important
}

.pl-65 {
    padding-left: 65px !important
}

.m-70 {
    margin: 70px !important
}

.my-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important
}

.mx-70 {
    margin-left: 70px !important;
    margin-right: 70px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mr-70 {
    margin-right: 70px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.ml-70 {
    margin-left: 70px !important
}

.p-70 {
    padding: 70px !important
}

.py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important
}

.px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important
}

.pt-70 {
    padding-top: 70px !important
}

.pr-70 {
    padding-right: 70px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.pl-70 {
    padding-left: 70px !important
}

.m-75 {
    margin: 75px !important
}

.my-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important
}

.mx-75 {
    margin-left: 75px !important;
    margin-right: 75px !important
}

.mt-75 {
    margin-top: 75px !important
}

.mr-75 {
    margin-right: 75px !important
}

.mb-75 {
    margin-bottom: 75px !important
}

.ml-75 {
    margin-left: 75px !important
}

.p-75 {
    padding: 75px !important
}

.py-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important
}

.px-75 {
    padding-left: 75px !important;
    padding-right: 75px !important
}

.pt-75 {
    padding-top: 75px !important
}

.pr-75 {
    padding-right: 75px !important
}

.pb-75 {
    padding-bottom: 75px !important
}

.pl-75 {
    padding-left: 75px !important
}

.m-80 {
    margin: 80px !important
}

.my-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important
}

.mx-80 {
    margin-left: 80px !important;
    margin-right: 80px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mr-80 {
    margin-right: 80px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.ml-80 {
    margin-left: 80px !important
}

.p-80 {
    padding: 80px !important
}

.py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.px-80 {
    padding-left: 80px !important;
    padding-right: 80px !important
}

.pt-80 {
    padding-top: 80px !important
}

.pr-80 {
    padding-right: 80px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.pl-80 {
    padding-left: 80px !important
}

.m-85 {
    margin: 85px !important
}

.my-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important
}

.mx-85 {
    margin-left: 85px !important;
    margin-right: 85px !important
}

.mt-85 {
    margin-top: 85px !important
}

.mr-85 {
    margin-right: 85px !important
}

.mb-85 {
    margin-bottom: 85px !important
}

.ml-85 {
    margin-left: 85px !important
}

.p-85 {
    padding: 85px !important
}

.py-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important
}

.px-85 {
    padding-left: 85px !important;
    padding-right: 85px !important
}

.pt-85 {
    padding-top: 85px !important
}

.pr-85 {
    padding-right: 85px !important
}

.pb-85 {
    padding-bottom: 85px !important
}

.pl-85 {
    padding-left: 85px !important
}

.line-height-25 {
    line-height: 25px
}

.line-height-62 {
    line-height: 62px
}

.object-cover {
    object-fit: cover
}

.object-contain {
    object-fit: contain !important
}

.image-48x48 {
    height: 48px;
    width: 48px;
    object-fit: cover
}

.fs-48 {
    font-size: 48px !important
}

.fs-47 {
    font-size: 47px !important
}

.fs-46 {
    font-size: 46px !important
}

.fs-45 {
    font-size: 45px !important
}

.fs-44 {
    font-size: 44px !important
}

.fs-43 {
    font-size: 43px !important
}

.fs-42 {
    font-size: 42px !important
}

.fs-41 {
    font-size: 41px !important
}

.fs-40 {
    font-size: 40px !important
}

.fs-39 {
    font-size: 39px !important
}

.fs-38 {
    font-size: 38px !important
}

.fs-37 {
    font-size: 37px !important
}

.fs-36 {
    font-size: 36px !important
}

.fs-35 {
    font-size: 35px !important
}

.fs-34 {
    font-size: 34px !important
}

.fs-33 {
    font-size: 33px !important
}

.fs-32 {
    font-size: 32px !important
}

.fs-31 {
    font-size: 31px !important
}

.fs-30 {
    font-size: 30px !important
}

.fs-29 {
    font-size: 29px !important
}

.fs-28 {
    font-size: 28px !important
}

.fs-27 {
    font-size: 27px !important
}

.fs-26 {
    font-size: 26px !important
}

.fs-25 {
    font-size: 25px !important
}

.fs-24 {
    font-size: 24px !important
}

.fs-23 {
    font-size: 23px !important
}

.fs-22 {
    font-size: 22px !important
}

.fs-21 {
    font-size: 21px !important
}

.fs-20 {
    font-size: 20px !important
}

.fs-19 {
    font-size: 19px !important
}

.fs-18 {
    font-size: 18px !important
}

.fs-17 {
    font-size: 17px !important
}

.fs-16 {
    font-size: 16px !important
}

.fs-15 {
    font-size: 15px !important
}

.fs-14 {
    font-size: 14px !important
}

.fs-13 {
    font-size: 13px !important
}

.fs-12 {
    font-size: 12px !important
}

.fs-11 {
    font-size: 11px !important
}

.fs-10 {
    font-size: 10px !important
}

.w-35 {
    width: 35%
}

.w-65 {
    width: 65%
}

.w-10 {
    width: 10%
}

.w-15 {
    width: 15%
}

.w-20 {
    width: 20%
}

.w-30 {
    width: 30%
}

.w-80 {
    width: 80%
}

.flex-4 {
    flex: 0 0 25%
}

.flex-3 {
    flex: 0 0 33.333%
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0px !important
    }

    .my-sm-0 {
        margin-top: 0px !important;
        margin-bottom: 0px !important
    }

    .mx-sm-0 {
        margin-left: 0px !important;
        margin-right: 0px !important
    }

    .mt-sm-0 {
        margin-top: 0px !important
    }

    .mr-sm-0 {
        margin-right: 0px !important
    }

    .mb-sm-0 {
        margin-bottom: 0px !important
    }

    .ml-sm-0 {
        margin-left: 0px !important
    }

    .p-sm-0 {
        padding: 0px !important
    }

    .py-sm-0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important
    }

    .px-sm-0 {
        padding-left: 0px !important;
        padding-right: 0px !important
    }

    .pt-sm-0 {
        padding-top: 0px !important
    }

    .pr-sm-0 {
        padding-right: 0px !important
    }

    .pb-sm-0 {
        padding-bottom: 0px !important
    }

    .pl-sm-0 {
        padding-left: 0px !important
    }

    .m-sm-5 {
        margin: 5px !important
    }

    .my-sm-5 {
        margin-top: 5px !important;
        margin-bottom: 5px !important
    }

    .mx-sm-5 {
        margin-left: 5px !important;
        margin-right: 5px !important
    }

    .mt-sm-5 {
        margin-top: 5px !important
    }

    .mr-sm-5 {
        margin-right: 5px !important
    }

    .mb-sm-5 {
        margin-bottom: 5px !important
    }

    .ml-sm-5 {
        margin-left: 5px !important
    }

    .p-sm-5 {
        padding: 5px !important
    }

    .py-sm-5 {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }

    .px-sm-5 {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .pt-sm-5 {
        padding-top: 5px !important
    }

    .pr-sm-5 {
        padding-right: 5px !important
    }

    .pb-sm-5 {
        padding-bottom: 5px !important
    }

    .pl-sm-5 {
        padding-left: 5px !important
    }

    .m-sm-10 {
        margin: 10px !important
    }

    .my-sm-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .mx-sm-10 {
        margin-left: 10px !important;
        margin-right: 10px !important
    }

    .mt-sm-10 {
        margin-top: 10px !important
    }

    .mr-sm-10 {
        margin-right: 10px !important
    }

    .mb-sm-10 {
        margin-bottom: 10px !important
    }

    .ml-sm-10 {
        margin-left: 10px !important
    }

    .p-sm-10 {
        padding: 10px !important
    }

    .py-sm-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .px-sm-10 {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .pt-sm-10 {
        padding-top: 10px !important
    }

    .pr-sm-10 {
        padding-right: 10px !important
    }

    .pb-sm-10 {
        padding-bottom: 10px !important
    }

    .pl-sm-10 {
        padding-left: 10px !important
    }

    .m-sm-15 {
        margin: 15px !important
    }

    .my-sm-15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important
    }

    .mx-sm-15 {
        margin-left: 15px !important;
        margin-right: 15px !important
    }

    .mt-sm-15 {
        margin-top: 15px !important
    }

    .mr-sm-15 {
        margin-right: 15px !important
    }

    .mb-sm-15 {
        margin-bottom: 15px !important
    }

    .ml-sm-15 {
        margin-left: 15px !important
    }

    .p-sm-15 {
        padding: 15px !important
    }

    .py-sm-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }

    .px-sm-15 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .pt-sm-15 {
        padding-top: 15px !important
    }

    .pr-sm-15 {
        padding-right: 15px !important
    }

    .pb-sm-15 {
        padding-bottom: 15px !important
    }

    .pl-sm-15 {
        padding-left: 15px !important
    }

    .m-sm-20 {
        margin: 20px !important
    }

    .my-sm-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .mx-sm-20 {
        margin-left: 20px !important;
        margin-right: 20px !important
    }

    .mt-sm-20 {
        margin-top: 20px !important
    }

    .mr-sm-20 {
        margin-right: 20px !important
    }

    .mb-sm-20 {
        margin-bottom: 20px !important
    }

    .ml-sm-20 {
        margin-left: 20px !important
    }

    .p-sm-20 {
        padding: 20px !important
    }

    .py-sm-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .px-sm-20 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .pt-sm-20 {
        padding-top: 20px !important
    }

    .pr-sm-20 {
        padding-right: 20px !important
    }

    .pb-sm-20 {
        padding-bottom: 20px !important
    }

    .pl-sm-20 {
        padding-left: 20px !important
    }

    .m-sm-25 {
        margin: 25px !important
    }

    .my-sm-25 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .mx-sm-25 {
        margin-left: 25px !important;
        margin-right: 25px !important
    }

    .mt-sm-25 {
        margin-top: 25px !important
    }

    .mr-sm-25 {
        margin-right: 25px !important
    }

    .mb-sm-25 {
        margin-bottom: 25px !important
    }

    .ml-sm-25 {
        margin-left: 25px !important
    }

    .p-sm-25 {
        padding: 25px !important
    }

    .py-sm-25 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .px-sm-25 {
        padding-left: 25px !important;
        padding-right: 25px !important
    }

    .pt-sm-25 {
        padding-top: 25px !important
    }

    .pr-sm-25 {
        padding-right: 25px !important
    }

    .pb-sm-25 {
        padding-bottom: 25px !important
    }

    .pl-sm-25 {
        padding-left: 25px !important
    }

    .fs-sm-30 {
        font-size: 30px !important
    }

    .fs-sm-29 {
        font-size: 29px !important
    }

    .fs-sm-28 {
        font-size: 28px !important
    }

    .fs-sm-27 {
        font-size: 27px !important
    }

    .fs-sm-26 {
        font-size: 26px !important
    }

    .fs-sm-25 {
        font-size: 25px !important
    }

    .fs-sm-24 {
        font-size: 24px !important
    }

    .fs-sm-23 {
        font-size: 23px !important
    }

    .fs-sm-22 {
        font-size: 22px !important
    }

    .fs-sm-21 {
        font-size: 21px !important
    }

    .fs-sm-20 {
        font-size: 20px !important
    }

    .fs-sm-19 {
        font-size: 19px !important
    }

    .fs-sm-18 {
        font-size: 18px !important
    }

    .fs-sm-17 {
        font-size: 17px !important
    }

    .fs-sm-16 {
        font-size: 16px !important
    }

    .fs-sm-15 {
        font-size: 15px !important
    }

    .fs-sm-14 {
        font-size: 14px !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0px !important
    }

    .my-md-0 {
        margin-top: 0px !important;
        margin-bottom: 0px !important
    }

    .mx-md-0 {
        margin-left: 0px !important;
        margin-right: 0px !important
    }

    .mt-md-0 {
        margin-top: 0px !important
    }

    .mr-md-0 {
        margin-right: 0px !important
    }

    .mb-md-0 {
        margin-bottom: 0px !important
    }

    .ml-md-0 {
        margin-left: 0px !important
    }

    .p-md-0 {
        padding: 0px !important
    }

    .py-md-0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important
    }

    .px-md-0 {
        padding-left: 0px !important;
        padding-right: 0px !important
    }

    .pt-md-0 {
        padding-top: 0px !important
    }

    .pr-md-0 {
        padding-right: 0px !important
    }

    .pb-md-0 {
        padding-bottom: 0px !important
    }

    .pl-md-0 {
        padding-left: 0px !important
    }

    .m-md-5 {
        margin: 5px !important
    }

    .my-md-5 {
        margin-top: 5px !important;
        margin-bottom: 5px !important
    }

    .mx-md-5 {
        margin-left: 5px !important;
        margin-right: 5px !important
    }

    .mt-md-5 {
        margin-top: 5px !important
    }

    .mr-md-5 {
        margin-right: 5px !important
    }

    .mb-md-5 {
        margin-bottom: 5px !important
    }

    .ml-md-5 {
        margin-left: 5px !important
    }

    .p-md-5 {
        padding: 5px !important
    }

    .py-md-5 {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }

    .px-md-5 {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .pt-md-5 {
        padding-top: 5px !important
    }

    .pr-md-5 {
        padding-right: 5px !important
    }

    .pb-md-5 {
        padding-bottom: 5px !important
    }

    .pl-md-5 {
        padding-left: 5px !important
    }

    .m-md-10 {
        margin: 10px !important
    }

    .my-md-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .mx-md-10 {
        margin-left: 10px !important;
        margin-right: 10px !important
    }

    .mt-md-10 {
        margin-top: 10px !important
    }

    .mr-md-10 {
        margin-right: 10px !important
    }

    .mb-md-10 {
        margin-bottom: 10px !important
    }

    .ml-md-10 {
        margin-left: 10px !important
    }

    .p-md-10 {
        padding: 10px !important
    }

    .py-md-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .px-md-10 {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .pt-md-10 {
        padding-top: 10px !important
    }

    .pr-md-10 {
        padding-right: 10px !important
    }

    .pb-md-10 {
        padding-bottom: 10px !important
    }

    .pl-md-10 {
        padding-left: 10px !important
    }

    .m-md-15 {
        margin: 15px !important
    }

    .my-md-15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important
    }

    .mx-md-15 {
        margin-left: 15px !important;
        margin-right: 15px !important
    }

    .mt-md-15 {
        margin-top: 15px !important
    }

    .mr-md-15 {
        margin-right: 15px !important
    }

    .mb-md-15 {
        margin-bottom: 15px !important
    }

    .ml-md-15 {
        margin-left: 15px !important
    }

    .p-md-15 {
        padding: 15px !important
    }

    .py-md-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }

    .px-md-15 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .pt-md-15 {
        padding-top: 15px !important
    }

    .pr-md-15 {
        padding-right: 15px !important
    }

    .pb-md-15 {
        padding-bottom: 15px !important
    }

    .pl-md-15 {
        padding-left: 15px !important
    }

    .m-md-20 {
        margin: 20px !important
    }

    .my-md-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .mx-md-20 {
        margin-left: 20px !important;
        margin-right: 20px !important
    }

    .mt-md-20 {
        margin-top: 20px !important
    }

    .mr-md-20 {
        margin-right: 20px !important
    }

    .mb-md-20 {
        margin-bottom: 20px !important
    }

    .ml-md-20 {
        margin-left: 20px !important
    }

    .p-md-20 {
        padding: 20px !important
    }

    .py-md-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .px-md-20 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .pt-md-20 {
        padding-top: 20px !important
    }

    .pr-md-20 {
        padding-right: 20px !important
    }

    .pb-md-20 {
        padding-bottom: 20px !important
    }

    .pl-md-20 {
        padding-left: 20px !important
    }

    .m-md-25 {
        margin: 25px !important
    }

    .my-md-25 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .mx-md-25 {
        margin-left: 25px !important;
        margin-right: 25px !important
    }

    .mt-md-25 {
        margin-top: 25px !important
    }

    .mr-md-25 {
        margin-right: 25px !important
    }

    .mb-md-25 {
        margin-bottom: 25px !important
    }

    .ml-md-25 {
        margin-left: 25px !important
    }

    .p-md-25 {
        padding: 25px !important
    }

    .py-md-25 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .px-md-25 {
        padding-left: 25px !important;
        padding-right: 25px !important
    }

    .pt-md-25 {
        padding-top: 25px !important
    }

    .pr-md-25 {
        padding-right: 25px !important
    }

    .pb-md-25 {
        padding-bottom: 25px !important
    }

    .pl-md-25 {
        padding-left: 25px !important
    }

    .pl-md-80 {
        padding-left: 80px !important
    }

    .fs-md-38 {
        font-size: 38px !important
    }

    .fs-md-30 {
        font-size: 30px !important
    }

    .fs-md-29 {
        font-size: 29px !important
    }

    .fs-md-28 {
        font-size: 28px !important
    }

    .fs-md-27 {
        font-size: 27px !important
    }

    .fs-md-26 {
        font-size: 26px !important
    }

    .fs-md-25 {
        font-size: 25px !important
    }

    .fs-md-24 {
        font-size: 24px !important
    }

    .fs-md-23 {
        font-size: 23px !important
    }

    .fs-md-22 {
        font-size: 22px !important
    }

    .fs-md-21 {
        font-size: 21px !important
    }

    .fs-md-20 {
        font-size: 20px !important
    }

    .fs-md-19 {
        font-size: 19px !important
    }

    .fs-md-18 {
        font-size: 18px !important
    }

    .fs-md-17 {
        font-size: 17px !important
    }

    .fs-md-16 {
        font-size: 16px !important
    }

    .fs-md-15 {
        font-size: 15px !important
    }

    .fs-md-14 {
        font-size: 14px !important
    }

    .flex-md-5 {
        flex: 0 0 20%
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0px !important
    }

    .my-lg-0 {
        margin-top: 0px !important;
        margin-bottom: 0px !important
    }

    .mx-lg-0 {
        margin-left: 0px !important;
        margin-right: 0px !important
    }

    .mt-lg-0 {
        margin-top: 0px !important
    }

    .mr-lg-0 {
        margin-right: 0px !important
    }

    .mb-lg-0 {
        margin-bottom: 0px !important
    }

    .ml-lg-0 {
        margin-left: 0px !important
    }

    .p-lg-0 {
        padding: 0px !important
    }

    .py-lg-0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important
    }

    .px-lg-0 {
        padding-left: 0px !important;
        padding-right: 0px !important
    }

    .pt-lg-0 {
        padding-top: 0px !important
    }

    .pr-lg-0 {
        padding-right: 0px !important
    }

    .pb-lg-0 {
        padding-bottom: 0px !important
    }

    .pl-lg-0 {
        padding-left: 0px !important
    }

    .m-lg-5 {
        margin: 5px !important
    }

    .my-lg-5 {
        margin-top: 5px !important;
        margin-bottom: 5px !important
    }

    .mx-lg-5 {
        margin-left: 5px !important;
        margin-right: 5px !important
    }

    .mt-lg-5 {
        margin-top: 5px !important
    }

    .mr-lg-5 {
        margin-right: 5px !important
    }

    .mb-lg-5 {
        margin-bottom: 5px !important
    }

    .ml-lg-5 {
        margin-left: 5px !important
    }

    .p-lg-5 {
        padding: 5px !important
    }

    .py-lg-5 {
        padding-top: 5px !important;
        padding-bottom: 5px !important
    }

    .px-lg-5 {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    .pt-lg-5 {
        padding-top: 5px !important
    }

    .pr-lg-5 {
        padding-right: 5px !important
    }

    .pb-lg-5 {
        padding-bottom: 5px !important
    }

    .pl-lg-5 {
        padding-left: 5px !important
    }

    .m-lg-10 {
        margin: 10px !important
    }

    .my-lg-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important
    }

    .mx-lg-10 {
        margin-left: 10px !important;
        margin-right: 10px !important
    }

    .mt-lg-10 {
        margin-top: 10px !important
    }

    .mr-lg-10 {
        margin-right: 10px !important
    }

    .mb-lg-10 {
        margin-bottom: 10px !important
    }

    .ml-lg-10 {
        margin-left: 10px !important
    }

    .p-lg-10 {
        padding: 10px !important
    }

    .py-lg-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }

    .px-lg-10 {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    .pt-lg-10 {
        padding-top: 10px !important
    }

    .pr-lg-10 {
        padding-right: 10px !important
    }

    .pb-lg-10 {
        padding-bottom: 10px !important
    }

    .pl-lg-10 {
        padding-left: 10px !important
    }

    .m-lg-15 {
        margin: 15px !important
    }

    .my-lg-15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important
    }

    .mx-lg-15 {
        margin-left: 15px !important;
        margin-right: 15px !important
    }

    .mt-lg-15 {
        margin-top: 15px !important
    }

    .mr-lg-15 {
        margin-right: 15px !important
    }

    .mb-lg-15 {
        margin-bottom: 15px !important
    }

    .ml-lg-15 {
        margin-left: 15px !important
    }

    .p-lg-15 {
        padding: 15px !important
    }

    .py-lg-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important
    }

    .px-lg-15 {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .pt-lg-15 {
        padding-top: 15px !important
    }

    .pr-lg-15 {
        padding-right: 15px !important
    }

    .pb-lg-15 {
        padding-bottom: 15px !important
    }

    .pl-lg-15 {
        padding-left: 15px !important
    }

    .m-lg-20 {
        margin: 20px !important
    }

    .my-lg-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important
    }

    .mx-lg-20 {
        margin-left: 20px !important;
        margin-right: 20px !important
    }

    .mt-lg-20 {
        margin-top: 20px !important
    }

    .mr-lg-20 {
        margin-right: 20px !important
    }

    .mb-lg-20 {
        margin-bottom: 20px !important
    }

    .ml-lg-20 {
        margin-left: 20px !important
    }

    .p-lg-20 {
        padding: 20px !important
    }

    .py-lg-20 {
        padding-top: 20px !important;
        padding-bottom: 20px !important
    }

    .px-lg-20 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .pt-lg-20 {
        padding-top: 20px !important
    }

    .pr-lg-20 {
        padding-right: 20px !important
    }

    .pb-lg-20 {
        padding-bottom: 20px !important
    }

    .pl-lg-20 {
        padding-left: 20px !important
    }

    .m-lg-25 {
        margin: 25px !important
    }

    .my-lg-25 {
        margin-top: 25px !important;
        margin-bottom: 25px !important
    }

    .mx-lg-25 {
        margin-left: 25px !important;
        margin-right: 25px !important
    }

    .mt-lg-25 {
        margin-top: 25px !important
    }

    .mr-lg-25 {
        margin-right: 25px !important
    }

    .mb-lg-25 {
        margin-bottom: 25px !important
    }

    .ml-lg-25 {
        margin-left: 25px !important
    }

    .p-lg-25 {
        padding: 25px !important
    }

    .py-lg-25 {
        padding-top: 25px !important;
        padding-bottom: 25px !important
    }

    .px-lg-25 {
        padding-left: 25px !important;
        padding-right: 25px !important
    }

    .pt-lg-25 {
        padding-top: 25px !important
    }

    .pr-lg-25 {
        padding-right: 25px !important
    }

    .pb-lg-25 {
        padding-bottom: 25px !important
    }

    .pl-lg-25 {
        padding-left: 25px !important
    }

    .m-lg-30 {
        margin: 30px !important
    }

    .my-lg-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }

    .mx-lg-30 {
        margin-left: 30px !important;
        margin-right: 30px !important
    }

    .mt-lg-30 {
        margin-top: 30px !important
    }

    .mr-lg-30 {
        margin-right: 30px !important
    }

    .mb-lg-30 {
        margin-bottom: 30px !important
    }

    .ml-lg-30 {
        margin-left: 30px !important
    }

    .p-lg-30 {
        padding: 30px !important
    }

    .py-lg-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }

    .px-lg-30 {
        padding-left: 30px !important;
        padding-right: 30px !important
    }

    .pt-lg-30 {
        padding-top: 30px !important
    }

    .pr-lg-30 {
        padding-right: 30px !important
    }

    .pb-lg-30 {
        padding-bottom: 30px !important
    }

    .pl-lg-30 {
        padding-left: 30px !important
    }

    .m-lg-35 {
        margin: 35px !important
    }

    .my-lg-35 {
        margin-top: 35px !important;
        margin-bottom: 35px !important
    }

    .mx-lg-35 {
        margin-left: 35px !important;
        margin-right: 35px !important
    }

    .mt-lg-35 {
        margin-top: 35px !important
    }

    .mr-lg-35 {
        margin-right: 35px !important
    }

    .mb-lg-35 {
        margin-bottom: 35px !important
    }

    .ml-lg-35 {
        margin-left: 35px !important
    }

    .p-lg-35 {
        padding: 35px !important
    }

    .py-lg-35 {
        padding-top: 35px !important;
        padding-bottom: 35px !important
    }

    .px-lg-35 {
        padding-left: 35px !important;
        padding-right: 35px !important
    }

    .pt-lg-35 {
        padding-top: 35px !important
    }

    .pr-lg-35 {
        padding-right: 35px !important
    }

    .pb-lg-35 {
        padding-bottom: 35px !important
    }

    .pl-lg-35 {
        padding-left: 35px !important
    }

    .fs-lg-24 {
        font-size: 24px !important
    }

    .flex-lg-7 {
        flex: 0 0 14.285%
    }
}

@media (min-width: 992px) {
    .w-lg-40 {
        width: 40% !important
    }

    .w-lg-50 {
        width: 50% !important
    }
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #e1e1e1
}

a {
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease
}

a:hover {
    color: #11823e
}

a:hover img.svg-hover {
    filter: invert(55%) sepia(7%) saturate(4312%) hue-rotate(328deg) brightness(106%) contrast(102%);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 400
}

h1,
.h1 {
    font-size: 24px
}

h2,
.h2 {
    font-size: 20px
}

h3,
.h3 {
    font-size: 18px
}

h4,
.h4 {
    font-size: 16px
}

h5,
.h5 {
    font-size: 13px
}

h6,
.h6 {
    font-size: 11px
}

html,
body {
    overflow-x: hidden
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #000;
    background: white
}

body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 1020
}

:focus {
    -webkit-box-shadow: none !important;
    outline: -webkit-focus-ring-color auto 0px !important
}

.dark-overlay::after {
    opacity: 1;
    filter: opacity(1);
    visibility: visible
}

span.required {
    color: #c33
}

.mw-40 {
    max-width: 40% !important
}

.mw-60 {
    max-width: 60% !important
}

.image-60 {
    max-width: 60px;
    width: 100%
}

.bg-main {
    background: #222 !important
}

.bg-black {
    background: #000 !important
}

.color-main {
    color: #222 !important
}

.font-danger {
    color: #c33
}

.font-success {
    color: #390
}

.font-primary {
    color: #5867dd
}

.font-secondary {
    color: #e1e1ef
}

.font-info {
    color: #5578eb
}

.font-warning {
    color: #ffb822
}

.font-light {
    color: #f5f5f5
}

.font-dark {
    color: #343a40
}

.font-muted {
    color: #74788d
}

.font-medium {
    font-weight: 500
}

.font-semiblod {
    font-weight: 600
}

.font-large {
    font-size: 16px
}

.font-extra-large {
    font-size: 18px
}

.bg-breadcrums {
    background-color: #fff
}

.bg-light {
    background-color: #ebebeb !important
}

.separation-dash {
    border-bottom: 1px dashed #707070
}

label {
    font-weight: 600
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
textarea {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    vertical-align: middle;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none
}

textarea {
    padding: 10px 15px;
    min-height: 80px;
    border-radius: 0.25rem;
    border: 1px solid #ced4da
}

.btn-light {
    background-color: #f5f5f5;
    border-color: #f5f5f5
}

.btn-normal {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 0 25px;
    line-height: 40px;
    height: 40px
}

.btn-dark {
    background-color: #000;
    border-color: #000
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #11823e;
    border-color: #11823e
}

.disable {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.inner-checkbox {
    padding-left: 30px;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    padding-top: 2px;
    font-weight: 400
}

.inner-checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden
}

.inner-checkbox>input:checked~span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.inner-checkbox>input:checked~span::after {
    display: block
}

.inner-checkbox>input:disabled~span {
    opacity: 0.6;
    filter: alpha(opacity=60);
    pointer-events: none
}

.inner-checkbox>span {
    border-radius: 3px;
    position: absolute;
    top: 4px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #11823e
}

.inner-checkbox>span::after {
    content: '';
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -6px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: solid #11823e
}

.inner-checkbox:hover>input::not([disabled]):checked~span,
.inner-checkbox>input:checked~span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.entire-radio-inline .inner-radio {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0px
}

.inner-radio>span {
    border: 1px solid #11823e
}

.inner-radio>span:after {
    border: solid #11823e;
    background: #11823e
}

.inner-radio {
    display: inline-block;
    position: relative;
    padding-left: 18px;
    text-align: left;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 18px
}

.inner-radio.inner-radio--disabled {
    opacity: 0.8;
    cursor: not-allowed
}

.inner-radio>input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.inner-radio>span {
    background: none;
    position: absolute;
    top: 4px;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 50% !important
}

.inner-radio>span:after {
    content: '';
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 100% !important
}

.inner-radio>input:checked~span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: none
}

.inner-radio>input:checked~span:after {
    display: block
}

.inner-radio:hover>input:not([disabled]):checked~span,
.inner-radio>input:checked~span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.inner-radio>input:disabled~span {
    opacity: 0.6;
    pointer-events: none
}

.color-white {
    color: #fff
}

.color-hover {
    color: #11823e !important
}

.color-black {
    color: #222
}

.bg-toolbar {
    background-color: #f5f5f5
}

.opacity-0 {
    opacity: 0;
    filter: opacity(0);
    visibility: hidden
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: none
}

.is-mobile .nh-row>.container {
    max-width: 768px
}

.disable-scroll {
    overflow: hidden;
    height: 100%
}

.container-full {
    padding: 0
}

.container-full>.row {
    margin-right: 0;
    margin-left: 0
}

.container-full>.row>.col,
.container-full>.row>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.select2-container {
    height: 40px
}

.select2-container .select2-selection--single {
    height: 40px;
    outline: none;
    background-color: #f5f5f5;
    border: 2px solid #dee2e6;
    border-radius: 0
}

.select2-container .select2-selection--single .select2-selection__arrow {
    right: 10px;
    height: 38px
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2-container .select2-selection--single .select2-selection__arrow::after {
    content: "\e92d";
    display: block;
    font-family: "iconsax";
    font-weight: 900;
    font-style: normal;
    line-height: 38px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 36px;
    padding-left: 15px
}

.select2-dropdown {
    border: 2px solid #dee2e6;
    border-top: none
}

.select2-dropdown .select2-results__option {
    padding: 6px 15px;
    outline: none
}

.select2-dropdown .select2-results__option.select2-results__option--highlighted[aria-selected],
.select2-dropdown .select2-results__option.select2-results__option--highlighted[data-selected] {
    background-color: #6c757d
}

.select2-dropdown .select2-search--dropdown {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dee2e6
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
    background-color: #fff
}

.select2-dropdown .select2-results__options::-webkit-scrollbar {
    width: 6px
}

.select2-dropdown .select2-results__options::-webkit-scrollbar-track {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3)
}

.select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #e6e6e6
}

.align-row-center>.container>.row>div {
    margin-bottom: auto !important;
    margin-top: auto !important
}

.btn-submit {
    background: #222;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 0 25px !important;
    height: 36px;
    line-height: 36px !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.btn-submit:hover {
    background-color: #11823e;
    color: #fff
}

.bootstrap-select>.dropdown-toggle {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem !important
}

.owl-carousel::before,
.owl-carousel::after {
    content: '';
    display: block;
    width: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1
}

.owl-carousel::before {
    left: -80px
}

.owl-carousel::after {
    right: -80px
}

.owl-carousel:hover .owl-nav i {
    opacity: 1;
    filter: opacity(1);
    visibility: visible
}

.owl-carousel:hover .owl-nav .owl-prev {
    left: -55px
}

.owl-carousel:hover .owl-nav .owl-next {
    right: -55px
}

.owl-nav>div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease
}

.owl-nav>div.disabled i {
    color: rgba(0, 0, 0, 0.1)
}

.owl-nav .owl-prev {
    left: -75px
}

.owl-nav .owl-next {
    right: -75px
}

.owl-nav i {
    color: #000;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 24px;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.owl-nav i:hover {
    color: #11823e
}

.owl-dots button:focus {
    outline: none
}

.title-section {
    font-size: 26px;
    color: #11823e;
    font-weight: 700;
    margin-bottom: 10px
}

.title-section-1 {
    font-weight: bold;
    line-height: 1;
    margin-bottom: 25px;
    color: #222;
    text-transform: uppercase;
    font-size: 20px
}

.title-section-2 {
    font-weight: 600;
    color: #222;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3
}

.title-section-2 span {
    position: relative;
    font-weight: 700
}

.title-section-2 span::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -14px;
    background-color: #222;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

[nh-owl-slick] {
    visibility: hidden
}

.slick-initialized[nh-owl-slick] {
    visibility: visible
}

.events-none {
    pointer-events: none
}

.error-page {
    font-size: 18px
}

.error-page i {
    font-size: 80px
}

.error-page a {
    color: #390
}

.ratio-3-2,
.ratio-1-1,
.ratio-16-9,
.ratio-4-3,
.ratio-8-5,
.ratio-custome {
    position: relative
}

.ratio-3-2 iframe,
.ratio-3-2 video,
.ratio-3-2 img,
.ratio-1-1 iframe,
.ratio-1-1 video,
.ratio-1-1 img,
.ratio-16-9 iframe,
.ratio-16-9 video,
.ratio-16-9 img,
.ratio-4-3 iframe,
.ratio-4-3 video,
.ratio-4-3 img,
.ratio-8-5 iframe,
.ratio-8-5 video,
.ratio-8-5 img,
.ratio-custome iframe,
.ratio-custome video,
.ratio-custome img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.ratio-3-2 {
    padding-top: 66.66%
}

.ratio-1-1 {
    padding-top: 100%
}

.ratio-16-9 {
    padding-top: 56.25%
}

.ratio-4-3 {
    padding-top: 75%
}

.ratio-8-5 {
    padding-top: 62.5%
}

.ratio-custome {
    padding-top: 130%
}

.font-size-extra-large {
    font-size: 18px
}

.border-top {
    border-top: 1px solid #e3e3e3
}

.shadow-modal {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    padding: 5px 10px;
    border: solid 5px #797979
}

.page-404-content {
    position: relative;
    max-width: 460px;
    margin: 80px auto 70px
}

.page-404-content a {
    font-weight: 700
}

.page-404-content a:hover {
    color: #11823e
}

.responsive-table {
    width: 100%;
    margin-bottom: 1.5em;
    border-spacing: 0
}

.responsive-table .btn-action {
    font-size: 18px
}

@media (min-width: 48em) {
    .responsive-table {
        font-size: .9em
    }
}

@media (min-width: 62em) {
    .responsive-table {
        font-size: 1em
    }
}

.responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

@media (min-width: 48em) {
    .responsive-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto
    }
}

.responsive-table thead th {
    background-color: #222;
    border: 1px solid #222;
    font-weight: normal;
    color: white;
    text-align: center
}

.responsive-table thead th:first-of-type {
    text-align: left
}

.responsive-table tbody,
.responsive-table tr,
.responsive-table th,
.responsive-table td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal
}

@media (min-width: 48em) {
    .responsive-table tr {
        display: table-row
    }
}

.responsive-table [scope="disable"] {
    display: none
}

@media (min-width: 48em) {
    .responsive-table [scope="disable"] {
        display: table-cell
    }
}

.responsive-table th,
.responsive-table td {
    padding: .7em .5em;
    vertical-align: middle
}

@media (min-width: 48em) {

    .responsive-table th,
    .responsive-table td {
        display: table-cell
    }
}

.responsive-table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
    text-align: center
}

@media (min-width: 48em) {
    .responsive-table caption {
        font-size: 1.5em
    }
}

.responsive-table tfoot {
    font-size: .8em;
    color: #222;
    border-top: 1px solid #e3e3e3
}

@media (min-width: 62em) {
    .responsive-table tfoot {
        font-size: .9em;
        border-top: 0
    }
}

.responsive-table tfoot th[scope="col"] {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden
}

@media (min-width: 62em) {
    .responsive-table tfoot th[scope="col"] {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto
    }
}

.responsive-table tfoot td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-weight: bold
}

@media (min-width: 30em) {
    .responsive-table tfoot td[data-title]:before {
        font-size: .9em
    }
}

@media (min-width: 48em) {
    .responsive-table tfoot td[data-title]:before {
        content: none
    }
}

@media (min-width: 48em) {
    .responsive-table tbody {
        display: table-row-group
    }
}

@media (min-width: 48em) {
    .responsive-table tbody tr {
        display: table-row;
        border-width: 1px
    }
}

.responsive-table tbody tr:last-of-type {
    margin-bottom: 0
}

.responsive-table tbody tr:nth-of-type(even) {
    background-color: #f1f1f1
}

@media (min-width: 48em) {
    .responsive-table tbody tr:nth-of-type(even) {
        background-color: #f1f1f1
    }
}

@media (min-width: 30em) {
    .responsive-table tbody th[scope="row"] {
        border-left: 1px solid #ced4da;
        border-bottom: 1px solid #ced4da
    }
}

@media (min-width: 48em) {
    .responsive-table tbody th[scope="row"] {
        background-color: transparent;
        color: #222;
        text-align: left
    }
}

.responsive-table tbody td {
    text-align: right
}

@media (min-width: 48em) {
    .responsive-table tbody td {
        border-left: 1px solid #ced4da;
        border-bottom: 1px solid #ced4da;
        text-align: center
    }

    .responsive-table tfoot td {
        border-left: 1px solid #ced4da;
        border-bottom: 1px solid #ced4da
    }
}

@media (min-width: 48em) {
    .responsive-table tbody td.btn-setdafault {
        text-align: center
    }
}

.responsive-table tbody td.btn-setdafault .inner-radio {
    margin-bottom: 0
}

@media (min-width: 48em) {
    .responsive-table tbody td.text-center-table {
        text-align: center
    }
}

@media (min-width: 48em) {

    .responsive-table tbody td:last-of-type,
    .responsive-table tfoot td:last-of-type {
        border-right: 1px solid #ced4da
    }
}

.responsive-table tbody td[data-type=currency] {
    text-align: right
}

.responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left
}

@media (min-width: 30em) {
    .responsive-table tbody td[data-title]:before {
        font-size: .9em
    }
}

@media (min-width: 48em) {
    .responsive-table tbody td[data-title]:before {
        content: none
    }
}

.topbar-header {
    border-bottom: 1px solid #e3e3e3
}

.entry-topbar {
    display: flex;
    justify-content: space-between
}

.entry-topbar .left-topbar {
    display: flex
}

.entry-topbar .dropdown-topbar {
    display: flex
}

.language-section,
.currency-section {
    position: relative;
    font-size: 12px
}

.language-section::before,
.currency-section::before {
    content: '';
    background: #a6a6a6;
    height: 10px;
    width: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.language-section ul,
.currency-section ul {
    position: absolute;
    background: #fff;
    min-width: 50px;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1000;
    border-top: 1px solid #e3e3e3;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15)
}

.language-section ul a,
.currency-section ul a {
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    display: block;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.language-section ul a:hover,
.currency-section ul a:hover {
    background: #f4f4f4
}

.language-section:hover ul,
.currency-section:hover ul {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset
}

.currency-section::after {
    content: '';
    background: #a6a6a6;
    height: 10px;
    width: 1px;
    right: 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

a.language-picker,
a.currency-picker {
    text-transform: uppercase;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
    color: #666
}

a.language-picker::after,
a.currency-picker::after {
    content: "\e92d";
    margin-left: 2px;
    font-family: "iconsax";
    vertical-align: bottom;
    font-weight: 600
}

a.language-picker:hover,
a.currency-picker:hover {
    color: #666;
    opacity: 0.7;
    filter: alpha(opacity=70)
}

.social-section ul {
    padding-left: 5px;
    margin-bottom: 0
}

.social-section ul li {
    display: inline-block;
    line-height: 40px;
    height: 40px
}

.social-section ul li a {
    display: inline-block;
    width: 24px;
    font-size: 16px;
    text-align: center;
    color: #000
}

.social-section ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70)
}

.entire-action-header .btn-action-header {
    color: #222
}

.entire-action-header .btn-action-header:hover {
    color: #222
}

.user-section .dropdown-menu {
    min-width: 180px
}

.btn-action-header {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 12px
}

.btn-action-header i {
    text-align: center;
    font-size: 24px;
    vertical-align: middle
}

.user-section .dropdown-item img {
    width: 23px
}

.entire-action-header {
    position: relative
}

.entire-action-header .form-dropdown {
    position: absolute;
    padding: 6px;
    border-radius: 0.25rem;
    background-color: #fff;
    width: 260px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15)
}

.entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset
}

.search-section .btn-submit {
    padding: 0 0.75rem !important;
    font-size: 13px;
    height: 40px
}

.form-search .wrap-suggestion,
.box-suggest .wrap-suggestion {
    position: absolute;
    z-index: 1;
    background-color: #fff;
    width: 100%;
    padding: 10px
}

.wrap-suggestion ul:last-child {
    margin-bottom: 0
}

.wrap-suggestion ul li {
    margin-bottom: 10px
}

.wrap-suggestion ul li:last-child {
    margin-bottom: 0
}

.wrap-suggestion ul li:hover,
.wrap-suggestion ul li.active {
    background-color: #e6e6e6
}

.wrap-suggestion .suggest-name {
    margin-bottom: 0px
}

.wrap-suggestion .price-amount {
    font-size: 13px
}

.wrap-suggestion .price-amount.old-price {
    margin-left: 5px
}

.box-suggest .wrap-suggestion {
    border: 1px solid #e6e6e6;
    border-top: 0;
    padding: 10px
}

.user-section .form-title {
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6
}

.user-section .form-title span {
    float: left;
    text-transform: uppercase;
    font-weight: 600
}

.user-section .form-title a {
    float: right;
    font-size: 14px;
    color: #11823e
}

.user-section label {
    color: #222
}

.user-section .btn-user {
    width: 100%
}

.user-section .login-form-footer a {
    color: #11823e
}

.btn-mini-cart {
    position: relative
}

.items-number {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-left: 5px
}

.btn-mini-wishlist {
    position: relative
}

.slider-bg {
    background-color: #f1f1f1
}

.slider-section {
    color: #222
}

.slider-section .slick-next,
.slider-section .slick-prev {
    background-color: rgba(255, 255, 255, 0.75);
    color: #222;
    border-radius: 0.25rem
}

.slider-section .slick-next:hover,
.slider-section .slick-prev:hover {
    background-color: #222
}

.slider-section .slick-next:hover::before,
.slider-section .slick-prev:hover::before {
    color: #fff
}

.slider-section .slick-next {
    right: 40px !important
}

.slider-section .slick-prev {
    left: 40px !important
}

.slider-section .slick-slider::before,
.slider-section .slick-slider::after {
    content: none
}

.slider-section .slick-list {
    margin: 0
}

.slider-section .slick-list .slick-slide {
    margin: 0
}

.slider-section .item img {
    width: 100%;
    height: 700px;
    object-fit: cover
}

.slider-section .inner-title {
    font-size: 24px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 30px
}

.slider-section .inner-title::after {
    content: '';
    height: 1px;
    width: 93px;
    background-color: #222;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.slider-section .inner-description {
    font-size: 85px;
    line-height: 90px;
    margin-bottom: 30px
}

.slider-section .inner-content {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    margin-bottom: 50px;
    margin-top: 30px
}

.slider-section .btn-submit {
    line-height: 44px;
    padding: 0 20px
}

.brand-section .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.brand-section .brand-item img {
    height: auto;
    width: auto;
    margin: 0 auto;
    padding: 0 10px
}

.breadcrumbs-section {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    align-items: center;
    font-size: 13px;
    line-height: 24px
}

.breadcrumbs-section a {
    margin-right: 6px;
    line-height: 24px;
    color: #000
}

.breadcrumbs-section a::after {
    content: '\e936';
    font-family: "iconsax";
    margin-left: 5px;
    font-size: 12px;
    font-weight: 900
}

.breadcrumbs-section a:hover {
    color: #222
}

.breadcrumbs-section h1 {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 24px
}

.breadcrumbs-section h1 a::after {
    content: none
}

.breadcrumbs-section span {
    font-weight: 600;
    color: #222
}

.categories-section {
    margin-bottom: 50px
}

.categories-section li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 6px;
    flex-direction: row
}

.categories-section li:last-child {
    margin-bottom: 0
}

.categories-section a {
    padding: 6px 0 6px 0px;
    display: block;
    width: 100%
}

.categories-section a:hover {
    color: #222
}

.categories-section a.active {
    color: #11823e;
    font-weight: 700
}

.categories-section a.active>.has-child>a {
    color: #11823e;
    font-weight: 700
}

.categories-section .list-child {
    flex: 1 1 100%;
    max-width: 100%;
    border-top: 1px solid #e3e3e3;
    display: none
}

.categories-section .list-child li {
    position: relative
}

.categories-section>li.has-child>ul {
    padding-left: 15px
}

.categories-section>li.has-child>.list-child {
    border-top: 0;
    background-color: #f5f5f5
}

.categories-section>li.has-child>.list-child>li.has-child>.list-child {
    padding-left: 15px
}

.categories-section>li.has-child>.list-child>li.has-child>.list-child>li.has-child>.list-child {
    padding-left: 15px
}

.categories-section .dropdown-toggle {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.categories-section .dropdown-toggle.open {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.tags-title {
    margin-right: 15px
}

.tags li {
    display: inline-block
}

.tags li a {
    line-height: 1.2;
    padding: 6px 8px;
    margin: 0 2px 5px 0;
    border: 1px solid #e3e3e3;
    display: block
}

.tags li a:hover {
    color: #000;
    border-color: #f1f1f1;
    background-color: #f1f1f1
}

.entire-map {
    position: relative;
    padding-top: 36.45%;
    padding-left: 15px
}

.entire-map iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 0;
    height: 150px;
    width: 301px;
    object-fit: contain
}

.title-address {
    font-weight: 600;
    color: #222
}

.entire-address {
    padding: 50px 0
}

.entire-address address {
    line-height: 30px
}

.form-contact .title-section {
    padding-top: 80px
}

.filter-member .btn-submit {
    padding: 0 9px
}

.table-member th i {
    font-size: 18px
}

.datepicker {
    width: 265px;
    padding: 10px
}

.datepicker.datepicker-orient-top {
    margin-top: 8px
}

.datepicker table {
    width: 100%
}

.datepicker td,
.datepicker th {
    font-weight: regular;
    width: 35px;
    height: 35px;
    border-radius: 3px
}

.datepicker thead th {
    color: #74788d
}

.datepicker thead th.prev,
.datepicker thead th.datepicker-switch,
.datepicker thead th.next {
    font-weight: 500;
    color: #74788d
}

.datepicker thead th.prev:hover,
.datepicker thead th.datepicker-switch:hover,
.datepicker thead th.next:hover {
    background: #f7f8fa !important
}

.datepicker thead th.prev i,
.datepicker thead th.datepicker-switch i,
.datepicker thead th.next i {
    font-size: 1.2rem;
    color: #74788d
}

.datepicker thead th.prev i::before,
.datepicker thead th.datepicker-switch i::before,
.datepicker thead th.next i::before {
    line-height: 0;
    vertical-align: middle
}

.datepicker thead th.dow {
    color: #595d6e;
    font-weight: 500
}

.datepicker tbody tr>td.day {
    color: #595d6e
}

.datepicker tbody tr>td.day:hover {
    background: #ebedf2;
    color: #595d6e
}

.datepicker tbody tr>td.day.old {
    color: #74788d
}

.datepicker tbody tr>td.day.new {
    color: #595d6e
}

.datepicker tbody tr>td.day.selected,
.datepicker tbody tr>td.day.selected:hover,
.datepicker tbody tr>td.day.active,
.datepicker tbody tr>td.day.active:hover {
    background: #5867dd;
    color: #ffffff
}

.datepicker tbody tr>td.day.today {
    position: relative;
    background: rgba(93, 120, 255, 0.7) !important;
    color: #ffffff !important
}

.datepicker tbody tr>td.day.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #ffffff;
    border-top-color: #ebedf2;
    position: absolute;
    bottom: 4px;
    right: 4px
}

.datepicker tbody tr>td.day.range {
    background: #f7f8fa
}

.datepicker tbody tr>td span.year,
.datepicker tbody tr>td span.hour,
.datepicker tbody tr>td span.minute,
.datepicker tbody tr>td span.month {
    color: #595d6e
}

.datepicker tbody tr>td span.year:hover,
.datepicker tbody tr>td span.hour:hover,
.datepicker tbody tr>td span.minute:hover,
.datepicker tbody tr>td span.month:hover {
    background: #f7f8fa
}

.datepicker tbody tr>td span.year.focused,
.datepicker tbody tr>td span.year.focused:hover,
.datepicker tbody tr>td span.year.active:hover,
.datepicker tbody tr>td span.year.active.focused:hover,
.datepicker tbody tr>td span.year.active,
.datepicker tbody tr>td span.hour.focused,
.datepicker tbody tr>td span.hour.focused:hover,
.datepicker tbody tr>td span.hour.active:hover,
.datepicker tbody tr>td span.hour.active.focused:hover,
.datepicker tbody tr>td span.hour.active,
.datepicker tbody tr>td span.minute.focused,
.datepicker tbody tr>td span.minute.focused:hover,
.datepicker tbody tr>td span.minute.active:hover,
.datepicker tbody tr>td span.minute.active.focused:hover,
.datepicker tbody tr>td span.minute.active,
.datepicker tbody tr>td span.month.focused,
.datepicker tbody tr>td span.month.focused:hover,
.datepicker tbody tr>td span.month.active:hover,
.datepicker tbody tr>td span.month.active.focused:hover,
.datepicker tbody tr>td span.month.active {
    background: #5867dd;
    color: #ffffff
}

.datepicker tfoot tr>th.today,
.datepicker tfoot tr>th.clear {
    border-radius: 3px;
    font-weight: 500
}

.datepicker tfoot tr>th.today:hover,
.datepicker tfoot tr>th.clear:hover {
    background: #ebedf2
}

.datepicker.datepicker-inline {
    border: 1px solid #ebedf2
}

.entire-file {
    margin-top: 10px
}

.entire-file a {
    display: inline-block;
    margin: 3px
}

.remove-item {
    font-size: 16px;
    cursor: pointer
}

.remove-item:hover i {
    color: #11823e
}

.slogan-topbar {
    color: #000;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 12px
}

.qc-section-1 {
    background-color: #222;
    padding: 3px 0 4px;
    color: #fff
}

.hight-light .entry-content {
    display: flex;
    align-items: center
}

.hight-light .inner-icon {
    margin-right: 10px
}

.hight-light .inner-icon i {
    font-size: 38px;
    color: #222
}

.hight-light .inner-content h4 {
    margin-bottom: 0;
    color: #222;
    font-weight: 600
}

.hight-light .inner-content p {
    margin-bottom: 0
}

.deal-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.entire-deal {
    padding: 85px 0
}

.entire-deal .slogan-deal {
    color: #222;
    font-size: 18px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
    text-transform: capitalize
}

.entire-deal .slogan-deal::after {
    content: '';
    background-color: #222;
    width: 90px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.entire-deal .title-deal {
    color: #222;
    font-size: 48px;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 600
}

.entire-deal .price {
    margin-bottom: 55px
}

.entire-deal .price .price-amount {
    font-size: 24px;
    color: #11823e
}

.entire-deal .price .price-amount:not(.old-price) {
    font-weight: 700
}

.entire-deal .price .price-amount.old-price {
    margin-left: 15px;
    color: #000;
    text-decoration: line-through
}

.entire-deal .countdown-wrapper {
    margin-bottom: 55px
}

.entire-deal .countdown-timer>div {
    font-size: 24px;
    height: 70px;
    width: 70px;
    background-color: #fff;
    line-height: 28px;
    padding-top: 5px
}

.entire-deal .countdown-timer>div span {
    font-size: 16px
}

.entire-deal .description-deal {
    color: #7a7a7a;
    margin-bottom: 55px
}

.entire-deal .button-deal a {
    font-weight: 700;
    padding: 12px 28px;
    display: inline-block
}

.entire-deal .button-deal a i {
    margin-left: 5px
}

.entire-video-banner {
    position: relative;
    padding-top: 26.04%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.entire-video-banner .entire-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #222;
    text-transform: capitalize;
    z-index: 4
}

.entire-video-banner .entire-content .inner-category {
    font-size: 24px;
    margin-bottom: 10px
}

.entire-video-banner .entire-content .inner-descript {
    font-size: 72px;
    line-height: 80px;
    font-weight: 600
}

.entire-video-banner .btn-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 70px;
    color: #11823e;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #11823e;
    z-index: 5
}

.entire-video-banner #entire-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3
}

.entire-video-banner::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.01);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1
}

.entire-video-banner .wrp-video-banner::after {
    content: '';
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAQAAAD8IX00AAAADklEQVR42mP4/58BAwAAJu4B/7J4cV8AAAAASUVORK5CYII=");
    background-size: 3px 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

.page-title-section.page-categories {
    padding: 80px 0
}

.page-title-section .product-categories li {
    display: inline-block
}

.page-title-section .product-categories li img {
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    object-fit: cover
}

.page-title-section .product-categories li span.category-name {
    font-weight: 700;
    color: #000;
    display: inline-block
}

.page-title-section .product-categories li .category-summary {
    display: block
}

.page-title-section .product-categories li span.category-products-count {
    font-size: 12px;
    color: #000;
    display: block
}

.page-title-section .product-categories li a {
    display: block;
    padding: 10px 25px
}

.video-banner-section .title-section {
    margin-bottom: 50px
}

.banner-product-category {
    background-size: cover !important;
    margin-bottom: 40px;
    position: relative
}

.banner-product-category::after {
    content: '';
    background: rgba(0, 0, 0, 0.01);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.banner-product-category .inner-content {
    text-align: right;
    padding: 50px 60px 50px 60px;
    z-index: 1;
    position: relative
}

.banner-product-category .inner-content h3 {
    font-size: 32px;
    line-height: 38px;
    color: #222;
    font-weight: 600
}

.banner-product-category .inner-content h3 span {
    font-weight: 600;
    color: #c33
}

.footer-menu-section ul {
    margin-bottom: 0
}

.footer-menu-section ul li {
    margin-bottom: 10px
}

.footer-menu-section ul li:last-child {
    margin-bottom: 0
}

.setting-menu {
    position: relative;
    background: #000
}

.setting-menu>.container>.row>div {
    position: static
}

.btn-menu-mobile {
    display: none
}

.marker-image {
    height: 16px;
    width: 16px;
    object-fit: cover;
    margin-right: 5px
}

.menu-section .menu-top {
    display: none
}

.menu-section .menu-top .menu-header {
    font-weight: bold;
    font-size: 20px
}

.menu-section ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.menu-section ul li a:hover {
    color: white;
    cursor: pointer;
    background-color: #ff9000
}

.menu-section .grower {
    display: none
}

.menu-section .entry-menu {
    top: 100%;
    z-index: 12;
    position: absolute;
    background-color: #fff;
    border-top: 1px solid #e3e3e3;
    margin-top: -1px
}

.menu-section .entry-menu::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: calc(15px + 1px)
}

.menu-section .entry-menu li {
    position: relative
}

.menu-section .entry-menu.multil-column {
    min-width: 730px
}

.menu-section .entry-menu.full-width {
    width: 100%;
    left: 0
}

.menu-section .entry-menu.full-width .menu-link {
    display: inline-block
}

.menu-section .entry-menu.full-width .container-menu {
    width: 1170px
}

.menu-section .entry-menu.tabs-menu {
    width: 1170px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0
}

.menu-section .entry-menu.tabs-menu .tabs-item {
    width: 100%
}

.menu-section .entry-menu.tabs-menu .tabs-item>.menu-link {
    width: 25%;
    float: left;
    padding: 15px;
    position: relative
}

.menu-section .entry-menu.tabs-menu .tabs-item>.menu-link>.child-indicator {
    right: 15px
}

.menu-section .entry-menu.tabs-menu .tabs-item>.sub-menu {
    padding: 20px;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    width: 75%;
    float: left;
    position: absolute;
    left: 25%;
    top: 0;
    min-height: 100%;
    border-left: 1px solid #e3e3e3
}

.menu-section .entry-menu.tabs-menu .tabs-item.active>.menu-link {
    background-color: #e3e3e3
}

.menu-section .entry-menu.tabs-menu .container-menu {
    position: relative
}

.menu-section .entry-menu.dropdown {
    min-width: 250px;
    left: 0
}

.menu-section .entry-menu.dropdown ul {
    position: absolute;
    top: calc(-50% + 8px);
    left: calc(100% + 15px);
    min-width: 250px;
    background-color: #fff;
    border-top: 1px solid #e3e3e3;
    margin-top: -1px;
    padding: 10px 15px;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px)
}

.menu-section .entry-menu.dropdown li:hover>ul {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.menu-section .entry-menu.dropdown li:hover>a {
    color: #11823e
}

.menu-section .entry-menu.dropdown li:hover>ul {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.menu-section .entry-menu.dropdown .has-child>ul::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 25px;
    left: -25px
}

.menu-section .container-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.menu-section .row-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px
}

.menu-section .column-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px
}

.menu-section .column-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 10px
}

.menu-section .column-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px
}

.menu-section .column-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 10px
}

.menu-section .menu-title {
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
    color: #222
}

.menu-section .menu-title+.sub-menu {
    padding-top: 5px;
    padding-bottom: 5px
}

.menu-section .menu-link {
    color: #000;
    padding: 7px 35px 7px 30px;
    display: block
}

.menu-section .active {
    color: white
}

.menu-section .child-indicator {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.menu-section .menu-image.right {
    margin: -20px -35px -15px -5px
}

.menu-section .menu-image.left {
    margin: -20px 0px -20px -35px
}

.menu-section>ul>li {
    display: table;
    flex: auto;
    text-align: center
}

.menu-section>ul>li:hover>a {
    color: #11823e
}

.menu-section>ul>li:hover>.entry-menu {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.menu-section>ul>li:hover>.entry-menu .tabs-item.active>.sub-menu {
    opacity: 1;
    filter: opacity(1);
    visibility: visible
}

.menu-section>ul>li>.entry-menu {
    position: absolute;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-transition: opacity 0.05s ease;
    transition: opacity 0.05s ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px)
}

.menu-section>ul>li>.entry-menu li {
    text-align: left
}

.menu-section>ul>li:last-child {
    margin-right: 0px
}

.menu-section>ul>li>a {
    line-height: 46px;
    height: 46px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    display: block
}

.menu-section>ul>li>a span {
    display: none
}

.menu-section>ul>li.has-child>a {
    display: inline-block
}

.menu-section>ul>li.has-child>a span {
    display: inline-block;
    font-size: 12px;
    margin-left: 3px
}

footer {
    background-color: #EEEEEE
}

.entire-info-website .logo-section {
    margin-bottom: 15px
}

.entire-info-website .descript-website-section {
    margin-bottom: 44px
}

.entire-info-website address p {
    margin-bottom: 5px
}

.entire-info-website address p i {
    font-size: 20px;
    width: 30px;
    color: white
}

.entire-info-website .title-social-footer {
    color: #222;
    margin-bottom: 30px
}

.social-footer-section {
    margin-bottom: 30px
}

.social-footer-section ul {
    margin: 0
}

.social-footer-section ul li {
    margin-right: 7px;
    display: inline-block
}

.social-footer-section ul li a {
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 1
}

.social-footer-section ul li a:hover {
    color: #222
}

.title-footer {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 5px
}

.work-time .inner-time p {
    margin-bottom: 7px
}

.work-time span {
    margin-bottom: 7px;
    display: inline-block
}

.copyright {
    padding: 10px 0;
    color: #fff;
    text-align: center
}

.toolbar-section {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 5px 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    z-index: 1120;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 25%)
}

.toolbar-section .toolbar-item {
    flex: 0 0 20%;
    position: relative
}

.toolbar-section .toolbar-item a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: inherit;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px
}

.toolbar-section .toolbar-item a i {
    font-size: 22px;
    color: #9B9B9B
}

.toolbar-section .toolbar-item a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    text-align: center;
    font-size: 10px
}

.toolbar-item.category-tool:before {
    width: 70px;
    height: 70px;
    background: #11823e;
    font-size: 0.875rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.7;
    -webkit-letter-spacing: normal;
    -moz-letter-spacing: normal;
    -ms-letter-spacing: normal;
    letter-spacing: normal;
    border-radius: 50%;
    -webkit-text-decoration: none;
    text-decoration: none;
    position: absolute;
    left: calc(50% - 35px);
    top: -15px;
    padding: 0px;
    content: ''
}

.toolbar-item.category-tool a span {}

.toolbar-item.category-tool a span,
.toolbar-item.category-tool a i {
    color: #fff
}

.toolbar-item.category-tool:after {
    content: '';
    background: url(/templates/app01/assets/media/combined-shape.svg);
    position: absolute;
    bottom: 47px;
    text-align: center;
    left: calc(50% - 35px);
    width: 70px;
    height: 19px;
    z-index: -1
}

.toolbar-section .toolbar-item a span.items-number {
    background: none;
    left: 48px !important;
    top: 0 !important;
    right: initial !important
}

.article-item .inner-image .featured-media {
    position: absolute;
    top: 9px;
    right: 10px;
    z-index: 1
}

.article-item .inner-image .featured-media span {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #222;
    margin: 0px 2px;
    display: inline-block
}

.article-item .article-info .article-category {
    display: inline-block;
    margin-right: 15px
}

.article-item .article-info .article-category a {
    color: #11823e;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase
}

.article-item .article-info .article-category a:last-child .comma-item {
    display: none
}

.article-item .article-info .article-category a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.article-item .article-info .post-date,
.article-item .article-info .post-author {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 26px;
    padding-left: 15px;
    margin-right: 15px
}

.article-item .article-info .post-date::before,
.article-item .article-info .post-author::before {
    content: '';
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #000;
    height: 5px;
    width: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.article-item .article-info .post-author:hover {
    color: #000;
    text-decoration: underline
}

.article-item .article-title {
    line-height: 24px;
    font-weight: 600;
    overflow: hidden
}

.article-item .article-title a {
    color: #222
}

.article-item .article-title a:hover {
    text-decoration: underline
}

.article-item .article-description {
    margin-bottom: 10px
}

.article-entry-info {
    font-size: 12px;
    margin-bottom: 9px
}

.article-entry-info>span {
    margin-right: 6px
}

.article-entry-info .article-category {
    margin-right: 15px
}

.article-entry-info .article-category a {
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase
}

.article-entry-info .article-category a:last-child .comma-item {
    display: none
}

.article-entry-info .article-category a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.album-item .inner-image {
    margin-bottom: 21px
}

.album-item .album-info .album-category {
    display: inline-block;
    margin-right: 15px
}

.album-item .album-info .album-category a {
    color: #11823e;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase
}

.album-item .album-info .album-category a:last-child .comma-item {
    display: none
}

.album-item .album-info .album-category a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.album-item .album-info .post-date,
.album-item .album-info .post-author {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 26px;
    padding-left: 15px;
    margin-right: 15px
}

.album-item .album-info .post-date::before,
.album-item .album-info .post-author::before {
    content: '';
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #000;
    height: 5px;
    width: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.album-item .album-info .post-author:hover {
    color: #000;
    text-decoration: underline
}

.album-item .album-title {
    line-height: 24px;
    font-weight: 600
}

.album-item .album-title a {
    color: #222
}

.album-item .album-title a:hover {
    text-decoration: underline
}

.album-item .album-description {
    margin-bottom: 20px
}

.album-entry-info {
    font-size: 12px;
    margin-bottom: 9px
}

.album-entry-info>span {
    margin-right: 6px
}

.album-entry-info .album-category {
    margin-right: 15px
}

.album-entry-info .album-category a {
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase
}

.album-entry-info .album-category a:last-child .comma-item {
    display: none
}

.album-entry-info .album-category a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.read-more {
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    font-size: 12px
}

.view-small .article-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e3
}

.view-small .article-item .inner-image {
    float: left;
    margin-right: 18px;
    margin-bottom: 0;
    padding-top: 0
}

.view-small .article-item .inner-image img {
    width: 80px;
    height: 60px;
    position: static;
    object-fit: cover
}

.view-small .article-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.view-small .article-item .article-title {
    margin-bottom: 5px
}

.view-small .article-item .article-title a {
    line-height: 1.3;
    display: block;
    font-size: 14px
}

.view-small .article-item .article-title a:hover {
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.view-small .article-entry-info {
    margin-bottom: 0
}

.article-content iframe,
.article-content video,
.article-content img,
.article-content table {
    max-width: 100%
}

.article-title-detail {
    color: #222;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4
}

.article-content img,
.article-content iframe,
.article-content video {
    max-width: 100%;
    height: auto
}

.product-additional-action {
    position: absolute;
    bottom: 15px;
    left: 35px
}

.product-additional-action .btn-addition-action {
    display: block;
    height: 45px;
    width: 45px;
    margin-top: 10px;
    position: relative;
    background-color: #fff;
    cursor: pointer;
    border-radius: 0.25rem
}

.product-additional-action .btn-addition-action::before {
    content: '';
    height: 28px;
    width: 28px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.product-additional-action .btn-addition-action.btn-video::before {
    background: url("/templates/fashion02/assets/img/video-player.svg") no-repeat top left;
    background-size: contain
}

.product-additional-action .btn-addition-action.btn-video.youtube-video::before {
    background: url("/templates/fashion02/assets/img/youtube-logo.svg") no-repeat top left;
    background-size: contain
}

.product-additional-action .btn-addition-action.btn-360-view::before {
    background: url("/templates/fashion02/assets/img/3d.svg") no-repeat top left;
    background-size: contain
}

.product-additional-action .btn-addition-action.btn-expand::before {
    background: url("/templates/fashion02/assets/img/full-screen.svg") no-repeat top left;
    background-size: contain
}

.product-additional-action .btn-addition-action:hover {
    filter: invert(1);
    -webkit-filter: invert(1)
}

.product-attribute-switch {
    margin: 0-7px
}

.product-attribute-switch.image-switch .inner-product-attribute {
    height: 34px;
    width: 34px;
    line-height: 40px;
    margin: 0px 7px
}

.product-attribute-switch.text-switch .inner-product-attribute {
    height: 100%;
    width: auto;
    padding: 6px;
    margin: 0 7px;
    border-radius: 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 1.4;
    border-color: #222
}

.product-attribute-switch li.active a.inner-product-attribute::before {
    content: '';
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #222
}

.product-attribute-switch li.active a.inner-product-attribute::after {
    content: '\ec32';
    position: absolute;
    display: block;
    font-family: "iconsax";
    font-weight: 900;
    font-size: 6px;
    line-height: 1;
    color: #fff;
    bottom: 0;
    right: 1px
}

.product-attribute-switch .inner-product-attribute {
    position: relative;
    margin: 4px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-clip: padding-box;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #b8b7bd;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.product-attribute-switch .inner-product-attribute:hover {
    border-color: #222
}

.product-attribute-switch .inner-product-attribute.active {
    background-color: #000;
    color: #fff
}

.product-content-detail .entire-attribute .list-attribute .reset-attribute::before,
.product-content-detail .entire-attribute .list-attribute .reset-attribute:after {
    display: none
}

.product-content-detail .entire-attribute .list-attribute .reset-attribute {
    border: 0;
    font-weight: normal
}

.product-attribute-switch.image-switch .inner-product-attribute.active {
    border: 1px solid #000
}

.product-attribute-switch.image-switch .inner-product-attribute.active::before {
    display: none
}

.product-attribute-switch .inner-product-attribute.disable {
    opacity: 0.3;
    cursor: not-allowed
}

.reset-attribute {
    margin-left: 30px;
    color: #222;
    font-weight: 600;
    border-bottom: 1px solid #b8b7bd;
    position: relative
}

.product-content-detail .entire-attribute .list-attribute .reset-attribute::before {
    font-size: 15px;
    position: absolute;
    right: -20px;
    top: 0;
    color: #222
}

.reset-attribute:hover {
    color: #222
}

.product-tab.nav {
    margin-bottom: 40px;
    position: relative
}

.product-tab.nav .nav-item .nav-link {
    font-size: 15px;
    line-height: 27px;
    color: #BEBEBE
}

.product-tab.nav .nav-item .nav-link.active {
    color: #000;
    font-weight: 600
}

.tab-content {
    position: relative
}

.tab-content iframe,
.tab-content video {
    max-width: 100%;
    height: auto
}

.countdown-timer {
    display: flex;
    justify-content: flex-start;
    margin: 0 -4px 5px
}

.countdown-timer>div {
    height: 50px;
    width: 50px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-left: 4px;
    margin-right: 4px;
    font-weight: 600;
    color: #222
}

.countdown-timer>div span {
    display: block;
    font-weight: 400
}

.product-status {
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 11;
    pointer-events: none
}

.out-stock,
.onsale,
.featured {
    max-width: 100px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 32px;
    margin-bottom: 5px;
    height: 32px;
    width: 70px;
    border-radius: 5px;
    background-color: #000
}

.out-stock {
    background-color: #000
}

.featured {
    background-color: #11823e
}

.product-category-section>div {
    height: 530px
}

.product-category-section .inner-product-cat {
    display: block;
    position: relative;
    height: 100%
}

.product-category-section .inner-product-cat span.inner-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform-origin: right bottom;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.product-category-section .inner-product-cat.half-height {
    height: calc(100% / 2 - 15px)
}

.product-category-section .inner-product-cat.half-height:first-child {
    margin-bottom: 30px
}

.product-category-section .inner-product-cat .inner-content {
    pointer-events: none;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    bottom: 30px;
    right: 25px
}

.product-category-section .inner-product-cat .inner-content .category-title {
    font-size: 30px;
    font-weight: 700;
    color: #222
}

@media (min-width: 1200px) {
    .menu-container nav.menu-section>ul {
        display: flex
    }
}

@media (max-width: 991px) {
    .product-category-section .inner-product-cat .inner-content .category-title {
        font-size: 26px;
        line-height: 30px
    }
}

.product-category-section .inner-product-cat .inner-content .category-count {
    color: #000
}

.currency-symbol {
    font-size: 75%
}

.product-action {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden
}

.product-action .btn-product-action:hover,
.product-action .btn-product-action.added-wishlist {
    background-color: #222;
    color: #fff
}

.product-action .btn-product-action {
    margin-right: 4px;
    margin-left: 4px;
    display: inline-block;
    position: relative;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 0.25rem;
    text-align: center;
    font-size: 18px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
    background-color: #fff
}

.product-item {
    background: #fff;
    border-radius: 0.25rem;
    overflow: hidden;
    height: 100%;
    padding: 6px
}

.product-item .inner-image {
    position: relative;
    overflow: hidden
}

.product-item .inner-content {
    padding: 6px
}

.product-item .inner-content .product-category a {
    font-size: 13px
}

.product-item .inner-content .product-category a:last-child .comma-item {
    display: none
}

.product-item .inner-content .product-category a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.product-item .inner-content .product-title {
    margin-bottom: 0;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

.product-item .inner-content .product-title a {
    color: #000;
    font-weight: 600;
    font-size: 14px
}

.product-item .inner-content .product-title a:hover {
    color: #222
}

.product-item .inner-content .product-rating-price {
    height: 22px;
    line-height: 22px;
    overflow: hidden
}

.product-item .inner-content .product-rating-price .wrp-rating-price {
    height: 44px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out
}

.product-item:hover .product-action {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    bottom: 30px
}

.product-item:hover .inner-content .product-rating-price .wrp-rating-price {
    -webkit-transform: translateY(-22px);
    -ms-transform: translateY(-22px);
    -o-transform: translateY(-22px);
    transform: translateY(-22px)
}

.price-amount {
    font-weight: 700;
    font-size: 16px
}

.price-amount.old-price {
    color: #000;
    font-weight: 400;
    margin-left: 15px;
    position: relative
}

.price-amount.old-price::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 0.5px;
    background-color: #000;
    width: 100%
}

.view-small .product-item {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e3e3e3
}

.view-small .product-item .inner-image {
    float: left;
    margin-right: 20px;
    margin-bottom: 0
}

.view-small .product-item .inner-image img {
    max-width: 80px
}

.view-small .product-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.view-small .product-item .inner-content .product-title {
    margin-bottom: 2px
}

.view-small .product-item .inner-content .product-title a:hover {
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.view-small .product-item .inner-content .price-amount {
    font-size: 14px
}

.view-small .product-item .inner-content .price>span {
    display: inline-block;
    padding: 0 3px
}

.view-small .product-item .inner-content .price>span.price-amount.old-price {
    margin-left: 0
}

.quickview-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    z-index: 1000
}

.quickview-info {
    position: relative;
    height: 570px;
    overflow: auto;
    padding: 50px 50px 50px 30px
}

.quickview-info::-webkit-scrollbar {
    width: 6px
}

.quickview-info::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #e6e6e6
}

.quickview-info::-webkit-scrollbar-track {
    border-radius: 8px
}

.product-detail-head .product-image-detail .inner-image {
    padding-top: 100%;
    border-radius: 0.25rem;
    overflow: hidden
}

.product-detail-footer {
    margin-top: 80px;
    margin-bottom: 80px
}

.product-detail-footer iframe,
.product-detail-footer video,
.product-detail-footer img,
.product-detail-footer table {
    max-width: 100%
}

.product-detail-footer .nav {
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3
}

.product-detail-footer .nav li {
    margin-right: 60px
}

.product-detail-footer .nav li a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0 20px;
    position: relative
}

.product-detail-footer .nav li a::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0px;
    background-color: #222;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.product-detail-footer .nav li a.active::before {
    width: 100%
}

.product-image-detail .owl-carousel::before,
.product-image-detail .owl-carousel::after {
    content: none
}

.product-image-detail .owl-carousel .owl-prev {
    left: 0px
}

.product-image-detail .owl-carousel .owl-next {
    right: 0px
}

.product-image-detail .owl-carousel i {
    font-size: 32px;
    color: rgba(0, 0, 0, 0.8)
}

.product-image-detail .owl-carousel i:hover {
    color: #000
}

.product-image-detail:hover .owl-nav i {
    opacity: 1;
    filter: opacity(1);
    visibility: visible
}

.product-image-detail:hover .owl-nav .owl-prev {
    left: 15px
}

.product-image-detail:hover .owl-nav .owl-next {
    right: 15px
}

.product-image-detail .slick-list,
.product-image-detail .slick-slide {
    margin: 0
}

.product-image-detail .inner-image,
.product-image-detail .inner-iframe,
.product-image-detail .inner-video {
    position: relative;
    padding-top: 100%
}

.product-image-detail .inner-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.product-image-detail .inner-iframe iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.product-image-detail .inner-video video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.price-amount {
    white-space: nowrap
}

.product-content-detail label {
    margin-bottom: 0;
    color: #222
}

.product-content-detail .product-title-detail {
    font-weight: 700;
    color: #222;
    font-size: 24px;
    margin-bottom: 5px
}

.product-content-detail .product-rating .star-rating {
    margin-right: 15px
}

.product-content-detail .product-description {
    margin-bottom: 21px
}

.product-content-detail .product-description p {
    margin-bottom: 5px
}

.product-content-detail .price {
    margin-bottom: 5px
}

.product-content-detail .price .price-amount {
    font-size: 24px;
    font-weight: 700
}

.product-content-detail .price .price-amount.old-price {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-decoration: line-through;
    margin-left: 15px
}

.product-content-detail .product-category a {
    font-size: 13px;
    color: #000;
    margin-left: 5px
}

.product-content-detail .product-category a:last-child .comma-item {
    display: none
}

.product-content-detail .product-category a:hover {
    color: #11823e
}

.product-content-detail .product-meta>div {
    margin-bottom: 6px
}

.product-content-detail .product-meta>div:last-child {
    margin-bottom: 0
}

.product-content-detail .code span,
.product-content-detail .brand span,
.product-content-detail .weight span,
.product-content-detail .length span,
.product-content-detail .width span,
.product-content-detail .height span {
    margin-left: 5px
}

.product-content-detail .entire-attribute {
    margin-bottom: 20px
}

.product-content-detail .entire-attribute .list-attribute {
    margin-bottom: 10px
}

.product-content-detail .entire-attribute .list-attribute label {
    margin-right: 20px;
    margin-bottom: 0
}

.product-content-detail .entire-attribute .list-attribute .product-attribute-switch {
    margin-bottom: 0
}

.product-content-detail .entire-attribute .list-attribute:last-child {
    margin-bottom: 0
}

.product-content-detail .add-to-cart {
    color: #fff;
    font-weight: 700;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px 0 11px;
    background: #11823e
}

.quantity-buy .btn-cart-buy a.add-to-cart.add-to-cart-buy {
    background: #222
}

.product-content-detail .add-to-cart:hover {
    background-color: #11823e
}

.product-content-detail .add-to-cart.disable {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.product-content-detail .out-of-stock {
    font-weight: 600;
    color: #11823e;
    text-transform: capitalize;
    height: 44px;
    line-height: 44px
}

.product-content-detail .btn-compare {
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
    color: #222
}

.product-content-detail .btn-compare i {
    margin-right: 5px
}

.product-content-detail .btn-compare:hover {
    color: #11823e
}

.product-quantity {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 25px;
    color: #222;
    float: left
}

.product-quantity .btn-quantity {
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out
}

.product-quantity .btn-quantity:hover {
    color: #11823e
}

.product-quantity input {
    font-size: 18px;
    width: 50px;
    height: 44px;
    border: none;
    background-color: transparent
}

.social-share .share-title {
    margin-right: 15px
}

.social-share .list-social .btn-social {
    float: left;
    margin: 0 4px;
    border-radius: 0.25rem;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease
}

.social-share .list-social .btn-social:hover {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.social-share .list-social .btn-social.facebook-icon {
    background-color: #365493
}

.social-share .list-social .btn-social.twitter-icon {
    background-color: #3cf
}

.social-share .list-social .btn-social.google-icon {
    background-color: #d44132
}

.social-share .list-social .btn-social.pinterest-icon {
    background-color: #cb2027
}

.social-share .list-social .btn-social.linkedin-icon {
    background-color: #0274b3
}

.social-share .list-social .btn-social a {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    display: inline-block
}

.sidebar-mini-cart {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    bottom: 0;
    right: 0;
    width: 460px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1030;
    background-color: #F5F5F5;
    -webkit-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(460px, 0, 0);
    -moz-transform: translate3d(460px, 0, 0);
    -ms-transform: translate3d(460px, 0, 0);
    -o-transform: translate3d(460px, 0, 0);
    transform: translate3d(460px, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82)
}

.sidebar-mini-cart.open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch
}

.sidebar-mini-cart .sidebar-header {
    text-align: left
}

.sidebar-mini-cart .sidebar-header .close-sidebar {
    font-size: 30px;
    color: #222
}

.sidebar-mini-cart .content-mini-cart {
    flex: 1 1 auto;
    display: flex;
    position: relative
}

.sidebar-mini-cart .content-mini-cart .entire-bottom-minicart {
    margin-top: auto
}

.sidebar-mini-cart .content-mini-cart .cart-item {
    position: relative;
    padding: 5px 5px;
    background: #fff;
    margin: 10px 0;
    border-radius: 5px
}

.sidebar-mini-cart .content-mini-cart .remove-mini-cart {
    position: absolute;
    top: 30px;
    right: 5px;
    font-size: 16px;
    cursor: pointer;
    width: 25px;
    text-align: center
}

.sidebar-mini-cart .content-mini-cart .remove-mini-cart:hover i {
    color: #11823e
}

.sidebar-mini-cart .content-mini-cart .inner-image img {
    width: 90px;
    aspect-ratio: 1/1;
    object-fit: contain;
    float: left;
    margin-right: 20px;
    border: 1px solid #e3e3e3
}

.sidebar-mini-cart .content-mini-cart .inner-content {
    margin-left: 110px
}

.sidebar-mini-cart .content-mini-cart .inner-content .product-title {
    font-weight: 700;
    padding-right: 30px;
    display: block;
    color: #222;
    margin-bottom: 6px
}

.sidebar-mini-cart .content-mini-cart .inner-content .attr-product {
    line-height: 20px;
    height: 20px
}

.sidebar-mini-cart .content-mini-cart .inner-content .attr-product label,
.sidebar-mini-cart .content-mini-cart .inner-content .attr-product p {
    float: left
}

.sidebar-mini-cart .content-mini-cart .inner-content .attr-product label {
    font-weight: 400;
    color: #222;
    margin-bottom: 0
}

.sidebar-mini-cart .content-mini-cart .inner-content .attr-product p {
    margin-bottom: 0;
    font-weight: 700;
    color: #390;
    margin-left: 5px
}

.sidebar-mini-cart .content-mini-cart .inner-content .quantity {
    color: #222
}

.sidebar-mini-cart .content-mini-cart .inner-content .quantity .price-amount {
    font-weight: 700
}

.sidebar-mini-cart .content-mini-cart .total-price {
    padding-top: 20px
}

.sidebar-mini-cart .content-mini-cart .total-price label {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700
}

.sidebar-mini-cart .content-mini-cart .total-price .price-amount {
    margin-bottom: 0;
    float: right;
    font-size: 22px;
    font-weight: 700
}

.sidebar-mini-cart .content-mini-cart .mini-cart-btn {
    padding-top: 10px;
    padding-bottom: 65px
}

.sidebar-mini-cart .content-mini-cart .mini-cart-btn .btn-checkout {
    display: block;
    font-weight: 700;
    padding: 14px 0;
    margin-top: 20px;
    background: #11823e
}

.sidebar-mini-cart .content-mini-cart .mini-cart-btn .btn-cart-info {
    display: block;
    font-weight: 700;
    padding: 14px 0;
    background-color: transparent;
    border: 1px solid #222;
    color: #222
}

.sidebar-mini-cart .content-mini-cart .mini-cart-btn .btn-cart-info:hover {
    color: #11823e;
    border-color: #11823e
}

.sidebar-mini-cart .content-mini-cart .box-minicart {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sidebar-mini-cart::-webkit-scrollbar {
    width: 6px
}

.sidebar-mini-cart::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    background: #e6e6e6
}

.sidebar-mini-cart::-webkit-scrollbar-track {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3)
}

.active-quick-shop .product-quick-shop {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.product-quick-shop {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(249, 249, 249, 0.97);
    -webkit-transform: translateY(-101%);
    -ms-transform: translateY(-101%);
    -o-transform: translateY(-101%);
    transform: translateY(-101%);
    -webkit-transition: all 0.35s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    transition: all 0.35s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    z-index: 50;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center
}

.product-quick-shop .quick-shop-close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 15px;
    color: #222;
    cursor: pointer
}

.product-quick-shop::-webkit-scrollbar {
    width: 6px
}

.product-quick-shop::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #e6e6e6
}

.product-quick-shop::-webkit-scrollbar-track {
    border-radius: 8px
}

.entry-quick-shop {
    height: 100%;
    width: 100%;
    padding: 20px 10px 10px
}

.entry-quick-shop .product-attribute-switch {
    margin-bottom: 5px
}

.entry-quick-shop .product-quantity {
    margin-right: 0
}

.entry-quick-shop .product-quantity input {
    height: 32px
}

.entry-quick-shop .product-quantity .btn-quantity {
    line-height: 32px
}

.entry-quick-shop .reset-attribute {
    margin-left: 0
}

.entry-quick-shop label {
    font-weight: 600;
    margin-bottom: 2px
}

.entry-quick-shop .add-to-cart {
    display: inline-block;
    margin-top: 8px;
    height: 34px;
    width: 34px;
    font-size: 20px;
    background-color: #11823e;
    text-align: center;
    line-height: 34px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.entry-quick-shop .add-to-cart.disable {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.entry-quick-shop .entire-attribute {
    margin-bottom: 5px
}

.entry-quick-shop .added_to_cart i::before {
    content: '\ebef'
}

.entry-quick-shop .out-of-stock {
    font-weight: 600;
    color: #11823e;
    text-transform: capitalize;
    line-height: 76px
}

.per-page-title {
    font-weight: 600;
    color: #222
}

.per-page-variation {
    padding: 0 7px
}

.per-page-variation.active {
    color: #222;
    font-weight: 600
}

.orderby-section .dropdown.show .orderby-title::after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.orderby-section .orderby-title {
    display: block;
    min-width: 150px;
    padding-right: 45px;
    position: relative;
    cursor: pointer;
    color: #222;
    font-weight: 600
}

.orderby-section .orderby-title::after {
    content: "\e92d";
    position: absolute;
    font-family: "iconsax";
    top: 0;
    right: 0;
    font-weight: 900;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out
}

.orderby-section .dropdown-item {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
    height: 40px
}

.orderby-section .dropdown-item.active {
    font-weight: 600;
    background-color: #f6f6f6;
    color: #222
}

.orderby-section .dropdown-menu {
    margin: 0;
    padding: 0
}

.filter-section {
    padding-left: 0;
    list-style: none
}

.filter-section li {
    margin-bottom: 15px;
    flex: 0 0 33.33%;
    max-width: 33.33%
}

.filter-section li .inner-switch>span {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    display: block;
    position: relative;
    border: 1px solid #e3e3e3;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.filter-section li .inner-switch.circle>span {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.filter-section li>a {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    margin: 6px 0
}

.filter-section li>a:hover {
    color: #222
}

.filter-section li>a:hover .inner-switch>span {
    background-color: transparent !important
}

.filter-section li>a:hover .inner-switch>span::after {
    content: "\ec32";
    font-family: "iconsax";
    font-weight: 900;
    position: absolute;
    top: 0px;
    left: 0;
    line-height: 1
}

.filter-section li>a.active .inner-name {
    color: #fff
}

.filter-section li>a.active .inner-switch>span {
    background-color: transparent !important
}

.filter-section li>a.active .inner-switch>span::after {
    content: "\ec32";
    font-family: "iconsax";
    font-weight: 900;
    position: absolute;
    top: 0px;
    left: 0;
    line-height: 1
}

.filter-section.filter-inline {
    display: flex;
    align-items: center
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #f5f5f5;
    color: #222
}

.cart-drop-botoom .card-body {
    background: #f5f5f5
}

.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-radius: 0.25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

body.is-mobile {
    font-size: 14px
}

.hour {
    font-size: 25px;
    background: #ed1b2400;
    border-radius: 13px;
    padding: 10px 0;
    min-width: 60px;
    width: auto;
    margin: 0 15px;
    text-align: center;
    position: relative;
    color: #fff;
    font-weight: 400;
    border: 1px solid #fff;
    height: 60px;
    line-height: 25px
}

span#time_sale {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 -15px
}

span#time_sale p span {
    display: block;
    font-size: 16px
}

.top_header_text span#time_sale p {
    display: block;
    height: 65px;
    width: 65px
}

.top_header_text>p {
    margin-bottom: 0
}

.form-search {
    width: 400px
}

.form-search .input-group input {
    height: 46px;
    width: 100%;
    padding-left: 57px;
    border-radius: 5px !important;
    border-color: #DBDBDB !important
}

.form-search .input-group .input-group-append button.btn.btn-submit {
    height: 46px;
    background: none;
    padding: 0 15px !important;
    z-index: 5
}

.form-search .input-group .input-group-append {
    margin-left: 0;
    position: absolute;
    left: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

span#time_sale_right p:last-child:before {
    display: none
}

span#time_sale_right p.hour {
    background: #000;
    float: left;
    height: 50px;
    width: 50px;
    border-radius: 4px;
    padding: 0 !important;
    line-height: 50px;
    font-size: 24px;
    position: relative;
    min-width: auto
}

span#time_sale_right p.hour:before {
    content: ":";
    position: absolute;
    color: #000;
    right: -19px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600
}

#time_sale_right {
    margin: 0 -15px;
    display: block;
    position: relative
}

.title_sale .title-section {
    color: red
}

.product-item .inner-image .btn-love a {
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 1;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 6px;
    font-size: 20px;
    z-index: 12
}

.product-tab.nav .nav-item .nav-link.active::after {
    display: none
}

ul.pagination li.page-item {
    margin: 0px 10px;
    position: relative
}

ul.pagination li.page-item .page-link {
    border: 0;
    height: 24px;
    width: 24px;
    line-height: 24px;
    padding: 0;
    text-align: center;
    font-weight: 600;
    opacity: 1;
    color: #000;
    border-radius: 50%
}

ul.pagination li.page-item .page-link i {
    vertical-align: middle
}

ul.pagination li.page-item.active .page-link {
    background: #000;
    color: #fff
}

ul.pagination li.page-item:first-child:before {
    width: 50px;
    height: 2px;
    position: absolute;
    content: '';
    left: -63px;
    background: #000;
    transform: translateY(-50%);
    top: 50%
}

ul.pagination li.page-item:last-child:before {
    width: 50px;
    height: 2px;
    position: absolute;
    content: '';
    right: -63px;
    background: #000;
    transform: translateY(-50%);
    top: 50%
}

.product-hot .product-hot-left .product-item .inner-image {
    padding-top: 122.5%
}

.product-hot .product-hot-left .product-item .inner-content {
    position: absolute;
    left: 50px;
    top: 74%;
    z-index: 12;
    border-top: 0
}

.product-hot .product-hot-left .product-item .inner-content .product-title a {
    font-size: 45px
}

.form-get-more-deals .content-form .form-group {
    flex: 0 0 78%
}

.form-get-more-deals .content-form .form-group:last-child {
    flex: 0 0 22%
}

.form-get-more-deals .content-form .form-group:last-child span.btn {
    background: #000;
    height: 42px;
    padding: 0;
    border-radius: 0 0.25rem 0.25rem 0 !important;
    line-height: 42px
}

.form-get-more-deals .content-form .form-group input {
    height: 42px;
    border-radius: 0.25rem 0 0 0.25rem !important;
    border: 1px solid #000 !important
}

.product-padding-right .title-section span {
    font-size: 16px;
    font-weight: normal
}

.product-padding-right .inner-image .rounded {
    border-radius: 12px !important
}

.sidebar-mini-cart .title-top-cart {
    margin-top: 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px
}

.sidebar-mini-cart .content-mini-cart .mini-cart-btn a {
    height: 52px;
    line-height: 52px !important;
    border-radius: 5px;
    max-width: 280px;
    margin: 0 auto;
    width: 100%
}

.product-item .inner-image .btn-love a.btn-product-action.added-wishlist {
    background: #11823e;
    color: #fff
}

.icon_menu_tab .link_show,
.sort-right .dropdown span.orderby-title {
    height: 36px;
    width: 180px;
    border-radius: 5px
}

.list-cart-item table.table.cart-info-section>thead>tr>th {
    background: none;
    color: #000;
    font-weight: 600;
    border: 0;
    padding: 10px 0
}

.list-cart-item table.table.cart-info-section>tbody>tr>th,
.list-cart-item table.table.cart-info-section>tbody>tr>td {
    border: 0
}

.list-cart-item .responsive-table tbody tr:nth-of-type(even) {
    background: none
}

.list-cart-item table.table.cart-info-section>thead {
    border-bottom: 1px solid #ddd
}

.bg-white.cart-item-center .cart-info-section tbody .item-quantity .product-quantity {
    border: 0;
    padding: 0 !important
}

.bg-white.cart-item-center .cart-info-section tbody .item-quantity .product-quantity .btn-quantity {
    font-size: 20px
}

.bg-white.cart-item-center .cart-info-section tbody .item-quantity .quantity-input {
    width: 30px;
    padding: 0;
    height: 30px;
    margin: 0;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600
}

.cart-item-center .cart-info-section>tbody>tr.cart_item {
    border-bottom: 1px dashed #707070
}

.cart-item-center .cart-info-section>tbody>tr.cart_item>td,
.cart-item-center .cart-info-section>tbody>tr.cart_item>th {
    padding: 13px 0
}

.cart-item-center .cart-info-section>tbody>tr.cart_item:last-child {
    border-bottom: 0
}

.name-cart {
    font-weight: 600
}

.icon_we_accept .box_icon {
    flex: 0 0 33.33%;
    max-width: 33.33%
}

.cart-totals-top>td {
    border: 0 !important
}

.product-left .title-section {
    text-align: left !important;
    margin-bottom: 25px;
    border-top: 2px solid #ddd;
    padding-top: 10px
}

.product-filter-botoom button.close_show {
    border: 0;
    background: none
}

.target_show.toggle .product-filter-top {
    display: none !important
}

.target_show.toggle .product-filter-botoom {
    display: block !important
}

.product-filter-botoom {
    display: none
}

.content-filter-product a.reset-attribute:before {
    display: none
}

.content-filter-product a.reset-attribute {
    border: 0
}

.content-filter-product>.row>div {
    border-right: 1px solid #cecece
}

.content-filter-product>.row>div:last-child {
    border-right: 0
}

.content-filter-product>.row {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed
}

.content-filter-product>.row:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0
}

.product-image-detail .product-image-detail-top {
    margin-bottom: 20px
}

.progress .progress-bar.bg-warning {
    line-height: 8px;
    background: #11823e !important;
    float: left;
    height: 100%;
    color: #fff
}

.time_product .progress {
    height: 8px
}

.progress {
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%)
}

.product-content-detail .entire-attribute .list-attribute .reset-attribute::before,
.product-content-detail .entire-attribute .list-attribute .reset-attribute:after {
    display: none
}

.product-content-detail .entire-attribute .list-attribute .reset-attribute {
    border: 0;
    font-weight: normal
}

.quantity-buy .product-quantity input {
    font-weight: 600;
    font-size: 23px
}

.quantity-buy .product-quantity {
    font-size: 32px;
    line-height: normal;
    width: 114px
}

.btn-cart-buy {
    display: flex !important;
    justify-content: space-between;
    align-items: center
}

.quantity-buy .btn-cart-buy {
    width: calc(100% - 114px);
    padding-left: 20px
}

.quantity-buy .btn-cart-buy a.add-to-cart {
    flex: 0 0 48%;
    max-width: 48%
}

.product-content-detail .entire-attribute .list-attribute>div>p,
.entire-cart p {
    font-size: 14px
}

button:hover,
a:hover {
    text-decoration: none !important
}

.card .icon-card img {
    width: 24px;
    height: 24px
}

.item-text-right .input-login .form-group input {
    height: 46px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    font-size: 16px
}

.input-login .btn-login .btn-submit {
    height: 46px;
    line-height: 46px !important
}

.session-login.confirm-phone .item-text-right form .form-group>span {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    border-right: 1px solid #ddd;
    padding-right: 15px;
    height: 35px;
    line-height: 35px
}

.session-login.confirm-phone .item-text-right form .form-group input {
    border: 0;
    border-radius: 5px
}

.session-login.confirm-phone .item-text-right form .form-group>span>span {
    padding-left: 8px;
    color: #969494
}

.session-login.confirm-phone .item-text-right form .form-group {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 95px
}

.session-login.session-login-otp .item-text-right .input-login .input-opt input {
    border: 0;
    margin: 0 5px;
    background: #F3F5F9;
    height: 40px;
    width: 40px;
    border-radius: 5px
}

.session-login.session-login-otp .item-text-right .input-login .input-opt {
    margin: 0 -5px
}

.session-login.session-login-otp .item-text-right form>p>a {
    color: red
}

.producr-detail-combined .title-section {
    text-align: left !important;
    margin-bottom: 20px
}

.product-padding-right article.article-item .inner-image.ratio-custome {
    padding-top: 130%;
    border-radius: 12px;
    overflow: hidden
}

.product-padding-right article.article-item .inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 30px;
    min-height: 100px;
    background-color: rgb(238 238 238 / 30%)
}

.product-padding-right article.article-item .inner-content .article-title {
    font-size: 23px;
    font-weight: 700
}

ul.list-unstyled.app>li>a>img {
    height: 28px
}

footer .logo-section img {
    height: 56px
}

.product-padding-right .slick-slider:hover .slick-prev {
    left: -23px
}

.product-padding-right .slick-prev,
.product-padding-right .slick-next {
    height: 46px;
    width: 46px;
    background: #fff;
    border-radius: 50%
}

.product-padding-right .slick-slider:hover .slick-next {
    right: -25px
}

.target_show.toggle .product-filter-botoom .content-filter-product .filter-section .product-attribute-switch>li>a.inner-product-attribute {
    width: auto;
    font-weight: normal
}

.product-filter-top .sort-right .dropdown-menu {
    background: #000;
    text-align: right;
    width: auto
}

.product-filter-top .sort-right .dropdown-menu a {
    color: #fff
}

.product-filter-top .sort-right .dropdown-menu a:hover {
    background-color: #222
}

.slide-menu-section {
    margin-bottom: -10px
}

.back-to-pc {
    display: block
}

.back-to-mb {
    display: none
}

.img-profile>img {
    width: 90px;
    height: 90px;
    object-fit: cover
}

.item-address-member {
    border-bottom: 1px dashed
}

.btn-add-member a {
    display: inline-block
}

div#change-address-modal .modal-dialog {
    max-width: 600px
}

div#change-address-modal .modal-body .form-group label {
    font-weight: 400
}

.session-cart ul.member-categories-section>li {
    border-bottom: 1px dashed #ddd
}

.menu-top-member-order>ul>li {
    list-style: none
}

.list-order-element table>thead>tr>th:nth-child(2) {
    width: 13%
}

.policy-list:hover {
    background: #000 !important
}

.policy-list:hover .policy-list-item .icon img {
    filter: invert(1)
}

.policy-list:hover .policy-list-item .policy-list-label {
    color: #fff
}

.product-action .entire-attribute .product-attribute-switch .inner-product-attribute {
    width: 32px;
    height: 32px;
    border-radius: 100% !important;
    line-height: 30px;
    border: 1px dashed #ddd
}

.product-action .entire-attribute .product-attribute-switch .inner-product-attribute.active {
    border: 1px solid #000
}

.product-action .entire-attribute .product-attribute-switch .inner-product-attribute.active::before {
    display: none
}

.btn-delete-save>ul>li {
    list-style: none
}

.quantity_cart .product-quantity {
    float: none
}

.ui-slider .ui-slider-handle {
    border-radius: 50%;
    background: #11823e;
    border-color: #11823e;
    top: -8px
}

.ui-slider-horizontal {
    height: 1px
}

.ui-slider .ui-slider-range {
    background: #11823e;
    height: 2px;
    top: -1px
}

.color-orange {
    color: #FF7948
}

.flex-7 {
    flex: 0 0 14.2857%
}

.mx--10 {
    margin: 0 -10px
}

.bg-gray {
    background: #f5f5f5
}

.radius-5 {
    border-radius: 5px
}

.radius-10 {
    border-radius: 10px
}

.member-attendance .list-date [attendance-tick=true] {
    cursor: pointer
}

.member-attendance .list-date [attendance-tick=true]:hover {
    background: #000;
    color: #fff
}

.member-attendance .list-date [checked=checked] {
    cursor: context-menu;
    position: relative;
    text-align: center;
    background: #000;
    color: #fff
}

.close.position-absolute {
    top: 5px;
    right: 0
}

#modal-attendance-success .number-point {
    width: 70px;
    height: 70px;
    background: #000;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    line-height: 70px;
    font-size: 29px;
    font-weight: bold;
    border-radius: 100px
}

#modal-attendance-error .modal-dialog,
#modal-attendance-success .modal-dialog {
    top: 20%
}

#modal-attendance-error .btn-default:hover,
#modal-attendance-success .btn-default:hover {
    color: #fff
}

.max-w-300 {
    max-width: 300px
}

.btn-home-page {
    background-color: transparent;
    border: 1px solid #222;
    color: #222;
    text-align: center;
    border-radius: 5px;
    padding: 0 25px !important;
    height: 36px;
    line-height: 36px !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.btn-buy-point {
    background: #11823e;
    color: #fff
}

.btn-buy-point:hover {
    color: #fff
}

.cursor-pointer {
    cursor: pointer
}

.svg-white {
    filter: invert(1)
}

.svg-hover:hover {
    filter: invert(55%) sepia(7%) saturate(4312%) hue-rotate(328deg) brightness(106%) contrast(102%);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease
}

.icon-close {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.input-hover.form-control:hover,
.input-hover.form-control:focus,
.input-hover.bootstrap-select>.dropdown-toggle:hover,
.input-hover.bootstrap-select>.dropdown-toggle:focus {
    border-color: #11823e !important
}

@media (max-width: 991px) {
    .setting-menu-mb>.container>.row>div:nth-child(2) {
        display: flex;
        justify-content: flex-end;
        align-items: center
    }

    .menu-container nav.menu-section>ul {
        display: flex;
        flex-direction: column
    }

    .content-filter-product>.row>div {
        border-right: 0
    }

    .filter-section {
        padding: 5px 0
    }

    .back-to-pc {
        display: none
    }

    .back-to-mb {
        display: block
    }

    .footer-mid-mb>.container>.row>div {
        flex: 0 0 50%;
        max-width: 50%
    }

    .contact-fixed {
        bottom: 60px
    }
}

@media (max-width: 576px) {
    .footer-mid-mb>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%
    }

    .policy-list .policy-list-item {
        display: flex;
        align-items: center
    }

    .policy-list .policy-list-item .policy-list-label {
        height: auto;
        padding-left: 15px;
        text-align: left !important
    }

    .policy-list .policy-list-item .icon img {
        width: 30px;
        height: 30px
    }

    .product-pash-sale .title_sale {
        align-items: center
    }

    .product-pash-sale .title_sale .time span {
        display: none
    }

    .section-man-bannr .title-man .title-center {
        font-size: 25px
    }

    .section-man-bannr .title-man .title-top {
        font-size: 20px
    }

    .product-item .inner-content .product-title a {
        font-size: 12px
    }

    .product-hot .product-hot-left .product-item .inner-content .product-title a {
        font-size: 25px
    }

    .out-stock,
    .onsale,
    .featured {
        font-size: 10px;
        width: 47px;
        line-height: 25px;
        height: 25px
    }

    .quantity-buy .btn-cart-buy {
        padding-left: 0;
        width: 100%
    }

    .quantity-buy .product-quantity {
        font-size: 23px
    }

    .quantity-buy .product-quantity input {
        width: 27px;
        padding: 0;
        font-size: 17px;
        height: 30px
    }

    .product-content-detail .add-to-cart {
        padding: 5px 0 5px
    }

    .quantity-buy .btn-cart-buy a.add-to-cart {
        font-size: 14px
    }

    .cart-item-center .cart-info-section>tbody>tr.cart_item>td,
    .cart-item-center .cart-info-section>tbody>tr.cart_item>th {
        padding: 5px 0
    }
}

.is-mobile .product-detail-footer {
    border-top: 1px solid #e3e3e3;
    margin-top: 15px;
    padding-top: 15px
}

.is-mobile .product-detail-footer .nav {
    margin-bottom: 0;
    border-bottom: 0
}

.is-mobile .product-detail-footer .nav li {
    margin-right: 20px
}

.is-mobile .product-detail-footer .nav li a {
    font-size: 14px
}

.is-mobile .product-detail-footer .nav li a::before {
    content: none
}

.is-mobile .product-detail-footer .nav li a.active {
    color: #11823e
}

.is-mobile .box-rating {
    flex-direction: column
}

.is-mobile .box-rating .author-info {
    flex: 1 1;
    padding: 0;
    display: flex;
    text-align: left
}

.is-mobile .box-rating .author-info .letter-first {
    margin: 0 8px 0 0;
    height: 36px;
    width: 36px;
    line-height: 34px;
    font-size: 11px
}

.is-mobile .box-rating .author-info .meta {
    text-align: left;
    padding-left: 10px;
    margin-top: 5px
}

.is-mobile .box-rating .rating-content {
    width: 100%;
    padding-left: 0
}

.is-mobile .box-rating .rating-content .entry-reply {
    margin-bottom: 10px
}

.is-mobile .box-rating .child-reply .author-info .meta {
    padding-left: 0
}

.is-mobile .box-rating .child-reply .reviews-form {
    background-color: transparent;
    padding: 0
}

.is-mobile .reviews-form {
    background-color: transparent;
    padding: 0
}

.is-mobile .reviews-form input[type=text],
.is-mobile .reviews-form textarea {
    background-color: #f5f5f5;
    border: 2px solid #dee2e6
}

.is-mobile .logo-section {
    text-align: center
}

.is-mobile .entry-topbar {
    display: block
}

.is-mobile .entry-topbar .dropdown-topbar {
    justify-content: center
}

.is-mobile .entry-topbar .left-topbar {
    display: block;
    text-align: center
}

.is-mobile .entry-topbar .right-topbar ul {
    text-align: center;
    padding-left: 0
}

.is-mobile .entry-topbar .slogan-topbar {
    height: inherit;
    line-height: inherit
}

.is-mobile .slider-section .slick-next:hover,
.is-mobile .slider-section .slick-prev:hover {
    background-color: rgba(255, 255, 255, 0.75)
}

.is-mobile .slider-section .slick-next:hover::before,
.is-mobile .slider-section .slick-prev:hover::before {
    color: #222
}

.is-mobile .slider-section .inner-title {
    font-size: 14px;
    margin-bottom: 10px
}

.is-mobile .slider-section .inner-description {
    font-size: 28px;
    line-height: 35px
}

.is-mobile .slider-section .inner-content {
    font-size: 13px;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 15px
}

.is-mobile .slider-section .btn-submit {
    font-size: 13px;
    line-height: 35px !important;
    height: 35px
}

.is-mobile .menu-section {
    position: fixed;
    width: 290px;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    z-index: 1100;
    background-color: #fff;
    padding: 0 20px;
    overflow: auto;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(-290px, 0, 0);
    -moz-transform: translate3d(-290px, 0, 0);
    -ms-transform: translate3d(-290px, 0, 0);
    -o-transform: translate3d(-290px, 0, 0);
    transform: translate3d(-290px, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    -webkit-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2)
}

.is-mobile .menu-section.open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding-bottom: 90px
}

.is-mobile .menu-section>ul>li {
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #e3e3e3
}

.is-mobile .menu-section>ul>li:last-child {
    border-bottom: 0
}

.is-mobile .menu-section>ul>li>a {
    line-height: 1;
    height: auto;
    display: block !important;
    text-align: left;
    padding: 15px 0px;
    color: white
}

.is-mobile .menu-section>ul>li>.grower {
    top: 8px
}

.is-mobile .menu-section .grower {
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1
}

.is-mobile .menu-section .grower::after {
    content: "\e908";
    font-family: "iconsax";
    vertical-align: bottom;
    font-weight: 600
}

.is-mobile .menu-section .grower.open::after {
    content: "\eb1f"
}

.is-mobile .menu-section .menu-title {
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1;
    padding: 10px 0;
    display: block
}

.is-mobile .menu-section .row-menu {
    display: block;
    margin-right: 0px;
    margin-left: 0px
}

.is-mobile .menu-section .row-menu>div,
.is-mobile .menu-section .row-menu li {
    max-width: 100%;
    padding: 0 0 0 15px
}

.is-mobile .menu-section .container-menu {
    border-left: 1px solid #e3e3e3;
    margin-bottom: 10px;
    min-height: auto !important
}

.is-mobile .menu-section .container-menu .sub-menu {
    display: none;
    border-left: 1px solid #e3e3e3;
    padding: 0px;
    margin-bottom: 0px
}

.is-mobile .menu-section .menu-link {
    line-height: 1;
    padding: 10px 0;
    color: #222
}

.is-mobile .menu-section .child-indicator {
    display: none
}

.is-mobile .menu-section .entry-menu.tabs-menu .tabs-item {
    padding-left: 15px
}

.is-mobile .menu-section .entry-menu.tabs-menu .tabs-item.active>.menu-link {
    background-color: #fff
}

.is-mobile .menu-section .entry-menu.tabs-menu .tabs-item>.menu-link {
    line-height: 1;
    width: 100%;
    padding: 10px 0
}

.is-mobile .menu-section .entry-menu.tabs-menu .tabs-item>.sub-menu {
    width: 100%;
    position: static;
    padding: 0;
    margin-bottom: 0;
    opacity: 1;
    filter: opacity(1);
    visibility: visible
}

.is-mobile .menu-section .entry-menu.dropdown {
    margin-bottom: 10px
}

.is-mobile .menu-section .entry-menu.dropdown ul {
    position: static;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    display: none;
    min-width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    border-left: 1px solid #e3e3e3
}

.is-mobile .menu-section .entry-menu.dropdown ul li {
    padding-left: 15px
}

.is-mobile .menu-section .entry-menu.full-width .container-menu {
    width: 100%
}

.is-mobile .menu-section .has-child {
    position: relative
}

.is-mobile .menu-section .has-child>a {
    position: relative
}

.is-mobile .menu-section .has-child>a>span {
    display: none !important
}

.is-mobile .menu-section .has-child>.entry-menu {
    position: static;
    padding: 0;
    border-top: 0;
    min-width: auto;
    width: auto;
    display: none;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    border-left: 1px solid #e3e3e3;
    padding-left: 15px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.is-mobile .menu-section .has-child>.entry-menu::before {
    content: none
}

.is-mobile .menu-section .has-child:hover>a {
    color: inherit
}

.is-mobile .menu-section .menu-top {
    display: block;
    position: relative;
    margin-bottom: 15px;
    margin-top: 20px
}

.is-mobile .menu-section .menu-top .menu-close {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 20px
}

.is-mobile .menu-section .close-sidebar {
    position: absolute;
    font-size: 30px;
    color: #222;
    top: -5px;
    right: 0
}

.is-mobile .btn-menu-mobile {
    width: 40px;
    height: 40px;
    line-height: 32px;
    text-align: center;
    font-size: 35px;
    display: block;
    color: white
}

.is-mobile .back-drop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 1020;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden
}

.is-mobile .back-drop.open {
    opacity: 1;
    filter: opacity(1);
    visibility: visible
}

.is-mobile .sticky-menu.fix {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.is-mobile .sticky-menu.fix.scroll-up {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.is-mobile .sidebar-mini-cart {
    width: 290px
}

.is-mobile .sidebar-mini-cart .content-mini-cart .cart-item {
    padding: 15px 0
}

.is-mobile .sidebar-mini-cart .content-mini-cart .remove-mini-cart {
    top: 12px
}

.is-mobile .hight-light .entry-content {
    flex-direction: column;
    text-align: center;
    margin-bottom: 10px
}

.is-mobile .hight-light .entry-content .inner-icon {
    margin-right: 0
}

.is-mobile .entire-video-banner {
    padding-top: 56%
}

.is-mobile .entire-video-banner .entire-content .inner-descript {
    font-size: 30px;
    line-height: 38px
}

.is-mobile .entire-video-banner .entire-content .inner-category {
    font-size: 14px
}

.is-mobile .entire-info-website,
.is-mobile .footer-menu-section {
    margin-bottom: 30px
}

.is-mobile .entire-info-website address {
    margin-bottom: 30px
}

.is-mobile .product-detail-head .product-quantity,
.is-mobile .product-detail-head .add-to-cart {
    margin-top: 5px;
    margin-bottom: 5px
}

.is-mobile .view-small .product-item .inner-content {
    text-align: left
}

.is-mobile .view-small .product-item .inner-content .star-rating {
    margin: 0
}

.is-mobile .product-item .inner-image .product-action {
    display: none
}

.is-mobile .product-item .inner-content .product-title {
    line-height: 1.2;
    margin-bottom: 3px
}

.is-mobile .product-item .inner-content .product-rating-price {
    height: auto;
    line-height: 1.4
}

.is-mobile .product-item .inner-content .product-rating-price .wrp-rating-price {
    height: auto
}

.is-mobile .product-item .inner-content .star-rating {
    margin: 0 auto
}

.is-mobile .product-item .inner-content .price>span {
    display: inline-block;
    padding: 0 3px
}

.is-mobile .product-item .inner-content .price>span.price-amount.old-price {
    margin-left: 0
}

.is-mobile .product-item:hover .inner-content .product-rating-price .wrp-rating-price {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px)
}

.is-mobile ul.pagination li.page-item:before {
    content: none
}

@media (max-width: 1280px) {
    .menu-section .entry-menu.full-width .container-menu {
        width: auto
    }

    .menu-section .entry-menu.multil-column {
        min-width: 620px
    }

    .slick-slider .slick-arrow {
        opacity: 1;
        filter: opacity(1);
        visibility: visible
    }

    .slick-slider .slick-next {
        right: 0px
    }

    .slick-slider:hover .slick-prev {
        left: 0px
    }

    .slick-slider:hover .slick-next {
        right: 0px
    }

    .product-padding-right .slick-slider:hover .slick-prev {
        left: 0
    }

    .product-padding-right .slick-slider:hover .slick-next {
        right: 0
    }

    .slick-slider::before,
    .slick-slider::after {
        content: none
    }

    .slider-section .inner-title {
        font-size: 18px
    }

    .slider-section .inner-description {
        font-size: 50px;
        line-height: 60px
    }

    .entire-deal {
        padding: 50px 10px
    }

    .entire-deal .title-deal {
        font-size: 30px;
        line-height: 40px
    }

    .entire-deal .price,
    .entire-deal .countdown-wrapper,
    .entire-deal .description-deal {
        margin-bottom: 40px
    }

    .entire-video-banner .entire-content .inner-descript {
        font-size: 38px;
        line-height: 42px
    }

    .entire-video-banner .entire-content .inner-category {
        font-size: 18px
    }
}

@media (max-width: 1000px) {
    .slider-section .item img {
        height: 475px
    }

    .slick-dotted.slick-slider {
        margin-bottom: 30px
    }

    .entry-topbar {
        display: block
    }

    .entry-topbar .dropdown-topbar {
        justify-content: center
    }

    .entry-topbar .left-topbar {
        display: block;
        text-align: center
    }

    .entry-topbar .right-topbar ul {
        text-align: center;
        padding-left: 0
    }

    .entry-topbar .slogan-topbar {
        height: inherit;
        line-height: inherit
    }

    .menu-section {
        position: fixed;
        width: 290px;
        top: 0;
        bottom: 0;
        left: 0;
        height: 100vh;
        z-index: 1100;
        background-color: #fff;
        padding: 0 20px;
        overflow: auto;
        -webkit-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
        -webkit-transform: translate3d(-290px, 0, 0);
        -moz-transform: translate3d(-290px, 0, 0);
        -ms-transform: translate3d(-290px, 0, 0);
        -o-transform: translate3d(-290px, 0, 0);
        transform: translate3d(-290px, 0, 0);
        -webkit-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
        transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
        -webkit-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
        box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2)
    }

    .menu-section.open {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .menu-section>ul>li {
        display: block;
        margin-right: 0;
        border-bottom: 1px solid #e3e3e3
    }

    .menu-section>ul>li:last-child {
        border-bottom: 0
    }

    .menu-section>ul>li>a {
        line-height: 1;
        height: auto;
        display: block !important;
        text-align: left;
        padding: 15px 0px
    }

    .menu-section>ul>li>.grower {
        top: 8px
    }

    .menu-section .grower {
        display: block;
        position: absolute;
        top: 2px;
        right: 0;
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
        opacity: 1;
        filter: alpha(opacity=100);
        z-index: 1
    }

    .menu-section .grower::after {
        content: "\e908";
        font-family: "iconsax";
        vertical-align: bottom;
        font-weight: 600
    }

    .menu-section .grower.open::after {
        content: "\eb1f"
    }

    .menu-section .menu-title {
        font-weight: normal;
        margin-bottom: 0;
        line-height: 1;
        padding: 10px 0;
        display: block
    }

    .menu-section .row-menu {
        display: block;
        margin-right: 0px;
        margin-left: 0px
    }

    .menu-section .row-menu>div,
    .menu-section .row-menu li {
        max-width: 100%;
        padding: 0 0 0 15px
    }

    .menu-section .container-menu {
        border-left: 1px solid #e3e3e3;
        margin-bottom: 10px;
        min-height: auto !important
    }

    .menu-section .container-menu .sub-menu {
        display: none;
        border-left: 1px solid #e3e3e3;
        padding: 0px;
        margin-bottom: 0px
    }

    .menu-section .menu-link {
        line-height: 1;
        padding: 10px 0;
        color: #222
    }

    .menu-section .child-indicator {
        display: none
    }

    .menu-section .entry-menu.tabs-menu .tabs-item {
        padding-left: 15px
    }

    .menu-section .entry-menu.tabs-menu .tabs-item.active>.menu-link {
        background-color: #fff
    }

    .menu-section .entry-menu.tabs-menu .tabs-item>.menu-link {
        line-height: 1;
        width: 100%;
        padding: 10px 0
    }

    .menu-section .entry-menu.tabs-menu .tabs-item>.sub-menu {
        width: 100%;
        position: static;
        padding: 0;
        margin-bottom: 0;
        opacity: 1;
        filter: opacity(1);
        visibility: visible
    }

    .menu-section .entry-menu.dropdown {
        margin-bottom: 10px
    }

    .menu-section .entry-menu.dropdown ul {
        position: static;
        opacity: 1;
        filter: opacity(1);
        visibility: visible;
        display: none;
        min-width: auto;
        margin: 0;
        padding: 0;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        border-left: 1px solid #e3e3e3
    }

    .menu-section .entry-menu.dropdown ul li {
        padding-left: 15px
    }

    .menu-section .entry-menu.full-width .container-menu {
        width: 100%
    }

    .menu-section .has-child {
        position: relative
    }

    .menu-section .has-child>a {
        position: relative
    }

    .menu-section .has-child>a>span {
        display: none !important
    }

    .menu-section .has-child>.entry-menu {
        position: static;
        padding: 0;
        border-top: 0;
        min-width: auto;
        width: auto;
        display: none;
        opacity: 1;
        filter: opacity(1);
        visibility: visible;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

    .menu-section .has-child>.entry-menu::before {
        content: none
    }

    .menu-section .has-child:hover>a {
        color: inherit
    }

    .menu-section .menu-top {
        display: block;
        position: relative;
        margin-bottom: 15px;
        margin-top: 20px
    }

    .menu-section .menu-top .menu-close {
        position: absolute;
        top: 5px;
        right: 0;
        font-size: 20px
    }

    .menu-section .close-sidebar {
        position: absolute;
        font-size: 30px;
        color: #222;
        top: -5px;
        right: 0
    }

    .btn-menu-mobile {
        width: 40px;
        height: 40px;
        line-height: 32px;
        text-align: center;
        font-size: 35px;
        display: none;
        color: white
    }

    .back-drop {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        z-index: 1020;
        opacity: 0;
        filter: opacity(0);
        visibility: hidden
    }

    .back-drop.open {
        opacity: 1;
        filter: opacity(1);
        visibility: visible
    }

    .sticky-menu.fix {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .sticky-menu.fix.scroll-up {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .sidebar-mini-cart {
        width: 290px
    }

    .sidebar-mini-cart .content-mini-cart .cart-item {
        padding: 15px 0
    }

    .sidebar-mini-cart .content-mini-cart .remove-mini-cart {
        top: 12px
    }

    .hight-light .inner-icon {
        margin-right: 30px
    }

    .entire-info-website .descript-website-section,
    .entire-info-website address,
    .entire-info-website .social-footer-section {
        margin-bottom: 30px
    }

    .product-tab .nav .nav-item {
        padding: 0 15px
    }

    .product-tab .nav .nav-item .nav-link {
        font-size: 14px;
        padding-bottom: 10px
    }

    .product-detail-head .product-quantity,
    .product-detail-head .add-to-cart {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .form-billing label {
        margin-bottom: 5px
    }

    .form-billing .form-group {
        margin-bottom: 15px
    }

    footer .product-section,
    footer .footer-menu-section {
        margin-bottom: 40px
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .menu-section>ul>li {
        margin-right: 20px
    }
}

@media (max-width: 991px) {
    .product-detail-footer {
        border-top: 1px solid #e3e3e3;
        margin-top: 15px;
        padding-top: 15px
    }

    .product-detail-footer .nav {
        margin-bottom: 0;
        border-bottom: 0
    }

    .product-detail-footer .nav li {
        margin-right: 20px
    }

    .product-detail-footer .nav li a {
        font-size: 14px
    }

    .product-detail-footer .nav li a::before {
        content: none
    }

    .product-detail-footer .nav li a.active {
        color: #11823e
    }

    .box-rating {
        flex-direction: column
    }

    .box-rating .author-info {
        flex: 1 1;
        padding: 0;
        display: flex;
        text-align: left
    }

    .box-rating .author-info .letter-first {
        margin: 0 8px 0 0;
        height: 36px;
        width: 36px;
        line-height: 34px;
        font-size: 11px
    }

    .box-rating .author-info .meta {
        text-align: left;
        padding-left: 10px;
        margin-top: 5px
    }

    .box-rating .rating-content {
        width: 100%;
        padding-left: 0
    }

    .box-rating .rating-content .entry-reply {
        margin-bottom: 10px
    }

    .box-rating .child-reply .author-info .meta {
        padding-left: 0
    }

    .box-rating .child-reply .reviews-form {
        background-color: transparent;
        padding: 0
    }

    .reviews-form {
        background-color: transparent;
        padding: 0
    }

    .reviews-form input[type=text],
    .reviews-form textarea {
        background-color: #f5f5f5;
        border: 2px solid #dee2e6
    }

    .entire-address {
        padding: 20px 0
    }

    .comment-section .list-comment .comment-content {
        margin-left: 0
    }

    .list-comment .list-reply {
        margin-left: 30px
    }

    .comment-item .edit-comment {
        margin-left: 30px
    }

    .edit-comment {
        margin-bottom: 30px
    }

    .product-detail-footer {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .product-image-detail .slider-thumbs {
        margin: 15px 0
    }

    .product-image-detail .slider-thumbs .slick-list {
        margin: 0 -5px
    }

    .product-image-detail .slider-thumbs .slick-prev {
        top: calc(-50% + 2px);
        left: 0;
        right: auto;
        width: 25px;
        height: calc(100% - 2px);
        margin: 0
    }

    .product-image-detail .slider-thumbs .slick-prev::before {
        content: "\e931"
    }

    .product-image-detail .slider-thumbs .slick-next {
        top: calc(-50% + 2px);
        left: auto;
        right: 0;
        width: 25px;
        height: calc(100% - 2px);
        margin: 0
    }

    .product-image-detail .slider-thumbs .slick-next::before {
        content: "\e936"
    }

    .page-title-section.page-categories {
        background: #f3f3f3 !important;
        padding: 20px 0
    }

    .page-title-section .inner-title {
        font-size: 30px
    }

    .entry-order-review th,
    .entry-order-review td {
        font-size: 13px;
        padding: 7px 0
    }

    .entry-order-review .order-total {
        font-size: 18px
    }

    .entry-order-review .order-total .price-amount {
        font-size: 14px
    }

    .entry-order-review .price-amount {
        font-size: 14px
    }

    .payment-method .tab-content,
    .payment-method ul {
        padding: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        border-right: 0
    }

    .payment-method ul {
        border-bottom: 1px solid #e3e3e3;
        padding-bottom: 30px
    }

    .payment-method ul li a.active::after {
        content: none
    }

    .entire-cart-totals .order-total {
        font-size: 16px
    }

    .entire-cart-totals .order-total td span {
        font-size: 16px
    }

    .form-contact .title-section {
        padding-top: 30px
    }
}

@media (max-width: 767px) {
    .slider-section .item img {
        height: auto;
        max-height: 134px
    }

    .deal-section {
        background-image: none !important;
        background-color: #e8eced
    }

    .article-item .article-info .article-category {
        display: block;
        margin-right: 0
    }

    .logo-section {
        text-align: center
    }

    .work-time {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .slider-section .slick-next:hover,
    .slider-section .slick-prev:hover {
        background-color: rgba(255, 255, 255, 0.75)
    }

    .slider-section .slick-next:hover::before,
    .slider-section .slick-prev:hover::before {
        color: #222
    }

    .slider-section .inner-title {
        font-size: 14px;
        margin-bottom: 10px
    }

    .slider-section .inner-description {
        font-size: 28px;
        line-height: 35px
    }

    .slider-section .inner-content {
        font-size: 13px;
        line-height: 16px;
        margin-top: 10px;
        margin-bottom: 15px
    }

    .slider-section .btn-submit {
        font-size: 13px;
        line-height: 35px !important;
        height: 35px
    }

    .entire-video-banner {
        padding-top: 56%
    }

    .entire-video-banner .entire-content .inner-descript {
        font-size: 30px;
        line-height: 38px
    }

    .entire-video-banner .entire-content .inner-category {
        font-size: 14px
    }

    .page-title-section .product-categories li {
        display: block
    }

    .responsive-table.cart-info-section {
        margin-bottom: 15px
    }

    .responsive-table.cart-info-section .item-quantity::before {
        margin-top: 10px
    }

    .responsive-table.cart-info-section .item-quantity .product-quantity {
        border: 0;
        padding: 0
    }

    .entire-cart-totals {
        margin-top: 15px
    }

    .product-item .inner-image .product-action {
        display: none
    }

    .product-item .inner-content .product-title {
        line-height: 1.2;
        margin-bottom: 3px
    }

    .product-item .inner-content .product-rating-price {
        height: auto;
        line-height: 1.4
    }

    .product-item .inner-content .product-rating-price .wrp-rating-price {
        height: auto
    }

    .product-item .inner-content .star-rating {
        margin: 0 auto
    }

    .product-item .inner-content .price>span {
        display: inline-block;
        padding: 0 3px
    }

    .product-item .inner-content .price>span.price-amount.old-price {
        margin-left: 0
    }

    .product-item:hover .inner-content .product-rating-price .wrp-rating-price {
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }

    .swal2-styled {
        padding: 0 10px
    }

    .swal2-content,
    .swal2-actions,
    .swal2-header {
        padding: 7px 5px;
        text-align: center
    }

    .swal2-actions button {
        font-size: 11px !important
    }

    .swal2-actions {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .swal2-popup {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 700px) {
    .product-category-section>div {
        height: auto
    }

    .product-category-section .inner-product-cat {
        height: auto;
        padding-top: 75%;
        margin-bottom: 30px
    }

    .product-category-section .inner-product-cat.half-height {
        height: auto
    }

    .hight-light .inner-icon {
        margin-right: 0px
    }

    .hight-light .entry-content {
        flex-direction: column;
        text-align: center;
        margin-bottom: 30px
    }

    .checkout-coupon .coupon-info::before,
    .checkout-coupon .coupon-info::after {
        content: none
    }

    .product-content-detail .add-to-cart {
        max-width: 180px
    }

    .sidebar-mini-cart .sidebar-header {
        margin-top: 0
    }

    .sidebar-mini-cart .content-mini-cart .inner-image img {
        width: 45px;
        max-height: 60px;
        margin-right: 10px
    }

    .sidebar-mini-cart .content-mini-cart .inner-content {
        margin-left: 55px
    }

    .sidebar-mini-cart .content-mini-cart .inner-content .product-title {
        font-size: 13px
    }

    .sidebar-mini-cart .content-mini-cart .inner-content .quantity {
        font-size: 13px
    }

    .sidebar-mini-cart .content-mini-cart .inner-content .quantity .price-amount {
        font-size: 13px
    }

    .sidebar-mini-cart .content-mini-cart .total-price label {
        font-size: 14px
    }

    .sidebar-mini-cart .content-mini-cart .total-price .price-amount {
        font-size: 16px
    }

    .sidebar-mini-cart .content-mini-cart .mini-cart-btn {
        padding-top: 20px
    }
}

@media (max-width: 575px) {
    .row {
        margin-right: -5px;
        margin-left: -5px
    }

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding-right: 5px;
        padding-left: 5px
    }
}

@media (max-width: 420px) {
    .slider-section .inner-title {
        font-size: 14px;
        margin-bottom: 10px
    }

    .slider-section .inner-description {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .slider-section .inner-content {
        display: none
    }

    .slider-section .btn-submit {
        font-size: 13px;
        line-height: 35px !important;
        height: 35px
    }

    .icon_menu_tab .link_show,
    .sort-right .dropdown span.orderby-title {
        width: 140px
    }
}

@media screen and (device-aspect-ratio: 2 / 3) {

    select,
    textarea,
    input[type="text"],
    input[type="password"] {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio: 40 / 71) {

    select,
    textarea,
    input[type="text"],
    input[type="password"] {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio: 375 / 667) {

    select,
    textarea,
    input[type="text"],
    input[type="password"] {
        font-size: 16px
    }
}

@media screen and (device-aspect-ratio: 9 / 16) {

    select,
    textarea,
    input[type="text"],
    input[type="password"] {
        font-size: 16px
    }
}

.is-mobile .khuyenmai .article-item,
.is-mobile .khuyenmai .inner-image {
    margin-bottom: 0 !important
}

.is-mobile .khuyenmai .inner-content {
    padding-top: 5px
}

.is-mobile .khuyenmai .article-item .article-title {
    line-height: 16px;
    font-size: 13px
}

.banggia {
    padding: 0 15px;
    text-align: center
}

.phone_contact .title {
    color: #ff9000
}

.phone_contact .phone {
    color: #11823e;
    font-size: 26px;
    font-weight: 700
}

.phone_contact div:first-child {
    padding-right: 40px
}

.bg {
    background: #11823e
}

.bks {
    background: #f7f7f7
}

.logo .logo-section img {
    max-height: 70px
}

.khuyenmai .title-section {
    width: 165px;
    float: left;
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
    text-transform: uppercase;
    background: #ff9000;
    color: #FFF;
    position: relative
}

.slick-prev {
    opacity: 1000;
    filter: opacity(1000)
}

.slick-prev:before {
    background: #11823e;
    opacity: 1000;
    filter: opacity(1000)
}

.slick-next {
    top: -10px;
    opacity: 1000;
    filter: opacity(1000)
}

.slick-next:before {
    background: #11823e;
    opacity: 1000;
    filter: opacity(1000)
}

.slick-prev {
    top: -10px;
    right: 20px;
    bottom: 20px
}

.first img {
    object-fit: contain
}

.second img {
    object-fit: contain
}

.third img {
    object-fit: contain
}

.fourth img {
    object-fit: contain
}

.hinhthuc_lienhe {
    color: #11823e;
    font-size: 15px;
    font-weight: bold;
    padding-left: 15px
}

.title_contact .phone_contact .phone {
    color: #11823e;
    font-size: 20px;
    font-weight: 700
}

.datxe_contact .first_text {
    border-bottom: 1px solid #11823e
}

.thanhtoan .first_text {
    border-bottom: 1px solid #11823e
}

.first_text {
    font-size: 20px;
    font-weight: bold;
    color: #11823e
}

.datxe_contact .first {
    border-bottom: 1px dashed #11823e
}

.datxe_contact .second {
    border-bottom: 1px dashed #11823e
}

.datxe_contact .third {
    padding-top: 6px
}

.view {
    padding-bottom: 40px
}

.inner-content {
    width: 100%;
    left: 0;
    bottom: 0px;
    margin: 0;
    padding: 0px 10px;
    z-index: 9
}

.inner-content.box-text {
    padding: 15px 10px 4px 10px;
    z-index: 2;
    border-bottom: 1px solid #0c5097;
    align-items: center
}

.type-car .inner-image:before {
    content: '';
    background: -moz-linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, #11823e 100%);
    background: -webkit-linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, #11823e 100%);
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, #11823e 80%);
    position: absolute;
    width: 100%;
    height: 45%;
    bottom: 0;
    z-index: 1
}

.inner-content .product-title a {
    font-size: 14px;
    color: white
}

.price-amount {
    color: #ff9000;
    font-size: 12px
}

.price-amount.old-price {
    color: #fff000;
    font-size: 14px
}

.gioithieu .title-section {
    font-size: 26px;
    color: #11823e;
    font-weight: 700;
    margin-bottom: 10px
}

.khachhang .title-section {
    font-size: 20px;
    color: #11823e;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: 1px solid
}

.khachhang .slick-prev {
    top: -67px;
    right: 20px;
    bottom: 20px
}

.khachhang .slick-next {
    top: -67px;
    opacity: 1000;
    filter: opacity(1000)
}

.taitro .item {
    border: 1px solid #ececec;
    height: auto;
    min-height: 88px;
    text-align: center;
    padding: 10px
}

.taitro .title-section {
    font-size: 20px;
    color: #11823e;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: 1px solid
}

.taitro .slick-prev {
    top: -67px;
    right: 20px;
    bottom: 20px
}

.taitro .slick-next {
    top: -67px;
    opacity: 1000;
    filter: opacity(1000)
}

.danhmucbaiviet {
    background: #f7f7f7;
    padding-top: 20px;
    padding-bottom: 20px
}

.danhmucbaiviet .title-section-1 {
    border-bottom: 1px solid;
    padding: 10px;
    color: red
}

.danhmucbaiviet .categories-section>li>a {
    color: black
}

.map .entire-map iframe {
    position: absolute;
    top: 175px;
    left: 15px;
    right: 0;
    height: 350px;
    width: 100%;
    object-fit: cover
}

.bx-sha {
    width: 49%;
    padding: 1rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px
}

.title-footer22 {
    color: black;
    line-height: 39px;
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 600
}

address.hotro>p {
    font-size: 1.2rem;
    line-height: 2rem;
    color: black
}

.lienhebaogia .btn-submit {
    background: #ff9000
}

.lienhebaogia .item1 {
    background: #ff9000
}

.lienhebaogia .item1:hover {
    background: #2d7cbb;
    cursor: pointer
}

footer * {
    color: white
}

footer {
    background: transparent url(https://cdn1185.cdn4s2.com/media/footer_tiny.png) center center / cover no-repeat scroll;
    padding-top: 30px
}

.footer .footer-header {
    border-bottom: 1px solid white
}

.footer .float-right .menu-section>ul>li {
    padding-right: 20px
}

.footer .copyright {
    display: inline-grid;
    padding-left: 40%
}

.bao-mxh {
    left: 5px;
    right: auto;
    position: fixed;
    top: 50%
}

.bao-mxh-lap {
    top: 58%
}

.box-mxh {
    display: flex;
    flex-direction: column
}

.mxh-item {
    border-radius: 50px;
    transition: width 0.3s;
    color: #ffffff !important;
    white-space: nowrap;
    text-overflow: clip;
    display: inline-block;
    height: 40px;
    margin-bottom: 20px;
    position: relative;
    width: 0px
}

.mxh-item a span {
    display: inline-block;
    background-color: transparent;
    color: transparent;
    height: 40px;
    width: 0 !important;
    position: absolute;
    top: 5px;
    left: 15px;
    transition: all 1s;
    box-shadow: 0 0 5px #888;
    font-weight: 400;
    white-space: nowrap;
    z-index: 0
}

.mxh-item a:hover img {
    z-index: 2
}

.mxh-item a:hover span {
    display: inline-block;
    padding-right: 0;
    padding-left: 40px;
    padding-top: 5px;
    background-color: #ff6a00;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 40px;
    width: 200px !important;
    position: absolute;
    top: 5px;
    left: 15px;
    transition: all 1s;
    background-color: #ff6a00;
    box-shadow: 0 0 5px #888;
    font-weight: 400;
    white-space: nowrap;
    z-index: 0
}

.mxh-item img {
    width: 50px;
    height: 50px;
    filter: brightness(1) invert(1);
    padding: 8px;
    background: #cc730f !important;
    border-radius: 100%;
    margin-bottom: 10px;
    border: 2px solid black;
    z-index: 2
}

.mxh-item.mxh-face img {
    background: #cc730f !important;
    z-index: 0
}

.mxh-item .mxh-youtube img {
    background: #cc730f !important;
    z-index: 0
}

.mxh-item.mxh-email img {
    background: #8553ff !important;
    left: 15px;
    z-index: 0
}

.mxh-item {
    height: 40px;
    width: 200px;
    transition: width 0.3s
}

.contact-fixed {
    z-index: 999;
    left: 0;
    bottom: 50px;
    height: 120px;
    position: fixed;
    cursor: pointer
}

.contact-fixed__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 10px;
    line-height: 11px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all
}

.contact-fixed__button.show {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
}

.contact-fixed__button i {
    font-size: 24px;
    margin-bottom: 2px
}

.contact-fixed__pulsation {
    width: 84px;
    height: 84px;
    background-color: #11823e;
    border-radius: 50px;
    position: absolute;
    left: -12px;
    top: -12px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.contact-fixed__close {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 24px;
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all
}

.contact-fixed__close.show {
    -webkit-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1)
}

.contact-fixed__list {
    width: 235px;
    position: absolute;
    bottom: 80px;
    left: 20%;
    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;
    padding: 14px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
    transition: ease-out .12s all;
    z-index: 10000
}

.contact-fixed__list:before {
    position: absolute;
    bottom: -7px;
    right: 25px;
    left: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-top: 8px solid #FFF;
    border-left: 8px solid transparent;
    content: ''
}

.contact-fixed__list.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.contact-fixed__item {
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 25px;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 8px 20px
}

.contact-fixed__item:hover {
    background-color: darkorange;
    border: 2px solid white;
    border-radius: 25px;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 8px 20px
}

.contact-fixed__item span:hover {
    color: white !important
}

.contact-fixed__item span {
    color: transparent !important
}

.contact-fixed__item span {
    color: white
}

.contact-fixed__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    background-color: #11823e;
    border-radius: 50%;
    padding: 8px;
    border: 2px solid white
}

.contact-fixed__item-icon img {
    filter: brightness(0) invert(1)
}

#socials {
    display: inline-block;
    position: fixed;
    top: 87%;
    left: -10px;
    transform: translateY(-50%);
    z-index: 100;
    width: 40px
}

#socials a {
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 10px;
    line-height: 42px
}

#socials a img {
    padding: 5px;
    border-radius: 50%;
    background-color: blue;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out
}

#socials a.phone img {
    background-color: #64bc46
}

#socials .btn-mini-cart {
    background: white;
    border: 1px solid #ccc;
    border-radius: 100%;
    line-height: 32px
}

#socials .btn-mini-cart .items-number {
    margin: 0;
    position: relative;
    top: 3px
}

#socials .btn-mini-cart i {
    font-size: 20px !important
}

ul li.hotline_float_icon {
    display: block;
    width: 45px;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer
}

ul li.hotline_float_icon a {
    text-decoration: none;
    display: block
}

ul li .fa {
    background-color: #ed1c24;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 36px;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 2px solid #fff
}

ul li .fa-hotline {
    background:#70b81e url({URL_TEMPLATE}assets/media/icon/phone.svg) center center no-repeat
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.tada {
    animation-name: tada
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

ul li .fa-zalo {
    background:#168efb url({URL_TEMPLATE}assets/media/icon/zalo.svg) center center no-repeat
}

ul li .fa-messenger {
    background:#168efb url({URL_TEMPLATE}assets/media/icon/messenger.svg) center center no-repeat
}

.icon {
    width: 60%
}

ul li.hotline_float_icon span {
    display: inline-block;
    padding: 0;
    background-color: #ff6a00;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    height: 40px;
    line-height: 36px;
    position: absolute;
    top: 3px;
    left: 15px;
    z-index: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #ff6a00;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0
}

@keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        opacity: .5;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px
    }
}

@media (max-width: 991px) {
    .setting-menu-mb>.container>.row>div:nth-child(2) {
        display: flex;
        justify-content: flex-end;
        align-items: center
    }

    .menu-container nav.menu-section>ul {
        display: flex;
        flex-direction: column
    }

    .content-filter-product>.row>div {
        border-right: 0
    }

    .filter-section {
        padding: 5px 0
    }

    .back-to-pc {
        display: none
    }

    .back-to-mb {
        display: block
    }

    .footer-mid-mb>.container>.row>div {
        flex: 0 0 50%;
        max-width: 50%
    }

    .contact-fixed {
        bottom: 60px
    }
}

.is-mobile .menu-section.open {
    color: white;
    background: #4b0b05
}

.lienhebaogia .title-section {
    padding: 5px 10px;
    font-size: 20px;
    color: white
}

.lienhebaogia .item2 {
    background: #2d7cbb
}

.lienhebaogia .item2:hover {
    background: #ff9000;
    cursor: pointer
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(1.5);
    padding: 10px
}

.form-check-input {
    position: absolute;
    margin-top: 10px;
    margin-left: -1.25rem
}

.from-home {
    position: absolute;
    bottom: 105px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid;
    border-radius: 20px;
    background: #11823e;
    width: 600px
}

.from-home .nav>li>.nav-link.active {
    background: #fe9338
}

.tab-content {
    position: relative
}

.btn-submit:hover {
    background: #ff9000;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 0 25px !important;
    height: 36px;
    line-height: 36px !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.image-style .wrp-effect-change-img::before {
    content: '';
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    opacity: 0.1
}

.read-more:hover {
    color: #222
}

.khachhang img {
    width: 62px;
    height: 62px;
    object-fit: cover;
    border-radius: 50%
}

.lienhebaogia {
    border-radius: 20px;
    background: #11823e
}

.lienhebaogia .col-form-label {
    background: rgb(0 0 0 / 20%);
    display: inline-block;
    padding-top: 9px;
    height: 40px
}

.lienhebaogia .col-form-label i {
    padding-left: 10px
}

.col-form-label-textarea {
    height: 80px !important
}

.lienhebaogia label.error {
    position: absolute;
    left: 0;
    top: calc(100% - 3px)
}

.share-buttons {
    position: fixed;
    bottom: 2.5rem;
    left: 2.5rem;
    z-index: 9
}

.share-buttons img {
    width: 48px;
    height: 48px;
    object-fit: contain
}

.share-button {
    display: block;
    position: relative;
    height: 3rem
}

.share-buttons .share-button {
    margin-top: 1rem;
    position: relative;
    overflow: hidden
}

.share-button-secondary {
    overflow: hidden;
    display: block;
    margin-left: 1.5rem
}

.share-button-secondary-content {
    background: #003d4b;
    display: block;
    height: 3rem;
    text-align: left;
    padding-left: 2.4rem;
    padding-right: 1.8rem;
    line-height: 3rem;
    color: white;
    border-radius: 0 1.5rem 1.5rem 0
}

.share-button-primary {
    position: absolute;
    background: #39b72a;
    width: 3rem;
    height: 3rem;
    border-radius: 1.5rem;
    left: 0;
    top: 50%;
    margin-top: -1.5rem;
    text-align: center
}

.share-phone img {
    width: 3rem;
    padding: 5px;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out
}

.taitro .item img {
    object-fit: contain
}

@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-o-keyframes quick-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }
}

.formthongbao .slider-section .item img {
    width: 100%;
    object-fit: cover;
    height: 250px
}

.from-home-thongbao-cus .hinhthuc_lienhe {
    color: black;
    font-size: 15px;
    padding-left: 15px;
    border-bottom: 1px dashed;
    font-weight: 100;
    padding: 5px 20px
}

@media (min-width: 1200px) {
    .footer .container {
        max-width: 1300px
    }

    .lienhe .title-section {
        padding-top: 80px
    }
}

@media (min-width: 992px) {
    .setting-menu .menu-section>ul>li:first-child {
        background: #ff9000
    }

    .setting-menu .menu-section>ul>li:hover {
        background: #ff9000;
        transition: all .3s
    }

    .lienhe .title-section {
        padding-top: 80px
    }

    .from-home-thongbao {
        position: absolute;
        bottom: 440px;
        overflow: hidden;
        width: 600px
    }

    .from-home-thongbao-cus {
        position: absolute;
        bottom: 280px;
        overflow: hidden;
        width: 600px;
        background: white
    }
}

@media (max-width: 768px) {
    .bao-mxh {
        left: auto;
        right: -35%;
        position: fixed;
        top: 70%
    }

    .bao-mxh-mobile {
        left: 0;
        right: auto;
        position: fixed;
        top: 93%
    }

    .bao-mxh-mobile .mxh-item a span {
        display: inline-block;
        padding-right: 0;
        padding-left: 40px;
        padding-top: 5px;
        background-color: #ff6a00;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 20px;
        height: 40px;
        width: 150px !important;
        position: absolute;
        top: 5px;
        left: 15px;
        transition: all 1s;
        background-color: #ff6a00;
        box-shadow: 0 0 5px #888;
        font-weight: 400;
        white-space: nowrap;
        z-index: 0
    }

    .container {
        width: 100%;
        padding-right: 1px;
        padding-left: 1px;
        margin-right: auto;
        margin-left: auto
    }

    .khuyenmai .title-section {
        width: 100px;
        float: left;
        margin: 0;
        padding: 8px 0;
        font-size: 14px;
        text-transform: uppercase;
        background: #ff9000;
        color: #FFF;
        position: relative
    }

    .article-item .article-title {
        line-height: 15px;
        font-weight: 500
    }

    .khuyenmai .inner-content {
        width: 100%;
        bottom: 25px;
        margin: 0;
        z-index: 9;
        padding-left: 50px
    }

    .hinhthuc .datxe_contact {
        padding-top: 20px
    }

    .title-section {
        font-size: 20px !important;
        line-height: 1.4
    }

    .inner-content {
        padding-left: 10px
    }

    .khachhang .slick-next {
        top: -40px;
        opacity: 1000;
        filter: opacity(1000)
    }

    .khachhang .slick-prev {
        top: -40px;
        right: 24px;
        bottom: 20px
    }

    .khachhang .slick-prev:hover {
        top: -40px;
        right: 24px;
        bottom: 20px
    }

    .map .entire-map iframe {
        position: absolute;
        top: 0px;
        left: 15px;
        right: 0;
        height: 200px;
        width: 100%;
        object-fit: cover
    }

    .lienhe .title-section {
        font-size: 17px;
        background: #ff9000;
        color: white;
        padding-top: 0px
    }

    .is-mobile .menu-section .has-child>.entry-menu {
        padding-left: 0px
    }

    .from-home {
        position: relative;
        border-radius: 15px;
        width: 100%;
        top: 0px
    }

    .phone_contact div:first-child {
        padding-right: 20px
    }
}

.text-ho-tro {
    font-size: 16px;
    font-weight: 700;
    color: red;
    margin-top: 17px;
    text-align: right
}

.banner-top img {
    width: 100%;
    height: 14vw;
    object-fit: cover
}

.home-thongbao-ratio {
    padding-top: 42%
}

@media (max-width: 576px) {
    .text-ho-tro {
        margin-top: 0;
        margin-bottom: 20px;
        text-align: center
    }

    .share-button-secondary.share-button-secondary-01 {
        opacity: 1
    }

    .share-buttons {
        left: 10px;
        bottom: 1rem
    }
}

.footer-link-section li {
    list-style: none
}

.khachhang .article-item * {
    font-family: Arial, sans-serif !important
}

.khachhang .article-item .inner-content span {
    font-size: 14px !important
}

.khachhang .article-item a {
    color: #11823e;
    font-size: 15px;
    font-weight: bold
}

@media (max-width:992px) {
    .phone_contact .phone {
        font-size: 18px
    }

    .phone_contact .title {
        margin: 0 !important
    }
}


@media (max-width: 768px) {
    .khuyenmai img {
        display: none;
    }

    .dichvuchungtoi {
        background: #11823e;
        padding: 30px;
        font-size: 14px;
        color: #fff;
        border-radius: 20px;
        margin-bottom: 10px;
        margin-top: 10px;
        display: block !important;
    }

}

.dichvuchungtoi {
    background: #11823e;
    padding: 30px;
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: none;
}

.khuyenmai img {
    width: 400px;
    position: absolute;
    bottom: 91px;
    border-radius: 20px;
}

.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 1
}

.product__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.product__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.product__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0
}

.product__frame img {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s
}

.product__frame:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.product__body {
    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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 1px solid #dee2e6;
    border-top: 0;
    padding: 6px 4px
}

.product__title {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 6px
}

.product__price {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    margin: auto -4px 0;
    padding: 4px 0
}

.product__price del,
.product__price span {
    display: inline-block;
    white-space: nowrap;
    padding: 0 4px
}

.product__price del {
    font-size: 11px;
    color: #888
}

.product__saleoff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    background-color: #f25c20;
    color: #fff;
    font-weight: 700;
    font-size: 12px;

}

.product__saleoff:after {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: -4px;
    border-style: solid;
    position: absolute;
    border-width: 0 20px 4px;
    border-color: transparent rgb(242 92 32)
}

a.zalo_muahang img {
    width: 28px;
}

<a class="zalo_muahang"href="https://zalo.me/0866699169"target="_blank"><img src="https://noibaitaxihanoi24h.com/themes/template/images/1611280301_iconzalo.png"alt="Zalo Đồng Hồ"></a><style>.zalo_muahang {
    position: fixed;
    bottom: 100px;
    /* tùy chỉnh vị trí */
    right: 20px;
    z-index: 9999;
    display: inline-block;
}

.zalo_muahang img {
    width: 60px;
    /* kích thước icon */
    height: auto;
    animation: rung 1s infinite;
    transition: transform 0.3s ease;
}

/* Hiệu ứng rung */
@keyframes rung {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(8deg);
    }

    20% {
        transform: rotate(-8deg);
    }

    30% {
        transform: rotate(8deg);
    }

    40% {
        transform: rotate(-8deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* Hiệu ứng khi hover (rung mạnh hơn) */
.zalo_muahang:hover img {
    animation: rung 0.5s infinite;
    transform: scale(1.1);
}

.product-slider {
    position: relative;
    z-index: 1
}

.product-slider__next,
.product-slider__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8b0304;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    font-size: 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.product-slider__next:hover,
.product-slider__prev:hover {
    background-color: #8b0304;
    color: #fff
}

.product-slider__next:focus,
.product-slider__prev:focus {
    outline: 0
}

.product-slider__next {
    left: auto;
    right: 2px
}

.product-slider-2 {
    position: relative
}

.product-slider-2__next,
.product-slider-2__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    font-size: 20px;
    color: #8b0304;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    position: absolute;
    top: 50%;
    left: -40px;
    z-index: 10;
    cursor: pointer
}

.product-slider-2__next:focus,
.product-slider-2__prev:focus {
    outline: 0
}

.product-slider-2__next {
    left: auto;
    right: -40px
}

@media (max-width:575px) {
    .product-slider-2__prev {
        left: -15px
    }

    .product-slider-2__next {
        right: -15px
    }
}

.preview__thumbs {
    margin-top: 8px
}

.preview__thumbs {
    max-width: 320px;
    margin: 8px auto 0
}

.preview-slider__frame {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.preview-slider__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.preview-slider__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0
}

.thumb-slider {
    position: relative;
}

.preview__thumbs {
    margin-left: 0;
}

.preview .preview__thumbs .swiper-slide .thumb-slider__frame {
    opacity: 0.3;
    transition: 0.3s;
    cursor: pointer;
}

.preview .preview__thumbs .swiper-slide.swiper-slide-thumb-active .thumb-slider__frame {
    opacity: 1;
}

.preview-slider__next,
.preview-slider__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    font-size: 20px;
    color: #050636;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
}

.preview-slider__next {
    left: unset;
    right: 0;
}

.preview__main .preview-slider {
    position: relative;
}

.thumb-slider__frame::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
}
.thumb-slider__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
}

.pd-info__title {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 10px;
}
form#save_email_form {
    text-align: center;
    background: #11823e;
    padding: 20px;
    color: #fff;
}

form#save_email_form h3 {
    font-weight: bold;
    text-transform: uppercase;
}


