@charset "UTF-8";

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

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

@media (prefers-reduced-motion:no-preference) {
     :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

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

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
    .h1,
    h1 {
        font-size: 2.5rem
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    .h3,
    h3 {
        font-size: 1.75rem
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    .h4,
    h4 {
        font-size: 1.5rem
    }
}

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

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

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

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

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

ol,
ul {
    padding-left: 2rem
}

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

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

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

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

code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

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

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

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

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

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

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

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

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

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

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

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

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

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

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

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

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

::file-selector-button {
    font: inherit
}

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

output {
    display: inline-block
}

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none!important
}

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

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

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

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

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

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

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

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

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "— "
}

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

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

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: .875em;
    color: #6c757d
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.container-one,
.container-two,
.container-three {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

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

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

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

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

@media (min-width:1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
    .container-one {
        max-width: 1320px
    }
    .container-two {
        max-width: 1320px
    }
    .container-three {
        max-width: 1320px
    }
}

@media (min-width: 1600px) {
    .container-one {
        max-width: 1540px
    }
    .container-two {
        max-width: 1540px
    }
    .container-three {
        max-width: 1540px
    }
}

@media (min-width: 1800px) {
    .container-one {
        max-width: 1740px
    }
    .container-two {
        max-width: 1740px
    }
    .container-three {
        max-width: 1620px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

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

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

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

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

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

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

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

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

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

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

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

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }
    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333333%
    }
    .offset-sm-2 {
        margin-left: 16.66666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333333%
    }
    .offset-sm-5 {
        margin-left: 41.66666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333333%
    }
    .offset-sm-8 {
        margin-left: 66.66666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333333%
    }
    .offset-sm-11 {
        margin-left: 91.66666667%
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }
    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333333%
    }
    .offset-md-2 {
        margin-left: 16.66666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333333%
    }
    .offset-md-5 {
        margin-left: 41.66666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333333%
    }
    .offset-md-8 {
        margin-left: 66.66666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333333%
    }
    .offset-md-11 {
        margin-left: 91.66666667%
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }
    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333333%
    }
    .offset-lg-2 {
        margin-left: 16.66666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333333%
    }
    .offset-lg-5 {
        margin-left: 41.66666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333333%
    }
    .offset-lg-8 {
        margin-left: 66.66666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333333%
    }
    .offset-lg-11 {
        margin-left: 91.66666667%
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }
    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333333%
    }
    .offset-xl-2 {
        margin-left: 16.66666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333333%
    }
    .offset-xl-5 {
        margin-left: 41.66666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333333%
    }
    .offset-xl-8 {
        margin-left: 66.66666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333333%
    }
    .offset-xl-11 {
        margin-left: 91.66666667%
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%
    }
    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .offset-xxl-0 {
        margin-left: 0
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%
    }
    .offset-xxl-3 {
        margin-left: 25%
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%
    }
    .offset-xxl-6 {
        margin-left: 50%
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%
    }
    .offset-xxl-9 {
        margin-left: 75%
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table>:not(:first-child) {
    border-top: 2px solid currentColor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

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

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

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

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

@media (max-width:1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

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

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

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

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    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[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

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

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

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

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    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) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

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

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

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

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

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

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

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

.form-select:disabled {
    background-color: #e9ecef
}

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

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

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

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
    pointer-events: none;
    filter: none;
    opacity: .65
}

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

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

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

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

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

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

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

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

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

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

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

.form-range:disabled {
    pointer-events: none
}

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

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

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

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

.form-floating>.form-control {
    padding: 1rem .75rem
}

.form-floating>.form-control::-moz-placeholder {
    color: transparent
}

.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

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

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

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

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

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

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

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #198754
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(25, 135, 84, .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: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .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)
}

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #198754
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #198754
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #198754
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

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

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
    z-index: 1
}

.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
    z-index: 3
}

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

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    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,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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 .25rem 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)
}

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

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%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-position: right .75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem 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-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
    z-index: 2
}

.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
    z-index: 3
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    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
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

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

.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

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

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

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

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

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

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

.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

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

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

.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

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

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

.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

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

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

.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

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

.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #0d6efd;
    background-color: transparent
}

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

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

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

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

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

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

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

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

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

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #0dcaf0;
    background-color: transparent
}

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

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

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

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

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

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

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

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

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

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

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

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

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

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

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

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

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

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

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

.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline
}

.btn-link:hover {
    color: #0a58ca
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d
}

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

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

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

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

.dropdown,
.dropend,
.dropstart,
.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;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: .125rem
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-end {
        --bs-position: end
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }
    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-end {
        --bs-position: end
    }
    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-end {
        --bs-position: end
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-end {
        --bs-position: end
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width:1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }
    .dropdown-menu-xxl-end {
        --bs-position: end
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    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
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

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

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

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

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

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

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

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

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

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

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

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

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef
}

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

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

.dropdown-menu.show {
    display: block
}

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

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

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #0d6efd
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd
}

.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-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.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:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

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

.dropstart .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~.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

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

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

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

.nav-link:focus,
.nav-link:hover {
    color: #0a58ca
}

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

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

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    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;
    isolation: isolate
}

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

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

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

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

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

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

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

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

.navbar-text {
    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.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out
}

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

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

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

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

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        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 .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
    .navbar-expand-sm .offcanvas-header {
        display: none
    }
    .navbar-expand-sm .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible!important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }
    .navbar-expand-sm .offcanvas-bottom,
    .navbar-expand-sm .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }
    .navbar-expand-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        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 .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
    .navbar-expand-md .offcanvas-header {
        display: none
    }
    .navbar-expand-md .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible!important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }
    .navbar-expand-md .offcanvas-bottom,
    .navbar-expand-md .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }
    .navbar-expand-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        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 .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
    .navbar-expand-lg .offcanvas-header {
        display: none
    }
    .navbar-expand-lg .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible!important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }
    .navbar-expand-lg .offcanvas-bottom,
    .navbar-expand-lg .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }
    .navbar-expand-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        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 .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
    .navbar-expand-xl .offcanvas-header {
        display: none
    }
    .navbar-expand-xl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible!important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }
    .navbar-expand-xl .offcanvas-bottom,
    .navbar-expand-xl .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }
    .navbar-expand-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width:1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
    .navbar-expand-xxl .offcanvas-header {
        display: none
    }
    .navbar-expand-xxl .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        flex-grow: 1;
        visibility: visible!important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        transition: none;
        transform: none
    }
    .navbar-expand-xxl .offcanvas-bottom,
    .navbar-expand-xxl .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }
    .navbar-expand-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.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 .navbar-nav-scroll {
    overflow: visible
}

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

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

.navbar-expand .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible!important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none
}

.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0
}

.navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

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

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

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

.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 .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

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

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

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

.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 {
    color: #fff
}

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

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

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

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

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

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

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

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

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

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%
}

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

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

.card-group>.card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

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

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg)
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.accordion-item:first-of-type {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

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

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

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

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

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

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/")
}

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

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

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    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) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

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

.page-link {
    padding: .375rem .75rem
}

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

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

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

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

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

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

.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: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

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

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

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

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

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe
}

.alert-primary .alert-link {
    color: #06357a
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8
}

.alert-secondary .alert-link {
    color: #34383c
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}

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

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb
}

.alert-info .alert-link {
    color: #04414d
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5
}

.alert-warning .alert-link {
    color: #523e02
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7
}

.alert-danger .alert-link {
    color: #6a1a21
}

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

.alert-light .alert-link {
    color: #4f5050
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf
}

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

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

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

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

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width .6s ease
}

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

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

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

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

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>li::before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.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: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    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: #0d6efd;
    border-color: #0d6efd
}

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

@media (min-width:1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }
    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-xxl>.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: #084298;
    background-color: #cfe2ff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #084298;
    background-color: #bacbe6
}

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

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #41464b;
    background-color: #cbccce
}

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

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #0f5132;
    background-color: #bcd0c7
}

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

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #055160;
    background-color: #badce3
}

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

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #664d03;
    background-color: #e6dbb9
}

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

.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #842029;
    background-color: #dfc2c4
}

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

.list-group-item-light {
    color: #636464;
    background-color: #fefefe
}

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

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

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #141619;
    background-color: #bebebf
}

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

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

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

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.toast.showing {
    opacity: 0
}

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

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

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

.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .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-header .btn-close {
    margin-right: -.375rem;
    margin-left: .75rem
}

.toast-body {
    padding: .75rem;
    word-wrap: break-word
}

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

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

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -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 {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

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

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

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

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

.modal-backdrop.fade {
    opacity: 0
}

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

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem 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;
    flex-shrink: 0;
    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
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-sm {
        max-width: 300px
    }
}

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

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

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    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;
    width: 1rem;
    height: .5rem
}

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

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

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

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

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

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

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

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

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

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

.bs-popover-auto[data-popper-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 #f0f0f0
}

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

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

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

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 1rem 1rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

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

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

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

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

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

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

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

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

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

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

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

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

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

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

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

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

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

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

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

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

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

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

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out
}

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

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

.offcanvas-backdrop.fade {
    opacity: 0
}

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

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem
}

.offcanvas-header .btn-close {
    padding: .5rem .5rem;
    margin-top: -.5rem;
    margin-right: -.5rem;
    margin-bottom: -.5rem
}

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

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%)
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(100%)
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(-100%)
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, .2);
    transform: translateY(100%)
}

.offcanvas.show {
    transform: none
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentColor;
    opacity: .5
}

.placeholder.btn::before {
    display: inline-block;
    content: ""
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite
}

@-webkit-keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    -webkit-animation: placeholder-wave 2s linear infinite;
    animation: placeholder-wave 2s linear infinite
}

@-webkit-keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #0d6efd
}

.link-primary:focus,
.link-primary:hover {
    color: #0a58ca
}

.link-secondary {
    color: #6c757d
}

.link-secondary:focus,
.link-secondary:hover {
    color: #565e64
}

.link-success {
    color: #198754
}

.link-success:focus,
.link-success:hover {
    color: #146c43
}

.link-info {
    color: #0dcaf0
}

.link-info:focus,
.link-info:hover {
    color: #3dd5f3
}

.link-warning {
    color: #ffc107
}

.link-warning:focus,
.link-warning:hover {
    color: #ffcd39
}

.link-danger {
    color: #dc3545
}

.link-danger:focus,
.link-danger:hover {
    color: #b02a37
}

.link-light {
    color: #f8f9fa
}

.link-light:focus,
.link-light:hover {
    color: #f9fafb
}

.link-dark {
    color: #212529
}

.link-dark:focus,
.link-dark:hover {
    color: #1a1e21
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

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

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

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width:576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0, 0, 0, 0)!important;
    white-space: nowrap!important;
    border: 0!important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: .25
}

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

.float-start {
    float: left!important
}

.float-end {
    float: right!important
}

.float-none {
    float: none!important
}

.opacity-0 {
    opacity: 0!important
}

.opacity-25 {
    opacity: .25!important
}

.opacity-50 {
    opacity: .5!important
}

.opacity-75 {
    opacity: .75!important
}

.opacity-100 {
    opacity: 1!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.overflow-visible {
    overflow: visible!important
}

.overflow-scroll {
    overflow: scroll!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-grid {
    display: grid!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
}

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

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

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

.shadow-none {
    box-shadow: none!important
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.top-0 {
    top: 0!important
}

.top-50 {
    top: 50%!important
}

.top-100 {
    top: 100%!important
}

.bottom-0 {
    bottom: 0!important
}

.bottom-50 {
    bottom: 50%!important
}

.bottom-100 {
    bottom: 100%!important
}

.start-0 {
    left: 0!important
}

.start-50 {
    left: 50%!important
}

.start-100 {
    left: 100%!important
}

.end-0 {
    right: 0!important
}

.end-50 {
    right: 50%!important
}

.end-100 {
    right: 100%!important
}

.translate-middle {
    transform: translate(-50%, -50%)!important
}

.translate-middle-x {
    transform: translateX(-50%)!important
}

.translate-middle-y {
    transform: translateY(-50%)!important
}

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

.border-0 {
    border: 0!important
}

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

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

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

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

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

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

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

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

.border-primary {
    border-color: #0d6efd!important
}

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

.border-success {
    border-color: #198754!important
}

.border-info {
    border-color: #0dcaf0!important
}

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

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

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

.border-dark {
    border-color: #212529!important
}

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

.border-1 {
    border-width: 1px!important
}

.border-2 {
    border-width: 2px!important
}

.border-3 {
    border-width: 3px!important
}

.border-4 {
    border-width: 4px!important
}

.border-5 {
    border-width: 5px!important
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.mw-100 {
    max-width: 100%!important
}

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

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

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mh-100 {
    max-height: 100%!important
}

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

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

.flex-fill {
    flex: 1 1 auto!important
}

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

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.gap-0 {
    gap: 0!important
}

.gap-1 {
    gap: .25rem!important
}

.gap-2 {
    gap: .5rem!important
}

.gap-3 {
    gap: 1rem!important
}

.gap-4 {
    gap: 1.5rem!important
}

.gap-5 {
    gap: 3rem!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
}

.justify-content-evenly {
    justify-content: space-evenly!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
}

.order-first {
    order: -1!important
}

.order-0 {
    order: 0!important
}

.order-1 {
    order: 1!important
}

.order-2 {
    order: 2!important
}

.order-3 {
    order: 3!important
}

.order-4 {
    order: 4!important
}

.order-5 {
    order: 5!important
}

.order-last {
    order: 6!important
}

.m-0 {
    margin: 0!important
}

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

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

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

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

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

.m-auto {
    margin: auto!important
}

.mx-0 {
    margin-right: 0!important;
    margin-left: 0!important
}

.mx-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
}

.mx-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
}

.mx-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
}

.mx-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
}

.mx-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
}

.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important
}

.my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.my-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
}

.my-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
}

.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}

.my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}

.my-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}

.my-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
}

.mt-0 {
    margin-top: 0!important
}

.mt-1 {
    margin-top: .25rem!important
}

.mt-2 {
    margin-top: .5rem!important
}

.mt-3 {
    margin-top: 1rem!important
}

.mt-4 {
    margin-top: 1.5rem!important
}

.mt-5 {
    margin-top: 3rem!important
}

.mt-auto {
    margin-top: auto!important
}

.me-0 {
    margin-right: 0!important
}

.me-1 {
    margin-right: .25rem!important
}

.me-2 {
    margin-right: .5rem!important
}

.me-3 {
    margin-right: 1rem!important
}

.me-4 {
    margin-right: 1.5rem!important
}

.me-5 {
    margin-right: 3rem!important
}

.me-auto {
    margin-right: auto!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-1 {
    margin-bottom: .25rem!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.mb-3 {
    margin-bottom: 1rem!important
}

.mb-4 {
    margin-bottom: 1.5rem!important
}

.mb-5 {
    margin-bottom: 3rem!important
}

.mb-auto {
    margin-bottom: auto!important
}

.ms-0 {
    margin-left: 0!important
}

.ms-1 {
    margin-left: .25rem!important
}

.ms-2 {
    margin-left: .5rem!important
}

.ms-3 {
    margin-left: 1rem!important
}

.ms-4 {
    margin-left: 1.5rem!important
}

.ms-5 {
    margin-left: 3rem!important
}

.ms-auto {
    margin-left: auto!important
}

.p-0 {
    padding: 0!important
}

.p-1 {
    padding: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.px-0 {
    padding-right: 0!important;
    padding-left: 0!important
}

.px-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
}

.px-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
}

.px-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
}

.px-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
}

.px-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
}

.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.py-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
}

.py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}

.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

.py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}

.pt-0 {
    padding-top: 0!important
}

.pt-1 {
    padding-top: .25rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.pt-3 {
    padding-top: 1rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.pt-5 {
    padding-top: 3rem!important
}

.pe-0 {
    padding-right: 0!important
}

.pe-1 {
    padding-right: .25rem!important
}

.pe-2 {
    padding-right: .5rem!important
}

.pe-3 {
    padding-right: 1rem!important
}

.pe-4 {
    padding-right: 1.5rem!important
}

.pe-5 {
    padding-right: 3rem!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pb-1 {
    padding-bottom: .25rem!important
}

.pb-2 {
    padding-bottom: .5rem!important
}

.pb-3 {
    padding-bottom: 1rem!important
}

.pb-4 {
    padding-bottom: 1.5rem!important
}

.pb-5 {
    padding-bottom: 3rem!important
}

.ps-0 {
    padding-left: 0!important
}

.ps-1 {
    padding-left: .25rem!important
}

.ps-2 {
    padding-left: .5rem!important
}

.ps-3 {
    padding-left: 1rem!important
}

.ps-4 {
    padding-left: 1.5rem!important
}

.ps-5 {
    padding-left: 3rem!important
}

.font-monospace {
    font-family: var(--bs-font-monospace)!important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw)!important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw)!important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw)!important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw)!important
}

.fs-5 {
    font-size: 1.25rem!important
}

.fs-6 {
    font-size: 1rem!important
}

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

.fst-normal {
    font-style: normal!important
}

.fw-light {
    font-weight: 300!important
}

.fw-lighter {
    font-weight: lighter!important
}

.fw-normal {
    font-weight: 400!important
}

.fw-bold {
    font-weight: 700!important
}

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

.lh-1 {
    line-height: 1!important
}

.lh-sm {
    line-height: 1.25!important
}

.lh-base {
    line-height: 1.5!important
}

.lh-lg {
    line-height: 2!important
}

.text-start {
    text-align: left!important
}

.text-end {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.text-decoration-none {
    text-decoration: none!important
}

.text-decoration-underline {
    text-decoration: underline!important
}

.text-decoration-line-through {
    text-decoration: line-through!important
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-break {
    word-wrap: break-word!important;
    word-break: break-word!important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity))!important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity))!important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity))!important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity))!important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity))!important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity))!important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity))!important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity))!important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity))!important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity))!important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity))!important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d!important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, .5)!important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, .5)!important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit!important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity))!important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity))!important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity))!important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity))!important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity))!important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity))!important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity))!important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity))!important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity))!important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity))!important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity))!important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent!important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--bs-gradient)!important
}

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

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

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

.pe-none {
    pointer-events: none!important
}

.pe-auto {
    pointer-events: auto!important
}

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

.rounded-0 {
    border-radius: 0!important
}

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

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

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

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

.rounded-pill {
    border-radius: 50rem!important
}

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

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

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

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

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@media (min-width:576px) {
    .float-sm-start {
        float: left!important
    }
    .float-sm-end {
        float: right!important
    }
    .float-sm-none {
        float: none!important
    }
    .d-sm-inline {
        display: inline!important
    }
    .d-sm-inline-block {
        display: inline-block!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-grid {
        display: grid!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
    }
    .flex-sm-fill {
        flex: 1 1 auto!important
    }
    .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-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
    }
    .flex-sm-wrap {
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .gap-sm-0 {
        gap: 0!important
    }
    .gap-sm-1 {
        gap: .25rem!important
    }
    .gap-sm-2 {
        gap: .5rem!important
    }
    .gap-sm-3 {
        gap: 1rem!important
    }
    .gap-sm-4 {
        gap: 1.5rem!important
    }
    .gap-sm-5 {
        gap: 3rem!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
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly!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
    }
    .order-sm-first {
        order: -1!important
    }
    .order-sm-0 {
        order: 0!important
    }
    .order-sm-1 {
        order: 1!important
    }
    .order-sm-2 {
        order: 2!important
    }
    .order-sm-3 {
        order: 3!important
    }
    .order-sm-4 {
        order: 4!important
    }
    .order-sm-5 {
        order: 5!important
    }
    .order-sm-last {
        order: 6!important
    }
    .m-sm-0 {
        margin: 0!important
    }
    .m-sm-1 {
        margin: .25rem!important
    }
    .m-sm-2 {
        margin: .5rem!important
    }
    .m-sm-3 {
        margin: 1rem!important
    }
    .m-sm-4 {
        margin: 1.5rem!important
    }
    .m-sm-5 {
        margin: 3rem!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mx-sm-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }
    .mx-sm-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }
    .mx-sm-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }
    .mx-sm-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }
    .mx-sm-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }
    .mx-sm-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }
    .mx-sm-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }
    .my-sm-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }
    .my-sm-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }
    .my-sm-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }
    .my-sm-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }
    .my-sm-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }
    .my-sm-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }
    .my-sm-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }
    .mt-sm-0 {
        margin-top: 0!important
    }
    .mt-sm-1 {
        margin-top: .25rem!important
    }
    .mt-sm-2 {
        margin-top: .5rem!important
    }
    .mt-sm-3 {
        margin-top: 1rem!important
    }
    .mt-sm-4 {
        margin-top: 1.5rem!important
    }
    .mt-sm-5 {
        margin-top: 3rem!important
    }
    .mt-sm-auto {
        margin-top: auto!important
    }
    .me-sm-0 {
        margin-right: 0!important
    }
    .me-sm-1 {
        margin-right: .25rem!important
    }
    .me-sm-2 {
        margin-right: .5rem!important
    }
    .me-sm-3 {
        margin-right: 1rem!important
    }
    .me-sm-4 {
        margin-right: 1.5rem!important
    }
    .me-sm-5 {
        margin-right: 3rem!important
    }
    .me-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-0 {
        margin-bottom: 0!important
    }
    .mb-sm-1 {
        margin-bottom: .25rem!important
    }
    .mb-sm-2 {
        margin-bottom: .5rem!important
    }
    .mb-sm-3 {
        margin-bottom: 1rem!important
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem!important
    }
    .mb-sm-5 {
        margin-bottom: 3rem!important
    }
    .mb-sm-auto {
        margin-bottom: auto!important
    }
    .ms-sm-0 {
        margin-left: 0!important
    }
    .ms-sm-1 {
        margin-left: .25rem!important
    }
    .ms-sm-2 {
        margin-left: .5rem!important
    }
    .ms-sm-3 {
        margin-left: 1rem!important
    }
    .ms-sm-4 {
        margin-left: 1.5rem!important
    }
    .ms-sm-5 {
        margin-left: 3rem!important
    }
    .ms-sm-auto {
        margin-left: auto!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .p-sm-1 {
        padding: .25rem!important
    }
    .p-sm-2 {
        padding: .5rem!important
    }
    .p-sm-3 {
        padding: 1rem!important
    }
    .p-sm-4 {
        padding: 1.5rem!important
    }
    .p-sm-5 {
        padding: 3rem!important
    }
    .px-sm-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }
    .px-sm-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }
    .px-sm-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }
    .px-sm-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }
    .px-sm-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }
    .px-sm-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }
    .py-sm-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }
    .py-sm-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }
    .py-sm-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }
    .py-sm-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }
    .py-sm-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }
    .py-sm-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }
    .pt-sm-0 {
        padding-top: 0!important
    }
    .pt-sm-1 {
        padding-top: .25rem!important
    }
    .pt-sm-2 {
        padding-top: .5rem!important
    }
    .pt-sm-3 {
        padding-top: 1rem!important
    }
    .pt-sm-4 {
        padding-top: 1.5rem!important
    }
    .pt-sm-5 {
        padding-top: 3rem!important
    }
    .pe-sm-0 {
        padding-right: 0!important
    }
    .pe-sm-1 {
        padding-right: .25rem!important
    }
    .pe-sm-2 {
        padding-right: .5rem!important
    }
    .pe-sm-3 {
        padding-right: 1rem!important
    }
    .pe-sm-4 {
        padding-right: 1.5rem!important
    }
    .pe-sm-5 {
        padding-right: 3rem!important
    }
    .pb-sm-0 {
        padding-bottom: 0!important
    }
    .pb-sm-1 {
        padding-bottom: .25rem!important
    }
    .pb-sm-2 {
        padding-bottom: .5rem!important
    }
    .pb-sm-3 {
        padding-bottom: 1rem!important
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem!important
    }
    .pb-sm-5 {
        padding-bottom: 3rem!important
    }
    .ps-sm-0 {
        padding-left: 0!important
    }
    .ps-sm-1 {
        padding-left: .25rem!important
    }
    .ps-sm-2 {
        padding-left: .5rem!important
    }
    .ps-sm-3 {
        padding-left: 1rem!important
    }
    .ps-sm-4 {
        padding-left: 1.5rem!important
    }
    .ps-sm-5 {
        padding-left: 3rem!important
    }
    .text-sm-start {
        text-align: left!important
    }
    .text-sm-end {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width:768px) {
    .float-md-start {
        float: left!important
    }
    .float-md-end {
        float: right!important
    }
    .float-md-none {
        float: none!important
    }
    .d-md-inline {
        display: inline!important
    }
    .d-md-inline-block {
        display: inline-block!important
    }
    .d-md-block {
        display: block!important
    }
    .d-md-grid {
        display: grid!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
    }
    .flex-md-fill {
        flex: 1 1 auto!important
    }
    .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-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
    }
    .flex-md-wrap {
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .gap-md-0 {
        gap: 0!important
    }
    .gap-md-1 {
        gap: .25rem!important
    }
    .gap-md-2 {
        gap: .5rem!important
    }
    .gap-md-3 {
        gap: 1rem!important
    }
    .gap-md-4 {
        gap: 1.5rem!important
    }
    .gap-md-5 {
        gap: 3rem!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
    }
    .justify-content-md-evenly {
        justify-content: space-evenly!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
    }
    .order-md-first {
        order: -1!important
    }
    .order-md-0 {
        order: 0!important
    }
    .order-md-1 {
        order: 1!important
    }
    .order-md-2 {
        order: 2!important
    }
    .order-md-3 {
        order: 3!important
    }
    .order-md-4 {
        order: 4!important
    }
    .order-md-5 {
        order: 5!important
    }
    .order-md-last {
        order: 6!important
    }
    .m-md-0 {
        margin: 0!important
    }
    .m-md-1 {
        margin: .25rem!important
    }
    .m-md-2 {
        margin: .5rem!important
    }
    .m-md-3 {
        margin: 1rem!important
    }
    .m-md-4 {
        margin: 1.5rem!important
    }
    .m-md-5 {
        margin: 3rem!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mx-md-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }
    .mx-md-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }
    .mx-md-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }
    .mx-md-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }
    .mx-md-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }
    .mx-md-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }
    .mx-md-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }
    .my-md-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }
    .my-md-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }
    .my-md-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }
    .my-md-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }
    .my-md-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }
    .my-md-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }
    .my-md-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }
    .mt-md-0 {
        margin-top: 0!important
    }
    .mt-md-1 {
        margin-top: .25rem!important
    }
    .mt-md-2 {
        margin-top: .5rem!important
    }
    .mt-md-3 {
        margin-top: 1rem!important
    }
    .mt-md-4 {
        margin-top: 1.5rem!important
    }
    .mt-md-5 {
        margin-top: 3rem!important
    }
    .mt-md-auto {
        margin-top: auto!important
    }
    .me-md-0 {
        margin-right: 0!important
    }
    .me-md-1 {
        margin-right: .25rem!important
    }
    .me-md-2 {
        margin-right: .5rem!important
    }
    .me-md-3 {
        margin-right: 1rem!important
    }
    .me-md-4 {
        margin-right: 1.5rem!important
    }
    .me-md-5 {
        margin-right: 3rem!important
    }
    .me-md-auto {
        margin-right: auto!important
    }
    .mb-md-0 {
        margin-bottom: 0!important
    }
    .mb-md-1 {
        margin-bottom: .25rem!important
    }
    .mb-md-2 {
        margin-bottom: .5rem!important
    }
    .mb-md-3 {
        margin-bottom: 1rem!important
    }
    .mb-md-4 {
        margin-bottom: 1.5rem!important
    }
    .mb-md-5 {
        margin-bottom: 3rem!important
    }
    .mb-md-auto {
        margin-bottom: auto!important
    }
    .ms-md-0 {
        margin-left: 0!important
    }
    .ms-md-1 {
        margin-left: .25rem!important
    }
    .ms-md-2 {
        margin-left: .5rem!important
    }
    .ms-md-3 {
        margin-left: 1rem!important
    }
    .ms-md-4 {
        margin-left: 1.5rem!important
    }
    .ms-md-5 {
        margin-left: 3rem!important
    }
    .ms-md-auto {
        margin-left: auto!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .p-md-1 {
        padding: .25rem!important
    }
    .p-md-2 {
        padding: .5rem!important
    }
    .p-md-3 {
        padding: 1rem!important
    }
    .p-md-4 {
        padding: 1.5rem!important
    }
    .p-md-5 {
        padding: 3rem!important
    }
    .px-md-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }
    .px-md-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }
    .px-md-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }
    .px-md-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }
    .px-md-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }
    .px-md-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }
    .py-md-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }
    .py-md-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }
    .py-md-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }
    .py-md-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }
    .py-md-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }
    .py-md-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }
    .pt-md-0 {
        padding-top: 0!important
    }
    .pt-md-1 {
        padding-top: .25rem!important
    }
    .pt-md-2 {
        padding-top: .5rem!important
    }
    .pt-md-3 {
        padding-top: 1rem!important
    }
    .pt-md-4 {
        padding-top: 1.5rem!important
    }
    .pt-md-5 {
        padding-top: 3rem!important
    }
    .pe-md-0 {
        padding-right: 0!important
    }
    .pe-md-1 {
        padding-right: .25rem!important
    }
    .pe-md-2 {
        padding-right: .5rem!important
    }
    .pe-md-3 {
        padding-right: 1rem!important
    }
    .pe-md-4 {
        padding-right: 1.5rem!important
    }
    .pe-md-5 {
        padding-right: 3rem!important
    }
    .pb-md-0 {
        padding-bottom: 0!important
    }
    .pb-md-1 {
        padding-bottom: .25rem!important
    }
    .pb-md-2 {
        padding-bottom: .5rem!important
    }
    .pb-md-3 {
        padding-bottom: 1rem!important
    }
    .pb-md-4 {
        padding-bottom: 1.5rem!important
    }
    .pb-md-5 {
        padding-bottom: 3rem!important
    }
    .ps-md-0 {
        padding-left: 0!important
    }
    .ps-md-1 {
        padding-left: .25rem!important
    }
    .ps-md-2 {
        padding-left: .5rem!important
    }
    .ps-md-3 {
        padding-left: 1rem!important
    }
    .ps-md-4 {
        padding-left: 1.5rem!important
    }
    .ps-md-5 {
        padding-left: 3rem!important
    }
    .text-md-start {
        text-align: left!important
    }
    .text-md-end {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
}

@media (min-width:992px) {
    .float-lg-start {
        float: left!important
    }
    .float-lg-end {
        float: right!important
    }
    .float-lg-none {
        float: none!important
    }
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-inline-block {
        display: inline-block!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-grid {
        display: grid!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
    }
    .flex-lg-fill {
        flex: 1 1 auto!important
    }
    .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-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
    }
    .flex-lg-wrap {
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .gap-lg-0 {
        gap: 0!important
    }
    .gap-lg-1 {
        gap: .25rem!important
    }
    .gap-lg-2 {
        gap: .5rem!important
    }
    .gap-lg-3 {
        gap: 1rem!important
    }
    .gap-lg-4 {
        gap: 1.5rem!important
    }
    .gap-lg-5 {
        gap: 3rem!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
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly!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
    }
    .order-lg-first {
        order: -1!important
    }
    .order-lg-0 {
        order: 0!important
    }
    .order-lg-1 {
        order: 1!important
    }
    .order-lg-2 {
        order: 2!important
    }
    .order-lg-3 {
        order: 3!important
    }
    .order-lg-4 {
        order: 4!important
    }
    .order-lg-5 {
        order: 5!important
    }
    .order-lg-last {
        order: 6!important
    }
    .m-lg-0 {
        margin: 0!important
    }
    .m-lg-1 {
        margin: .25rem!important
    }
    .m-lg-2 {
        margin: .5rem!important
    }
    .m-lg-3 {
        margin: 1rem!important
    }
    .m-lg-4 {
        margin: 1.5rem!important
    }
    .m-lg-5 {
        margin: 3rem!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mx-lg-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }
    .mx-lg-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }
    .mx-lg-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }
    .mx-lg-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }
    .mx-lg-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }
    .mx-lg-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }
    .mx-lg-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }
    .my-lg-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }
    .my-lg-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }
    .my-lg-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }
    .my-lg-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }
    .my-lg-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }
    .my-lg-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }
    .my-lg-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }
    .mt-lg-0 {
        margin-top: 0!important
    }
    .mt-lg-1 {
        margin-top: .25rem!important
    }
    .mt-lg-2 {
        margin-top: .5rem!important
    }
    .mt-lg-3 {
        margin-top: 1rem!important
    }
    .mt-lg-4 {
        margin-top: 1.5rem!important
    }
    .mt-lg-5 {
        margin-top: 3rem!important
    }
    .mt-lg-auto {
        margin-top: auto!important
    }
    .me-lg-0 {
        margin-right: 0!important
    }
    .me-lg-1 {
        margin-right: .25rem!important
    }
    .me-lg-2 {
        margin-right: .5rem!important
    }
    .me-lg-3 {
        margin-right: 1rem!important
    }
    .me-lg-4 {
        margin-right: 1.5rem!important
    }
    .me-lg-5 {
        margin-right: 3rem!important
    }
    .me-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-0 {
        margin-bottom: 0!important
    }
    .mb-lg-1 {
        margin-bottom: .25rem!important
    }
    .mb-lg-2 {
        margin-bottom: .5rem!important
    }
    .mb-lg-3 {
        margin-bottom: 1rem!important
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem!important
    }
    .mb-lg-5 {
        margin-bottom: 3rem!important
    }
    .mb-lg-auto {
        margin-bottom: auto!important
    }
    .ms-lg-0 {
        margin-left: 0!important
    }
    .ms-lg-1 {
        margin-left: .25rem!important
    }
    .ms-lg-2 {
        margin-left: .5rem!important
    }
    .ms-lg-3 {
        margin-left: 1rem!important
    }
    .ms-lg-4 {
        margin-left: 1.5rem!important
    }
    .ms-lg-5 {
        margin-left: 3rem!important
    }
    .ms-lg-auto {
        margin-left: auto!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .p-lg-1 {
        padding: .25rem!important
    }
    .p-lg-2 {
        padding: .5rem!important
    }
    .p-lg-3 {
        padding: 1rem!important
    }
    .p-lg-4 {
        padding: 1.5rem!important
    }
    .p-lg-5 {
        padding: 3rem!important
    }
    .px-lg-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }
    .px-lg-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }
    .px-lg-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }
    .px-lg-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }
    .px-lg-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }
    .px-lg-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }
    .py-lg-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }
    .py-lg-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }
    .py-lg-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }
    .py-lg-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }
    .py-lg-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }
    .py-lg-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }
    .pt-lg-0 {
        padding-top: 0!important
    }
    .pt-lg-1 {
        padding-top: .25rem!important
    }
    .pt-lg-2 {
        padding-top: .5rem!important
    }
    .pt-lg-3 {
        padding-top: 1rem!important
    }
    .pt-lg-4 {
        padding-top: 1.5rem!important
    }
    .pt-lg-5 {
        padding-top: 3rem!important
    }
    .pe-lg-0 {
        padding-right: 0!important
    }
    .pe-lg-1 {
        padding-right: .25rem!important
    }
    .pe-lg-2 {
        padding-right: .5rem!important
    }
    .pe-lg-3 {
        padding-right: 1rem!important
    }
    .pe-lg-4 {
        padding-right: 1.5rem!important
    }
    .pe-lg-5 {
        padding-right: 3rem!important
    }
    .pb-lg-0 {
        padding-bottom: 0!important
    }
    .pb-lg-1 {
        padding-bottom: .25rem!important
    }
    .pb-lg-2 {
        padding-bottom: .5rem!important
    }
    .pb-lg-3 {
        padding-bottom: 1rem!important
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem!important
    }
    .pb-lg-5 {
        padding-bottom: 3rem!important
    }
    .ps-lg-0 {
        padding-left: 0!important
    }
    .ps-lg-1 {
        padding-left: .25rem!important
    }
    .ps-lg-2 {
        padding-left: .5rem!important
    }
    .ps-lg-3 {
        padding-left: 1rem!important
    }
    .ps-lg-4 {
        padding-left: 1.5rem!important
    }
    .ps-lg-5 {
        padding-left: 3rem!important
    }
    .text-lg-start {
        text-align: left!important
    }
    .text-lg-end {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width:1200px) {
    .float-xl-start {
        float: left!important
    }
    .float-xl-end {
        float: right!important
    }
    .float-xl-none {
        float: none!important
    }
    .d-xl-inline {
        display: inline!important
    }
    .d-xl-inline-block {
        display: inline-block!important
    }
    .d-xl-block {
        display: block!important
    }
    .d-xl-grid {
        display: grid!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
    }
    .flex-xl-fill {
        flex: 1 1 auto!important
    }
    .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-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
    }
    .flex-xl-wrap {
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .gap-xl-0 {
        gap: 0!important
    }
    .gap-xl-1 {
        gap: .25rem!important
    }
    .gap-xl-2 {
        gap: .5rem!important
    }
    .gap-xl-3 {
        gap: 1rem!important
    }
    .gap-xl-4 {
        gap: 1.5rem!important
    }
    .gap-xl-5 {
        gap: 3rem!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
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly!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
    }
    .order-xl-first {
        order: -1!important
    }
    .order-xl-0 {
        order: 0!important
    }
    .order-xl-1 {
        order: 1!important
    }
    .order-xl-2 {
        order: 2!important
    }
    .order-xl-3 {
        order: 3!important
    }
    .order-xl-4 {
        order: 4!important
    }
    .order-xl-5 {
        order: 5!important
    }
    .order-xl-last {
        order: 6!important
    }
    .m-xl-0 {
        margin: 0!important
    }
    .m-xl-1 {
        margin: .25rem!important
    }
    .m-xl-2 {
        margin: .5rem!important
    }
    .m-xl-3 {
        margin: 1rem!important
    }
    .m-xl-4 {
        margin: 1.5rem!important
    }
    .m-xl-5 {
        margin: 3rem!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mx-xl-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }
    .mx-xl-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }
    .mx-xl-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }
    .mx-xl-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }
    .mx-xl-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }
    .mx-xl-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }
    .mx-xl-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }
    .my-xl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }
    .my-xl-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }
    .my-xl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }
    .my-xl-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }
    .my-xl-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }
    .my-xl-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }
    .my-xl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }
    .mt-xl-0 {
        margin-top: 0!important
    }
    .mt-xl-1 {
        margin-top: .25rem!important
    }
    .mt-xl-2 {
        margin-top: .5rem!important
    }
    .mt-xl-3 {
        margin-top: 1rem!important
    }
    .mt-xl-4 {
        margin-top: 1.5rem!important
    }
    .mt-xl-5 {
        margin-top: 3rem!important
    }
    .mt-xl-auto {
        margin-top: auto!important
    }
    .me-xl-0 {
        margin-right: 0!important
    }
    .me-xl-1 {
        margin-right: .25rem!important
    }
    .me-xl-2 {
        margin-right: .5rem!important
    }
    .me-xl-3 {
        margin-right: 1rem!important
    }
    .me-xl-4 {
        margin-right: 1.5rem!important
    }
    .me-xl-5 {
        margin-right: 3rem!important
    }
    .me-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-0 {
        margin-bottom: 0!important
    }
    .mb-xl-1 {
        margin-bottom: .25rem!important
    }
    .mb-xl-2 {
        margin-bottom: .5rem!important
    }
    .mb-xl-3 {
        margin-bottom: 1rem!important
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .mb-xl-5 {
        margin-bottom: 3rem!important
    }
    .mb-xl-auto {
        margin-bottom: auto!important
    }
    .ms-xl-0 {
        margin-left: 0!important
    }
    .ms-xl-1 {
        margin-left: .25rem!important
    }
    .ms-xl-2 {
        margin-left: .5rem!important
    }
    .ms-xl-3 {
        margin-left: 1rem!important
    }
    .ms-xl-4 {
        margin-left: 1.5rem!important
    }
    .ms-xl-5 {
        margin-left: 3rem!important
    }
    .ms-xl-auto {
        margin-left: auto!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .p-xl-1 {
        padding: .25rem!important
    }
    .p-xl-2 {
        padding: .5rem!important
    }
    .p-xl-3 {
        padding: 1rem!important
    }
    .p-xl-4 {
        padding: 1.5rem!important
    }
    .p-xl-5 {
        padding: 3rem!important
    }
    .px-xl-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }
    .px-xl-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }
    .px-xl-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }
    .px-xl-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }
    .px-xl-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }
    .px-xl-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }
    .py-xl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }
    .py-xl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }
    .py-xl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }
    .py-xl-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }
    .py-xl-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }
    .py-xl-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }
    .pt-xl-0 {
        padding-top: 0!important
    }
    .pt-xl-1 {
        padding-top: .25rem!important
    }
    .pt-xl-2 {
        padding-top: .5rem!important
    }
    .pt-xl-3 {
        padding-top: 1rem!important
    }
    .pt-xl-4 {
        padding-top: 1.5rem!important
    }
    .pt-xl-5 {
        padding-top: 3rem!important
    }
    .pe-xl-0 {
        padding-right: 0!important
    }
    .pe-xl-1 {
        padding-right: .25rem!important
    }
    .pe-xl-2 {
        padding-right: .5rem!important
    }
    .pe-xl-3 {
        padding-right: 1rem!important
    }
    .pe-xl-4 {
        padding-right: 1.5rem!important
    }
    .pe-xl-5 {
        padding-right: 3rem!important
    }
    .pb-xl-0 {
        padding-bottom: 0!important
    }
    .pb-xl-1 {
        padding-bottom: .25rem!important
    }
    .pb-xl-2 {
        padding-bottom: .5rem!important
    }
    .pb-xl-3 {
        padding-bottom: 1rem!important
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem!important
    }
    .pb-xl-5 {
        padding-bottom: 3rem!important
    }
    .ps-xl-0 {
        padding-left: 0!important
    }
    .ps-xl-1 {
        padding-left: .25rem!important
    }
    .ps-xl-2 {
        padding-left: .5rem!important
    }
    .ps-xl-3 {
        padding-left: 1rem!important
    }
    .ps-xl-4 {
        padding-left: 1.5rem!important
    }
    .ps-xl-5 {
        padding-left: 3rem!important
    }
    .text-xl-start {
        text-align: left!important
    }
    .text-xl-end {
        text-align: right!important
    }
    .text-xl-center {
        text-align: center!important
    }
}

@media (min-width:1400px) {
    .float-xxl-start {
        float: left!important
    }
    .float-xxl-end {
        float: right!important
    }
    .float-xxl-none {
        float: none!important
    }
    .d-xxl-inline {
        display: inline!important
    }
    .d-xxl-inline-block {
        display: inline-block!important
    }
    .d-xxl-block {
        display: block!important
    }
    .d-xxl-grid {
        display: grid!important
    }
    .d-xxl-table {
        display: table!important
    }
    .d-xxl-table-row {
        display: table-row!important
    }
    .d-xxl-table-cell {
        display: table-cell!important
    }
    .d-xxl-flex {
        display: flex!important
    }
    .d-xxl-inline-flex {
        display: inline-flex!important
    }
    .d-xxl-none {
        display: none!important
    }
    .flex-xxl-fill {
        flex: 1 1 auto!important
    }
    .flex-xxl-row {
        flex-direction: row!important
    }
    .flex-xxl-column {
        flex-direction: column!important
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse!important
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse!important
    }
    .flex-xxl-grow-0 {
        flex-grow: 0!important
    }
    .flex-xxl-grow-1 {
        flex-grow: 1!important
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0!important
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1!important
    }
    .flex-xxl-wrap {
        flex-wrap: wrap!important
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap!important
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }
    .gap-xxl-0 {
        gap: 0!important
    }
    .gap-xxl-1 {
        gap: .25rem!important
    }
    .gap-xxl-2 {
        gap: .5rem!important
    }
    .gap-xxl-3 {
        gap: 1rem!important
    }
    .gap-xxl-4 {
        gap: 1.5rem!important
    }
    .gap-xxl-5 {
        gap: 3rem!important
    }
    .justify-content-xxl-start {
        justify-content: flex-start!important
    }
    .justify-content-xxl-end {
        justify-content: flex-end!important
    }
    .justify-content-xxl-center {
        justify-content: center!important
    }
    .justify-content-xxl-between {
        justify-content: space-between!important
    }
    .justify-content-xxl-around {
        justify-content: space-around!important
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly!important
    }
    .align-items-xxl-start {
        align-items: flex-start!important
    }
    .align-items-xxl-end {
        align-items: flex-end!important
    }
    .align-items-xxl-center {
        align-items: center!important
    }
    .align-items-xxl-baseline {
        align-items: baseline!important
    }
    .align-items-xxl-stretch {
        align-items: stretch!important
    }
    .align-content-xxl-start {
        align-content: flex-start!important
    }
    .align-content-xxl-end {
        align-content: flex-end!important
    }
    .align-content-xxl-center {
        align-content: center!important
    }
    .align-content-xxl-between {
        align-content: space-between!important
    }
    .align-content-xxl-around {
        align-content: space-around!important
    }
    .align-content-xxl-stretch {
        align-content: stretch!important
    }
    .align-self-xxl-auto {
        align-self: auto!important
    }
    .align-self-xxl-start {
        align-self: flex-start!important
    }
    .align-self-xxl-end {
        align-self: flex-end!important
    }
    .align-self-xxl-center {
        align-self: center!important
    }
    .align-self-xxl-baseline {
        align-self: baseline!important
    }
    .align-self-xxl-stretch {
        align-self: stretch!important
    }
    .order-xxl-first {
        order: -1!important
    }
    .order-xxl-0 {
        order: 0!important
    }
    .order-xxl-1 {
        order: 1!important
    }
    .order-xxl-2 {
        order: 2!important
    }
    .order-xxl-3 {
        order: 3!important
    }
    .order-xxl-4 {
        order: 4!important
    }
    .order-xxl-5 {
        order: 5!important
    }
    .order-xxl-last {
        order: 6!important
    }
    .m-xxl-0 {
        margin: 0!important
    }
    .m-xxl-1 {
        margin: .25rem!important
    }
    .m-xxl-2 {
        margin: .5rem!important
    }
    .m-xxl-3 {
        margin: 1rem!important
    }
    .m-xxl-4 {
        margin: 1.5rem!important
    }
    .m-xxl-5 {
        margin: 3rem!important
    }
    .m-xxl-auto {
        margin: auto!important
    }
    .mx-xxl-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }
    .mx-xxl-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }
    .mx-xxl-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }
    .mx-xxl-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }
    .mx-xxl-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }
    .mx-xxl-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }
    .mx-xxl-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }
    .my-xxl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }
    .my-xxl-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }
    .my-xxl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }
    .my-xxl-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }
    .my-xxl-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }
    .my-xxl-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }
    .my-xxl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }
    .mt-xxl-0 {
        margin-top: 0!important
    }
    .mt-xxl-1 {
        margin-top: .25rem!important
    }
    .mt-xxl-2 {
        margin-top: .5rem!important
    }
    .mt-xxl-3 {
        margin-top: 1rem!important
    }
    .mt-xxl-4 {
        margin-top: 1.5rem!important
    }
    .mt-xxl-5 {
        margin-top: 3rem!important
    }
    .mt-xxl-auto {
        margin-top: auto!important
    }
    .me-xxl-0 {
        margin-right: 0!important
    }
    .me-xxl-1 {
        margin-right: .25rem!important
    }
    .me-xxl-2 {
        margin-right: .5rem!important
    }
    .me-xxl-3 {
        margin-right: 1rem!important
    }
    .me-xxl-4 {
        margin-right: 1.5rem!important
    }
    .me-xxl-5 {
        margin-right: 3rem!important
    }
    .me-xxl-auto {
        margin-right: auto!important
    }
    .mb-xxl-0 {
        margin-bottom: 0!important
    }
    .mb-xxl-1 {
        margin-bottom: .25rem!important
    }
    .mb-xxl-2 {
        margin-bottom: .5rem!important
    }
    .mb-xxl-3 {
        margin-bottom: 1rem!important
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem!important
    }
    .mb-xxl-5 {
        margin-bottom: 3rem!important
    }
    .mb-xxl-auto {
        margin-bottom: auto!important
    }
    .ms-xxl-0 {
        margin-left: 0!important
    }
    .ms-xxl-1 {
        margin-left: .25rem!important
    }
    .ms-xxl-2 {
        margin-left: .5rem!important
    }
    .ms-xxl-3 {
        margin-left: 1rem!important
    }
    .ms-xxl-4 {
        margin-left: 1.5rem!important
    }
    .ms-xxl-5 {
        margin-left: 3rem!important
    }
    .ms-xxl-auto {
        margin-left: auto!important
    }
    .p-xxl-0 {
        padding: 0!important
    }
    .p-xxl-1 {
        padding: .25rem!important
    }
    .p-xxl-2 {
        padding: .5rem!important
    }
    .p-xxl-3 {
        padding: 1rem!important
    }
    .p-xxl-4 {
        padding: 1.5rem!important
    }
    .p-xxl-5 {
        padding: 3rem!important
    }
    .px-xxl-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }
    .px-xxl-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }
    .px-xxl-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }
    .px-xxl-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }
    .px-xxl-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }
    .px-xxl-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }
    .py-xxl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }
    .py-xxl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }
    .py-xxl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }
    .py-xxl-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }
    .py-xxl-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }
    .py-xxl-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }
    .pt-xxl-0 {
        padding-top: 0!important
    }
    .pt-xxl-1 {
        padding-top: .25rem!important
    }
    .pt-xxl-2 {
        padding-top: .5rem!important
    }
    .pt-xxl-3 {
        padding-top: 1rem!important
    }
    .pt-xxl-4 {
        padding-top: 1.5rem!important
    }
    .pt-xxl-5 {
        padding-top: 3rem!important
    }
    .pe-xxl-0 {
        padding-right: 0!important
    }
    .pe-xxl-1 {
        padding-right: .25rem!important
    }
    .pe-xxl-2 {
        padding-right: .5rem!important
    }
    .pe-xxl-3 {
        padding-right: 1rem!important
    }
    .pe-xxl-4 {
        padding-right: 1.5rem!important
    }
    .pe-xxl-5 {
        padding-right: 3rem!important
    }
    .pb-xxl-0 {
        padding-bottom: 0!important
    }
    .pb-xxl-1 {
        padding-bottom: .25rem!important
    }
    .pb-xxl-2 {
        padding-bottom: .5rem!important
    }
    .pb-xxl-3 {
        padding-bottom: 1rem!important
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem!important
    }
    .pb-xxl-5 {
        padding-bottom: 3rem!important
    }
    .ps-xxl-0 {
        padding-left: 0!important
    }
    .ps-xxl-1 {
        padding-left: .25rem!important
    }
    .ps-xxl-2 {
        padding-left: .5rem!important
    }
    .ps-xxl-3 {
        padding-left: 1rem!important
    }
    .ps-xxl-4 {
        padding-left: 1.5rem!important
    }
    .ps-xxl-5 {
        padding-left: 3rem!important
    }
    .text-xxl-start {
        text-align: left!important
    }
    .text-xxl-end {
        text-align: right!important
    }
    .text-xxl-center {
        text-align: center!important
    }
}

@media (min-width:1200px) {
    .fs-1 {
        font-size: 2.5rem!important
    }
    .fs-2 {
        font-size: 2rem!important
    }
    .fs-3 {
        font-size: 1.75rem!important
    }
    .fs-4 {
        font-size: 1.5rem!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-grid {
        display: grid!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
    }
}
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@media (print),
(prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important;
    }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.la,
.lab,
.lad,
.lal,
.lar,
.las {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.la-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.la-xs {
    font-size: .75em
}

.la-sm {
    font-size: .875em
}

.la-1x {
    font-size: 1em
}

.la-2x {
    font-size: 2em
}

.la-3x {
    font-size: 3em
}

.la-4x {
    font-size: 4em
}

.la-5x {
    font-size: 5em
}

.la-6x {
    font-size: 6em
}

.la-7x {
    font-size: 7em
}

.la-8x {
    font-size: 8em
}

.la-9x {
    font-size: 9em
}

.la-10x {
    font-size: 10em
}

.la-fw {
    text-align: center;
    width: 1.25em
}

.la-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.la-ul>li {
    position: relative
}

.la-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.la-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.la-pull-left {
    float: left
}

.la-pull-right {
    float: right
}

.la.la-pull-left,
.lab.la-pull-left,
.lal.la-pull-left,
.lar.la-pull-left,
.las.la-pull-left {
    margin-right: .3em
}

.la.la-pull-right,
.lab.la-pull-right,
.lal.la-pull-right,
.lar.la-pull-right,
.las.la-pull-right {
    margin-left: .3em
}

.la-spin {
    -webkit-animation: la-spin 2s infinite linear;
    animation: la-spin 2s infinite linear
}

.la-pulse {
    -webkit-animation: la-spin 1s infinite steps(8);
    animation: la-spin 1s infinite steps(8)
}

@-webkit-keyframes la-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes la-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.la-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.la-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.la-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.la-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.la-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.la-flip-both,
.la-flip-horizontal.la-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

:root .la-flip-both,
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.la-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.la-stack-1x,
.la-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.la-stack-1x {
    line-height: inherit
}

.la-stack-2x {
    font-size: 2em
}

.la-inverse {
    color: #fff
}

.la-500px:before {
    content: "\f26e"
}

.la-accessible-icon:before {
    content: "\f368"
}

.la-accusoft:before {
    content: "\f369"
}

.la-acquisitions-incorporated:before {
    content: "\f6af"
}

.la-ad:before {
    content: "\f641"
}

.la-address-book:before {
    content: "\f2b9"
}

.la-address-card:before {
    content: "\f2bb"
}

.la-adjust:before {
    content: "\f042"
}

.la-adn:before {
    content: "\f170"
}

.la-adobe:before {
    content: "\f778"
}

.la-adversal:before {
    content: "\f36a"
}

.la-affiliatetheme:before {
    content: "\f36b"
}

.la-air-freshener:before {
    content: "\f5d0"
}

.la-airbnb:before {
    content: "\f834"
}

.la-algolia:before {
    content: "\f36c"
}

.la-align-center:before {
    content: "\f037"
}

.la-align-justify:before {
    content: "\f039"
}

.la-align-left:before {
    content: "\f036"
}

.la-align-right:before {
    content: "\f038"
}

.la-alipay:before {
    content: "\f642"
}

.la-allergies:before {
    content: "\f461"
}

.la-amazon:before {
    content: "\f270"
}

.la-amazon-pay:before {
    content: "\f42c"
}

.la-ambulance:before {
    content: "\f0f9"
}

.la-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.la-amilia:before {
    content: "\f36d"
}

.la-anchor:before {
    content: "\f13d"
}

.la-android:before {
    content: "\f17b"
}

.la-angellist:before {
    content: "\f209"
}

.la-angle-double-down:before {
    content: "\f103"
}

.la-angle-double-left:before {
    content: "\f100"
}

.la-angle-double-right:before {
    content: "\f101"
}

.la-angle-double-up:before {
    content: "\f102"
}

.la-angle-down:before {
    content: "\f107"
}

.la-angle-left:before {
    content: "\f104"
}

.la-angle-right:before {
    content: "\f105"
}

.la-angle-up:before {
    content: "\f106"
}

.la-angry:before {
    content: "\f556"
}

.la-angrycreative:before {
    content: "\f36e"
}

.la-angular:before {
    content: "\f420"
}

.la-ankh:before {
    content: "\f644"
}

.la-app-store:before {
    content: "\f36f"
}

.la-app-store-ios:before {
    content: "\f370"
}

.la-apper:before {
    content: "\f371"
}

.la-apple:before {
    content: "\f179"
}

.la-apple-alt:before {
    content: "\f5d1"
}

.la-apple-pay:before {
    content: "\f415"
}

.la-archive:before {
    content: "\f187"
}

.la-archway:before {
    content: "\f557"
}

.la-arrow-alt-circle-down:before {
    content: "\f358"
}

.la-arrow-alt-circle-left:before {
    content: "\f359"
}

.la-arrow-alt-circle-right:before {
    content: "\f35a"
}

.la-arrow-alt-circle-up:before {
    content: "\f35b"
}

.la-arrow-circle-down:before {
    content: "\f0ab"
}

.la-arrow-circle-left:before {
    content: "\f0a8"
}

.la-arrow-circle-right:before {
    content: "\f0a9"
}

.la-arrow-circle-up:before {
    content: "\f0aa"
}

.la-arrow-down:before {
    content: "\f063"
}

.la-arrow-left:before {
    content: "\f060"
}

.la-arrow-right:before {
    content: "\f061"
}

.la-arrow-up:before {
    content: "\f062"
}

.la-arrows-alt:before {
    content: "\f0b2"
}

.la-arrows-alt-h:before {
    content: "\f337"
}

.la-arrows-alt-v:before {
    content: "\f338"
}

.la-artstation:before {
    content: "\f77a"
}

.la-assistive-listening-systems:before {
    content: "\f2a2"
}

.la-asterisk:before {
    content: "\f069"
}

.la-asymmetrik:before {
    content: "\f372"
}

.la-at:before {
    content: "\f1fa"
}

.la-atlas:before {
    content: "\f558"
}

.la-atlassian:before {
    content: "\f77b"
}

.la-atom:before {
    content: "\f5d2"
}

.la-audible:before {
    content: "\f373"
}

.la-audio-description:before {
    content: "\f29e"
}

.la-autoprefixer:before {
    content: "\f41c"
}

.la-avianex:before {
    content: "\f374"
}

.la-aviato:before {
    content: "\f421"
}

.la-award:before {
    content: "\f559"
}

.la-aws:before {
    content: "\f375"
}

.la-baby:before {
    content: "\f77c"
}

.la-baby-carriage:before {
    content: "\f77d"
}

.la-backspace:before {
    content: "\f55a"
}

.la-backward:before {
    content: "\f04a"
}

.la-bacon:before {
    content: "\f7e5"
}

.la-balance-scale:before {
    content: "\f24e"
}

.la-balance-scale-left:before {
    content: "\f515"
}

.la-balance-scale-right:before {
    content: "\f516"
}

.la-ban:before {
    content: "\f05e"
}

.la-band-aid:before {
    content: "\f462"
}

.la-bandcamp:before {
    content: "\f2d5"
}

.la-barcode:before {
    content: "\f02a"
}

.la-bars:before {
    content: "\f0c9"
}

.la-baseball-ball:before {
    content: "\f433"
}

.la-basketball-ball:before {
    content: "\f434"
}

.la-bath:before {
    content: "\f2cd"
}

.la-battery-empty:before {
    content: "\f244"
}

.la-battery-full:before {
    content: "\f240"
}

.la-battery-half:before {
    content: "\f242"
}

.la-battery-quarter:before {
    content: "\f243"
}

.la-battery-three-quarters:before {
    content: "\f241"
}

.la-battle-net:before {
    content: "\f835"
}

.la-bed:before {
    content: "\f236"
}

.la-beer:before {
    content: "\f0fc"
}

.la-behance:before {
    content: "\f1b4"
}

.la-behance-square:before {
    content: "\f1b5"
}

.la-bell:before {
    content: "\f0f3"
}

.la-bell-slash:before {
    content: "\f1f6"
}

.la-bezier-curve:before {
    content: "\f55b"
}

.la-bible:before {
    content: "\f647"
}

.la-bicycle:before {
    content: "\f206"
}

.la-biking:before {
    content: "\f84a"
}

.la-bimobject:before {
    content: "\f378"
}

.la-binoculars:before {
    content: "\f1e5"
}

.la-biohazard:before {
    content: "\f780"
}

.la-birthday-cake:before {
    content: "\f1fd"
}

.la-bitbucket:before {
    content: "\f171"
}

.la-bitcoin:before {
    content: "\f379"
}

.la-bity:before {
    content: "\f37a"
}

.la-black-tie:before {
    content: "\f27e"
}

.la-blackberry:before {
    content: "\f37b"
}

.la-blender:before {
    content: "\f517"
}

.la-blender-phone:before {
    content: "\f6b6"
}

.la-blind:before {
    content: "\f29d"
}

.la-blog:before {
    content: "\f781"
}

.la-blogger:before {
    content: "\f37c"
}

.la-blogger-b:before {
    content: "\f37d"
}

.la-bluetooth:before {
    content: "\f293"
}

.la-bluetooth-b:before {
    content: "\f294"
}

.la-bold:before {
    content: "\f032"
}

.la-bolt:before {
    content: "\f0e7"
}

.la-bomb:before {
    content: "\f1e2"
}

.la-bone:before {
    content: "\f5d7"
}

.la-bong:before {
    content: "\f55c"
}

.la-book:before {
    content: "\f02d"
}

.la-book-dead:before {
    content: "\f6b7"
}

.la-book-medical:before {
    content: "\f7e6"
}

.la-book-open:before {
    content: "\f518"
}

.la-book-reader:before {
    content: "\f5da"
}

.la-bookmark:before {
    content: "\f02e"
}

.la-bootstrap:before {
    content: "\f836"
}

.la-border-all:before {
    content: "\f84c"
}

.la-border-none:before {
    content: "\f850"
}

.la-border-style:before {
    content: "\f853"
}

.la-bowling-ball:before {
    content: "\f436"
}

.la-box:before {
    content: "\f466"
}

.la-box-open:before {
    content: "\f49e"
}

.la-boxes:before {
    content: "\f468"
}

.la-braille:before {
    content: "\f2a1"
}

.la-brain:before {
    content: "\f5dc"
}

.la-bread-slice:before {
    content: "\f7ec"
}

.la-briefcase:before {
    content: "\f0b1"
}

.la-briefcase-medical:before {
    content: "\f469"
}

.la-broadcast-tower:before {
    content: "\f519"
}

.la-broom:before {
    content: "\f51a"
}

.la-brush:before {
    content: "\f55d"
}

.la-btc:before {
    content: "\f15a"
}

.la-buffer:before {
    content: "\f837"
}

.la-bug:before {
    content: "\f188"
}

.la-building:before {
    content: "\f1ad"
}

.la-bullhorn:before {
    content: "\f0a1"
}

.la-bullseye:before {
    content: "\f140"
}

.la-burn:before {
    content: "\f46a"
}

.la-buromobelexperte:before {
    content: "\f37f"
}

.la-bus:before {
    content: "\f207"
}

.la-bus-alt:before {
    content: "\f55e"
}

.la-business-time:before {
    content: "\f64a"
}

.la-buy-n-large:before {
    content: "\f8a6"
}

.la-buysellads:before {
    content: "\f20d"
}

.la-calculator:before {
    content: "\f1ec"
}

.la-calendar:before {
    content: "\f133"
}

.la-calendar-alt:before {
    content: "\f073"
}

.la-calendar-check:before {
    content: "\f274"
}

.la-calendar-day:before {
    content: "\f783"
}

.la-calendar-minus:before {
    content: "\f272"
}

.la-calendar-plus:before {
    content: "\f271"
}

.la-calendar-times:before {
    content: "\f273"
}

.la-calendar-week:before {
    content: "\f784"
}

.la-camera:before {
    content: "\f030"
}

.la-camera-retro:before {
    content: "\f083"
}

.la-campground:before {
    content: "\f6bb"
}

.la-canadian-maple-leaf:before {
    content: "\f785"
}

.la-candy-cane:before {
    content: "\f786"
}

.la-cannabis:before {
    content: "\f55f"
}

.la-capsules:before {
    content: "\f46b"
}

.la-car:before {
    content: "\f1b9"
}

.la-car-alt:before {
    content: "\f5de"
}

.la-car-battery:before {
    content: "\f5df"
}

.la-car-crash:before {
    content: "\f5e1"
}

.la-car-side:before {
    content: "\f5e4"
}

.la-caret-down:before {
    content: "\f0d7"
}

.la-caret-left:before {
    content: "\f0d9"
}

.la-caret-right:before {
    content: "\f0da"
}

.la-caret-square-down:before {
    content: "\f150"
}

.la-caret-square-left:before {
    content: "\f191"
}

.la-caret-square-right:before {
    content: "\f152"
}

.la-caret-square-up:before {
    content: "\f151"
}

.la-caret-up:before {
    content: "\f0d8"
}

.la-carrot:before {
    content: "\f787"
}

.la-cart-arrow-down:before {
    content: "\f218"
}

.la-cart-plus:before {
    content: "\f217"
}

.la-cash-register:before {
    content: "\f788"
}

.la-cat:before {
    content: "\f6be"
}

.la-cc-amazon-pay:before {
    content: "\f42d"
}

.la-cc-amex:before {
    content: "\f1f3"
}

.la-cc-apple-pay:before {
    content: "\f416"
}

.la-cc-diners-club:before {
    content: "\f24c"
}

.la-cc-discover:before {
    content: "\f1f2"
}

.la-cc-jcb:before {
    content: "\f24b"
}

.la-cc-mastercard:before {
    content: "\f1f1"
}

.la-cc-paypal:before {
    content: "\f1f4"
}

.la-cc-stripe:before {
    content: "\f1f5"
}

.la-cc-visa:before {
    content: "\f1f0"
}

.la-centercode:before {
    content: "\f380"
}

.la-centos:before {
    content: "\f789"
}

.la-certificate:before {
    content: "\f0a3"
}

.la-chair:before {
    content: "\f6c0"
}

.la-chalkboard:before {
    content: "\f51b"
}

.la-chalkboard-teacher:before {
    content: "\f51c"
}

.la-charging-station:before {
    content: "\f5e7"
}

.la-chart-area:before {
    content: "\f1fe"
}

.la-chart-bar:before {
    content: "\f080"
}

.la-chart-line:before {
    content: "\f201"
}

.la-chart-pie:before {
    content: "\f200"
}

.la-check:before {
    content: "\f00c"
}

.la-check-circle:before {
    content: "\f058"
}

.la-check-double:before {
    content: "\f560"
}

.la-check-square:before {
    content: "\f14a"
}

.la-cheese:before {
    content: "\f7ef"
}

.la-chess:before {
    content: "\f439"
}

.la-chess-bishop:before {
    content: "\f43a"
}

.la-chess-board:before {
    content: "\f43c"
}

.la-chess-king:before {
    content: "\f43f"
}

.la-chess-knight:before {
    content: "\f441"
}

.la-chess-pawn:before {
    content: "\f443"
}

.la-chess-queen:before {
    content: "\f445"
}

.la-chess-rook:before {
    content: "\f447"
}

.la-chevron-circle-down:before {
    content: "\f13a"
}

.la-chevron-circle-left:before {
    content: "\f137"
}

.la-chevron-circle-right:before {
    content: "\f138"
}

.la-chevron-circle-up:before {
    content: "\f139"
}

.la-chevron-down:before {
    content: "\f078"
}

.la-chevron-left:before {
    content: "\f053"
}

.la-chevron-right:before {
    content: "\f054"
}

.la-chevron-up:before {
    content: "\f077"
}

.la-child:before {
    content: "\f1ae"
}

.la-chrome:before {
    content: "\f268"
}

.la-chromecast:before {
    content: "\f838"
}

.la-church:before {
    content: "\f51d"
}

.la-circle:before {
    content: "\f111"
}

.la-circle-notch:before {
    content: "\f1ce"
}

.la-city:before {
    content: "\f64f"
}

.la-clinic-medical:before {
    content: "\f7f2"
}

.la-clipboard:before {
    content: "\f328"
}

.la-clipboard-check:before {
    content: "\f46c"
}

.la-clipboard-list:before {
    content: "\f46d"
}

.la-clock:before {
    content: "\f017"
}

.la-clone:before {
    content: "\f24d"
}

.la-closed-captioning:before {
    content: "\f20a"
}

.la-cloud:before {
    content: "\f0c2"
}

.la-cloud-download-alt:before {
    content: "\f381"
}

.la-cloud-meatball:before {
    content: "\f73b"
}

.la-cloud-moon:before {
    content: "\f6c3"
}

.la-cloud-moon-rain:before {
    content: "\f73c"
}

.la-cloud-rain:before {
    content: "\f73d"
}

.la-cloud-showers-heavy:before {
    content: "\f740"
}

.la-cloud-sun:before {
    content: "\f6c4"
}

.la-cloud-sun-rain:before {
    content: "\f743"
}

.la-cloud-upload-alt:before {
    content: "\f382"
}

.la-cloudscale:before {
    content: "\f383"
}

.la-cloudsmith:before {
    content: "\f384"
}

.la-cloudversify:before {
    content: "\f385"
}

.la-cocktail:before {
    content: "\f561"
}

.la-code:before {
    content: "\f121"
}

.la-code-branch:before {
    content: "\f126"
}

.la-codepen:before {
    content: "\f1cb"
}

.la-codiepie:before {
    content: "\f284"
}

.la-coffee:before {
    content: "\f0f4"
}

.la-cog:before {
    content: "\f013"
}

.la-cogs:before {
    content: "\f085"
}

.la-coins:before {
    content: "\f51e"
}

.la-columns:before {
    content: "\f0db"
}

.la-comment:before {
    content: "\f075"
}

.la-comment-alt:before {
    content: "\f27a"
}

.la-comment-dollar:before {
    content: "\f651"
}

.la-comment-dots:before {
    content: "\f4ad"
}

.la-comment-medical:before {
    content: "\f7f5"
}

.la-comment-slash:before {
    content: "\f4b3"
}

.la-comments:before {
    content: "\f086"
}

.la-comments-dollar:before {
    content: "\f653"
}

.la-compact-disc:before {
    content: "\f51f"
}

.la-compass:before {
    content: "\f14e"
}

.la-compress:before {
    content: "\f066"
}

.la-compress-arrows-alt:before {
    content: "\f78c"
}

.la-concierge-bell:before {
    content: "\f562"
}

.la-confluence:before {
    content: "\f78d"
}

.la-connectdevelop:before {
    content: "\f20e"
}

.la-contao:before {
    content: "\f26d"
}

.la-cookie:before {
    content: "\f563"
}

.la-cookie-bite:before {
    content: "\f564"
}

.la-copy:before {
    content: "\f0c5"
}

.la-copyright:before {
    content: "\f1f9"
}

.la-cotton-bureau:before {
    content: "\f89e"
}

.la-couch:before {
    content: "\f4b8"
}

.la-cpanel:before {
    content: "\f388"
}

.la-creative-commons:before {
    content: "\f25e"
}

.la-creative-commons-by:before {
    content: "\f4e7"
}

.la-creative-commons-nc:before {
    content: "\f4e8"
}

.la-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.la-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.la-creative-commons-nd:before {
    content: "\f4eb"
}

.la-creative-commons-pd:before {
    content: "\f4ec"
}

.la-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.la-creative-commons-remix:before {
    content: "\f4ee"
}

.la-creative-commons-sa:before {
    content: "\f4ef"
}

.la-creative-commons-sampling:before {
    content: "\f4f0"
}

.la-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.la-creative-commons-share:before {
    content: "\f4f2"
}

.la-creative-commons-zero:before {
    content: "\f4f3"
}

.la-credit-card:before {
    content: "\f09d"
}

.la-critical-role:before {
    content: "\f6c9"
}

.la-crop:before {
    content: "\f125"
}

.la-crop-alt:before {
    content: "\f565"
}

.la-cross:before {
    content: "\f654"
}

.la-crosshairs:before {
    content: "\f05b"
}

.la-crow:before {
    content: "\f520"
}

.la-crown:before {
    content: "\f521"
}

.la-crutch:before {
    content: "\f7f7"
}

.la-css3:before {
    content: "\f13c"
}

.la-css3-alt:before {
    content: "\f38b"
}

.la-cube:before {
    content: "\f1b2"
}

.la-cubes:before {
    content: "\f1b3"
}

.la-cut:before {
    content: "\f0c4"
}

.la-cuttlefish:before {
    content: "\f38c"
}

.la-d-and-d:before {
    content: "\f38d"
}

.la-d-and-d-beyond:before {
    content: "\f6ca"
}

.la-dashcube:before {
    content: "\f210"
}

.la-database:before {
    content: "\f1c0"
}

.la-deaf:before {
    content: "\f2a4"
}

.la-delicious:before {
    content: "\f1a5"
}

.la-democrat:before {
    content: "\f747"
}

.la-deploydog:before {
    content: "\f38e"
}

.la-deskpro:before {
    content: "\f38f"
}

.la-desktop:before {
    content: "\f108"
}

.la-dev:before {
    content: "\f6cc"
}

.la-deviantart:before {
    content: "\f1bd"
}

.la-dharmachakra:before {
    content: "\f655"
}

.la-dhl:before {
    content: "\f790"
}

.la-diagnoses:before {
    content: "\f470"
}

.la-diaspora:before {
    content: "\f791"
}

.la-dice:before {
    content: "\f522"
}

.la-dice-d20:before {
    content: "\f6cf"
}

.la-dice-d6:before {
    content: "\f6d1"
}

.la-dice-five:before {
    content: "\f523"
}

.la-dice-four:before {
    content: "\f524"
}

.la-dice-one:before {
    content: "\f525"
}

.la-dice-six:before {
    content: "\f526"
}

.la-dice-three:before {
    content: "\f527"
}

.la-dice-two:before {
    content: "\f528"
}

.la-digg:before {
    content: "\f1a6"
}

.la-digital-ocean:before {
    content: "\f391"
}

.la-digital-tachograph:before {
    content: "\f566"
}

.la-directions:before {
    content: "\f5eb"
}

.la-discord:before {
    content: "\f392"
}

.la-discourse:before {
    content: "\f393"
}

.la-divide:before {
    content: "\f529"
}

.la-dizzy:before {
    content: "\f567"
}

.la-dna:before {
    content: "\f471"
}

.la-dochub:before {
    content: "\f394"
}

.la-docker:before {
    content: "\f395"
}

.la-dog:before {
    content: "\f6d3"
}

.la-dollar-sign:before {
    content: "\f155"
}

.la-dolly:before {
    content: "\f472"
}

.la-dolly-flatbed:before {
    content: "\f474"
}

.la-donate:before {
    content: "\f4b9"
}

.la-door-closed:before {
    content: "\f52a"
}

.la-door-open:before {
    content: "\f52b"
}

.la-dot-circle:before {
    content: "\f192"
}

.la-dove:before {
    content: "\f4ba"
}

.la-download:before {
    content: "\f019"
}

.la-draft2digital:before {
    content: "\f396"
}

.la-drafting-compass:before {
    content: "\f568"
}

.la-dragon:before {
    content: "\f6d5"
}

.la-draw-polygon:before {
    content: "\f5ee"
}

.la-dribbble:before {
    content: "\f17d"
}

.la-dribbble-square:before {
    content: "\f397"
}

.la-dropbox:before {
    content: "\f16b"
}

.la-drum:before {
    content: "\f569"
}

.la-drum-steelpan:before {
    content: "\f56a"
}

.la-drumstick-bite:before {
    content: "\f6d7"
}

.la-drupal:before {
    content: "\f1a9"
}

.la-dumbbell:before {
    content: "\f44b"
}

.la-dumpster:before {
    content: "\f793"
}

.la-dumpster-fire:before {
    content: "\f794"
}

.la-dungeon:before {
    content: "\f6d9"
}

.la-dyalog:before {
    content: "\f399"
}

.la-earlybirds:before {
    content: "\f39a"
}

.la-ebay:before {
    content: "\f4f4"
}

.la-edge:before {
    content: "\f282"
}

.la-edit:before {
    content: "\f044"
}

.la-egg:before {
    content: "\f7fb"
}

.la-eject:before {
    content: "\f052"
}

.la-elementor:before {
    content: "\f430"
}

.la-ellipsis-h:before {
    content: "\f141"
}

.la-ellipsis-v:before {
    content: "\f142"
}

.la-ello:before {
    content: "\f5f1"
}

.la-ember:before {
    content: "\f423"
}

.la-empire:before {
    content: "\f1d1"
}

.la-envelope:before {
    content: "\f0e0"
}

.la-envelope-open:before {
    content: "\f2b6"
}

.la-envelope-open-text:before {
    content: "\f658"
}

.la-envelope-square:before {
    content: "\f199"
}

.la-envira:before {
    content: "\f299"
}

.la-equals:before {
    content: "\f52c"
}

.la-eraser:before {
    content: "\f12d"
}

.la-erlang:before {
    content: "\f39d"
}

.la-ethereum:before {
    content: "\f42e"
}

.la-ethernet:before {
    content: "\f796"
}

.la-etsy:before {
    content: "\f2d7"
}

.la-euro-sign:before {
    content: "\f153"
}

.la-evernote:before {
    content: "\f839"
}

.la-exchange-alt:before {
    content: "\f362"
}

.la-exclamation:before {
    content: "\f12a"
}

.la-exclamation-circle:before {
    content: "\f06a"
}

.la-exclamation-triangle:before {
    content: "\f071"
}

.la-expand:before {
    content: "\f065"
}

.la-expand-arrows-alt:before {
    content: "\f31e"
}

.la-expeditedssl:before {
    content: "\f23e"
}

.la-external-link-alt:before {
    content: "\f35d"
}

.la-external-link-square-alt:before {
    content: "\f360"
}

.la-eye:before {
    content: "\f06e"
}

.la-eye-dropper:before {
    content: "\f1fb"
}

.la-eye-slash:before {
    content: "\f070"
}

.la-facebook:before {
    content: "\f09a"
}

.la-facebook-f:before {
    content: "\f39e"
}

.la-facebook-messenger:before {
    content: "\f39f"
}

.la-facebook-square:before {
    content: "\f082"
}

.la-fan:before {
    content: "\f863"
}

.la-fantasy-flight-games:before {
    content: "\f6dc"
}

.la-fast-backward:before {
    content: "\f049"
}

.la-fast-forward:before {
    content: "\f050"
}

.la-fax:before {
    content: "\f1ac"
}

.la-feather:before {
    content: "\f52d"
}

.la-feather-alt:before {
    content: "\f56b"
}

.la-fedex:before {
    content: "\f797"
}

.la-fedora:before {
    content: "\f798"
}

.la-female:before {
    content: "\f182"
}

.la-fighter-jet:before {
    content: "\f0fb"
}

.la-figma:before {
    content: "\f799"
}

.la-file:before {
    content: "\f15b"
}

.la-file-alt:before {
    content: "\f15c"
}

.la-file-archive:before {
    content: "\f1c6"
}

.la-file-audio:before {
    content: "\f1c7"
}

.la-file-code:before {
    content: "\f1c9"
}

.la-file-contract:before {
    content: "\f56c"
}

.la-file-csv:before {
    content: "\f6dd"
}

.la-file-download:before {
    content: "\f56d"
}

.la-file-excel:before {
    content: "\f1c3"
}

.la-file-export:before {
    content: "\f56e"
}

.la-file-image:before {
    content: "\f1c5"
}

.la-file-import:before {
    content: "\f56f"
}

.la-file-invoice:before {
    content: "\f570"
}

.la-file-invoice-dollar:before {
    content: "\f571"
}

.la-file-medical:before {
    content: "\f477"
}

.la-file-medical-alt:before {
    content: "\f478"
}

.la-file-pdf:before {
    content: "\f1c1"
}

.la-file-powerpoint:before {
    content: "\f1c4"
}

.la-file-prescription:before {
    content: "\f572"
}

.la-file-signature:before {
    content: "\f573"
}

.la-file-upload:before {
    content: "\f574"
}

.la-file-video:before {
    content: "\f1c8"
}

.la-file-word:before {
    content: "\f1c2"
}

.la-fill:before {
    content: "\f575"
}

.la-fill-drip:before {
    content: "\f576"
}

.la-film:before {
    content: "\f008"
}

.la-filter:before {
    content: "\f0b0"
}

.la-fingerprint:before {
    content: "\f577"
}

.la-fire:before {
    content: "\f06d"
}

.la-fire-alt:before {
    content: "\f7e4"
}

.la-fire-extinguisher:before {
    content: "\f134"
}

.la-firefox:before {
    content: "\f269"
}

.la-first-aid:before {
    content: "\f479"
}

.la-first-order:before {
    content: "\f2b0"
}

.la-first-order-alt:before {
    content: "\f50a"
}

.la-firstdraft:before {
    content: "\f3a1"
}

.la-fish:before {
    content: "\f578"
}

.la-fist-raised:before {
    content: "\f6de"
}

.la-flag:before {
    content: "\f024"
}

.la-flag-checkered:before {
    content: "\f11e"
}

.la-flag-usa:before {
    content: "\f74d"
}

.la-flask:before {
    content: "\f0c3"
}

.la-flickr:before {
    content: "\f16e"
}

.la-flipboard:before {
    content: "\f44d"
}

.la-flushed:before {
    content: "\f579"
}

.la-fly:before {
    content: "\f417"
}

.la-folder:before {
    content: "\f07b"
}

.la-folder-minus:before {
    content: "\f65d"
}

.la-folder-open:before {
    content: "\f07c"
}

.la-folder-plus:before {
    content: "\f65e"
}

.la-font:before {
    content: "\f031"
}

.la-font-awesome:before {
    content: "\f2b4"
}

.la-font-awesome-alt:before {
    content: "\f35c"
}

.la-font-awesome-flag:before {
    content: "\f425"
}

.la-font-awesome-logo-full:before {
    content: "\f4e6"
}

.la-fonticons:before {
    content: "\f280"
}

.la-fonticons-fi:before {
    content: "\f3a2"
}

.la-football-ball:before {
    content: "\f44e"
}

.la-fort-awesome:before {
    content: "\f286"
}

.la-fort-awesome-alt:before {
    content: "\f3a3"
}

.la-forumbee:before {
    content: "\f211"
}

.la-forward:before {
    content: "\f04e"
}

.la-foursquare:before {
    content: "\f180"
}

.la-free-code-camp:before {
    content: "\f2c5"
}

.la-freebsd:before {
    content: "\f3a4"
}

.la-frog:before {
    content: "\f52e"
}

.la-frown:before {
    content: "\f119"
}

.la-frown-open:before {
    content: "\f57a"
}

.la-fulcrum:before {
    content: "\f50b"
}

.la-funnel-dollar:before {
    content: "\f662"
}

.la-futbol:before {
    content: "\f1e3"
}

.la-galactic-republic:before {
    content: "\f50c"
}

.la-galactic-senate:before {
    content: "\f50d"
}

.la-gamepad:before {
    content: "\f11b"
}

.la-gas-pump:before {
    content: "\f52f"
}

.la-gavel:before {
    content: "\f0e3"
}

.la-gem:before {
    content: "\f3a5"
}

.la-genderless:before {
    content: "\f22d"
}

.la-get-pocket:before {
    content: "\f265"
}

.la-gg:before {
    content: "\f260"
}

.la-gg-circle:before {
    content: "\f261"
}

.la-ghost:before {
    content: "\f6e2"
}

.la-gift:before {
    content: "\f06b"
}

.la-gifts:before {
    content: "\f79c"
}

.la-git:before {
    content: "\f1d3"
}

.la-git-alt:before {
    content: "\f841"
}

.la-git-square:before {
    content: "\f1d2"
}

.la-github:before {
    content: "\f09b"
}

.la-github-alt:before {
    content: "\f113"
}

.la-github-square:before {
    content: "\f092"
}

.la-gitkraken:before {
    content: "\f3a6"
}

.la-gitlab:before {
    content: "\f296"
}

.la-gitter:before {
    content: "\f426"
}

.la-glass-cheers:before {
    content: "\f79f"
}

.la-glass-martini:before {
    content: "\f000"
}

.la-glass-martini-alt:before {
    content: "\f57b"
}

.la-glass-whiskey:before {
    content: "\f7a0"
}

.la-glasses:before {
    content: "\f530"
}

.la-glide:before {
    content: "\f2a5"
}

.la-glide-g:before {
    content: "\f2a6"
}

.la-globe:before {
    content: "\f0ac"
}

.la-globe-africa:before {
    content: "\f57c"
}

.la-globe-americas:before {
    content: "\f57d"
}

.la-globe-asia:before {
    content: "\f57e"
}

.la-globe-europe:before {
    content: "\f7a2"
}

.la-gofore:before {
    content: "\f3a7"
}

.la-golf-ball:before {
    content: "\f450"
}

.la-goodreads:before {
    content: "\f3a8"
}

.la-goodreads-g:before {
    content: "\f3a9"
}

.la-google:before {
    content: "\f1a0"
}

.la-google-drive:before {
    content: "\f3aa"
}

.la-google-play:before {
    content: "\f3ab"
}

.la-google-plus:before {
    content: "\f2b3"
}

.la-google-plus-g:before {
    content: "\f0d5"
}

.la-google-plus-square:before {
    content: "\f0d4"
}

.la-google-wallet:before {
    content: "\f1ee"
}

.la-gopuram:before {
    content: "\f664"
}

.la-graduation-cap:before {
    content: "\f19d"
}

.la-gratipay:before {
    content: "\f184"
}

.la-grav:before {
    content: "\f2d6"
}

.la-greater-than:before {
    content: "\f531"
}

.la-greater-than-equal:before {
    content: "\f532"
}

.la-grimace:before {
    content: "\f57f"
}

.la-grin:before {
    content: "\f580"
}

.la-grin-alt:before {
    content: "\f581"
}

.la-grin-beam:before {
    content: "\f582"
}

.la-grin-beam-sweat:before {
    content: "\f583"
}

.la-grin-hearts:before {
    content: "\f584"
}

.la-grin-squint:before {
    content: "\f585"
}

.la-grin-squint-tears:before {
    content: "\f586"
}

.la-grin-stars:before {
    content: "\f587"
}

.la-grin-tears:before {
    content: "\f588"
}

.la-grin-tongue:before {
    content: "\f589"
}

.la-grin-tongue-squint:before {
    content: "\f58a"
}

.la-grin-tongue-wink:before {
    content: "\f58b"
}

.la-grin-wink:before {
    content: "\f58c"
}

.la-grip-horizontal:before {
    content: "\f58d"
}

.la-grip-lines:before {
    content: "\f7a4"
}

.la-grip-lines-vertical:before {
    content: "\f7a5"
}

.la-grip-vertical:before {
    content: "\f58e"
}

.la-gripfire:before {
    content: "\f3ac"
}

.la-grunt:before {
    content: "\f3ad"
}

.la-guitar:before {
    content: "\f7a6"
}

.la-gulp:before {
    content: "\f3ae"
}

.la-h-square:before {
    content: "\f0fd"
}

.la-hacker-news:before {
    content: "\f1d4"
}

.la-hacker-news-square:before {
    content: "\f3af"
}

.la-hackerrank:before {
    content: "\f5f7"
}

.la-hamburger:before {
    content: "\f805"
}

.la-hammer:before {
    content: "\f6e3"
}

.la-hamsa:before {
    content: "\f665"
}

.la-hand-holding:before {
    content: "\f4bd"
}

.la-hand-holding-heart:before {
    content: "\f4be"
}

.la-hand-holding-usd:before {
    content: "\f4c0"
}

.la-hand-lizard:before {
    content: "\f258"
}

.la-hand-middle-finger:before {
    content: "\f806"
}

.la-hand-paper:before {
    content: "\f256"
}

.la-hand-peace:before {
    content: "\f25b"
}

.la-hand-point-down:before {
    content: "\f0a7"
}

.la-hand-point-left:before {
    content: "\f0a5"
}

.la-hand-point-right:before {
    content: "\f0a4"
}

.la-hand-point-up:before {
    content: "\f0a6"
}

.la-hand-pointer:before {
    content: "\f25a"
}

.la-hand-rock:before {
    content: "\f255"
}

.la-hand-scissors:before {
    content: "\f257"
}

.la-hand-spock:before {
    content: "\f259"
}

.la-hands:before {
    content: "\f4c2"
}

.la-hands-helping:before {
    content: "\f4c4"
}

.la-handshake:before {
    content: "\f2b5"
}

.la-hanukiah:before {
    content: "\f6e6"
}

.la-hard-hat:before {
    content: "\f807"
}

.la-hashtag:before {
    content: "\f292"
}

.la-hat-cowboy:before {
    content: "\f8c0"
}

.la-hat-cowboy-side:before {
    content: "\f8c1"
}

.la-hat-wizard:before {
    content: "\f6e8"
}

.la-haykal:before {
    content: "\f666"
}

.la-hdd:before {
    content: "\f0a0"
}

.la-heading:before {
    content: "\f1dc"
}

.la-headphones:before {
    content: "\f025"
}

.la-headphones-alt:before {
    content: "\f58f"
}

.la-headset:before {
    content: "\f590"
}

.la-heart:before {
    content: "\f004"
}

.la-heart-broken:before {
    content: "\f7a9"
}

.la-heartbeat:before {
    content: "\f21e"
}

.la-helicopter:before {
    content: "\f533"
}

.la-highlighter:before {
    content: "\f591"
}

.la-hiking:before {
    content: "\f6ec"
}

.la-hippo:before {
    content: "\f6ed"
}

.la-hips:before {
    content: "\f452"
}

.la-hire-a-helper:before {
    content: "\f3b0"
}

.la-history:before {
    content: "\f1da"
}

.la-hockey-puck:before {
    content: "\f453"
}

.la-holly-berry:before {
    content: "\f7aa"
}

.la-home:before {
    content: "\f015"
}

.la-hooli:before {
    content: "\f427"
}

.la-hornbill:before {
    content: "\f592"
}

.la-horse:before {
    content: "\f6f0"
}

.la-horse-head:before {
    content: "\f7ab"
}

.la-hospital:before {
    content: "\f0f8"
}

.la-hospital-alt:before {
    content: "\f47d"
}

.la-hospital-symbol:before {
    content: "\f47e"
}

.la-hot-tub:before {
    content: "\f593"
}

.la-hotdog:before {
    content: "\f80f"
}

.la-hotel:before {
    content: "\f594"
}

.la-hotjar:before {
    content: "\f3b1"
}

.la-hourglass:before {
    content: "\f254"
}

.la-hourglass-end:before {
    content: "\f253"
}

.la-hourglass-half:before {
    content: "\f252"
}

.la-hourglass-start:before {
    content: "\f251"
}

.la-house-damage:before {
    content: "\f6f1"
}

.la-houzz:before {
    content: "\f27c"
}

.la-hryvnia:before {
    content: "\f6f2"
}

.la-html5:before {
    content: "\f13b"
}

.la-hubspot:before {
    content: "\f3b2"
}

.la-i-cursor:before {
    content: "\f246"
}

.la-ice-cream:before {
    content: "\f810"
}

.la-icicles:before {
    content: "\f7ad"
}

.la-icons:before {
    content: "\f86d"
}

.la-id-badge:before {
    content: "\f2c1"
}

.la-id-card:before {
    content: "\f2c2"
}

.la-id-card-alt:before {
    content: "\f47f"
}

.la-igloo:before {
    content: "\f7ae"
}

.la-image:before {
    content: "\f03e"
}

.la-images:before {
    content: "\f302"
}

.la-imdb:before {
    content: "\f2d8"
}

.la-inbox:before {
    content: "\f01c"
}

.la-indent:before {
    content: "\f03c"
}

.la-industry:before {
    content: "\f275"
}

.la-infinity:before {
    content: "\f534"
}

.la-info:before {
    content: "\f129"
}

.la-info-circle:before {
    content: "\f05a"
}

.la-instagram:before {
    content: "\f16d"
}

.la-intercom:before {
    content: "\f7af"
}

.la-internet-explorer:before {
    content: "\f26b"
}

.la-invision:before {
    content: "\f7b0"
}

.la-ioxhost:before {
    content: "\f208"
}

.la-italic:before {
    content: "\f033"
}

.la-itch-io:before {
    content: "\f83a"
}

.la-itunes:before {
    content: "\f3b4"
}

.la-itunes-note:before {
    content: "\f3b5"
}

.la-java:before {
    content: "\f4e4"
}

.la-jedi:before {
    content: "\f669"
}

.la-jedi-order:before {
    content: "\f50e"
}

.la-jenkins:before {
    content: "\f3b6"
}

.la-jira:before {
    content: "\f7b1"
}

.la-joget:before {
    content: "\f3b7"
}

.la-joint:before {
    content: "\f595"
}

.la-joomla:before {
    content: "\f1aa"
}

.la-journal-whills:before {
    content: "\f66a"
}

.la-js:before {
    content: "\f3b8"
}

.la-js-square:before {
    content: "\f3b9"
}

.la-jsfiddle:before {
    content: "\f1cc"
}

.la-kaaba:before {
    content: "\f66b"
}

.la-kaggle:before {
    content: "\f5fa"
}

.la-key:before {
    content: "\f084"
}

.la-keybase:before {
    content: "\f4f5"
}

.la-keyboard:before {
    content: "\f11c"
}

.la-keycdn:before {
    content: "\f3ba"
}

.la-khanda:before {
    content: "\f66d"
}

.la-kickstarter:before {
    content: "\f3bb"
}

.la-kickstarter-k:before {
    content: "\f3bc"
}

.la-kiss:before {
    content: "\f596"
}

.la-kiss-beam:before {
    content: "\f597"
}

.la-kiss-wink-heart:before {
    content: "\f598"
}

.la-kiwi-bird:before {
    content: "\f535"
}

.la-korvue:before {
    content: "\f42f"
}

.la-landmark:before {
    content: "\f66f"
}

.la-language:before {
    content: "\f1ab"
}

.la-laptop:before {
    content: "\f109"
}

.la-laptop-code:before {
    content: "\f5fc"
}

.la-laptop-medical:before {
    content: "\f812"
}

.la-laravel:before {
    content: "\f3bd"
}

.la-lastfm:before {
    content: "\f202"
}

.la-lastfm-square:before {
    content: "\f203"
}

.la-laugh:before {
    content: "\f599"
}

.la-laugh-beam:before {
    content: "\f59a"
}

.la-laugh-squint:before {
    content: "\f59b"
}

.la-laugh-wink:before {
    content: "\f59c"
}

.la-layer-group:before {
    content: "\f5fd"
}

.la-leaf:before {
    content: "\f06c"
}

.la-leanpub:before {
    content: "\f212"
}

.la-lemon:before {
    content: "\f094"
}

.la-less:before {
    content: "\f41d"
}

.la-less-than:before {
    content: "\f536"
}

.la-less-than-equal:before {
    content: "\f537"
}

.la-level-down-alt:before {
    content: "\f3be"
}

.la-level-up-alt:before {
    content: "\f3bf"
}

.la-life-ring:before {
    content: "\f1cd"
}

.la-lightbulb:before {
    content: "\f0eb"
}

.la-line:before {
    content: "\f3c0"
}

.la-link:before {
    content: "\f0c1"
}

.la-linkedin:before {
    content: "\f08c"
}

.la-linkedin-in:before {
    content: "\f0e1"
}

.la-linode:before {
    content: "\f2b8"
}

.la-linux:before {
    content: "\f17c"
}

.la-lira-sign:before {
    content: "\f195"
}

.la-list:before {
    content: "\f03a"
}

.la-list-alt:before {
    content: "\f022"
}

.la-list-ol:before {
    content: "\f0cb"
}

.la-list-ul:before {
    content: "\f0ca"
}

.la-location-arrow:before {
    content: "\f124"
}

.la-lock:before {
    content: "\f023"
}

.la-lock-open:before {
    content: "\f3c1"
}

.la-long-arrow-alt-down:before {
    content: "\f309"
}

.la-long-arrow-alt-left:before {
    content: "\f30a"
}

.la-long-arrow-alt-right:before {
    content: "\f30b"
}

.la-long-arrow-alt-up:before {
    content: "\f30c"
}

.la-low-vision:before {
    content: "\f2a8"
}

.la-luggage-cart:before {
    content: "\f59d"
}

.la-lyft:before {
    content: "\f3c3"
}

.la-magento:before {
    content: "\f3c4"
}

.la-magic:before {
    content: "\f0d0"
}

.la-magnet:before {
    content: "\f076"
}

.la-mail-bulk:before {
    content: "\f674"
}

.la-mailchimp:before {
    content: "\f59e"
}

.la-male:before {
    content: "\f183"
}

.la-mandalorian:before {
    content: "\f50f"
}

.la-map:before {
    content: "\f279"
}

.la-map-marked:before {
    content: "\f59f"
}

.la-map-marked-alt:before {
    content: "\f5a0"
}

.la-map-marker:before {
    content: "\f041"
}

.la-map-marker-alt:before {
    content: "\f3c5"
}

.la-map-pin:before {
    content: "\f276"
}

.la-map-signs:before {
    content: "\f277"
}

.la-markdown:before {
    content: "\f60f"
}

.la-marker:before {
    content: "\f5a1"
}

.la-mars:before {
    content: "\f222"
}

.la-mars-double:before {
    content: "\f227"
}

.la-mars-stroke:before {
    content: "\f229"
}

.la-mars-stroke-h:before {
    content: "\f22b"
}

.la-mars-stroke-v:before {
    content: "\f22a"
}

.la-mask:before {
    content: "\f6fa"
}

.la-mastodon:before {
    content: "\f4f6"
}

.la-maxcdn:before {
    content: "\f136"
}

.la-mdb:before {
    content: "\f8ca"
}

.la-medal:before {
    content: "\f5a2"
}

.la-medapps:before {
    content: "\f3c6"
}

.la-medium:before {
    content: "\f23a"
}

.la-medium-m:before {
    content: "\f3c7"
}

.la-medkit:before {
    content: "\f0fa"
}

.la-medrt:before {
    content: "\f3c8"
}

.la-meetup:before {
    content: "\f2e0"
}

.la-megaport:before {
    content: "\f5a3"
}

.la-meh:before {
    content: "\f11a"
}

.la-meh-blank:before {
    content: "\f5a4"
}

.la-meh-rolling-eyes:before {
    content: "\f5a5"
}

.la-memory:before {
    content: "\f538"
}

.la-mendeley:before {
    content: "\f7b3"
}

.la-menorah:before {
    content: "\f676"
}

.la-mercury:before {
    content: "\f223"
}

.la-meteor:before {
    content: "\f753"
}

.la-microchip:before {
    content: "\f2db"
}

.la-microphone:before {
    content: "\f130"
}

.la-microphone-alt:before {
    content: "\f3c9"
}

.la-microphone-alt-slash:before {
    content: "\f539"
}

.la-microphone-slash:before {
    content: "\f131"
}

.la-microscope:before {
    content: "\f610"
}

.la-microsoft:before {
    content: "\f3ca"
}

.la-minus:before {
    content: "\f068"
}

.la-minus-circle:before {
    content: "\f056"
}

.la-minus-square:before {
    content: "\f146"
}

.la-mitten:before {
    content: "\f7b5"
}

.la-mix:before {
    content: "\f3cb"
}

.la-mixcloud:before {
    content: "\f289"
}

.la-mizuni:before {
    content: "\f3cc"
}

.la-mobile:before {
    content: "\f10b"
}

.la-mobile-alt:before {
    content: "\f3cd"
}

.la-modx:before {
    content: "\f285"
}

.la-monero:before {
    content: "\f3d0"
}

.la-money-bill:before {
    content: "\f0d6"
}

.la-money-bill-alt:before {
    content: "\f3d1"
}

.la-money-bill-wave:before {
    content: "\f53a"
}

.la-money-bill-wave-alt:before {
    content: "\f53b"
}

.la-money-check:before {
    content: "\f53c"
}

.la-money-check-alt:before {
    content: "\f53d"
}

.la-monument:before {
    content: "\f5a6"
}

.la-moon:before {
    content: "\f186"
}

.la-mortar-pestle:before {
    content: "\f5a7"
}

.la-mosque:before {
    content: "\f678"
}

.la-motorcycle:before {
    content: "\f21c"
}

.la-mountain:before {
    content: "\f6fc"
}

.la-mouse:before {
    content: "\f8cc"
}

.la-mouse-pointer:before {
    content: "\f245"
}

.la-mug-hot:before {
    content: "\f7b6"
}

.la-music:before {
    content: "\f001"
}

.la-napster:before {
    content: "\f3d2"
}

.la-neos:before {
    content: "\f612"
}

.la-network-wired:before {
    content: "\f6ff"
}

.la-neuter:before {
    content: "\f22c"
}

.la-newspaper:before {
    content: "\f1ea"
}

.la-nimblr:before {
    content: "\f5a8"
}

.la-node:before {
    content: "\f419"
}

.la-node-js:before {
    content: "\f3d3"
}

.la-not-equal:before {
    content: "\f53e"
}

.la-notes-medical:before {
    content: "\f481"
}

.la-npm:before {
    content: "\f3d4"
}

.la-ns8:before {
    content: "\f3d5"
}

.la-nutritionix:before {
    content: "\f3d6"
}

.la-object-group:before {
    content: "\f247"
}

.la-object-ungroup:before {
    content: "\f248"
}

.la-odnoklassniki:before {
    content: "\f263"
}

.la-odnoklassniki-square:before {
    content: "\f264"
}

.la-oil-can:before {
    content: "\f613"
}

.la-old-republic:before {
    content: "\f510"
}

.la-om:before {
    content: "\f679"
}

.la-opencart:before {
    content: "\f23d"
}

.la-openid:before {
    content: "\f19b"
}

.la-opera:before {
    content: "\f26a"
}

.la-optin-monster:before {
    content: "\f23c"
}

.la-orcid:before {
    content: "\f8d2"
}

.la-osi:before {
    content: "\f41a"
}

.la-otter:before {
    content: "\f700"
}

.la-outdent:before {
    content: "\f03b"
}

.la-page4:before {
    content: "\f3d7"
}

.la-pagelines:before {
    content: "\f18c"
}

.la-pager:before {
    content: "\f815"
}

.la-paint-brush:before {
    content: "\f1fc"
}

.la-paint-roller:before {
    content: "\f5aa"
}

.la-palette:before {
    content: "\f53f"
}

.la-palfed:before {
    content: "\f3d8"
}

.la-pallet:before {
    content: "\f482"
}

.la-paper-plane:before {
    content: "\f1d8"
}

.la-paperclip:before {
    content: "\f0c6"
}

.la-parachute-box:before {
    content: "\f4cd"
}

.la-paragraph:before {
    content: "\f1dd"
}

.la-parking:before {
    content: "\f540"
}

.la-passport:before {
    content: "\f5ab"
}

.la-pastafarianism:before {
    content: "\f67b"
}

.la-paste:before {
    content: "\f0ea"
}

.la-patreon:before {
    content: "\f3d9"
}

.la-pause:before {
    content: "\f04c"
}

.la-pause-circle:before {
    content: "\f28b"
}

.la-paw:before {
    content: "\f1b0"
}

.la-paypal:before {
    content: "\f1ed"
}

.la-peace:before {
    content: "\f67c"
}

.la-pen:before {
    content: "\f304"
}

.la-pen-alt:before {
    content: "\f305"
}

.la-pen-fancy:before {
    content: "\f5ac"
}

.la-pen-nib:before {
    content: "\f5ad"
}

.la-pen-square:before {
    content: "\f14b"
}

.la-pencil-alt:before {
    content: "\f303"
}

.la-pencil-ruler:before {
    content: "\f5ae"
}

.la-penny-arcade:before {
    content: "\f704"
}

.la-people-carry:before {
    content: "\f4ce"
}

.la-pepper-hot:before {
    content: "\f816"
}

.la-percent:before {
    content: "\f295"
}

.la-percentage:before {
    content: "\f541"
}

.la-periscope:before {
    content: "\f3da"
}

.la-person-booth:before {
    content: "\f756"
}

.la-phabricator:before {
    content: "\f3db"
}

.la-phoenix-framework:before {
    content: "\f3dc"
}

.la-phoenix-squadron:before {
    content: "\f511"
}

.la-phone:before {
    content: "\f095"
}

.la-phone-alt:before {
    content: "\f879"
}

.la-phone-slash:before {
    content: "\f3dd"
}

.la-phone-square:before {
    content: "\f098"
}

.la-phone-square-alt:before {
    content: "\f87b"
}

.la-phone-volume:before {
    content: "\f2a0"
}

.la-photo-video:before {
    content: "\f87c"
}

.la-php:before {
    content: "\f457"
}

.la-pied-piper:before {
    content: "\f2ae"
}

.la-pied-piper-alt:before {
    content: "\f1a8"
}

.la-pied-piper-hat:before {
    content: "\f4e5"
}

.la-pied-piper-pp:before {
    content: "\f1a7"
}

.la-piggy-bank:before {
    content: "\f4d3"
}

.la-pills:before {
    content: "\f484"
}

.la-pinterest:before {
    content: "\f0d2"
}

.la-pinterest-p:before {
    content: "\f231"
}

.la-pinterest-square:before {
    content: "\f0d3"
}

.la-pizza-slice:before {
    content: "\f818"
}

.la-place-of-worship:before {
    content: "\f67f"
}

.la-plane:before {
    content: "\f072"
}

.la-plane-arrival:before {
    content: "\f5af"
}

.la-plane-departure:before {
    content: "\f5b0"
}

.la-play:before {
    content: "\f04b"
}

.la-play-circle:before {
    content: "\f144"
}

.la-playstation:before {
    content: "\f3df"
}

.la-plug:before {
    content: "\f1e6"
}

.la-plus:before {
    content: "\f067"
}

.la-plus-circle:before {
    content: "\f055"
}

.la-plus-square:before {
    content: "\f0fe"
}

.la-podcast:before {
    content: "\f2ce"
}

.la-poll:before {
    content: "\f681"
}

.la-poll-h:before {
    content: "\f682"
}

.la-poo:before {
    content: "\f2fe"
}

.la-poo-storm:before {
    content: "\f75a"
}

.la-poop:before {
    content: "\f619"
}

.la-portrait:before {
    content: "\f3e0"
}

.la-pound-sign:before {
    content: "\f154"
}

.la-power-off:before {
    content: "\f011"
}

.la-pray:before {
    content: "\f683"
}

.la-praying-hands:before {
    content: "\f684"
}

.la-prescription:before {
    content: "\f5b1"
}

.la-prescription-bottle:before {
    content: "\f485"
}

.la-prescription-bottle-alt:before {
    content: "\f486"
}

.la-print:before {
    content: "\f02f"
}

.la-procedures:before {
    content: "\f487"
}

.la-product-hunt:before {
    content: "\f288"
}

.la-project-diagram:before {
    content: "\f542"
}

.la-pushed:before {
    content: "\f3e1"
}

.la-puzzle-piece:before {
    content: "\f12e"
}

.la-python:before {
    content: "\f3e2"
}

.la-qq:before {
    content: "\f1d6"
}

.la-qrcode:before {
    content: "\f029"
}

.la-question:before {
    content: "\f128"
}

.la-question-circle:before {
    content: "\f059"
}

.la-quidditch:before {
    content: "\f458"
}

.la-quinscape:before {
    content: "\f459"
}

.la-quora:before {
    content: "\f2c4"
}

.la-quote-left:before {
    content: "\f10d"
}

.la-quote-right:before {
    content: "\f10e"
}

.la-quran:before {
    content: "\f687"
}

.la-r-project:before {
    content: "\f4f7"
}

.la-radiation:before {
    content: "\f7b9"
}

.la-radiation-alt:before {
    content: "\f7ba"
}

.la-rainbow:before {
    content: "\f75b"
}

.la-random:before {
    content: "\f074"
}

.la-raspberry-pi:before {
    content: "\f7bb"
}

.la-ravelry:before {
    content: "\f2d9"
}

.la-react:before {
    content: "\f41b"
}

.la-reacteurope:before {
    content: "\f75d"
}

.la-readme:before {
    content: "\f4d5"
}

.la-rebel:before {
    content: "\f1d0"
}

.la-receipt:before {
    content: "\f543"
}

.la-record-vinyl:before {
    content: "\f8d9"
}

.la-recycle:before {
    content: "\f1b8"
}

.la-red-river:before {
    content: "\f3e3"
}

.la-reddit:before {
    content: "\f1a1"
}

.la-reddit-alien:before {
    content: "\f281"
}

.la-reddit-square:before {
    content: "\f1a2"
}

.la-redhat:before {
    content: "\f7bc"
}

.la-redo:before {
    content: "\f01e"
}

.la-redo-alt:before {
    content: "\f2f9"
}

.la-registered:before {
    content: "\f25d"
}

.la-remove-format:before {
    content: "\f87d"
}

.la-renren:before {
    content: "\f18b"
}

.la-reply:before {
    content: "\f3e5"
}

.la-reply-all:before {
    content: "\f122"
}

.la-replyd:before {
    content: "\f3e6"
}

.la-republican:before {
    content: "\f75e"
}

.la-researchgate:before {
    content: "\f4f8"
}

.la-resolving:before {
    content: "\f3e7"
}

.la-restroom:before {
    content: "\f7bd"
}

.la-retweet:before {
    content: "\f079"
}

.la-rev:before {
    content: "\f5b2"
}

.la-ribbon:before {
    content: "\f4d6"
}

.la-ring:before {
    content: "\f70b"
}

.la-road:before {
    content: "\f018"
}

.la-robot:before {
    content: "\f544"
}

.la-rocket:before {
    content: "\f135"
}

.la-rocketchat:before {
    content: "\f3e8"
}

.la-rockrms:before {
    content: "\f3e9"
}

.la-route:before {
    content: "\f4d7"
}

.la-rss:before {
    content: "\f09e"
}

.la-rss-square:before {
    content: "\f143"
}

.la-ruble-sign:before {
    content: "\f158"
}

.la-ruler:before {
    content: "\f545"
}

.la-ruler-combined:before {
    content: "\f546"
}

.la-ruler-horizontal:before {
    content: "\f547"
}

.la-ruler-vertical:before {
    content: "\f548"
}

.la-running:before {
    content: "\f70c"
}

.la-rupee-sign:before {
    content: "\f156"
}

.la-sad-cry:before {
    content: "\f5b3"
}

.la-sad-tear:before {
    content: "\f5b4"
}

.la-safari:before {
    content: "\f267"
}

.la-salesforce:before {
    content: "\f83b"
}

.la-sass:before {
    content: "\f41e"
}

.la-satellite:before {
    content: "\f7bf"
}

.la-satellite-dish:before {
    content: "\f7c0"
}

.la-save:before {
    content: "\f0c7"
}

.la-schlix:before {
    content: "\f3ea"
}

.la-school:before {
    content: "\f549"
}

.la-screwdriver:before {
    content: "\f54a"
}

.la-scribd:before {
    content: "\f28a"
}

.la-scroll:before {
    content: "\f70e"
}

.la-sd-card:before {
    content: "\f7c2"
}

.la-search:before {
    content: "\f002"
}

.la-search-dollar:before {
    content: "\f688"
}

.la-search-location:before {
    content: "\f689"
}

.la-search-minus:before {
    content: "\f010"
}

.la-search-plus:before {
    content: "\f00e"
}

.la-searchengin:before {
    content: "\f3eb"
}

.la-seedling:before {
    content: "\f4d8"
}

.la-sellcast:before {
    content: "\f2da"
}

.la-sellsy:before {
    content: "\f213"
}

.la-server:before {
    content: "\f233"
}

.la-servicestack:before {
    content: "\f3ec"
}

.la-shapes:before {
    content: "\f61f"
}

.la-share:before {
    content: "\f064"
}

.la-share-alt:before {
    content: "\f1e0"
}

.la-share-alt-square:before {
    content: "\f1e1"
}

.la-share-square:before {
    content: "\f14d"
}

.la-shekel-sign:before {
    content: "\f20b"
}

.la-shield-alt:before {
    content: "\f3ed"
}

.la-ship:before {
    content: "\f21a"
}

.la-shipping-fast:before {
    content: "\f48b"
}

.la-shirtsinbulk:before {
    content: "\f214"
}

.la-shoe-prints:before {
    content: "\f54b"
}

.la-shopping-bag:before {
    content: "\f290"
}

.la-shopping-basket:before {
    content: "\f291"
}

.la-shopping-cart:before {
    content: "\f07a"
}

.la-shopware:before {
    content: "\f5b5"
}

.la-shower:before {
    content: "\f2cc"
}

.la-shuttle-van:before {
    content: "\f5b6"
}

.la-sign:before {
    content: "\f4d9"
}

.la-sign-in-alt:before {
    content: "\f2f6"
}

.la-sign-language:before {
    content: "\f2a7"
}

.la-sign-out-alt:before {
    content: "\f2f5"
}

.la-signal:before {
    content: "\f012"
}

.la-signature:before {
    content: "\f5b7"
}

.la-sim-card:before {
    content: "\f7c4"
}

.la-simplybuilt:before {
    content: "\f215"
}

.la-sistrix:before {
    content: "\f3ee"
}

.la-sitemap:before {
    content: "\f0e8"
}

.la-sith:before {
    content: "\f512"
}

.la-skating:before {
    content: "\f7c5"
}

.la-sketch:before {
    content: "\f7c6"
}

.la-skiing:before {
    content: "\f7c9"
}

.la-skiing-nordic:before {
    content: "\f7ca"
}

.la-skull:before {
    content: "\f54c"
}

.la-skull-crossbones:before {
    content: "\f714"
}

.la-skyatlas:before {
    content: "\f216"
}

.la-skype:before {
    content: "\f17e"
}

.la-slack:before {
    content: "\f198"
}

.la-slack-hash:before {
    content: "\f3ef"
}

.la-slash:before {
    content: "\f715"
}

.la-sleigh:before {
    content: "\f7cc"
}

.la-sliders-h:before {
    content: "\f1de"
}

.la-slideshare:before {
    content: "\f1e7"
}

.la-smile:before {
    content: "\f118"
}

.la-smile-beam:before {
    content: "\f5b8"
}

.la-smile-wink:before {
    content: "\f4da"
}

.la-smog:before {
    content: "\f75f"
}

.la-smoking:before {
    content: "\f48d"
}

.la-smoking-ban:before {
    content: "\f54d"
}

.la-sms:before {
    content: "\f7cd"
}

.la-snapchat:before {
    content: "\f2ab"
}

.la-snapchat-ghost:before {
    content: "\f2ac"
}

.la-snapchat-square:before {
    content: "\f2ad"
}

.la-snowboarding:before {
    content: "\f7ce"
}

.la-snowflake:before {
    content: "\f2dc"
}

.la-snowman:before {
    content: "\f7d0"
}

.la-snowplow:before {
    content: "\f7d2"
}

.la-socks:before {
    content: "\f696"
}

.la-solar-panel:before {
    content: "\f5ba"
}

.la-sort:before {
    content: "\f0dc"
}

.la-sort-alpha-down:before {
    content: "\f15d"
}

.la-sort-alpha-down-alt:before {
    content: "\f881"
}

.la-sort-alpha-up:before {
    content: "\f15e"
}

.la-sort-alpha-up-alt:before {
    content: "\f882"
}

.la-sort-amount-down:before {
    content: "\f160"
}

.la-sort-amount-down-alt:before {
    content: "\f884"
}

.la-sort-amount-up:before {
    content: "\f161"
}

.la-sort-amount-up-alt:before {
    content: "\f885"
}

.la-sort-down:before {
    content: "\f0dd"
}

.la-sort-numeric-down:before {
    content: "\f162"
}

.la-sort-numeric-down-alt:before {
    content: "\f886"
}

.la-sort-numeric-up:before {
    content: "\f163"
}

.la-sort-numeric-up-alt:before {
    content: "\f887"
}

.la-sort-up:before {
    content: "\f0de"
}

.la-soundcloud:before {
    content: "\f1be"
}

.la-sourcetree:before {
    content: "\f7d3"
}

.la-spa:before {
    content: "\f5bb"
}

.la-space-shuttle:before {
    content: "\f197"
}

.la-speakap:before {
    content: "\f3f3"
}

.la-speaker-deck:before {
    content: "\f83c"
}

.la-spell-check:before {
    content: "\f891"
}

.la-spider:before {
    content: "\f717"
}

.la-spinner:before {
    content: "\f110"
}

.la-splotch:before {
    content: "\f5bc"
}

.la-spotify:before {
    content: "\f1bc"
}

.la-spray-can:before {
    content: "\f5bd"
}

.la-square:before {
    content: "\f0c8"
}

.la-square-full:before {
    content: "\f45c"
}

.la-square-root-alt:before {
    content: "\f698"
}

.la-squarespace:before {
    content: "\f5be"
}

.la-stack-exchange:before {
    content: "\f18d"
}

.la-stack-overflow:before {
    content: "\f16c"
}

.la-stackpath:before {
    content: "\f842"
}

.la-stamp:before {
    content: "\f5bf"
}

.la-star:before {
    content: "\f005"
}

.la-star-and-crescent:before {
    content: "\f699"
}

.la-star-half:before {
    content: "\f089"
}

.la-star-half-alt:before {
    content: "\f5c0"
}

.la-star-of-david:before {
    content: "\f69a"
}

.la-star-of-life:before {
    content: "\f621"
}

.la-staylinked:before {
    content: "\f3f5"
}

.la-steam:before {
    content: "\f1b6"
}

.la-steam-square:before {
    content: "\f1b7"
}

.la-steam-symbol:before {
    content: "\f3f6"
}

.la-step-backward:before {
    content: "\f048"
}

.la-step-forward:before {
    content: "\f051"
}

.la-stethoscope:before {
    content: "\f0f1"
}

.la-sticker-mule:before {
    content: "\f3f7"
}

.la-sticky-note:before {
    content: "\f249"
}

.la-stop:before {
    content: "\f04d"
}

.la-stop-circle:before {
    content: "\f28d"
}

.la-stopwatch:before {
    content: "\f2f2"
}

.la-store:before {
    content: "\f54e"
}

.la-store-alt:before {
    content: "\f54f"
}

.la-strava:before {
    content: "\f428"
}

.la-stream:before {
    content: "\f550"
}

.la-street-view:before {
    content: "\f21d"
}

.la-strikethrough:before {
    content: "\f0cc"
}

.la-stripe:before {
    content: "\f429"
}

.la-stripe-s:before {
    content: "\f42a"
}

.la-stroopwafel:before {
    content: "\f551"
}

.la-studiovinari:before {
    content: "\f3f8"
}

.la-stumbleupon:before {
    content: "\f1a4"
}

.la-stumbleupon-circle:before {
    content: "\f1a3"
}

.la-subscript:before {
    content: "\f12c"
}

.la-subway:before {
    content: "\f239"
}

.la-suitcase:before {
    content: "\f0f2"
}

.la-suitcase-rolling:before {
    content: "\f5c1"
}

.la-sun:before {
    content: "\f185"
}

.la-superpowers:before {
    content: "\f2dd"
}

.la-superscript:before {
    content: "\f12b"
}

.la-supple:before {
    content: "\f3f9"
}

.la-surprise:before {
    content: "\f5c2"
}

.la-suse:before {
    content: "\f7d6"
}

.la-swatchbook:before {
    content: "\f5c3"
}

.la-swift:before {
    content: "\f8e1"
}

.la-swimmer:before {
    content: "\f5c4"
}

.la-swimming-pool:before {
    content: "\f5c5"
}

.la-symfony:before {
    content: "\f83d"
}

.la-synagogue:before {
    content: "\f69b"
}

.la-sync:before {
    content: "\f021"
}

.la-sync-alt:before {
    content: "\f2f1"
}

.la-syringe:before {
    content: "\f48e"
}

.la-table:before {
    content: "\f0ce"
}

.la-table-tennis:before {
    content: "\f45d"
}

.la-tablet:before {
    content: "\f10a"
}

.la-tablet-alt:before {
    content: "\f3fa"
}

.la-tablets:before {
    content: "\f490"
}

.la-tachometer-alt:before {
    content: "\f3fd"
}

.la-tag:before {
    content: "\f02b"
}

.la-tags:before {
    content: "\f02c"
}

.la-tape:before {
    content: "\f4db"
}

.la-tasks:before {
    content: "\f0ae"
}

.la-taxi:before {
    content: "\f1ba"
}

.la-teamspeak:before {
    content: "\f4f9"
}

.la-teeth:before {
    content: "\f62e"
}

.la-teeth-open:before {
    content: "\f62f"
}

.la-telegram:before {
    content: "\f2c6"
}

.la-telegram-plane:before {
    content: "\f3fe"
}

.la-temperature-high:before {
    content: "\f769"
}

.la-temperature-low:before {
    content: "\f76b"
}

.la-tencent-weibo:before {
    content: "\f1d5"
}

.la-tenge:before {
    content: "\f7d7"
}

.la-terminal:before {
    content: "\f120"
}

.la-text-height:before {
    content: "\f034"
}

.la-text-width:before {
    content: "\f035"
}

.la-th:before {
    content: "\f00a"
}

.la-th-large:before {
    content: "\f009"
}

.la-th-list:before {
    content: "\f00b"
}

.la-the-red-yeti:before {
    content: "\f69d"
}

.la-theater-masks:before {
    content: "\f630"
}

.la-themeco:before {
    content: "\f5c6"
}

.la-themeisle:before {
    content: "\f2b2"
}

.la-thermometer:before {
    content: "\f491"
}

.la-thermometer-empty:before {
    content: "\f2cb"
}

.la-thermometer-full:before {
    content: "\f2c7"
}

.la-thermometer-half:before {
    content: "\f2c9"
}

.la-thermometer-quarter:before {
    content: "\f2ca"
}

.la-thermometer-three-quarters:before {
    content: "\f2c8"
}

.la-think-peaks:before {
    content: "\f731"
}

.la-thumbs-down:before {
    content: "\f165"
}

.la-thumbs-up:before {
    content: "\f164"
}

.la-thumbtack:before {
    content: "\f08d"
}

.la-ticket-alt:before {
    content: "\f3ff"
}

.la-times:before {
    content: "\f00d"
}

.la-times-circle:before {
    content: "\f057"
}

.la-tint:before {
    content: "\f043"
}

.la-tint-slash:before {
    content: "\f5c7"
}

.la-tired:before {
    content: "\f5c8"
}

.la-toggle-off:before {
    content: "\f204"
}

.la-toggle-on:before {
    content: "\f205"
}

.la-toilet:before {
    content: "\f7d8"
}

.la-toilet-paper:before {
    content: "\f71e"
}

.la-toolbox:before {
    content: "\f552"
}

.la-tools:before {
    content: "\f7d9"
}

.la-tooth:before {
    content: "\f5c9"
}

.la-torah:before {
    content: "\f6a0"
}

.la-torii-gate:before {
    content: "\f6a1"
}

.la-tractor:before {
    content: "\f722"
}

.la-trade-federation:before {
    content: "\f513"
}

.la-trademark:before {
    content: "\f25c"
}

.la-traffic-light:before {
    content: "\f637"
}

.la-train:before {
    content: "\f238"
}

.la-tram:before {
    content: "\f7da"
}

.la-transgender:before {
    content: "\f224"
}

.la-transgender-alt:before {
    content: "\f225"
}

.la-trash:before {
    content: "\f1f8"
}

.la-trash-alt:before {
    content: "\f2ed"
}

.la-trash-restore:before {
    content: "\f829"
}

.la-trash-restore-alt:before {
    content: "\f82a"
}

.la-tree:before {
    content: "\f1bb"
}

.la-trello:before {
    content: "\f181"
}

.la-tripadvisor:before {
    content: "\f262"
}

.la-trophy:before {
    content: "\f091"
}

.la-truck:before {
    content: "\f0d1"
}

.la-truck-loading:before {
    content: "\f4de"
}

.la-truck-monster:before {
    content: "\f63b"
}

.la-truck-moving:before {
    content: "\f4df"
}

.la-truck-pickup:before {
    content: "\f63c"
}

.la-tshirt:before {
    content: "\f553"
}

.la-tty:before {
    content: "\f1e4"
}

.la-tumblr:before {
    content: "\f173"
}

.la-tumblr-square:before {
    content: "\f174"
}

.la-tv:before {
    content: "\f26c"
}

.la-twitch:before {
    content: "\f1e8"
}

.la-twitter:before {
    content: "\f099"
}

.la-twitter-square:before {
    content: "\f081"
}

.la-typo3:before {
    content: "\f42b"
}

.la-uber:before {
    content: "\f402"
}

.la-ubuntu:before {
    content: "\f7df"
}

.la-uikit:before {
    content: "\f403"
}

.la-umbraco:before {
    content: "\f8e8"
}

.la-umbrella:before {
    content: "\f0e9"
}

.la-umbrella-beach:before {
    content: "\f5ca"
}

.la-underline:before {
    content: "\f0cd"
}

.la-undo:before {
    content: "\f0e2"
}

.la-undo-alt:before {
    content: "\f2ea"
}

.la-uniregistry:before {
    content: "\f404"
}

.la-universal-access:before {
    content: "\f29a"
}

.la-university:before {
    content: "\f19c"
}

.la-unlink:before {
    content: "\f127"
}

.la-unlock:before {
    content: "\f09c"
}

.la-unlock-alt:before {
    content: "\f13e"
}

.la-untappd:before {
    content: "\f405"
}

.la-upload:before {
    content: "\f093"
}

.la-ups:before {
    content: "\f7e0"
}

.la-usb:before {
    content: "\f287"
}

.la-user:before {
    content: "\f007"
}

.la-user-alt:before {
    content: "\f406"
}

.la-user-alt-slash:before {
    content: "\f4fa"
}

.la-user-astronaut:before {
    content: "\f4fb"
}

.la-user-check:before {
    content: "\f4fc"
}

.la-user-circle:before {
    content: "\f2bd"
}

.la-user-clock:before {
    content: "\f4fd"
}

.la-user-cog:before {
    content: "\f4fe"
}

.la-user-edit:before {
    content: "\f4ff"
}

.la-user-friends:before {
    content: "\f500"
}

.la-user-graduate:before {
    content: "\f501"
}

.la-user-injured:before {
    content: "\f728"
}

.la-user-lock:before {
    content: "\f502"
}

.la-user-md:before {
    content: "\f0f0"
}

.la-user-minus:before {
    content: "\f503"
}

.la-user-ninja:before {
    content: "\f504"
}

.la-user-nurse:before {
    content: "\f82f"
}

.la-user-plus:before {
    content: "\f234"
}

.la-user-secret:before {
    content: "\f21b"
}

.la-user-shield:before {
    content: "\f505"
}

.la-user-slash:before {
    content: "\f506"
}

.la-user-tag:before {
    content: "\f507"
}

.la-user-tie:before {
    content: "\f508"
}

.la-user-times:before {
    content: "\f235"
}

.la-users:before {
    content: "\f0c0"
}

.la-users-cog:before {
    content: "\f509"
}

.la-usps:before {
    content: "\f7e1"
}

.la-ussunnah:before {
    content: "\f407"
}

.la-utensil-spoon:before {
    content: "\f2e5"
}

.la-utensils:before {
    content: "\f2e7"
}

.la-vaadin:before {
    content: "\f408"
}

.la-vector-square:before {
    content: "\f5cb"
}

.la-venus:before {
    content: "\f221"
}

.la-venus-double:before {
    content: "\f226"
}

.la-venus-mars:before {
    content: "\f228"
}

.la-viacoin:before {
    content: "\f237"
}

.la-viadeo:before {
    content: "\f2a9"
}

.la-viadeo-square:before {
    content: "\f2aa"
}

.la-vial:before {
    content: "\f492"
}

.la-vials:before {
    content: "\f493"
}

.la-viber:before {
    content: "\f409"
}

.la-video:before {
    content: "\f03d"
}

.la-video-slash:before {
    content: "\f4e2"
}

.la-vihara:before {
    content: "\f6a7"
}

.la-vimeo:before {
    content: "\f40a"
}

.la-vimeo-square:before {
    content: "\f194"
}

.la-vimeo-v:before {
    content: "\f27d"
}

.la-vine:before {
    content: "\f1ca"
}

.la-vk:before {
    content: "\f189"
}

.la-vnv:before {
    content: "\f40b"
}

.la-voicemail:before {
    content: "\f897"
}

.la-volleyball-ball:before {
    content: "\f45f"
}

.la-volume-down:before {
    content: "\f027"
}

.la-volume-mute:before {
    content: "\f6a9"
}

.la-volume-off:before {
    content: "\f026"
}

.la-volume-up:before {
    content: "\f028"
}

.la-vote-yea:before {
    content: "\f772"
}

.la-vr-cardboard:before {
    content: "\f729"
}

.la-vuejs:before {
    content: "\f41f"
}

.la-walking:before {
    content: "\f554"
}

.la-wallet:before {
    content: "\f555"
}

.la-warehouse:before {
    content: "\f494"
}

.la-water:before {
    content: "\f773"
}

.la-wave-square:before {
    content: "\f83e"
}

.la-waze:before {
    content: "\f83f"
}

.la-weebly:before {
    content: "\f5cc"
}

.la-weibo:before {
    content: "\f18a"
}

.la-weight:before {
    content: "\f496"
}

.la-weight-hanging:before {
    content: "\f5cd"
}

.la-weixin:before {
    content: "\f1d7"
}

.la-whatsapp:before {
    content: "\f232"
}

.la-whatsapp-square:before {
    content: "\f40c"
}

.la-wheelchair:before {
    content: "\f193"
}

.la-whmcs:before {
    content: "\f40d"
}

.la-wifi:before {
    content: "\f1eb"
}

.la-wikipedia-w:before {
    content: "\f266"
}

.la-wind:before {
    content: "\f72e"
}

.la-window-close:before {
    content: "\f410"
}

.la-window-maximize:before {
    content: "\f2d0"
}

.la-window-minimize:before {
    content: "\f2d1"
}

.la-window-restore:before {
    content: "\f2d2"
}

.la-windows:before {
    content: "\f17a"
}

.la-wine-bottle:before {
    content: "\f72f"
}

.la-wine-glass:before {
    content: "\f4e3"
}

.la-wine-glass-alt:before {
    content: "\f5ce"
}

.la-wix:before {
    content: "\f5cf"
}

.la-wizards-of-the-coast:before {
    content: "\f730"
}

.la-wolf-pack-battalion:before {
    content: "\f514"
}

.la-won-sign:before {
    content: "\f159"
}

.la-wordpress:before {
    content: "\f19a"
}

.la-wordpress-simple:before {
    content: "\f411"
}

.la-wpbeginner:before {
    content: "\f297"
}

.la-wpexplorer:before {
    content: "\f2de"
}

.la-wpforms:before {
    content: "\f298"
}

.la-wpressr:before {
    content: "\f3e4"
}

.la-wrench:before {
    content: "\f0ad"
}

.la-x-ray:before {
    content: "\f497"
}

.la-xbox:before {
    content: "\f412"
}

.la-xing:before {
    content: "\f168"
}

.la-xing-square:before {
    content: "\f169"
}

.la-y-combinator:before {
    content: "\f23b"
}

.la-yahoo:before {
    content: "\f19e"
}

.la-yammer:before {
    content: "\f840"
}

.la-yandex:before {
    content: "\f413"
}

.la-yandex-international:before {
    content: "\f414"
}

.la-yarn:before {
    content: "\f7e3"
}

.la-yelp:before {
    content: "\f1e9"
}

.la-yen-sign:before {
    content: "\f157"
}

.la-yin-yang:before {
    content: "\f6ad"
}

.la-yoast:before {
    content: "\f2b1"
}

.la-youtube:before {
    content: "\f167"
}

.la-youtube-square:before {
    content: "\f431"
}

.la-zhihu:before {
    content: "\f63f"
}

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

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

@font-face {
    font-family: 'Line Awesome Brands';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../fonts/la-brands-400.eot);
    src: url(../fonts/la-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/la-brands-400.woff2) format("woff2"), url(../fonts/la-brands-400.woff) format("woff"), url(../fonts/la-brands-400.ttf) format("truetype"), url(../fonts/la-brands-400.svg#lineawesome) format("svg")
}

.lab {
    font-family: 'Line Awesome Brands'
}

@font-face {
    font-family: 'Line Awesome Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../fonts/la-regular-400.eot);
    src: url(../fonts/la-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/la-regular-400.woff2) format("woff2"), url(../fonts/la-regular-400.woff) format("woff"), url(../fonts/la-regular-400.ttf) format("truetype"), url(../fonts/la-regular-400.svg#lineawesome) format("svg")
}

.lar {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

@font-face {
    font-family: 'Line Awesome Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../fonts/la-solid-900.eot);
    src: url(../fonts/la-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/la-solid-900.woff2) format("woff2"), url(../fonts/la-solid-900.woff) format("woff"), url(../fonts/la-solid-900.ttf) format("truetype"), url(../fonts/la-solid-900.svg#lineawesome) format("svg")
}

.la,
.las {
    font-family: 'Line Awesome Free';
    font-weight: 900
}

.la.la-glass:before {
    content: "\f000"
}

.la.la-meetup {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-star-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-star-o:before {
    content: "\f005"
}

.la.la-remove:before {
    content: "\f00d"
}

.la.la-close:before {
    content: "\f00d"
}

.la.la-gear:before {
    content: "\f013"
}

.la.la-trash-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-trash-o:before {
    content: "\f2ed"
}

.la.la-file-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-file-o:before {
    content: "\f15b"
}

.la.la-clock-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-clock-o:before {
    content: "\f017"
}

.la.la-arrow-circle-o-down {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-arrow-circle-o-down:before {
    content: "\f358"
}

.la.la-arrow-circle-o-up {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-arrow-circle-o-up:before {
    content: "\f35b"
}

.la.la-play-circle-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-play-circle-o:before {
    content: "\f144"
}

.la.la-repeat:before {
    content: "\f01e"
}

.la.la-rotate-right:before {
    content: "\f01e"
}

.la.la-refresh:before {
    content: "\f021"
}

.la.la-list-alt {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-dedent:before {
    content: "\f03b"
}

.la.la-video-camera:before {
    content: "\f03d"
}

.la.la-picture-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-picture-o:before {
    content: "\f03e"
}

.la.la-photo {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-photo:before {
    content: "\f03e"
}

.la.la-image {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-image:before {
    content: "\f03e"
}

.la.la-pencil:before {
    content: "\f303"
}

.la.la-map-marker:before {
    content: "\f3c5"
}

.la.la-pencil-square-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-pencil-square-o:before {
    content: "\f044"
}

.la.la-share-square-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-share-square-o:before {
    content: "\f14d"
}

.la.la-check-square-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-check-square-o:before {
    content: "\f14a"
}

.la.la-arrows:before {
    content: "\f0b2"
}

.la.la-times-circle-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-times-circle-o:before {
    content: "\f057"
}

.la.la-check-circle-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-check-circle-o:before {
    content: "\f058"
}

.la.la-mail-forward:before {
    content: "\f064"
}

.la.la-eye {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-eye-slash {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-warning:before {
    content: "\f071"
}

.la.la-calendar:before {
    content: "\f073"
}

.la.la-arrows-v:before {
    content: "\f338"
}

.la.la-arrows-h:before {
    content: "\f337"
}

.la.la-bar-chart {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-bar-chart:before {
    content: "\f080"
}

.la.la-bar-chart-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-bar-chart-o:before {
    content: "\f080"
}

.la.la-twitter-square {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-facebook-square {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-gears:before {
    content: "\f085"
}

.la.la-thumbs-o-up {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-thumbs-o-up:before {
    content: "\f164"
}

.la.la-thumbs-o-down {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-thumbs-o-down:before {
    content: "\f165"
}

.la.la-heart-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-heart-o:before {
    content: "\f004"
}

.la.la-sign-out:before {
    content: "\f2f5"
}

.la.la-linkedin-square {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-linkedin-square:before {
    content: "\f08c"
}

.la.la-thumb-tack:before {
    content: "\f08d"
}

.la.la-external-link:before {
    content: "\f35d"
}

.la.la-sign-in:before {
    content: "\f2f6"
}

.la.la-github-square {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-lemon-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-lemon-o:before {
    content: "\f094"
}

.la.la-square-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-square-o:before {
    content: "\f0c8"
}

.la.la-bookmark-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-bookmark-o:before {
    content: "\f02e"
}

.la.la-twitter {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-facebook {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-facebook:before {
    content: "\f39e"
}

.la.la-facebook-f {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-facebook-f:before {
    content: "\f39e"
}

.la.la-github {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-credit-card {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-feed:before {
    content: "\f09e"
}

.la.la-hdd-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-hdd-o:before {
    content: "\f0a0"
}

.la.la-hand-o-right {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-hand-o-right:before {
    content: "\f0a4"
}

.la.la-hand-o-left {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-hand-o-left:before {
    content: "\f0a5"
}

.la.la-hand-o-up {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-hand-o-up:before {
    content: "\f0a6"
}

.la.la-hand-o-down {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-hand-o-down:before {
    content: "\f0a7"
}

.la.la-arrows-alt:before {
    content: "\f31e"
}

.la.la-group:before {
    content: "\f0c0"
}

.la.la-chain:before {
    content: "\f0c1"
}

.la.la-scissors:before {
    content: "\f0c4"
}

.la.la-files-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-files-o:before {
    content: "\f0c5"
}

.la.la-floppy-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-floppy-o:before {
    content: "\f0c7"
}

.la.la-navicon:before {
    content: "\f0c9"
}

.la.la-reorder:before {
    content: "\f0c9"
}

.la.la-pinterest {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-pinterest-square {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-google-plus-square {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-google-plus {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-google-plus:before {
    content: "\f0d5"
}

.la.la-money {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-money:before {
    content: "\f3d1"
}

.la.la-unsorted:before {
    content: "\f0dc"
}

.la.la-sort-desc:before {
    content: "\f0dd"
}

.la.la-sort-asc:before {
    content: "\f0de"
}

.la.la-linkedin {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-linkedin:before {
    content: "\f0e1"
}

.la.la-rotate-left:before {
    content: "\f0e2"
}

.la.la-legal:before {
    content: "\f0e3"
}

.la.la-tachometer:before {
    content: "\f3fd"
}

.la.la-dashboard:before {
    content: "\f3fd"
}

.la.la-comment-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-comment-o:before {
    content: "\f075"
}

.la.la-comments-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-comments-o:before {
    content: "\f086"
}

.la.la-flash:before {
    content: "\f0e7"
}

.la.la-clipboard {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-paste {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-paste:before {
    content: "\f328"
}

.la.la-lightbulb-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-lightbulb-o:before {
    content: "\f0eb"
}

.la.la-exchange:before {
    content: "\f362"
}

.la.la-cloud-download:before {
    content: "\f381"
}

.la.la-cloud-upload:before {
    content: "\f382"
}

.la.la-bell-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-bell-o:before {
    content: "\f0f3"
}

.la.la-cutlery:before {
    content: "\f2e7"
}

.la.la-file-text-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-file-text-o:before {
    content: "\f15c"
}

.la.la-building-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-building-o:before {
    content: "\f1ad"
}

.la.la-hospital-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-hospital-o:before {
    content: "\f0f8"
}

.la.la-tablet:before {
    content: "\f3fa"
}

.la.la-mobile:before {
    content: "\f3cd"
}

.la.la-mobile-phone:before {
    content: "\f3cd"
}

.la.la-circle-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-circle-o:before {
    content: "\f111"
}

.la.la-mail-reply:before {
    content: "\f3e5"
}

.la.la-github-alt {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-folder-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-folder-o:before {
    content: "\f07b"
}

.la.la-folder-open-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-folder-open-o:before {
    content: "\f07c"
}

.la.la-smile-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-smile-o:before {
    content: "\f118"
}

.la.la-frown-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-frown-o:before {
    content: "\f119"
}

.la.la-meh-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-meh-o:before {
    content: "\f11a"
}

.la.la-keyboard-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-keyboard-o:before {
    content: "\f11c"
}

.la.la-flag-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-flag-o:before {
    content: "\f024"
}

.la.la-mail-reply-all:before {
    content: "\f122"
}

.la.la-star-half-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-star-half-o:before {
    content: "\f089"
}

.la.la-star-half-empty {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-star-half-empty:before {
    content: "\f089"
}

.la.la-star-half-full {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-star-half-full:before {
    content: "\f089"
}

.la.la-code-fork:before {
    content: "\f126"
}

.la.la-chain-broken:before {
    content: "\f127"
}

.la.la-shield:before {
    content: "\f3ed"
}

.la.la-calendar-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-calendar-o:before {
    content: "\f133"
}

.la.la-maxcdn {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-html5 {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-css3 {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-ticket:before {
    content: "\f3ff"
}

.la.la-minus-square-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-minus-square-o:before {
    content: "\f146"
}

.la.la-level-up:before {
    content: "\f3bf"
}

.la.la-level-down:before {
    content: "\f3be"
}

.la.la-pencil-square:before {
    content: "\f14b"
}

.la.la-external-link-square:before {
    content: "\f360"
}

.la.la-compass {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-caret-square-o-down {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-caret-square-o-down:before {
    content: "\f150"
}

.la.la-toggle-down {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-toggle-down:before {
    content: "\f150"
}

.la.la-caret-square-o-up {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-caret-square-o-up:before {
    content: "\f151"
}

.la.la-toggle-up {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-toggle-up:before {
    content: "\f151"
}

.la.la-caret-square-o-right {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-caret-square-o-right:before {
    content: "\f152"
}

.la.la-toggle-right {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-toggle-right:before {
    content: "\f152"
}

.la.la-eur:before {
    content: "\f153"
}

.la.la-euro:before {
    content: "\f153"
}

.la.la-gbp:before {
    content: "\f154"
}

.la.la-usd:before {
    content: "\f155"
}

.la.la-dollar:before {
    content: "\f155"
}

.la.la-inr:before {
    content: "\f156"
}

.la.la-rupee:before {
    content: "\f156"
}

.la.la-jpy:before {
    content: "\f157"
}

.la.la-cny:before {
    content: "\f157"
}

.la.la-rmb:before {
    content: "\f157"
}

.la.la-yen:before {
    content: "\f157"
}

.la.la-rub:before {
    content: "\f158"
}

.la.la-ruble:before {
    content: "\f158"
}

.la.la-rouble:before {
    content: "\f158"
}

.la.la-krw:before {
    content: "\f159"
}

.la.la-won:before {
    content: "\f159"
}

.la.la-btc {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-bitcoin {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-bitcoin:before {
    content: "\f15a"
}

.la.la-file-text:before {
    content: "\f15c"
}

.la.la-sort-alpha-asc:before {
    content: "\f15d"
}

.la.la-sort-alpha-desc:before {
    content: "\f881"
}

.la.la-sort-amount-asc:before {
    content: "\f160"
}

.la.la-sort-amount-desc:before {
    content: "\f884"
}

.la.la-sort-numeric-asc:before {
    content: "\f162"
}

.la.la-sort-numeric-desc:before {
    content: "\f886"
}

.la.la-youtube-square {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-youtube {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-xing {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-xing-square {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-youtube-play {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-youtube-play:before {
    content: "\f167"
}

.la.la-dropbox {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-stack-overflow {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-instagram {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-flickr {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-adn {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-bitbucket {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-bitbucket-square {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-bitbucket-square:before {
    content: "\f171"
}

.la.la-tumblr {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-tumblr-square {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-long-arrow-down:before {
    content: "\f309"
}

.la.la-long-arrow-up:before {
    content: "\f30c"
}

.la.la-long-arrow-left:before {
    content: "\f30a"
}

.la.la-long-arrow-right:before {
    content: "\f30b"
}

.la.la-apple {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-windows {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-android {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-linux {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-dribbble {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-skype {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-foursquare {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-trello {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-gratipay {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-gittip {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-gittip:before {
    content: "\f184"
}

.la.la-sun-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-sun-o:before {
    content: "\f185"
}

.la.la-moon-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-moon-o:before {
    content: "\f186"
}

.la.la-vk {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-weibo {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-renren {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-pagelines {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-stack-exchange {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-arrow-circle-o-right {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-arrow-circle-o-right:before {
    content: "\f35a"
}

.la.la-arrow-circle-o-left {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-arrow-circle-o-left:before {
    content: "\f359"
}

.la.la-caret-square-o-left {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-caret-square-o-left:before {
    content: "\f191"
}

.la.la-toggle-left {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-toggle-left:before {
    content: "\f191"
}

.la.la-dot-circle-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-dot-circle-o:before {
    content: "\f192"
}

.la.la-vimeo-square {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-try:before {
    content: "\f195"
}

.la.la-turkish-lira:before {
    content: "\f195"
}

.la.la-plus-square-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-plus-square-o:before {
    content: "\f0fe"
}

.la.la-slack {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-wordpress {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-openid {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-institution:before {
    content: "\f19c"
}

.la.la-bank:before {
    content: "\f19c"
}

.la.la-mortar-board:before {
    content: "\f19d"
}

.la.la-yahoo {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-google {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-reddit {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-reddit-square {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-stumbleupon-circle {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-stumbleupon {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-delicious {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-digg {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-pied-piper-pp {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-pied-piper-alt {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-drupal {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-joomla {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-spoon:before {
    content: "\f2e5"
}

.la.la-behance {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-behance-square {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-steam {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-steam-square {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-automobile:before {
    content: "\f1b9"
}

.la.la-cab:before {
    content: "\f1ba"
}

.la.la-envelope-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-envelope-o:before {
    content: "\f0e0"
}

.la.la-deviantart {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-soundcloud {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-file-pdf-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-file-pdf-o:before {
    content: "\f1c1"
}

.la.la-file-word-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-file-word-o:before {
    content: "\f1c2"
}

.la.la-file-excel-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-file-excel-o:before {
    content: "\f1c3"
}

.la.la-file-powerpoint-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-file-powerpoint-o:before {
    content: "\f1c4"
}

.la.la-file-image-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-file-image-o:before {
    content: "\f1c5"
}

.la.la-file-photo-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-file-photo-o:before {
    content: "\f1c5"
}

.la.la-file-picture-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-file-picture-o:before {
    content: "\f1c5"
}

.la.la-file-archive-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-file-archive-o:before {
    content: "\f1c6"
}

.la.la-file-zip-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-file-zip-o:before {
    content: "\f1c6"
}

.la.la-file-audio-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-file-audio-o:before {
    content: "\f1c7"
}

.la.la-file-sound-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-file-sound-o:before {
    content: "\f1c7"
}

.la.la-file-video-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-file-video-o:before {
    content: "\f1c8"
}

.la.la-file-movie-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-file-movie-o:before {
    content: "\f1c8"
}

.la.la-file-code-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-file-code-o:before {
    content: "\f1c9"
}

.la.la-vine {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-codepen {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-jsfiddle {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-life-ring {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-life-bouy {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-life-bouy:before {
    content: "\f1cd"
}

.la.la-life-buoy {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-life-buoy:before {
    content: "\f1cd"
}

.la.la-life-saver {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-life-saver:before {
    content: "\f1cd"
}

.la.la-support {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-support:before {
    content: "\f1cd"
}

.la.la-circle-o-notch:before {
    content: "\f1ce"
}

.la.la-rebel {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-ra {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-ra:before {
    content: "\f1d0"
}

.la.la-resistance {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-resistance:before {
    content: "\f1d0"
}

.la.la-empire {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-ge {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-ge:before {
    content: "\f1d1"
}

.la.la-git-square {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-git {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-hacker-news {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-y-combinator-square {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-y-combinator-square:before {
    content: "\f1d4"
}

.la.la-yc-square {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-yc-square:before {
    content: "\f1d4"
}

.la.la-tencent-weibo {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-qq {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-weixin {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-wechat {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-wechat:before {
    content: "\f1d7"
}

.la.la-send:before {
    content: "\f1d8"
}

.la.la-paper-plane-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-paper-plane-o:before {
    content: "\f1d8"
}

.la.la-send-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-send-o:before {
    content: "\f1d8"
}

.la.la-circle-thin {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-circle-thin:before {
    content: "\f111"
}

.la.la-header:before {
    content: "\f1dc"
}

.la.la-sliders:before {
    content: "\f1de"
}

.la.la-futbol-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-futbol-o:before {
    content: "\f1e3"
}

.la.la-soccer-ball-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-soccer-ball-o:before {
    content: "\f1e3"
}

.la.la-slideshare {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-twitch {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-yelp {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-newspaper-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-newspaper-o:before {
    content: "\f1ea"
}

.la.la-paypal {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-google-wallet {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-cc-visa {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-cc-mastercard {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-cc-discover {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-cc-amex {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-cc-paypal {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-cc-stripe {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-bell-slash-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-bell-slash-o:before {
    content: "\f1f6"
}

.la.la-trash:before {
    content: "\f2ed"
}

.la.la-copyright {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-eyedropper:before {
    content: "\f1fb"
}

.la.la-area-chart:before {
    content: "\f1fe"
}

.la.la-pie-chart:before {
    content: "\f200"
}

.la.la-line-chart:before {
    content: "\f201"
}

.la.la-lastfm {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-lastfm-square {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-ioxhost {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-angellist {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-cc {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-cc:before {
    content: "\f20a"
}

.la.la-ils:before {
    content: "\f20b"
}

.la.la-shekel:before {
    content: "\f20b"
}

.la.la-sheqel:before {
    content: "\f20b"
}

.la.la-meanpath {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-meanpath:before {
    content: "\f2b4"
}

.la.la-buysellads {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-connectdevelop {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-dashcube {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-forumbee {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-leanpub {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-sellsy {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-shirtsinbulk {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-simplybuilt {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-skyatlas {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-diamond {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-diamond:before {
    content: "\f3a5"
}

.la.la-intersex:before {
    content: "\f224"
}

.la.la-facebook-official {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-facebook-official:before {
    content: "\f09a"
}

.la.la-pinterest-p {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-whatsapp {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-hotel:before {
    content: "\f236"
}

.la.la-viacoin {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-medium {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-y-combinator {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-yc {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-yc:before {
    content: "\f23b"
}

.la.la-optin-monster {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-opencart {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-expeditedssl {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-battery-4:before {
    content: "\f240"
}

.la.la-battery:before {
    content: "\f240"
}

.la.la-battery-3:before {
    content: "\f241"
}

.la.la-battery-2:before {
    content: "\f242"
}

.la.la-battery-1:before {
    content: "\f243"
}

.la.la-battery-0:before {
    content: "\f244"
}

.la.la-object-group {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-object-ungroup {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-sticky-note-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-sticky-note-o:before {
    content: "\f249"
}

.la.la-cc-jcb {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-cc-diners-club {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-clone {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-hourglass-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-hourglass-o:before {
    content: "\f254"
}

.la.la-hourglass-1:before {
    content: "\f251"
}

.la.la-hourglass-2:before {
    content: "\f252"
}

.la.la-hourglass-3:before {
    content: "\f253"
}

.la.la-hand-rock-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-hand-rock-o:before {
    content: "\f255"
}

.la.la-hand-grab-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-hand-grab-o:before {
    content: "\f255"
}

.la.la-hand-paper-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-hand-paper-o:before {
    content: "\f256"
}

.la.la-hand-stop-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-hand-stop-o:before {
    content: "\f256"
}

.la.la-hand-scissors-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-hand-scissors-o:before {
    content: "\f257"
}

.la.la-hand-lizard-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-hand-lizard-o:before {
    content: "\f258"
}

.la.la-hand-spock-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-hand-spock-o:before {
    content: "\f259"
}

.la.la-hand-pointer-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-hand-pointer-o:before {
    content: "\f25a"
}

.la.la-hand-peace-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-hand-peace-o:before {
    content: "\f25b"
}

.la.la-registered {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-creative-commons {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-gg {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-gg-circle {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-tripadvisor {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-odnoklassniki {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-odnoklassniki-square {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-get-pocket {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-wikipedia-w {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-safari {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-chrome {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-firefox {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-opera {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-internet-explorer {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-television:before {
    content: "\f26c"
}

.la.la-contao {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-500px {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-amazon {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-calendar-plus-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-calendar-plus-o:before {
    content: "\f271"
}

.la.la-calendar-minus-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-calendar-minus-o:before {
    content: "\f272"
}

.la.la-calendar-times-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-calendar-times-o:before {
    content: "\f273"
}

.la.la-calendar-check-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-calendar-check-o:before {
    content: "\f274"
}

.la.la-map-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-map-o:before {
    content: "\f279"
}

.la.la-commenting:before {
    content: "\f4ad"
}

.la.la-commenting-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-commenting-o:before {
    content: "\f4ad"
}

.la.la-houzz {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-vimeo {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-vimeo:before {
    content: "\f27d"
}

.la.la-black-tie {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-fonticons {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-reddit-alien {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-edge {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-credit-card-alt:before {
    content: "\f09d"
}

.la.la-codiepie {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-modx {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-fort-awesome {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-usb {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-product-hunt {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-mixcloud {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-scribd {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-pause-circle-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-pause-circle-o:before {
    content: "\f28b"
}

.la.la-stop-circle-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-stop-circle-o:before {
    content: "\f28d"
}

.la.la-bluetooth {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-bluetooth-b {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-gitlab {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-wpbeginner {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-wpforms {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-envira {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-wheelchair-alt {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-wheelchair-alt:before {
    content: "\f368"
}

.la.la-question-circle-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-question-circle-o:before {
    content: "\f059"
}

.la.la-volume-control-phone:before {
    content: "\f2a0"
}

.la.la-asl-interpreting:before {
    content: "\f2a3"
}

.la.la-deafness:before {
    content: "\f2a4"
}

.la.la-hard-of-hearing:before {
    content: "\f2a4"
}

.la.la-glide {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-glide-g {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-signing:before {
    content: "\f2a7"
}

.la.la-viadeo {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-viadeo-square {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-snapchat {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-snapchat-ghost {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-snapchat-square {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-pied-piper {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-first-order {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-yoast {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-themeisle {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-google-plus-official {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-google-plus-official:before {
    content: "\f2b3"
}

.la.la-google-plus-circle {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-google-plus-circle:before {
    content: "\f2b3"
}

.la.la-font-awesome {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-fa {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-fa:before {
    content: "\f2b4"
}

.la.la-handshake-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-handshake-o:before {
    content: "\f2b5"
}

.la.la-envelope-open-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-envelope-open-o:before {
    content: "\f2b6"
}

.la.la-linode {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-address-book-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-address-book-o:before {
    content: "\f2b9"
}

.la.la-vcard:before {
    content: "\f2bb"
}

.la.la-address-card-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-address-card-o:before {
    content: "\f2bb"
}

.la.la-vcard-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-vcard-o:before {
    content: "\f2bb"
}

.la.la-user-circle-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-user-circle-o:before {
    content: "\f2bd"
}

.la.la-user-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-user-o:before {
    content: "\f007"
}

.la.la-id-badge {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-drivers-license:before {
    content: "\f2c2"
}

.la.la-id-card-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-id-card-o:before {
    content: "\f2c2"
}

.la.la-drivers-license-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-drivers-license-o:before {
    content: "\f2c2"
}

.la.la-quora {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-free-code-camp {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-telegram {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-thermometer-4:before {
    content: "\f2c7"
}

.la.la-thermometer:before {
    content: "\f2c7"
}

.la.la-thermometer-3:before {
    content: "\f2c8"
}

.la.la-thermometer-2:before {
    content: "\f2c9"
}

.la.la-thermometer-1:before {
    content: "\f2ca"
}

.la.la-thermometer-0:before {
    content: "\f2cb"
}

.la.la-bathtub:before {
    content: "\f2cd"
}

.la.la-s15:before {
    content: "\f2cd"
}

.la.la-window-maximize {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-window-restore {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-times-rectangle:before {
    content: "\f410"
}

.la.la-window-close-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-window-close-o:before {
    content: "\f410"
}

.la.la-times-rectangle-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-times-rectangle-o:before {
    content: "\f410"
}

.la.la-bandcamp {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-grav {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-etsy {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-imdb {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-ravelry {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-eercast {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-eercast:before {
    content: "\f2da"
}

.la.la-snowflake-o {
    font-family: 'Line Awesome Free';
    font-weight: 400
}

.la.la-snowflake-o:before {
    content: "\f2dc"
}

.la.la-superpowers {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-wpexplorer {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}

.la.la-spotify {
    font-family: 'Line Awesome Brands';
    font-weight: 400
}
/*
 * bootstrap-tagsinput v0.8.0
 * 
 */

.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}

.bootstrap-tagsinput input {
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    padding: 0 6px;
    margin: 0;
    width: auto;
    max-width: inherit;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
    color: #777;
}

.bootstrap-tagsinput input:focus {
    border: none;
    box-shadow: none;
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: white;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
    margin-left: 8px;
    cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: "x";
    padding: 0px 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}


/* Flat Picker Css */


/* Flat Picker Css */


/* Flat Picker Css */


/* Flat Picker Css */


/* Flat Picker Css */


/* Flat Picker Css */


/* Flat Picker Css */


/* Flat Picker Css */


/* Flat Picker Css */


/* Flat Picker Css */


/* Flat Picker Css */


/* Flat Picker Css */


/* Flat Picker Css */

.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08)
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.flatpickr-calendar.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
    left: auto;
    right: 22px
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
    left: 50%;
    right: 50%
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
    top: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flatpickr-months .flatpickr-month {
    background: transparent;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9)
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: none
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
    position: relative
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    /*
      /*rtl:begin:ignore*/
    left: 0/*
      /*rtl:end:ignore*/
}


/*
      /*rtl:begin:ignore*/


/*
      /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    /*
      /*rtl:begin:ignore*/
    right: 0/*
      /*rtl:end:ignore*/
}


/*
      /*rtl:begin:ignore*/


/*
      /*rtl:end:ignore*/

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
    color: #959ea9
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #f64747
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
    -webkit-transition: fill .1s;
    transition: fill .1s;
    fill: inherit
}

.numInputWrapper {
    position: relative;
    height: auto
}

.numInputWrapper input,
.numInputWrapper span {
    display: inline-block
}

.numInputWrapper input {
    width: 100%
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, 0.1)
}

.numInputWrapper span:active {
    background: rgba(0, 0, 0, 0.2)
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, 0.6);
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, 0.6);
    top: 40%
}

.numInputWrapper span svg {
    width: inherit;
    height: auto
}

.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, 0.5)
}

.numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05)
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: .5ch;
    padding: 0
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, 0.05)
}

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, 0.9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, 0.9)
}

.flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 .5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, 0.5);
    background: transparent;
    pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 .5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
    outline: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, 0.05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0
}

.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0, 0, 0, 0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder
}

.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px
}

.flatpickr-days:focus {
    outline: 0
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.dayContainer+.dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6
}

.flatpickr-day.today {
    border-color: #959ea9
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #569ff7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)) {
    -webkit-box-shadow: -10px 0 0 #569ff7;
    box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    border-color: transparent;
    cursor: default
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, 0.1)
}

.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
    visibility: hidden
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    cursor: default;
    border: none
}

.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both
}

.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.flatpickr-time input.flatpickr-hour {
    font-weight: bold
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
    background: #eee
}

.flatpickr-input[readonly] {
    cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}


/* Nice select css */


/* Nice select css */

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left!important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0!important;
    right: 0!important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent!important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.nice-select .list::-webkit-scrollbar {
    width: 0
}

.nice-select .list {
    margin-top: 5px;
    top: 100%;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    max-height: 210px;
    overflow-y: scroll;
    padding: 52px 0 0
}

.nice-select.has-multiple {
    white-space: inherit;
    height: auto;
    padding: 7px 12px;
    min-height: 53px;
    line-height: 22px
}

.nice-select.has-multiple span.current {
    border: 1px solid #CCC;
    background: #EEE;
    padding: 0 10px;
    border-radius: 3px;
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 3px;
    margin-right: 3px
}

.nice-select.has-multiple .multiple-options {
    display: block;
    line-height: 37px;
    margin-left: 30px;
    padding: 0
}

.nice-select .nice-select-search-box {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    margin-top: 5px;
    top: 100%;
    left: 0;
    z-index: 8;
    padding: 5px;
    background: #FFF;
    opacity: 0;
    pointer-events: none;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, .11);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out
}

.nice-select .nice-select-search {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 12px;
    margin: 0 10px 0 0;
    width: 100%!important;
    min-height: 36px;
    line-height: 22px;
    height: auto;
    outline: 0!important
}

.nice-select.open .nice-select-search-box {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}


/* Sweet alert2 css */


/* Sweet alert2 css */


/* Sweet alert2 css */


/* Sweet alert2 css */

.swal2-popup.swal2-toast {
    box-sizing: border-box;
    grid-column: 1/4!important;
    grid-row: 1/4!important;
    grid-template-columns: 1fr 99fr 1fr;
    padding: 1em;
    overflow-y: hidden;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .075), 0 1px 2px rgba(0, 0, 0, .075), 1px 2px 4px rgba(0, 0, 0, .075), 1px 3px 8px rgba(0, 0, 0, .075), 2px 4px 16px rgba(0, 0, 0, .075);
    pointer-events: all
}

.swal2-popup.swal2-toast>* {
    grid-column: 2
}

.swal2-popup.swal2-toast .swal2-title {
    margin: .5em 1em;
    padding: 0;
    font-size: 1em;
    text-align: initial
}

.swal2-popup.swal2-toast .swal2-loading {
    justify-content: center
}

.swal2-popup.swal2-toast .swal2-input {
    height: 2em;
    margin: .5em;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-validation-message {
    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 {
    grid-column: 3/3;
    grid-row: 1/99;
    align-self: center;
    width: .8em;
    height: .8em;
    margin: 0;
    font-size: 2em
}

.swal2-popup.swal2-toast .swal2-html-container {
    margin: .5em 1em;
    padding: 0;
    font-size: 1em;
    text-align: initial
}

.swal2-popup.swal2-toast .swal2-html-container:empty {
    padding: 0
}

.swal2-popup.swal2-toast .swal2-loader {
    grid-column: 1;
    grid-row: 1/99;
    align-self: center;
    width: 2em;
    height: 2em;
    margin: .25em
}

.swal2-popup.swal2-toast .swal2-icon {
    grid-column: 1;
    grid-row: 1/99;
    align-self: center;
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0 .5em 0 0
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 1.8em;
    font-weight: 700
}

.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 {
    justify-content: flex-start;
    height: auto;
    margin: 0;
    margin-top: .5em;
    padding: 0 .5em
}

.swal2-popup.swal2-toast .swal2-styled {
    margin: .25em .5em;
    padding: .4em .6em;
    font-size: 1em
}

.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-success.swal2-icon-show .swal2-success-line-tip {
    -webkit-animation: swal2-toast-animate-success-line-tip .75s;
    animation: swal2-toast-animate-success-line-tip .75s
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
    -webkit-animation: swal2-toast-animate-success-line-long .75s;
    animation: swal2-toast-animate-success-line-long .75s
}

.swal2-popup.swal2-toast.swal2-show {
    -webkit-animation: swal2-toast-show .5s;
    animation: swal2-toast-show .5s
}

.swal2-popup.swal2-toast.swal2-hide {
    -webkit-animation: swal2-toast-hide .1s forwards;
    animation: swal2-toast-hide .1s forwards
}

.swal2-container {
    display: grid;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
    grid-template-rows: minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto);
    grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
    height: 100%;
    padding: .625em;
    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-bottom-start,
.swal2-container.swal2-center-start,
.swal2-container.swal2-top-start {
    grid-template-columns: minmax(0, 1fr) auto auto
}

.swal2-container.swal2-bottom,
.swal2-container.swal2-center,
.swal2-container.swal2-top {
    grid-template-columns: auto minmax(0, 1fr) auto
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-center-end,
.swal2-container.swal2-top-end {
    grid-template-columns: auto auto minmax(0, 1fr)
}

.swal2-container.swal2-top-start>.swal2-popup {
    align-self: start
}

.swal2-container.swal2-top>.swal2-popup {
    grid-column: 2;
    align-self: start;
    justify-self: center
}

.swal2-container.swal2-top-end>.swal2-popup,
.swal2-container.swal2-top-right>.swal2-popup {
    grid-column: 3;
    align-self: start;
    justify-self: end
}

.swal2-container.swal2-center-left>.swal2-popup,
.swal2-container.swal2-center-start>.swal2-popup {
    grid-row: 2;
    align-self: center
}

.swal2-container.swal2-center>.swal2-popup {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    justify-self: center
}

.swal2-container.swal2-center-end>.swal2-popup,
.swal2-container.swal2-center-right>.swal2-popup {
    grid-column: 3;
    grid-row: 2;
    align-self: center;
    justify-self: end
}

.swal2-container.swal2-bottom-left>.swal2-popup,
.swal2-container.swal2-bottom-start>.swal2-popup {
    grid-column: 1;
    grid-row: 3;
    align-self: end
}

.swal2-container.swal2-bottom>.swal2-popup {
    grid-column: 2;
    grid-row: 3;
    justify-self: center;
    align-self: end
}

.swal2-container.swal2-bottom-end>.swal2-popup,
.swal2-container.swal2-bottom-right>.swal2-popup {
    grid-column: 3;
    grid-row: 3;
    align-self: end;
    justify-self: end
}

.swal2-container.swal2-grow-fullscreen>.swal2-popup,
.swal2-container.swal2-grow-row>.swal2-popup {
    grid-column: 1/4;
    width: 100%
}

.swal2-container.swal2-grow-column>.swal2-popup,
.swal2-container.swal2-grow-fullscreen>.swal2-popup {
    grid-row: 1/4;
    align-self: stretch
}

.swal2-container.swal2-no-transition {
    transition: none!important
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 32em;
    max-width: 100%;
    padding: 0 0 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: #545454;
    font-family: inherit;
    font-size: 1rem
}

.swal2-popup:focus {
    outline: 0
}

.swal2-popup.swal2-loading {
    overflow-y: hidden
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: .8em 1em 0;
    color: inherit;
    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: center;
    width: auto;
    margin: 1.25em auto 0;
    padding: 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;
    -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    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: .3125em;
    padding: .625em 1.1em;
    transition: box-shadow .1s;
    box-shadow: 0 0 0 3px transparent;
    font-weight: 500
}

.swal2-styled:not([disabled]) {
    cursor: pointer
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #7066e0;
    color: #fff;
    font-size: 1em
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgba(112, 102, 224, .5)
}

.swal2-styled.swal2-deny {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #dc3741;
    color: #fff;
    font-size: 1em
}

.swal2-styled.swal2-deny:focus {
    box-shadow: 0 0 0 3px rgba(220, 55, 65, .5)
}

.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #6e7881;
    color: #fff;
    font-size: 1em
}

.swal2-styled.swal2-cancel:focus {
    box-shadow: 0 0 0 3px rgba(110, 120, 129, .5)
}

.swal2-styled.swal2-default-outline:focus {
    box-shadow: 0 0 0 3px rgba(100, 150, 200, .5)
}

.swal2-styled:focus {
    outline: 0
}

.swal2-styled::-moz-focus-inner {
    border: 0
}

.swal2-footer {
    justify-content: center;
    margin: 1em 0 0;
    padding: 1em 1em 0;
    border-top: 1px solid #eee;
    color: inherit;
    font-size: 1em
}

.swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    grid-column: auto!important;
    height: .25em;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.swal2-timer-progress-bar {
    width: 100%;
    height: .25em;
    background: rgba(0, 0, 0, .2)
}

.swal2-image {
    max-width: 100%;
    margin: 2em auto 1em
}

.swal2-close {
    z-index: 2;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: -1.2em;
    padding: 0;
    overflow: hidden;
    transition: color .1s, box-shadow .1s;
    border: none;
    border-radius: 5px;
    background: 0 0;
    color: #ccc;
    font-family: serif;
    font-family: monospace;
    font-size: 2.5em;
    cursor: pointer;
    justify-self: end
}

.swal2-close:hover {
    transform: none;
    background: 0 0;
    color: #f27474
}

.swal2-close:focus {
    outline: 0;
    box-shadow: inset 0 0 0 3px rgba(100, 150, 200, .5)
}

.swal2-close::-moz-focus-inner {
    border: 0
}

.swal2-html-container {
    z-index: 1;
    justify-content: center;
    margin: 1em 1.6em .3em;
    padding: 0;
    overflow: auto;
    color: inherit;
    font-size: 1.125em;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word
}

.swal2-checkbox,
.swal2-file,
.swal2-input,
.swal2-radio,
.swal2-select,
.swal2-textarea {
    margin: 1em 2em 3px
}

.swal2-file,
.swal2-input,
.swal2-textarea {
    box-sizing: border-box;
    width: auto;
    transition: border-color .1s, box-shadow .1s;
    border: 1px solid #d9d9d9;
    border-radius: .1875em;
    background: inherit;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px transparent;
    color: inherit;
    font-size: 1.125em
}

.swal2-file.swal2-inputerror,
.swal2-input.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
    border-color: #f27474!important;
    box-shadow: 0 0 2px #f27474!important
}

.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(100, 150, 200, .5)
}

.swal2-file::-moz-placeholder,
.swal2-input::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
    color: #ccc
}

.swal2-file:-ms-input-placeholder,
.swal2-input:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
    color: #ccc
}

.swal2-file::placeholder,
.swal2-input::placeholder,
.swal2-textarea::placeholder {
    color: #ccc
}

.swal2-range {
    margin: 1em 2em 3px;
    background: #fff
}

.swal2-range input {
    width: 80%
}

.swal2-range output {
    width: 20%;
    color: inherit;
    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
}

.swal2-file {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    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: inherit;
    font-size: 1.125em
}

.swal2-checkbox,
.swal2-radio {
    align-items: center;
    justify-content: center;
    background: #fff;
    color: inherit
}

.swal2-checkbox label,
.swal2-radio label {
    margin: 0 .6em;
    font-size: 1.125em
}

.swal2-checkbox input,
.swal2-radio input {
    flex-shrink: 0;
    margin: 0 .4em
}

.swal2-input-label {
    display: flex;
    justify-content: center;
    margin: 1em auto 0
}

.swal2-validation-message {
    align-items: center;
    justify-content: center;
    margin: 1em 0 0;
    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: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center
}

.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 2.5em auto .6em;
    border: .25em solid transparent;
    border-radius: 50%;
    border-color: #000;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em
}

.swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474
}

.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: 2.3125em;
    width: 2.9375em;
    height: .3125em;
    border-radius: .125em;
    background-color: #f27474
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 1.0625em;
    transform: rotate(45deg)
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 1em;
    transform: rotate(-45deg)
}

.swal2-icon.swal2-error.swal2-icon-show {
    -webkit-animation: swal2-animate-error-icon .5s;
    animation: swal2-animate-error-icon .5s
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
    -webkit-animation: swal2-animate-error-x-mark .5s;
    animation: swal2-animate-error-x-mark .5s
}

.swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86
}

.swal2-icon.swal2-warning.swal2-icon-show {
    -webkit-animation: swal2-animate-error-icon .5s;
    animation: swal2-animate-error-icon .5s
}

.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
    -webkit-animation: swal2-animate-i-mark .5s;
    animation: swal2-animate-i-mark .5s
}

.swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee
}

.swal2-icon.swal2-info.swal2-icon-show {
    -webkit-animation: swal2-animate-error-icon .5s;
    animation: swal2-animate-error-icon .5s
}

.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
    -webkit-animation: swal2-animate-i-mark .8s;
    animation: swal2-animate-i-mark .8s
}

.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd
}

.swal2-icon.swal2-question.swal2-icon-show {
    -webkit-animation: swal2-animate-error-icon .5s;
    animation: swal2-animate-error-icon .5s
}

.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
    -webkit-animation: swal2-animate-question-mark .8s;
    animation: swal2-animate-question-mark .8s
}

.swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.4375em;
    left: -2.0635em;
    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: -.6875em;
    left: 1.875em;
    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: .5em;
    left: 1.625em;
    width: .4375em;
    height: 5.625em;
    transform: rotate(-45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    z-index: 2;
    height: .3125em;
    border-radius: .125em;
    background-color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    top: 2.875em;
    left: .8125em;
    width: 1.5625em;
    transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
    transform: rotate(-45deg)
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
    -webkit-animation: swal2-animate-success-line-tip .75s;
    animation: swal2-animate-success-line-tip .75s
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
    -webkit-animation: swal2-animate-success-line-long .75s;
    animation: swal2-animate-success-line-long .75s
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
    -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
    animation: swal2-rotate-success-circular-line 4.25s ease-in
}

.swal2-progress-steps {
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin: 1.25em auto;
    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 {
    -webkit-animation: swal2-show .3s;
    animation: swal2-show .3s
}

.swal2-hide {
    -webkit-animation: swal2-hide .15s forwards;
    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 {
    margin-right: initial;
    margin-left: 0
}

.swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto
}

@-webkit-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-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)
    }
}

@-webkit-keyframes swal2-toast-hide {
    100% {
        transform: rotateZ(1deg);
        opacity: 0
    }
}

@keyframes swal2-toast-hide {
    100% {
        transform: rotateZ(1deg);
        opacity: 0
    }
}

@-webkit-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-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
    }
}

@-webkit-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-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
    }
}

@-webkit-keyframes swal2-show {
    0% {
        transform: scale(.7)
    }
    45% {
        transform: scale(1.05)
    }
    80% {
        transform: scale(.95)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes swal2-show {
    0% {
        transform: scale(.7)
    }
    45% {
        transform: scale(1.05)
    }
    80% {
        transform: scale(.95)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(.5);
        opacity: 0
    }
}

@-webkit-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-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
    }
}

@-webkit-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-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
    }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg)
    }
    5% {
        transform: rotate(-45deg)
    }
    12% {
        transform: rotate(-405deg)
    }
    100% {
        transform: rotate(-405deg)
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg)
    }
    5% {
        transform: rotate(-45deg)
    }
    12% {
        transform: rotate(-405deg)
    }
    100% {
        transform: rotate(-405deg)
    }
}

@-webkit-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-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
    }
}

@-webkit-keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0
    }
    100% {
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0
    }
    100% {
        transform: rotateX(0);
        opacity: 1
    }
}

@-webkit-keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes swal2-animate-question-mark {
    0% {
        transform: rotateY(-360deg)
    }
    100% {
        transform: rotateY(0)
    }
}

@keyframes swal2-animate-question-mark {
    0% {
        transform: rotateY(-360deg)
    }
    100% {
        transform: rotateY(0)
    }
}

@-webkit-keyframes swal2-animate-i-mark {
    0% {
        transform: rotateZ(45deg);
        opacity: 0
    }
    25% {
        transform: rotateZ(-25deg);
        opacity: .4
    }
    50% {
        transform: rotateZ(15deg);
        opacity: .8
    }
    75% {
        transform: rotateZ(-5deg);
        opacity: 1
    }
    100% {
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes swal2-animate-i-mark {
    0% {
        transform: rotateZ(45deg);
        opacity: 0
    }
    25% {
        transform: rotateZ(-25deg);
        opacity: .4
    }
    50% {
        transform: rotateZ(15deg);
        opacity: .8
    }
    75% {
        transform: rotateZ(-5deg);
        opacity: 1
    }
    100% {
        transform: rotateX(0);
        opacity: 1
    }
}

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 {
    background-color: transparent!important;
    pointer-events: none
}

body.swal2-no-backdrop .swal2-container .swal2-popup {
    pointer-events: all
}

body.swal2-no-backdrop .swal2-container .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

@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 {
    box-sizing: border-box;
    width: 360px;
    max-width: 100%;
    background-color: transparent;
    pointer-events: none
}

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
}


/* calendar css */


/* calendar css */


/* calendar css */

.color-calendar {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    width: auto;
    height: auto;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    font-size: 1rem;
}

.color-calendar .calendar__header {
    position: relative;
    display: grid;
    grid-template-columns: repeat(7, minmax(20px, 55px));
}

.color-calendar .calendar__monthyear {
    font-size: 1.5rem;
    margin: 0 auto;
    text-align: center;
    grid-column: 2/span 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-calendar .calendar__monthyear .calendar__month {
    cursor: pointer;
}

.color-calendar .calendar__monthyear .calendar__year {
    cursor: pointer;
}

.color-calendar .calendar__arrow {
    height: 35px;
    width: 100%;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-calendar .calendar__arrow-inner {
    width: 35px;
    height: 35px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-calendar .calendar__arrow-prev {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-calendar .calendar__arrow-prev .calendar__arrow-inner::before {
    margin-left: 0.3em;
    transform: rotate(-135deg);
}

.color-calendar .calendar__arrow-next {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-calendar .calendar__arrow-next .calendar__arrow-inner::before {
    margin-right: 0.3em;
    transform: rotate(45deg);
}

.color-calendar .calendar__body {
    height: auto;
    overflow: hidden;
}

.color-calendar .calendar__weekdays {
    display: grid;
    grid-template-columns: repeat(7, minmax(20px, 55px));
    margin-bottom: 5px;
}

.color-calendar .calendar__weekdays .calendar__weekday {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.color-calendar .calendar__days {
    display: grid;
    grid-template-columns: repeat(7, minmax(20px, 55px));
    grid-template-rows: repeat(6, minmax(30px, 40px));
}

.color-calendar .calendar__days .calendar__day {
    position: relative;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-calendar .calendar__days .calendar__day-text {
    cursor: pointer;
}

.color-calendar .calendar__days .calendar__day-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(55% + 8px);
    height: 90%;
    opacity: 0;
    z-index: -1;
    cursor: pointer;
    transition: opacity 0.3s ease-out;
    will-change: opacity;
}

.color-calendar .calendar__days .calendar__day-event {
    /* Event Bullet */
}

.color-calendar .calendar__days .calendar__day-event .calendar__day-bullet {
    position: absolute;
    top: 80%;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    cursor: pointer;
}

.color-calendar .calendar__days .calendar__day-selected:not(.calendar__day-today) .calendar__day-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(55% + 8px);
    height: 90%;
    z-index: -1;
    cursor: pointer;
}

.color-calendar .calendar__picker {
    position: absolute;
    z-index: 201;
    width: 100%;
    top: 75px;
    left: 0;
    bottom: 0;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.color-calendar .calendar__picker .calendar__picker-month {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(4, minmax(0, 1fr));
    grid-gap: 1rem 6%;
    gap: 1rem 6%;
    margin: 8%;
    transition: none;
}

.color-calendar .calendar__picker .calendar__picker-month-option {
    position: relative;
    text-align: center;
    padding: 15px 0;
    font-weight: 700;
    color: #323232;
    border-radius: var(--cal-border-radius);
    align-self: center;
    cursor: pointer;
}

.color-calendar .calendar__picker .calendar__picker-month-option::after {
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--cal-color-primary);
    border-radius: var(--cal-border-radius);
    opacity: 0.1;
    z-index: -1;
}

.color-calendar .calendar__picker .calendar__picker-month-option:hover:after {
    opacity: 0.08;
}

.color-calendar .calendar__picker .calendar__picker-month-selected {
    color: white;
}

.color-calendar .calendar__picker .calendar__picker-month-selected::after {
    opacity: 1;
}

.color-calendar .calendar__picker .calendar__picker-month-selected:hover:after {
    opacity: 0.9;
}

.color-calendar .calendar__picker .calendar__picker-year {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(4, minmax(0, 1fr));
    grid-gap: 1rem 6%;
    gap: 1rem 6%;
    margin: 8%;
    transition: none;
}

.color-calendar .calendar__picker .calendar__picker-year-option {
    position: relative;
    text-align: center;
    padding: 15px 0;
    font-weight: 700;
    color: #323232;
    border-radius: var(--cal-border-radius);
    align-self: center;
    cursor: pointer;
}

.color-calendar .calendar__picker .calendar__picker-year-option::after {
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--cal-color-primary);
    border-radius: var(--cal-border-radius);
    opacity: 0.1;
    z-index: -1;
}

.color-calendar .calendar__picker .calendar__picker-year-option:hover:after {
    opacity: 0.08;
}

.color-calendar .calendar__picker .calendar__picker-year-selected {
    color: white;
}

.color-calendar .calendar__picker .calendar__picker-year-selected::after {
    opacity: 1;
}

.color-calendar .calendar__picker .calendar__picker-year-selected:hover:after {
    opacity: 0.9;
}

.color-calendar .calendar__picker .calendar__picker-year-arrow {
    position: absolute;
    opacity: 0.4;
    border-radius: var(--cal-border-radius);
    cursor: pointer;
    transition: all 0.3s ease;
}

.color-calendar .calendar__picker .calendar__picker-year-arrow-left {
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 4px;
}

.color-calendar .calendar__picker .calendar__picker-year-arrow-right {
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4px;
    padding-right: 10px;
}

.color-calendar .calendar__picker .calendar__picker-year-arrow:hover {
    opacity: 1;
    background-color: #f8f8f8;
}

.chevron-thin-left {
    display: inline-block;
    border-right: 2px solid var(--cal-color-primary);
    border-bottom: 2px solid var(--cal-color-primary);
    width: 10px;
    height: 10px;
    transform: rotate(-225deg);
}

.chevron-thin-right {
    display: inline-block;
    border-right: 2px solid var(--cal-color-primary);
    border-bottom: 2px solid var(--cal-color-primary);
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
}

.color-calendar.month-left-align .calendar__header .calendar__monthyear {
    grid-column: 1/span 5;
    margin: 0;
    justify-content: flex-start;
    padding-left: 5%;
}

.color-calendar.basic {
    --cal-color-primary: #000000;
    --cal-drop-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.5);
    --cal-border: none;
    --cal-border-radius: 0.5rem;
    --cal-header-color: black;
    --cal-weekdays-color: black;
    border-radius: var(--cal-border-radius);
    color: var(--cal-color-primary);
    background-color: white;
    border: var(--cal-border);
}

.color-calendar.basic .calendar__header {
    padding: 20px 14px 0px 14px;
    color: var(--cal-header-color);
}

.color-calendar.basic .calendar__monthyear {
    font-weight: 600;
    color: var(--cal-header-color);
}

.color-calendar.basic .calendar__arrow-inner {
    border-radius: 50%;
}

.color-calendar.basic .calendar__arrow-inner::before {
    content: "";
    width: 0.6em;
    height: 0.6em;
    position: absolute;
    border-style: solid;
    border-width: 0.15em 0.15em 0 0;
    display: inline-block;
    transform-origin: center center;
    transform: rotate(-45deg);
    border-radius: 1px;
    color: var(--cal-header-color);
}

.color-calendar.basic .calendar__arrow-inner::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--cal-header-color);
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    will-change: opacity;
}

.color-calendar.basic .calendar__arrow-inner:hover::after {
    transition: opacity 0.3s ease;
    opacity: 0.05;
}

.color-calendar.basic .calendar__arrow-prev {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-calendar.basic .calendar__arrow-prev .calendar__arrow-inner::before {
    margin-left: 0.3em;
    transform: rotate(-135deg);
}

.color-calendar.basic .calendar__arrow-next {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.color-calendar.basic .calendar__arrow-next .calendar__arrow-inner::before {
    margin-right: 0.3em;
    transform: rotate(45deg);
}

.color-calendar.basic .calendar__body {
    padding: 14px;
}

.color-calendar.basic .calendar__weekdays {
    display: grid;
    grid-template-columns: repeat(7, minmax(20px, 55px));
    margin-bottom: 5px;
}

.color-calendar.basic .calendar__weekdays .calendar__weekday {
    font-weight: 500;
    opacity: 0.6;
    color: var(--cal-weekdays-color);
}

.color-calendar.basic .calendar__days .calendar__day-other {
    color: var(--cal-color-primary);
    opacity: 0.2;
}

.color-calendar.basic .calendar__days .calendar__day {
    font-weight: 600;
}

.color-calendar.basic .calendar__days .calendar__day-today {
    font-weight: 700;
    color: var(--cal-color-primary);
}

.color-calendar.basic .calendar__days .calendar__day-today .calendar__day-box {
    border-radius: 0.5rem;
    background-color: var(--cal-color-primary);
    opacity: 0.1;
}

.color-calendar.basic .calendar__days .calendar__day-text:hover~.calendar__day-box {
    opacity: 0.1;
}

.color-calendar.basic .calendar__days .calendar__day-bullet {
    background-color: var(--cal-color-primary);
}

.color-calendar.basic .calendar__days .calendar__day-bullet:hover~.calendar__day-box {
    opacity: 0.1;
}

.color-calendar.basic .calendar__days .calendar__day-box {
    border-radius: 0.5rem;
    background-color: var(--cal-color-primary);
    box-shadow: 0 3px 15px -5px var(--cal-color-primary);
}

.color-calendar.basic .calendar__days .calendar__day-box:hover {
    opacity: 0.1;
}

.color-calendar.basic .calendar__days .calendar__day-event {
    font-weight: 700;
}

.color-calendar.basic .calendar__days .calendar__day-selected {
    color: white;
    font-weight: 700;
}

.color-calendar.basic .calendar__days .calendar__day-selected .calendar__day-box {
    border-radius: 0.5rem;
    background-color: var(--cal-color-primary);
    opacity: 1;
    box-shadow: 0 3px 15px -5px var(--cal-color-primary);
}

.color-calendar.basic .calendar__days .calendar__day-selected .calendar__day-text:hover~.calendar__day-box {
    opacity: 1;
}

.color-calendar.basic .calendar__days .calendar__day-selected .calendar__day-bullet {
    background-color: white;
}

.color-calendar.basic .calendar__days .calendar__day-selected .calendar__day-bullet:hover~.calendar__day-box {
    opacity: 1;
}

.color-calendar.basic .calendar__picker {
    background-color: white;
    border-radius: var(--cal-border-radius);
}

.color-calendar.basic .calendar__picker-month-today {
    box-shadow: inset 0px 0px 0px 1px var(--cal-color-primary);
}

.color-calendar.basic .calendar__picker-year-today {
    box-shadow: inset 0px 0px 0px 1px var(--cal-color-primary);
}

.color-calendar.basic.color-calendar--small {
    font-size: 0.8rem;
}

.color-calendar.basic.color-calendar--small .calendar__header {
    padding: 10px 10px 0 10px;
    grid-template-columns: repeat(7, minmax(25px, 41px));
}

.color-calendar.basic.color-calendar--small .calendar__header .calendar__monthyear {
    font-size: 1.2rem;
}

.color-calendar.basic.color-calendar--small .calendar__header .calendar__arrow-inner,
.color-calendar.basic.color-calendar--small .calendar__header .calendar__arrow-inner::after {
    width: 30px;
    height: 30px;
}

.color-calendar.basic.color-calendar--small .calendar__body {
    padding: 0 10px 10px 10px;
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__weekdays {
    grid-template-columns: repeat(7, minmax(25px, 41px));
    margin-bottom: 0;
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__days {
    grid-template-columns: repeat(7, minmax(25px, 41px));
    grid-template-rows: repeat(6, minmax(30px, 35px));
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__picker {
    top: 55px;
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__picker .calendar__picker-month-option {
    padding: 10px 0;
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__picker .calendar__picker-month-option::after {
    height: 40px;
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__picker .calendar__picker-year-option {
    padding: 10px 0;
}

.color-calendar.basic.color-calendar--small .calendar__body .calendar__picker .calendar__picker-year-option::after {
    height: 40px;
}
/*--------------------------------------------------------------
                       Normalize
--------------------------------------------------------------*/
:root {
  --main-color-one: var(--main-color-one);
  --main-color-one-rgb: 0, 96, 68;
  --main-color-two: var(--secondary-color);
  --main-color-two-rgb: 0, 136, 221;
  --main-color-three: #2f4fff;
  --main-color-three-rgb: 47, 79, 255;
  --main-color-four: #f0997d;
  --main-color-four-rgb: 240, 153, 125;
  --customer-profile: #05cd99;
  --customer-profile-rgb: 5, 205, 153;
  --dashboard-color: #E9EDF7;
  --footer-bg: #00192B;
  --heading-color: #1B1C25;
  --heading-color-rgb: 27, 28, 37;
  --paragraph-color: #666666;
  --paragraph-white: #f1f1f1;
  --paragraph-white-2: #e2e2e2;
  --body-color: #999999;
  --review-color: #FABE50;
  --yellow-color: #f4f300;
  --blue-color: #62CDFF;
  --review-color-rgb: 250, 190, 80;
  --stock-color: #5AB27E;
  --success-color: #1f9960;
  --success-color-rgb: 31, 153, 96;
  --updatedOffer-bg-1: #FFF6D6;
  --updatedOffer-bg-2: #C0F4FF;
  --updatedOffer-bg-3: #D2FFFC;
  --border-color: #f0f0f0;
  --border-two: #efefef;
  --border-color-2: #ebebeb;
  --gray-color: #f3f3f3;
  --gray-two: #f7f7f7;
  --section-bg: #FDDE67;
  --section-bg-2: #F9F9F9;
  --white: #fff;
  --white-rgb: 255, 255, 255;
  --black: #000000;
  --black-rgb: 0, 0, 0;
  --box-shadow: #f0f0f0;
  --search-bg: #F2F4F7;
  --danger-color: #dd0303;
  --delete-color: #ee0000;
  --delete-color-rgb: 238, 0, 0;
  --heading-font: "Rubik", sans-serif;
  --body-font: "Roboto", sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  color: var(--body-color);
  font-family: var(--body-font);
  font-size: 16px;
}

@media only screen and (max-width: 991.98px) {
  body {
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 15px;
  }
}

@media only screen and (max-width: 375px) {
  body {
    font-size: 14px;
  }
}

h1 {
  font-size: 60px;
  line-height: 1.0833333333;
}

h2 {
  font-size: 36px;
  line-height: 1.4444444444;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 575.98px) {
  h2 {
    font-size: 27px;
  }
}

@media only screen and (max-width: 480px) {
  h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 375px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 28px;
  line-height: 1.0833333333;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 575.98px) {
  h3 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 480px) {
  h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 375px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 24px;
  line-height: 1.0833333333;
}

@media only screen and (max-width: 575.98px) {
  h4 {
    font-size: 23px;
  }
}

@media only screen and (max-width: 375px) {
  h4 {
    font-size: 21px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1.2380952381;
}

@media only screen and (max-width: 375px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  line-height: 1.2380952381;
}

@media only screen and (max-width: 375px) {
  h6 {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}

p {
  color: var(--body-color);
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 0;
  line-height: 26px;
  font-size: 16px;
}

a {
  color: inherit;
  text-decoration: none;
  color: var(--body-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}

pre {
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
  list-style: none;
}

ol {
  counter-reset: counter;
  padding-left: 0;
}

ol li {
  list-style: none;
}

ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-weight: 500;
  margin-right: 10px;
}

span {
  display: inline-block;
}

.desktop-center {
  text-align: center;
}

.topbar-bg-4 {
  background-color: var(--main-color-one);
}

.homeFour-bg {
  background-color: var(--main-color-one);
}

.section-bg {
  background-color: var(--section-bg);
}

.section-bg-2 {
  background-color: var(--section-bg-2);
}

.updatedOffer-bg-1 {
  background-color: var(--updatedOffer-bg-1);
}

.updatedOffer-bg-2 {
  background-color: var(--updatedOffer-bg-2);
}

.updatedOffer-bg-3 {
  background-color: var(--updatedOffer-bg-3);
}

/* Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox  */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

.form-control {
  width: 100%;
}

textarea {
  width: 100%;
  padding: 15px 15px 0;
}

/* Common Style */
.margin-0 {
  margin: 0 !important;
}

.padding-0 {
  padding: 0 !important;
}

.radius-parcent-50 {
  border-radius: 50%;
}

.radius-50 {
  border-radius: 50px;
}

.radius-40 {
  border-radius: 40px;
}

.radius-35 {
  border-radius: 35px;
}

.radius-30 {
  border-radius: 30px;
}

.radius-20 {
  border-radius: 20px;
}

.radius-15 {
  border-radius: 15px;
}

.radius-10 {
  border-radius: 10px;
}

.radius-5 {
  border-radius: 5px;
}

.radius-0 {
  border-radius: 0px !important;
}

.no-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.single-border-top {
  border-top: 1px solid var(--border-color);
}

.single-border {
  border: 1px solid var(--border-color);
}

.color-light {
  color: var(--paragraph-color) !important;
}

.color-extra-light {
  color: var(--body-color) !important;
}

.color-heading {
  color: var(--heading-color);
}

.body-bg-1 {
  background: #F1F3F4;
}

.body-bg-2 {
  background: #FFFAF5;
}

.body-bg-3 {
  background: #1B1C25;
}

.bg-color-one {
  background: var(--main-color-one);
}

.bg-color-two {
  background: var(--main-color-two);
}

.bg-color-three {
  background: var(--main-color-three);
}

.bg-color-four {
  background: var(--main-color-four);
}

.bg-item-one {
  background: #FFF1E8;
}

.bg-item-two {
  background: #E9F6FF;
}

.bg-item-three {
  background: #FFECF0;
}

.bg-item-four {
  background: #FFF8F0;
}

.bg-item-five {
  background: var(--gray-two);
}

.bg-item-badge {
  background: var(--gray-two);
}

.color-one {
  color: var(--main-color-one);
}

.color-two {
  color: var(--main-color-two);
}

.color-three {
  color: var(--main-color-three);
}

.color-four {
  color: var(--main-color-four);
}

.color-stock {
  color: var(--stock-color);
}

.review-color {
  color: var(--review-color);
}

.color-yellow {
  color: #FFBA5C;
}

.footer-bg {
  background: #f9f9f9;
}

.footer-bg-2 {
  background: #22232F;
}

.footer-bg-3 {
  background: var(--gray-two);
}

.shop-color-1 {
  background: #F83A26 !important;
}

.shop-color-2 {
  background: #30BB6F !important;
}

.shop-color-3 {
  background: #AB47BC !important;
}

.shop-color-4 {
  background: #FFC576 !important;
}

.shop-color-5 {
  background: #040B25 !important;
}

.shop-color-6 {
  background: #FF9800 !important;
}

.shop-color-7 {
  background: #FF695C !important;
}

.brand-bg-1 {
  background-color: #ED1C24;
}

.brand-bg-2 {
  background-color: #1B1B1B;
}

.brand-bg-3 {
  background-color: #F65B65;
}

.brand-bg-4 {
  background-color: #0088DD;
}

.brand-bg-5 {
  background-color: #FABE50;
}

.brand-bg-6 {
  background-color: #5AB27E;
}

.main-bg-one {
  background-color: var(--main-color-one);
}

.main-bg-two {
  background-color: var(--main-color-two);
}

.main-bg-three {
  background-color: var(--main-color-three);
}

.main-bg-four {
  background-color: var(--main-color-four);
}

.bg-color-stock {
  background: var(--stock-color);
}

.facebook-bg {
  background-color: #3b5999 !important;
}

.twitter-bg {
  background-color: #55acee !important;
}

.pintarest-bg {
  background-color: #c40014 !important;
}

.youtube-bg {
  background-color: #ff1544 !important;
}

.instagram-bg {
  background: -webkit-gradient(linear, left bottom, left top, from(#fea038), color-stop(#ff8841), color-stop(#ff704e), color-stop(#ff575f), color-stop(#ff3e71), color-stop(#fa3080), color-stop(#f12690), color-stop(#e523a0), color-stop(#d12dac), color-stop(#bb37b7), color-stop(#a140bf), to(#8347c5)) !important;
  background: linear-gradient(to top, #fea038, #ff8841, #ff704e, #ff575f, #ff3e71, #fa3080, #f12690, #e523a0, #d12dac, #bb37b7, #a140bf, #8347c5) !important;
}

.linkedin-bg {
  background-color: #326DE4 !important;
}

.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.no-margin {
  margin: 0;
}

.lazyloads {
  display: block;
}

.extra-padding-bottom {
  padding-bottom: 20px;
}

.desktop-reverse-margin-24 {
  margin: -24px 0 0;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .desktop-reverse-margin-24 {
    margin: unset;
  }
}

.border-1 {
  border: 1px solid rgba(221, 221, 221, 0.9);
}

.border-1.border-2px {
  border: 2px solid rgba(221, 221, 221, 0.9);
}

.border-1.border-3px {
  border: 3px solid rgba(221, 221, 221, 0.9);
}

.border-1.border-4px {
  border: 4px solid rgba(221, 221, 221, 0.9);
}

.border-1.border-5px {
  border: 5px solid rgba(221, 221, 221, 0.9);
}

.heading-title {
  font-size: 30px;
  line-height: 36px;
}

.heading-title:hover {
  color: var(--main-color-one);
}

.heading-title.hover-color-two:hover {
  color: var(--main-color-two);
}

.heading-title.hover-color-three:hover {
  color: var(--main-color-three);
}

.heading-title.hover-color-four:hover {
  color: var(--main-color-four);
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .heading-title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 375px) {
  .heading-title {
    font-size: 24px;
  }
}

.common-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: var(--heading-color);
  min-height: 72px;
}

@media only screen and (max-width: 767.98px) {
  .common-title {
    font-size: 22px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 480px) {
  .common-title {
    font-size: 21px;
  }
}

@media only screen and (max-width: 375px) {
  .common-title {
    font-size: 20px;
  }
}

.common-title.white-color {
  color: var(--white);
}

.common-title:hover {
  color: var(--main-color-one);
}

.common-title.hover-color-two:hover {
  color: var(--main-color-two);
}

.common-title.hover-color-three:hover {
  color: var(--main-color-three);
}

.common-title.hover-color-four:hover {
  color: var(--main-color-four);
}

.white-color {
  color: var(--white);
}

.center-text {
  text-align: center;
}

.common-title-two {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.common-title-two.white-color {
  color: var(--white);
}

.common-title-two:hover {
  color: var(--main-color-one);
}

.common-title-two.hover-color-two:hover {
  color: var(--main-color-two);
}

.common-title-two.hover-color-three:hover {
  color: var(--main-color-three);
}

.common-title-two.hover-color-four:hover {
  color: var(--main-color-four);
}

.common-title-three {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.common-title-three.white-color {
  color: var(--white);
}

.common-title-three:hover {
  color: var(--main-color-one);
}

.common-title-three.hover-color-two:hover {
  color: var(--main-color-two);
}

.common-title-three.hover-color-three:hover {
  color: var(--main-color-three);
}

.common-title-three.hover-color-four:hover {
  color: var(--main-color-four);
}

.common-para {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--body-color);
}

.common-para.white-color {
  color: var(--white);
}

.common-price-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.common-price-title.white-color {
  color: var(--white);
}

.common-price-title-two {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.common-price-title-two.white-color {
  color: var(--white);
}

.tab-content-item {
  display: none;
}

.tab-content-item.active {
  display: block;
  -webkit-animation: 1s fade-effects;
  animation: 1s fade-effects;
}

@-webkit-keyframes fade-effects {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes fade-effects {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.border-1 {
  border: 1px solid #E8E8E8;
}

.slider-inner-margin .slick-slide {
  margin: 12px;
}

.slider-inner-margin .slick-list {
  margin: -12px;
}

.slider-inner-margin-10 .slick-slide {
  margin: 5px;
}

.slider-inner-margin-10 .slick-list {
  margin: -5px;
}

.slick-slider-items.margin-reverse-24 {
  margin: -24px 0 0;
}

.global-slick-init:hover.nav-style-two .prev-icon,
.global-slick-init:hover.nav-style-two .next-icon {
  visibility: visible;
  opacity: 1;
}

.global-slick-init.nav-style-two .prev-icon,
.global-slick-init.nav-style-two .next-icon {
  visibility: hidden;
  opacity: 0;
}

.nav-style-two {
  position: relative;
}

.nav-style-two.nav-color-two .prev-icon,
.nav-style-two.nav-color-two .next-icon {
  background: var(--main-color-two);
  color: var(--white);
}

.nav-style-two.nav-color-two .prev-icon:hover,
.nav-style-two.nav-color-two .next-icon:hover {
  color: var(--main-color-two);
  background: #fff;
}

.nav-style-two.nav-color-three .prev-icon,
.nav-style-two.nav-color-three .next-icon {
  background: var(--main-color-three);
  color: var(--white);
}

.nav-style-two.nav-color-three .prev-icon:hover,
.nav-style-two.nav-color-three .next-icon:hover {
  color: var(--main-color-three);
  background: #fff;
}

.nav-style-two .prev-icon,
.nav-style-two .next-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -20px;
  font-size: 24px;
  cursor: pointer;
  z-index: 99;
  background: #fff;
  color: var(--main-color-one);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-style-two .prev-icon:hover,
.nav-style-two .next-icon:hover {
  color: var(--white);
  background: var(--main-color-one);
}

@media only screen and (max-width: 375px) {

  .nav-style-two .prev-icon,
  .nav-style-two .next-icon {
    left: -12px;
  }
}

.nav-style-two .next-icon {
  left: auto;
  right: -20px;
}

@media only screen and (max-width: 375px) {
  .nav-style-two .next-icon {
    right: -12px;
  }
}

.nav-style-one {
  position: relative;
}

.nav-style-one.nav-color-two .prev-icon:hover,
.nav-style-one.nav-color-two .next-icon:hover {
  color: var(--main-color-two);
}

.nav-style-one.nav-color-three .prev-icon:hover,
.nav-style-one.nav-color-three .next-icon:hover {
  color: var(--main-color-three);
}

.nav-style-one .prev-icon,
.nav-style-one .next-icon {
  position: absolute;
  right: 0;
  top: -105px;
  font-size: 24px;
  cursor: pointer;
  z-index: 99;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-style-one .prev-icon:hover,
.nav-style-one .next-icon:hover {
  color: var(--main-color-one);
}

@media (min-width: 300px) and (max-width: 991.98px) {

  .nav-style-one .prev-icon,
  .nav-style-one .next-icon {
    top: -90px;
  }
}

.nav-style-one .prev-icon {
  right: 30px;
}

.dot-style-one.banner-dots .slick-dots li {
  height: 5px;
  width: 15px;
  display: block;
  border-radius: 0;
}

.dot-style-one.banner-dots .slick-dots li.slick-active {
  width: 40px;
}

.dot-style-one.banner-dots.dot-color-two .slick-dots li.slick-active {
  background: var(--main-color-two);
}

.dot-style-one.banner-dots.dot-color-three .slick-dots li.slick-active {
  background: var(--main-color-three);
}

.dot-style-one.dot-absolute .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 480px) {
  .dot-style-one.dot-absolute .slick-dots {
    bottom: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .dot-style-one.dot-absolute .slick-dots {
    bottom: 10px;
  }
}

.dot-style-one.dot-style-two .slick-dots li {
  height: 5px;
  width: 12px;
  border-radius: 0;
}

.dot-style-one.dot-style-two .slick-dots li.slick-active {
  background: var(--main-color-one);
  width: 35px;
  border-radius: 2px;
}

.dot-style-one.dot-style-three .slick-dots li {
  border-radius: 0;
}

.dot-style-one.dot-color-two .slick-dots li.slick-active {
  background: var(--main-color-two);
}

.dot-style-one.dot-color-three .slick-dots li.slick-active {
  background: var(--main-color-three);
}

.dot-style-one.dot-color-four .slick-dots li.slick-active {
  background: var(--main-color-four);
}

.dot-style-one .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.dot-style-one .slick-dots li {
  text-indent: -9999px;
  height: 10px;
  width: 10px;
  background: #ddd;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.dot-style-one .slick-dots li.slick-active {
  background: var(--main-color-one);
}

.dot-style-one .slick-dots li button {
  border: 0;
  outline: none;
}

.body-overlay-desktop {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 100%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.body-overlay-desktop.active {
  visibility: visible;
  opacity: 1;
  z-index: 9;
  left: 0;
}

.btn-wrapper button {
  outline: none;
}

.btn-wrapper button:focus {
  outline: none;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  section.promo-area.padding-top-10 {
    padding-top: 0 !important;
  }
}

@media (max-width: 991px) and (min-width: 320px) {
  .row.margin-top-65 {
    margin-top: 45px !important;
  }

  .row.margin-top-40 {
    margin-top: 20px !important;
  }

  .row.margin-top-10 {
    margin-top: 0px !important;
  }

  .col-lg-12.margin-top-10 {
    margin-top: 0px !important;
  }

  .btn-wrapper.margin-top-50 {
    margin-top: 30px !important;
  }
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-46 {
  font-size: 46px !important;
}

.fs-65 {
  font-size: 65px !important;
}

.ff-rubik {
  font-family: var(--rubik-font) !important;
}

.ff-roboto {
  font-family: var(--roboto-font) !important;
}

.ff-opensans {
  font-family: var(--opensans-font) !important;
}

.ff-montserrat {
  font-family: var(--montserrat-font) !important;
}

.ff-jost {
  font-family: var(--jost-font) !important;
}

.ff-playfair {
  font-family: var(--playfair-font) !important;
}

.padding-left-50 {
  padding-left: 50px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .padding-left-50 {
    padding-left: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .padding-left-50 {
    padding-left: 0;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .padding-left-50 {
    padding-left: 0;
  }
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-35 {
  padding-top: 35px;
}

.padding-top-40 {
  padding-top: 40px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .padding-top-40 {
    padding-top: 30px !important;
  }
}

.padding-top-45 {
  padding-top: 45px;
}

.padding-top-55 {
  padding-top: 55px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .padding-top-55 {
    padding-top: 40px !important;
  }
}

.padding-top-50 {
  padding-top: 50px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .padding-top-50 {
    padding-top: 35px !important;
  }
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-65 {
  padding-top: 65px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .padding-top-65 {
    padding-top: 35px !important;
  }
}

.padding-top-70 {
  padding-top: 70px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .padding-top-70 {
    padding-top: 40px !important;
  }
}

.padding-top-75 {
  padding-top: 75px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .padding-top-75 {
    padding-top: 45px !important;
  }
}

.padding-top-80 {
  padding-top: 80px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .padding-top-80 {
    padding-top: 60px !important;
  }
}

.padding-top-85 {
  padding-top: 85px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-95 {
  padding-top: 95px;
}

.padding-top-100 {
  padding-top: 100px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .padding-top-100 {
    padding-top: 70px !important;
  }
}

.padding-top-105 {
  padding-top: 105px;
}

.padding-top-110 {
  padding-top: 110px;
}

.padding-top-115 {
  padding-top: 115px;
}

.padding-top-120 {
  padding-top: 120px;
}

.padding-top-125 {
  padding-top: 125px;
}

.padding-top-130 {
  padding-top: 130px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .padding-top-130 {
    padding-top: 80px !important;
  }
}

.padding-top-135 {
  padding-top: 135px;
}

.padding-top-140 {
  padding-top: 140px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .padding-top-140 {
    padding-top: 80px !important;
  }
}

.padding-top-145 {
  padding-top: 140px;
}

.padding-top-150 {
  padding-top: 150px;
}

.padding-top-160 {
  padding-top: 160px;
}

.padding-top-190 {
  padding-top: 190px;
}

.padding-top-210 {
  padding-top: 210px;
}

.padding-top-260 {
  padding-top: 260px;
}

.padding-top-300 {
  padding-top: 300px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-35 {
  padding-bottom: 35px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .padding-bottom-40 {
    padding-bottom: 30px !important;
  }
}

.padding-bottom-45 {
  padding-bottom: 45px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .padding-bottom-50 {
    padding-bottom: 35px !important;
  }
}

.padding-bottom-55 {
  padding-bottom: 55px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-65 {
  padding-bottom: 65px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .padding-bottom-65 {
    padding-bottom: 40px !important;
  }
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .padding-bottom-70 {
    padding-bottom: 40px !important;
  }
}

.padding-bottom-75 {
  padding-bottom: 75px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .padding-bottom-75 {
    padding-bottom: 45px !important;
  }
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .padding-bottom-80 {
    padding-bottom: 60px !important;
  }
}

.padding-bottom-85 {
  padding-bottom: 85px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-bottom-95 {
  padding-bottom: 95px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .padding-bottom-100 {
    padding-bottom: 70px !important;
  }
}

.padding-bottom-110 {
  padding-bottom: 110px;
}

.padding-bottom-105 {
  padding-bottom: 105px;
}

.padding-bottom-115 {
  padding-bottom: 115px;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

.padding-bottom-125 {
  padding-bottom: 125px;
}

.padding-bottom-130 {
  padding-bottom: 130px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .padding-bottom-130 {
    padding-bottom: 80px !important;
  }
}

.padding-bottom-140 {
  padding-bottom: 140px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .padding-bottom-140 {
    padding-bottom: 80px !important;
  }
}

.padding-bottom-135 {
  padding-bottom: 135px;
}

.padding-bottom-200 {
  padding-bottom: 200px;
}

.padding-bottom-280 {
  padding-bottom: 280px;
}

.padding-bottom-285 {
  padding-bottom: 285px;
}

.padding-bottom-150 {
  padding-bottom: 150px;
}

.padding-bottom-160 {
  padding-bottom: 160px;
}

.padding-bottom-165 {
  padding-bottom: 165px;
}

.padding-bottom-170 {
  padding-bottom: 170px;
}

.padding-bottom-180 {
  padding-bottom: 180px;
}

.padding-bottom-215 {
  padding-bottom: 215px;
}

.padding-bottom-300 {
  padding-bottom: 300px;
}

.padding-bottom-460 {
  padding-bottom: 460px;
}

.margin-top-minus-90 {
  margin-top: -90px;
}

.margin-top-minus-100 {
  margin-top: -100px;
}

.margin-top-120 {
  margin-top: 120px;
}

.margin-top-150 {
  margin-top: 150px;
}

.margin-top-160 {
  margin-top: 160px;
}

.padding-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.padding-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.padding-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-35 {
  margin-top: 35px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-45 {
  margin-top: 45px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-55 {
  margin-top: 55px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-65 {
  margin-top: 65px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-top-80 {
  margin-top: 80px;
}

.margin-top-90 {
  margin-top: 90px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-top-110 {
  margin-top: 110px;
}

.margin-top-120 {
  margin-top: 120px;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-35 {
  margin-bottom: 35px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-55 {
  margin-bottom: 55px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-bottom-110 {
  margin-bottom: 110px;
}

.margin-bottom-120 {
  margin-bottom: 120px;
}

.margin-bottom-150 {
  margin-bottom: 150px;
}

.margin-top-100 {
  margin-bottom: 100px;
}

.margin-top-120 {
  margin-top: 120px;
}

.min-height-600 {
  min-height: 600px;
}

.overflow-hidden {
  overflow: hidden;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Keyframes Animation
--------------------------------------------------------------*/
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }

  50% {
    -webkit-transform: translatey(-50px);
    transform: translatey(-50px);
  }

  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }

  50% {
    -webkit-transform: translatey(-50px);
    transform: translatey(-50px);
  }

  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@-webkit-keyframes round-moving {
  from {
    -webkit-transform: rotate(0deg) translateX(120px) rotate(0deg);
    transform: rotate(0deg) translateX(120px) rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg) translateX(120px) rotate(-360deg);
    transform: rotate(360deg) translateX(120px) rotate(-360deg);
  }
}

@keyframes round-moving {
  from {
    -webkit-transform: rotate(0deg) translateX(120px) rotate(0deg);
    transform: rotate(0deg) translateX(120px) rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg) translateX(120px) rotate(-360deg);
    transform: rotate(360deg) translateX(120px) rotate(-360deg);
  }
}

@-webkit-keyframes round-moving2 {
  from {
    -webkit-transform: rotate(0deg) translateX(60px) rotate(0deg);
    transform: rotate(0deg) translateX(60px) rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg) translateX(60px) rotate(-360deg);
    transform: rotate(360deg) translateX(60px) rotate(-360deg);
  }
}

@keyframes round-moving2 {
  from {
    -webkit-transform: rotate(0deg) translateX(60px) rotate(0deg);
    transform: rotate(0deg) translateX(60px) rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg) translateX(60px) rotate(-360deg);
    transform: rotate(360deg) translateX(60px) rotate(-360deg);
  }
}

@-webkit-keyframes pulsing {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes pulsing {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

/*----------------------------------------------
    # Nav bar
----------------------------------------------*/
.mobile-logo {
  display: none;
}

@media only screen and (max-width: 991px) {
  .mobile-logo {
    display: block;
  }

  .desktop-logo {
    display: none !important;
  }
}

.navbar-area {
  position: relative;
  z-index: 95;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .navbar-area {
    padding: 0;
  }
}

.navbar-area.nav-absolute {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0px;
  z-index: 99;
}

.navbar-area.nav-two .nav-container .navbar-collapse .navbar-nav {
  text-align: center;
}

.navbar-area.white-nav .nav-container .navbar-collapse .navbar-nav li {
  color: var(--white);
}

.navbar-area.white-nav .nav-container .nav-right-content ul li {
  color: var(--white);
}

.navbar-area.white-nav .nav-container .nav-right-content ul li .track-icon-list .single-icon .icon {
  color: var(--white);
}

.navbar-area.white-nav .nav-container .nav-right-content ul li .track-icon-list .single-icon.hover-color-two:hover .icon:hover {
  color: var(--main-color-two);
}

.navbar-area.white-nav .nav-container .nav-right-content ul li .login-account .accounts {
  color: var(--white);
}

.navbar-area.white-nav .nav-container .nav-right-content ul li .login-account .accounts.hover-color-two:hover {
  color: var(--main-color-two);
}

.navbar-area .nav-container {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .navbar-area .nav-container {
    padding: 20px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-area .nav-container {
    padding: 15px 0;
  }
}

.navbar-area .nav-container .logo-wrapper .logo img {
  max-width: 200px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-area .nav-container .logo-wrapper .logo img {
    max-width: 160px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .navbar-area .nav-container .logo-wrapper .logo img {
    max-width: 150px;
  }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  text-align: left;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav.nav-margin-top {
  margin-top: 15px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav.desktop-center {
  text-align: center;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-size: 16px;
  font-family: var(--body-font);
  text-transform: capitalize;
  color: var(--heading-color);
  font-weight: 400;
  line-height: 32px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
  margin-left: 0px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 14px;
  }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item {
  background: none;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  padding-right: 0;
  position: relative;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children>a {
  padding: 10px 20px;
  position: relative;
  z-index: 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children>a {
    padding: 10px 10px;
  }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children>a::after {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  top: 1px;
  left: 4px;
  position: relative;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--white);
  z-index: 992;
  border-bottom: 5px solid var(--main-color-one);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.column-count-two {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 50px;
  -webkit-column-rule-style: solid;
  -moz-column-rule-style: solid;
  column-rule-style: solid;
  -webkit-column-rule-color: rgba(221, 221, 221, 0.3);
  -moz-column-rule-color: rgba(221, 221, 221, 0.3);
  column-rule-color: rgba(221, 221, 221, 0.3);
  -webkit-column-rule-width: 2px;
  -moz-column-rule-width: 2px;
  column-rule-width: 2px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.column-count-two {
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
  }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.column-count-two li {
  margin-bottom: -1px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.column-count-two li {
    margin-bottom: 0;
  }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: -1px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    margin-bottom: 0;
  }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child {
  margin-bottom: -1px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
  border-top: 1px solid #e2e2e2;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 30px;
  background-color: var(--white);
  white-space: nowrap;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-one);
  color: var(--white);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
  left: 100%;
  top: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
  color: var(--white);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  padding: 10px 28px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    padding: 7px 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    padding: 5px 10px;
  }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
  color: var(--main-color-one);
  background: none;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .navbar-area .nav-container .nav-right-content {
    display: none;
  }
}

.navbar-area .nav-container .nav-right-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-area .nav-container .nav-right-content ul li {
  display: inline-block;
  margin: 0 15px;
}

.navbar-area .nav-container .nav-right-content ul li:last-child {
  margin-right: 0;
  margin-left: 0;
}

.navbar-area .nav-container .nav-right-content ul li a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navbar-area .nav-container .nav-right-content ul li .info-bar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .navbar-area .nav-container .nav-right-content ul li .info-bar-item {
    gap: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-area .nav-container .nav-right-content ul li .info-bar-item {
    gap: 30px;
  }
}

.index-02 {
  padding: 0px 0;
}

.index-02 .navbar-inner-all {
  background: var(--main-color-two);
  position: relative;
  z-index: 1;
  padding: 17px 0 18px;
  border-radius: 10px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .index-02 .navbar-inner-all {
    padding: 18px 0 18px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .index-02 .navbar-inner-all {
    padding: 18px 0 19px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .index-02 .navbar-inner-all {
    padding: 10px 0;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .index-02 .navbar-inner-all {
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 480px) {
  .index-02 .navbar-inner-all {
    padding: 5px 10px;
  }
}

.index-02 .navbar-inner-all::before {
  content: "";
  position: absolute;
  left: -10%;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--main-color-two);
  z-index: -1;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .index-02 .navbar-inner-all::before {
    display: none;
  }
}

.navbar-inner-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .navbar-inner-all {
    display: block;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .show-nav-right-contents {
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    color: var(--heading-color);
  }

  .show-nav-right-contents:hover {
    color: var(--heading-color);
  }

  .show-nav-right-contents.white-color {
    color: var(--white);
  }

  .show-nav-right-contents.white-color:hover {
    color: var(--white);
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .navbar-right-content {
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: -20px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .navbar-right-content.show {
    visibility: visible;
    opacity: 1;
    margin-top: 10px;
  }
}

.single-right-content .btn-track {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-right-content .btn-track:hover {
  color: var(--main-color-one);
}

.single-right-content .btn-track .track-icon {
  color: var(--main-color-one);
}

.single-right-content .user-icon-price {
  background: rgba(var(--main-color-three-rgb), 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-right-content .user-icon-price .user-icon {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--main-color-three);
  color: var(--white);
  height: 46px;
  width: 46px;
}

.single-right-content .user-icon-price .user-price {
  font-size: 20px;
  line-height: 30px;
  padding: 0 10px;
  color: var(--main-color-three);
}

@media only screen and (max-width: 991px) {
  .navbar-area.index-02 .nav-container .navbar-collapse.show .navbar-nav {
    background: transparent;
  }

  .navbar-area.index-03 .nav-container .navbar-right-content {
    margin-top: -50px;
  }

  .navbar-area.index-03 .nav-container .navbar-right-content.show {
    margin-top: 10px;
  }

  .navbar-area.white-nav .navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.8);
  }

  .navbar-area.white-nav .navbar-toggler.active .navbar-toggler-icon::before,
  .navbar-area.white-nav .navbar-toggler.active .navbar-toggler-icon::after {
    background: rgba(255, 255, 255, 0.8);
  }

  .navbar-area.white-nav .navbar-toggler .navbar-toggler-icon {
    background: rgba(255, 255, 255, 0.8);
  }

  .navbar-area.white-nav .navbar-toggler .navbar-toggler-icon::before,
  .navbar-area.white-nav .navbar-toggler .navbar-toggler-icon::after {
    background: rgba(255, 255, 255, 0.8);
  }

  .navbar-area .navbar-toggler {
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    border: 1px solid rgba(0, 0, 0, 0.5);
    outline: none;
  }

  .navbar-area .navbar-toggler.active .navbar-toggler-icon {
    background: none;
  }

  .navbar-area .navbar-toggler.active .navbar-toggler-icon::before,
  .navbar-area .navbar-toggler.active .navbar-toggler-icon::after {
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .navbar-area .navbar-toggler.active .navbar-toggler-icon::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .navbar-area .navbar-toggler .navbar-toggler-icon {
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: 25px;
    height: 2px;
    margin: 10px -4px 10px;
    position: relative;
  }

  .navbar-area .navbar-toggler .navbar-toggler-icon::before,
  .navbar-area .navbar-toggler .navbar-toggler-icon::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 25px;
    background: rgba(0, 0, 0, 0.5);
    top: -7px;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .navbar-area .navbar-toggler .navbar-toggler-icon::after {
    top: auto;
    bottom: -7px;
  }

  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
    min-height: 50px;
    padding: 5px 0px 5px;
  }

  .navbar-area .nav-container .responsive-mobile-menu {
    display: block;
    position: relative;
    width: 100%;
  }



  .navbar-area .nav-container .navbar-brand {
    display: block;
  }

  .navbar-area .nav-container .navbar-brand .navbar-toggler {
    position: absolute;
    right: 10px;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-area .nav-container .navbar-collapse.show .navbar-nav {
    background: #DDD;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 30px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    padding: 17px 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
    margin-left: 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    top: 25px;
    right: 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
    padding-bottom: 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    height: auto;
    opacity: 1;
    background-color: transparent;
    border-bottom: none;
    padding-top: 10px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    /* @include transition(height 500ms); */
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
    content: "";
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    padding: 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
    color: var(--white);
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
    border-top: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media only screen and (max-width: 575px) {
  .navbar-area .nav-container {
    padding: 0 15px;
  }

  .navbar-area .nav-container .logo-wrapper .logo img {
    max-width: 140px;
  }
}

.navbar-area.nav-color-two .navbar-collapse .navbar-nav li a:hover {
  color: var(--heading-color);
}

.navbar-area.nav-color-two .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  border-color: var(--main-color-two);
}

.navbar-area.nav-color-two .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-two);
}

.navbar-area.nav-color-two .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
  color: var(--white);
}

.navbar-area.nav-color-three .navbar-collapse .navbar-nav li a:hover {
  color: var(--main-color-three);
}

.navbar-area.nav-color-three .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  border-color: var(--main-color-three);
}

.navbar-area.nav-color-three .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-three);
}

.navbar-area.nav-color-three .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
  color: var(--white);
}

.navbar-area.nav-color-four .navbar-collapse .navbar-nav li a:hover {
  color: var(--main-color-four);
}

.navbar-area.nav-color-four .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  border-color: var(--main-color-four);
}

.navbar-area.nav-color-four .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-four);
}

.navbar-area.nav-color-four .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
  color: var(--white);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:hover>.megamenu-area {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:hover>.megamenu-area {
    height: auto;
    padding: 20px 0;
  }
}

.nav-color-two .megamenu-area .megamenu-single .megamenu-items .megamenu-contents .megamenu-title:hover {
  color: var(--main-color-two);
}

.nav-color-two .megamenu-area .megamenu-single .megamenu-items .megamenu-contents .price-updates .price-title {
  color: var(--main-color-two);
}

.nav-color-two .megamenu-area .megamenu-single .megamenu-items-big .megamenu-contents .megamenu-title:hover {
  color: var(--main-color-two);
}

.nav-color-two .megamenu-area .megamenu-single .megamenu-items-big .megamenu-contents .price-updates .price-title {
  color: var(--main-color-two);
}

.nav-color-two .megamenu-area .megamenu-single .single-category-megamenu:hover .category-contents .titles {
  color: var(--main-color-two);
}

.nav-color-two .megamenu-area .megamenu-single .single-category-megamenu .category-contents .collection-btn:hover {
  color: var(--main-color-two);
}

.nav-color-two .megamenu-area .megamenu-single .new-collection .product-collection-btn:hover {
  background: var(--main-color-two) !important;
}

.nav-color-two .single-right-content .btn-track:hover {
  color: var(--main-color-two);
}

.nav-color-two .single-right-content .btn-track .track-icon {
  color: var(--main-color-two);
}

.nav-color-three .megamenu-area .megamenu-single .megamenu-items .megamenu-contents .megamenu-title:hover {
  color: var(--main-color-three);
}

.nav-color-three .megamenu-area .megamenu-single .megamenu-items .megamenu-contents .price-updates .price-title {
  color: var(--main-color-three);
}

.nav-color-three .megamenu-area .megamenu-single .megamenu-items-big .megamenu-contents .megamenu-title:hover {
  color: var(--main-color-three);
}

.nav-color-three .megamenu-area .megamenu-single .megamenu-items-big .megamenu-contents .price-updates .price-title {
  color: var(--main-color-three);
}

.nav-color-three .megamenu-area .megamenu-single .single-category-megamenu:hover .category-contents .titles {
  color: var(--main-color-three);
}

.nav-color-three .megamenu-area .megamenu-single .single-category-megamenu .category-contents .collection-btn:hover {
  color: var(--main-color-three);
}

.nav-color-three .megamenu-area .megamenu-single .new-collection .product-collection-btn:hover {
  background: var(--main-color-three) !important;
}

.nav-color-three .single-right-content .btn-track:hover {
  color: var(--main-color-three);
}

.nav-color-three .single-right-content .btn-track .track-icon {
  color: var(--main-color-three);
}

.nav-color-four .megamenu-area .megamenu-single .megamenu-items .megamenu-contents .megamenu-title:hover {
  color: var(--main-color-four);
}

.nav-color-four .megamenu-area .megamenu-single .megamenu-items .megamenu-contents .price-updates .price-title {
  color: var(--main-color-four);
}

.nav-color-four .megamenu-area .megamenu-single .megamenu-items-big .megamenu-contents .megamenu-title:hover {
  color: var(--main-color-four);
}

.nav-color-four .megamenu-area .megamenu-single .megamenu-items-big .megamenu-contents .price-updates .price-title {
  color: var(--main-color-four);
}

.nav-color-four .megamenu-area .megamenu-single .single-category-megamenu:hover .category-contents .titles {
  color: var(--main-color-four);
}

.nav-color-four .megamenu-area .megamenu-single .single-category-megamenu .category-contents .collection-btn:hover {
  color: var(--main-color-four);
}

.nav-color-four .megamenu-area .megamenu-single .new-collection .product-collection-btn:hover {
  background: var(--main-color-four) !important;
}

.nav-color-four .single-right-content .btn-track:hover {
  color: var(--main-color-four);
}

.nav-color-four .single-right-content .btn-track .track-icon {
  color: var(--main-color-four);
}

.white-nav .megamenu-area .megamenu-single .new-collection .product-collection-btn {
  background: var(--heading-color);
  color: var(--white);
}

.white-nav .megamenu-area .megamenu-single .new-collection .product-collection-btn:hover {
  background: var(--main-color-two) !important;
}

.megamenu-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px rgba(221, 221, 221, 0.3);
  box-shadow: 0 0 10px rgba(221, 221, 221, 0.3);
  position: absolute;
  top: 100%;
  left: 10%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
  max-width: 1600px;
  width: 1560px;
  max-height: 570px;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .megamenu-area {
    max-width: 1000px;
    gap: 40px;
    min-width: 100%;
    left: 50%;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .megamenu-area {
    max-width: 830px;
    min-width: 100%;
    gap: 40px;
    max-height: 350px;
    overflow-y: auto;
    left: 50%;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .megamenu-area {
    min-width: 100%;
    max-width: 800px;
    gap: 30px;
    left: auto;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    right: 0;
    max-height: 350px;
    overflow-y: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .megamenu-area {
    min-width: 100%;
    max-width: 600px;
    gap: 30px;
    left: auto;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    right: 0;
    max-height: 350px;
    overflow-y: auto;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .megamenu-area {
    max-width: 100%;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    min-width: 100%;
    position: initial;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
  }
}

.megamenu-area.color-two .megamenu-single .megamenu-items .megamenu-contents .megamenu-title:hover {
  color: var(--main-color-two);
}

.megamenu-area.color-two .megamenu-single .megamenu-items .megamenu-contents .price-updates .price-title {
  color: var(--main-color-two);
}

.megamenu-area.color-three .megamenu-single .megamenu-items .megamenu-contents .megamenu-title:hover {
  color: var(--main-color-three);
}

.megamenu-area.color-three .megamenu-single .megamenu-items .megamenu-contents .price-updates .price-title {
  color: var(--main-color-three);
}

.megamenu-area.color-four .megamenu-single .megamenu-items .megamenu-contents .megamenu-title:hover {
  color: var(--main-color-four);
}

.megamenu-area.color-four .megamenu-single .megamenu-items .megamenu-contents .price-updates .price-title {
  color: var(--main-color-four);
}

.megamenu-single:not(:last-child) {
  margin-right: 45px;
}

.megamenu-single .megamenu-heading-title {
  font-size: 24px;
  font-weight: 500;
  padding: 0px 0 20px 0;
}

.megamenu-single .megamenu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 5px !important;
}

.megamenu-single .megamenu-items .megamenu-thumbs {
  margin-right: 20px;
  border: 1px solid #DDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
  width: 70px;
  font-size: 30px;
}

.megamenu-single .megamenu-items .megamenu-thumbs i {
  color: var(--main-color-one);
}

.megamenu-single .megamenu-items .megamenu-thumbs.color-two i {
  color: var(--main-color-two);
}

.megamenu-single .megamenu-items .megamenu-thumbs.color-three i {
  color: var(--main-color-three);
}

.megamenu-single .megamenu-items .megamenu-thumbs.color-four i {
  color: var(--main-color-four);
}

.megamenu-single .megamenu-items .megamenu-contents {
  text-align: left;
}

.megamenu-single .megamenu-items .megamenu-contents .megamenu-title {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.megamenu-single .megamenu-items .megamenu-contents .megamenu-title:hover {
  color: var(--main-color-one);
}

.megamenu-single .megamenu-items .megamenu-contents .price-updates .price-title {
  color: var(--main-color-one);
  font-size: 20px;
  font-weight: 500;
}

.megamenu-single .megamenu-items .megamenu-contents .price-updates .old-price {
  color: var(--body-color);
  text-decoration: line-through;
}

.megamenu-single .megamenu-items-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0 !important;
}

@media only screen and (max-width: 480px) {
  .megamenu-single .megamenu-items-big {
    display: block;
  }
}

.megamenu-single .megamenu-items-big .megamenu-thumbs {
  height: 200px;
  width: 250px;
  margin-right: 20px;
}

@media only screen and (max-width: 375px) {
  .megamenu-single .megamenu-items-big .megamenu-thumbs {
    margin-right: 0;
  }
}

.megamenu-single .megamenu-items-big .megamenu-thumbs img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.megamenu-single .megamenu-items-big .megamenu-contents {
  text-align: left;
}

@media only screen and (max-width: 480px) {
  .megamenu-single .megamenu-items-big .megamenu-contents {
    margin-top: 15px;
  }
}

.megamenu-single .megamenu-items-big .megamenu-contents .megamenu-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.megamenu-single .megamenu-items-big .megamenu-contents .megamenu-title:hover {
  color: var(--main-color-one);
}

.megamenu-single .megamenu-items-big .megamenu-contents .price-updates .price-title {
  color: var(--main-color-one);
  font-size: 20px;
  font-weight: 500;
}

.megamenu-single .megamenu-items-big .megamenu-contents .price-updates .old-price {
  color: var(--body-color);
  text-decoration: line-through;
}

.megamenu-single .new-collection {
  padding: 0px 0 !important;
  display: inline-block;
  height: 400px;
  width: 350px;
  position: relative;
  z-index: 2;
}

.megamenu-single .new-collection:hover .product-collection-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 375px) {
  .megamenu-single .new-collection {
    height: 100%;
    width: 280px;
  }
}

.megamenu-single .new-collection img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.megamenu-single .new-collection .product-collection-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  padding: 10px 20px;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}

.megamenu-single .new-collection .product-collection-btn:hover {
  background: var(--main-color-one) !important;
  color: #fff !important;
}

.category-megamenu .single-category-megamenu {
  padding: 10px;
}

.category-megamenu>.single-category-megamenu {
  width: calc(100% / 5 - 19.2px);
  min-width: 125px;
  display: inline-block;
  width: 150px;
}

@media screen and (max-width: 1199.98px) and (min-width: 992px) {
  .category-megamenu>.single-category-megamenu {
    width: 140px;
  }
}


.mega-menu-single-section .menu-title {
  margin-bottom: 20px;
}

/*@media screen and (min-width: 992px) and (max-width: 1199.98px) {*/
/*  .category-megamenu>.single-category-megamenu {*/
/*    width: calc(100% / 1 - 0px);*/
/*  }*/
/*}*/

.cate-list .category-megamenu .single-megamenu>.submenu-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: var(--heading-color);
}

.cate-list .category-megamenu .single-megamenu>.submenu-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: var(--heading-color);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


.mega-menu-single-section .round-menu-product:not(:last-child) a {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 10px;
  padding-inline: 10px;
  margin-bottom: 10px;
  transition: all .3s;
  display: block;
}

.mega-menu-single-section .round-menu-product a:hover {
  color: var(--main-color-two);
  border-color: var(--main-color-two);
}

.categoryNav__list .mega-menu-single-section .round-menu-product a:hover {
  color: var(--main-color-one);
  border-color: var(--main-color-one);
}

.categoryNav__list .mega-menu-single-section .round-menu-product:not(:last-child) a {
  margin-bottom: 0px;
  display: block;
}

.megamenu-single .single-category-megamenu {
  padding: 30px 50px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.megamenu-single .single-category-megamenu:hover .category-contents {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .megamenu-single .single-category-megamenu {
    padding: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .megamenu-single .single-category-megamenu {
    padding: 20px;
  }
}

.megamenu-single .single-category-megamenu .category-thumb {
  height: 200px;
  width: 200px;
  display: inline-block;
}

.megamenu-single .single-category-megamenu .category-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.megamenu-single .single-category-megamenu .category-contents {
  background: #fff;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  padding: 30px 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.megamenu-single .single-category-megamenu .category-contents .titles:hover {
  color: var(--main-color-one);
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .megamenu-single .single-category-megamenu .category-contents .titles {
    font-size: 28px;
  }
}

@media only screen and (max-width: 375px) {
  .megamenu-single .single-category-megamenu .category-contents .titles {
    font-size: 24px;
  }
}

.megamenu-single .single-category-megamenu .category-contents .collection-btn {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 !important;
  text-decoration: underline;
  color: var(--paragraph-color);
}

@media only screen and (max-width: 767.98px) {
  .megamenu-single .single-category-megamenu .category-contents .collection-btn {
    font-size: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .megamenu-single .single-category-megamenu .category-contents .collection-btn {
    font-size: 14px;
  }
}

.megamenu-single .single-category-megamenu .category-contents .collection-btn:hover {
  color: var(--main-color-one);
}

/*--------------------------------------------------------------
	04. Footer Style
--------------------------------------------------------------*/
.footer-top-border {
  border-bottom: 1px solid #ddd;
}

.footer-top-border.white-color {
  border-color: #DDD;
}

.hover-color-two .footer-widget .footer-inner .footer-link-list .list:hover a {
  color: var(--main-color-two);
}

.hover-color-two .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:focus {
  -webkit-box-shadow: 0 0 10px rgba(0, 136, 221, 0.1);
  box-shadow: 0 0 10px rgba(0, 136, 221, 0.1);
  border-color: rgba(0, 136, 221, 0.3);
}

.hover-color-two .footer-widget .footer-inner .subscribe-form .widget-form-single button {
  background: var(--main-color-two);
}

.hover-color-three .footer-widget .footer-inner .footer-link-list .list:hover a {
  color: var(--main-color-three);
}

.hover-color-three .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:focus {
  -webkit-box-shadow: 0 0 10px rgba(255, 128, 93, 0.1);
  box-shadow: 0 0 10px rgba(255, 128, 93, 0.1);
  border-color: rgba(255, 128, 93, 0.3);
}

.hover-color-three .footer-widget .footer-inner .subscribe-form .widget-form-single button {
  background: var(--main-color-three);
}

.style-02 .footer-widget .footer-inner .footer-social-list .lists a {
  background: #fff !important;
  color: var(--main-color-two);
}

.style-02 .footer-widget .footer-inner .footer-social-list .lists a:hover {
  background: var(--main-color-two) !important;
  color: #fff !important;
}

.style-02 .footer-middle-border div[class*=col]:not(:last-child) .footer-widget::after {
  content: "";
  position: absolute;
  height: 200px;
  width: 1px;
  right: 25%;
  top: 0;
  background: rgba(221, 221, 221, 0.5);
  z-index: 0;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .style-02 .footer-middle-border div[class*=col]:not(:last-child) .footer-widget::after {
    right: 20%;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .style-02 .footer-middle-border div[class*=col]:not(:last-child) .footer-widget::after {
    right: 15%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .style-02 .footer-middle-border div[class*=col]:not(:last-child) .footer-widget::after {
    right: 5%;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .style-02 .footer-middle-border div[class*=col]:not(:last-child) .footer-widget::after {
    display: none;
  }
}

.style-02 .footer-middle-border div[class*=col]:nth-last-of-type(2) .footer-widget::after {
  background: none;
  display: none;
}

.footer-widget {
  position: relative;
  z-index: 1;
}

.footer-widget .widget-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
  position: relative;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.footer-widget .logo-borders {
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}

.footer-widget .footer-inner .footer-logo {
  text-align: center;
}

.footer-widget .footer-inner .footer-para {
  font-size: 16px;
  color: var(--paragraph-color);
  line-height: 28px;
}

.footer-widget .footer-inner .footer-link-list {
  padding: 0;
}

.footer-widget .footer-inner .footer-link-list li {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-widget .footer-inner .footer-link-list li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-widget .footer-inner .footer-link-list li:hover a {
  color: var(--main-color-one);
}

.footer-widget .footer-inner .footer-link-list li a {
  font-size: 16px;
  font-weight: 400;
  color: var(--paragraph-color);
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.white-color .footer-widget .footer-inner .footer-link-list li a {
  color: var(--white);
}

.footer-widget .footer-inner .footer-link-list li a:hover {
  color: var(--main-color-two);
  padding-left: 20px;
}

.footer-widget .footer-inner .footer-link-list li a:hover::before {
  visibility: visible;
  opacity: 1;
}

.footer-color-two .footer-widget .footer-inner .footer-link-list li a:hover {
  color: var(--main-color-two);
}

.footer-widget .footer-inner .footer-link-list li a::before {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-widget .footer-inner .footer-link-address {
  padding: 0;
}

.footer-widget .footer-inner .footer-link-address li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-widget .footer-inner .footer-link-address li .address {
  font-size: 16px;
  line-height: 26px;
  display: block;
  color: var(--paragraph-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-widget .footer-inner .footer-link-address li .address:hover {
  color: var(--main-color-one);
  letter-spacing: 1px;
}

.footer-widget .footer-inner .footer-link-address li .address:hover i {
  color: var(--main-color-one);
}

.footer-widget .footer-inner .footer-link-address li .address i {
  color: var(--main-color-one);
  transition: all .3s;
}

.color-two .footer-widget .footer-inner .footer-link-address li .address i {
  color: var(--main-color-two);
}

.color-two .footer-widget .footer-inner .footer-link-address li .address:hover {
  color: var(--main-color-two);
}

.color-two .footer-widget .footer-inner .footer-link-address li .address:hover i {
  color: var(--main-color-two);
}

.color-three .footer-widget .footer-inner .footer-link-address li .address:hover {
  color: var(--main-color-three);
}

.color-three .footer-widget .footer-inner .footer-link-address li .address:hover i {
  color: var(--main-color-three);
}

.color-four .footer-widget .footer-inner .footer-link-address li .address:hover {
  color: var(--main-color-four);
}

.color-four .footer-widget .footer-inner .footer-link-address li .address:hover i {
  color: var(--main-color-four);
}

.color-five .footer-widget .footer-inner .footer-link-address li .address:hover {
  color: var(--main-color-five);
}

.color-five .footer-widget .footer-inner .footer-link-address li .address:hover i {
  color: var(--main-color-five);
}

.footer-widget .footer-inner .footer-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

@media only screen and (max-width: 575.98px) {
  .footer-widget .footer-inner .footer-social-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-widget .footer-inner .footer-social-list li a {
  color: var(--heading-color);
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 575.98px) {
  .footer-widget .footer-inner .footer-social-list li a {
    font-size: 18px;
    height: 35px;
    width: 35px;
  }
}

@media only screen and (max-width: 375px) {
  .footer-widget .footer-inner .footer-social-list li a {
    height: 30px;
    width: 30px;
  }
}

.footer-widget .footer-inner .footer-social-list li a:hover {
  color: var(--white);
  background: var(--main-color-one);
}

.footer-widget .footer-inner .footer-social-list li:not(:last-child) a {
  margin-right: 10px;
}

.footer-widget .footer-inner .subscribe-para {
  font-size: 16px;
  color: var(--paragraph-color);
}

.footer-widget .footer-inner .subscribe-form {
  margin-top: 30px;
}

.footer-widget .footer-inner .subscribe-form .widget-form-single {
  position: relative;
  max-width: 255px;
}

.footer-widget .footer-inner .subscribe-form .widget-form-single .form--control {
  width: 100%;
  height: 55px;
  line-height: 55px;
  border-radius: 5px;
  background: #fff;
  color: var(--paragraph-color);
  border: 1px solid #fff;
  padding: 0 60px 0 20px;
  -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.footer-widget .footer-inner .subscribe-form .widget-form-single .form--control::-webkit-input-placeholder {
  color: var(--body-color);
  font-size: 16px;
}

.footer-widget .footer-inner .subscribe-form .widget-form-single .form--control::-moz-placeholder {
  color: var(--body-color);
  font-size: 16px;
}

.footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:-ms-input-placeholder {
  color: var(--body-color);
  font-size: 16px;
}

.footer-widget .footer-inner .subscribe-form .widget-form-single .form--control::-ms-input-placeholder {
  color: var(--body-color);
  font-size: 16px;
}

.footer-widget .footer-inner .subscribe-form .widget-form-single .form--control::placeholder {
  color: var(--body-color);
  font-size: 16px;
}

.footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:focus {
  border: 1px solid rgba(var(--main-color-one-rgb), 0.2);
  -webkit-box-shadow: 0 0 20px rgba(var(--main-color-one-rgb), 0.1);
  box-shadow: 0 0 20px rgba(var(--main-color-one-rgb), 0.1);
}

.footer-widget .footer-inner .subscribe-form .widget-form-single button {
  outline: none;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: 50px;
  background: var(--main-color-one);
  font-size: 20px;
  color: var(--white);
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
}

.footer-widget .footer-inner .payment-list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .footer-widget .footer-inner .payment-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767.98px) {
  .footer-widget .footer-inner .payment-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-widget .footer-inner .payment-list .list {
  background-color: var(--white);
}

.footer-widget .footer-inner .payment-list .list:not(:last-child) {
  margin-right: 15px;
}

.footer-widget .footer-inner .privacy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767.98px) {
  .footer-widget .footer-inner .privacy-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-widget .footer-inner .privacy-list li {
  position: relative;
  z-index: 2;
}

.footer-widget .footer-inner .privacy-list li:hover a {
  color: var(--main-color-one);
}

.footer-widget .footer-inner .privacy-list li:not(:last-child) {
  padding-right: 20px;
}

.footer-widget .footer-inner .privacy-list li:not(:first-child) {
  padding-left: 20px;
}

.footer-widget .footer-inner .privacy-list li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  height: 20px;
  width: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--body-color);
}

.footer-widget .footer-inner .privacy-list li a {
  color: var(--paragraph-color);
}

.footer-widget .footer-inner .footer-social-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  padding: 0;
}

@media only screen and (max-width: 575.98px) {
  .footer-widget .footer-inner .footer-social-two {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-widget .footer-inner .footer-social-two .lists a {
  color: var(--paragraph-color);
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-widget .footer-inner .footer-social-two .lists a:hover {
  color: var(--main-color-one);
}

.footer-widget .footer-inner .footer-social-two .lists:not(:last-child) a {
  margin-right: 10px;
}

.footer-widget .footer-inner .footer-call {
  display: block;
  color: var(--paragraph-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-widget .footer-inner .footer-call:hover {
  color: var(--main-color-one);
}

.copyright-area {
  padding: 25px 0;
}

.copyright-area.copyright-border {
  border-top: 1px solid #dddddd;
}

.copyright-area.copyright-border.white-color {
  border-color: rgba(221, 221, 221, 0.3);
}

.copyright-area.style-02 {
  padding: 0 0 25px;
}

.copyright-area .copyright-contents {
  font-size: 16px;
  color: var(--paragraph-color);
  text-align: center;
}

@media only screen and (max-width: 767.98px) {
  .copyright-area .copyright-contents {
    text-align: center;
    margin-top: 10px;
  }
}

.white-color .footer-widget .widget-title {
  color: var(--white);
}

.white-color .footer-widget .footer-inner .subscribe-para {
  color: var(--paragraph-white-2);
}

.white-color .footer-widget .footer-inner .footer-link-list .list a {
  color: var(--paragraph-white-2);
}

.white-color .footer-widget .footer-inner .footer-link-list .list a:hover {
  color: var(--main-color-two);
}

.white-color .footer-widget .footer-inner .footer-link-address .list .address {
  color: var(--paragraph-white-2);
}

.white-color .footer-widget .footer-inner .footer-link-address .list .address:hover {
  color: var(--main-color-two);
}

.white-color .footer-widget .footer-inner .footer-social-list .lists a {
  background: #DDD;
  color: var(--paragraph-white-2);
}

.white-color .footer-widget .footer-inner .footer-social-list .lists a:hover {
  background: var(--main-color-one);
  color: var(--paragraph-white-2);
}

.white-color .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control {
  -webkit-box-shadow: 0 0 10px rgba(221, 221, 221, 0.2);
  box-shadow: 0 0 10px rgba(221, 221, 221, 0.2);
}

.white-color .footer-widget .footer-inner .payment-list .list {
  color: var(--paragraph-white-2);
}

.footer-color-two .footer-widget .footer-inner .footer-link-list .list::before {
  color: var(--main-color-two);
}

.footer-color-two .footer-widget .footer-inner .footer-link-list .list:hover a {
  color: var(--main-color-two);
}

.footer-color-two .footer-widget .footer-inner .footer-link-address .list .address:hover {
  color: var(--main-color-two);
}

.footer-color-two .footer-widget .footer-inner .footer-link-address .list .address i {
  color: var(--main-color-two);
}

.footer-color-two .footer-widget .footer-inner .footer-social-list .lists a:hover {
  color: var(--white);
  background: var(--main-color-two);
}

.footer-color-two .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:focus {
  border: 1px solid rgba(var(--main-color-two-rgb), 0.2);
  -webkit-box-shadow: 0 0 20px rgba(var(--main-color-two-rgb), 0.1);
  box-shadow: 0 0 20px rgba(var(--main-color-two-rgb), 0.1);
}

.footer-color-two .footer-widget .footer-inner .subscribe-form .widget-form-single button {
  background: var(--main-color-two);
}

.footer-color-two .footer-widget .footer-inner .privacy-list li:hover a {
  color: var(--main-color-two);
}

.footer-color-two .footer-widget .footer-inner .footer-social-two .lists a:hover {
  color: var(--main-color-two);
}

.footer-color-two .footer-widget .footer-inner .footer-call:hover {
  color: var(--main-color-two);
}

.footer-color-three .footer-widget .footer-inner .footer-link-list .list::before {
  color: var(--main-color-three);
}

.footer-color-three .footer-widget .footer-inner .footer-link-list .list:hover a {
  color: var(--main-color-three);
}

.footer-color-three .footer-widget .footer-inner .footer-link-address .list .address:hover {
  color: var(--main-color-three);
}

.footer-color-three .footer-widget .footer-inner .footer-link-address .list .address i {
  color: var(--main-color-three);
}

.footer-color-three .footer-widget .footer-inner .footer-social-list .lists a:hover {
  color: var(--white);
  background: var(--main-color-three);
}

.footer-color-three .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:focus {
  border: 1px solid rgba(255, 128, 93, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(255, 128, 93, 0.1);
  box-shadow: 0 0 20px rgba(255, 128, 93, 0.1);
}

.footer-color-three .footer-widget .footer-inner .subscribe-form .widget-form-single button {
  background: var(--main-color-three);
}

.footer-color-three .footer-widget .footer-inner .privacy-list li:hover a {
  color: var(--main-color-three);
}

.footer-color-three .footer-widget .footer-inner .footer-social-two .lists a:hover {
  color: var(--main-color-three);
}

.footer-color-three .footer-widget .footer-inner .footer-call:hover {
  color: var(--main-color-three);
}

.footer-middle-border div[class*=col]:not(:last-child) .footer-widget::after {
  content: "";
  position: absolute;
  height: 200px;
  width: 1px;
  right: 25%;
  top: 0;
  background: rgba(221, 221, 221, 0.5);
  z-index: 0;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .footer-middle-border div[class*=col]:not(:last-child) .footer-widget::after {
    right: 20%;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .footer-middle-border div[class*=col]:not(:last-child) .footer-widget::after {
    right: 15%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-middle-border div[class*=col]:not(:last-child) .footer-widget::after {
    right: 5%;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .footer-middle-border div[class*=col]:not(:last-child) .footer-widget::after {
    display: none;
  }
}

.footer-list-bars .footer-inner .footer-link-list .list {
  padding-left: 40px;
}

.footer-list-bars .footer-inner .footer-link-list .list::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 30px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--main-color-one);
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-list-bars .footer-inner .footer-link-list .list:hover {
  padding-left: 30px;
}

.footer-list-bars .footer-inner .footer-link-list .list:hover:before {
  width: 20px;
}

/* .footer-bg-side {
    position: relative;
    z-index: 2;
    &::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 38%;
        background: $gradient-bg-2;
        z-index: -1;
        @include responsive(xl) {
            width: 33%;
        }
        @include responsive(lg) {
            width: 32%;
        }
        @include responsive(allPhone) {
            display: none;
        }
    }
    .footer-logo {}
    .footer-widget {
        .footer-inner {
            .footer-para {
                color: $white;
                @include responsive(allPhone) {
                    color: var(--paragraph-color);
                }
            }
        }
    }
} */
/* Banner  */
.banner-area {
  position: relative;
  z-index: 1;
  padding: 0;
  overflow: hidden;
}

.banner-middle-content {
  position: relative;
  z-index: 2;
}

.banner-middle-content .banner-middle-image {
  position: relative;
  z-index: 2;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .banner-middle-content .banner-middle-image::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner-middle-content .banner-middle-image::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-middle-content .banner-middle-image::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .banner-middle-content .banner-middle-image::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
  }
}

.banner-middle-content .banner-middle-image .banner-single-thumb {
  position: absolute;
  right: 0;
  bottom: 0;
}
.banner-middle-content .banner-middle-image .middle-content {
  max-width: 400px;
  padding: 220px 0 220px 50px;
  position: relative;
  z-index: 5;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .banner-middle-content .banner-middle-image .middle-content {
    padding: 180px 0 180px 50px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .banner-middle-content .banner-middle-image .middle-content {
    padding: 134px 0 134px 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner-middle-content .banner-middle-image .middle-content {
    padding: 112px 0 112px 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-middle-content .banner-middle-image .middle-content {
    padding: 120px 0 120px 50px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .banner-middle-content .banner-middle-image .middle-content {
    max-width: 330px;
    padding: 150px 0 150px 40px;
  }
}

@media only screen and (max-width: 575.98px) {
  .banner-middle-content .banner-middle-image .middle-content {
    max-width: 300px;
    padding: 120px 0 120px 40px;
  }
}

@media only screen and (max-width: 375px) {
  .banner-middle-content .banner-middle-image .middle-content {
    max-width: 250px;
    padding: 80px 0 80px 40px;
  }
}

.banner-middle-content .banner-middle-image .middle-content .middle-span {
  font-size: 22px;
  line-height: 30px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .banner-middle-content .banner-middle-image .middle-content .middle-span {
    color: var(--heading-color) !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner-middle-content .banner-middle-image .middle-content .middle-span {
    font-size: 20px !important;
    color: var(--heading-color) !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-middle-content .banner-middle-image .middle-content .middle-span {
    font-size: 18px !important;
    color: var(--heading-color) !important;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .banner-middle-content .banner-middle-image .middle-content .middle-span {
    font-size: 18px !important;
    color: var(--heading-color) !important;
  }
}

@media only screen and (max-width: 375px) {
  .banner-middle-content .banner-middle-image .middle-content .middle-span {
    font-size: 15px !important;
  }
}

.banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
  font-size: 46px;
  line-height: 65px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
    font-size: 36px;
    line-height: 50px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
    font-size: 32px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 575.98px) {
  .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 375px) {
  .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
    font-size: 26px;
  }
}

.banner-middle-content .banner-middle-image .middle-content .banner-middle-title:hover {
  color: var(--main-color-one);
}

.banner-middle-content .banner-middle-image .middle-content .banner-middle-title.hover-color-two:hover {
  color: var(--main-color-two);
}

.banner-middle-content .banner-middle-image .middle-content .banner-middle-title.hover-color-three:hover {
  color: var(--main-color-three);
}

.banner-middle-content .banner-middle-image .middle-content .banner-middle-title.hover-color-four:hover {
  color: var(--main-color-four);
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .banner-middle-content .banner-middle-image .middle-content .btn-buy {
    margin-top: 20px;
    font-size: 18px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .banner-right-image-content {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner-right-image-content {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-right-image-content .single-right-image {
    padding: 23px 0;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .banner-right-image-content .single-right-image:not(:last-child) {
    margin-bottom: 0;
    margin-right: 24px;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner-right-image-content .single-right-image:not(:last-child) {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.single-right-image {
  display: block;
  position: relative;
  z-index: 2;
  padding: 0;
}

.single-right-image:not(:last-child) {
  margin-bottom: 35px;
}

@media (min-width: 1200px) and (max-width: 1880px) {
  .single-right-image:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-right-image:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-right-image::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-right-image::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
  }
}

.single-right-image img {
  margin: 0 auto;
  text-align: center;
}

.single-right-image .banner-right-contents {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 0;
  text-align: left;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-right-image .banner-right-contents {
    top: 20px;
    left: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-right-image .banner-right-contents {
    top: 20px;
    left: 20px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-right-image .banner-right-contents {
    top: 20px;
    left: 20px;
    font-size: 22px !important;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-right-image .banner-right-contents {
    font-size: 20px !important;
  }
}

.single-right-image .banner-right-title {
  text-transform: uppercase;
  z-index: 9;
}

.single-right-image .banner-right-title:hover {
  color: var(--main-color-one);
}

.single-right-image .btn-shop-right {
  color: var(--main-color-one);
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  -webkit-text-decoration: underline var(--main-color-one);
  text-decoration: underline var(--main-color-one);
}

.banner-two {
  padding-top: 5px;
}

.banner-two .banner-middle-content .banner-middle-image .middle-content {
  max-width: 650px;
  padding: 175px 0 175px 50px;
}

@media (min-width: 1200px) and (max-width: 1880px) {
  .banner-two .banner-middle-content .banner-middle-image .middle-content {
    max-width: 550px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .banner-two .banner-middle-content .banner-middle-image .middle-content {
    max-width: 500px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner-two .banner-middle-content .banner-middle-image .middle-content {
    max-width: 500px;
    padding: 175px 0 175px 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-two .banner-middle-content .banner-middle-image .middle-content {
    max-width: 450px;
    padding: 175px 0 175px 50px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .banner-two .banner-middle-content .banner-middle-image .middle-content {
    max-width: 400px;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner-two .banner-middle-content .banner-middle-image .middle-content {
    padding: 170px 0 170px 30px;
  }
}

@media only screen and (max-width: 575.98px) {
  .banner-two .banner-middle-content .banner-middle-image .middle-content {
    padding: 90px 0 90px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .banner-two .banner-middle-content .banner-middle-image .middle-content {
    padding: 100px 0 100px 30px;
  }
}

@media only screen and (max-width: 375px) {
  .banner-two .banner-middle-content .banner-middle-image .middle-content {
    padding: 20px 0 80px 20px;
  }
}

.banner-two .banner-middle-content .banner-middle-image .middle-content .middle-span .percent {
  font-size: 30px;
  color: var(--main-color-two);
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .banner-two .banner-middle-content .banner-middle-image .middle-content .middle-span .percent {
    font-size: 26px;
  }
}

@media only screen and (max-width: 575.98px) {
  .banner-two .banner-middle-content .banner-middle-image .middle-content .middle-span .percent {
    font-size: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .banner-two .banner-middle-content .banner-middle-image .middle-content .middle-span .percent {
    font-size: 22px;
  }
}

@media only screen and (max-width: 375px) {
  .banner-two .banner-middle-content .banner-middle-image .middle-content .middle-span .percent {
    font-size: 20px;
  }
}

.banner-two .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
  font-size: 65px;
  line-height: 80px;
  text-transform: uppercase;
}

@media (min-width: 1200px) and (max-width: 1880px) {
  .banner-two .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
    font-size: 50px;
    line-height: 65px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .banner-two .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
    font-size: 45px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner-two .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
    font-size: 45px;
    line-height: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-two .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
    font-size: 40px;
    line-height: 55px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .banner-two .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
    font-size: 36px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 575.98px) {
  .banner-two .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .banner-two .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .banner-two .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
    font-size: 26px;
  }
}

.banner-two .banner-middle-content .banner-middle-image .middle-content .banner-middle-title:hover {
  color: var(--main-color-two);
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner-right-sidebar {
    margin-top: 24px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-right-sidebar {
    margin-top: 24px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .banner-right-sidebar {
    margin-top: 24px;
  }
}

.banner-three .banner-middle-content .banner-middle-image .middle-content {
  max-width: 650px;
  padding: 230px 0 230px 80px;
}

@media (min-width: 1200px) and (max-width: 1880px) {
  .banner-three .banner-middle-content .banner-middle-image .middle-content {
    max-width: 550px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .banner-three .banner-middle-content .banner-middle-image .middle-content {
    max-width: 500px;
    padding: 250px 0 250px 80px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner-three .banner-middle-content .banner-middle-image .middle-content {
    max-width: 500px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-three .banner-middle-content .banner-middle-image .middle-content {
    max-width: 450px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .banner-three .banner-middle-content .banner-middle-image .middle-content {
    max-width: 400px;
    padding: 170px 0 170px 50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner-three .banner-middle-content .banner-middle-image .middle-content {
    padding: 170px 0 170px 30px;
  }
}

@media only screen and (max-width: 575.98px) {
  .banner-three .banner-middle-content .banner-middle-image .middle-content {
    padding: 100px 0 100px 30px;
  }
}

@media only screen and (max-width: 375px) {
  .banner-three .banner-middle-content .banner-middle-image .middle-content {
    padding: 80px 0 80px 20px;
  }
}

.banner-three .banner-middle-content .banner-middle-image .middle-content .middle-span .percent {
  font-size: 30px;
  color: var(--main-color-three);
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .banner-three .banner-middle-content .banner-middle-image .middle-content .middle-span .percent {
    font-size: 26px;
  }
}

@media only screen and (max-width: 575.98px) {
  .banner-three .banner-middle-content .banner-middle-image .middle-content .middle-span .percent {
    font-size: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .banner-three .banner-middle-content .banner-middle-image .middle-content .middle-span .percent {
    font-size: 22px;
  }
}

@media only screen and (max-width: 375px) {
  .banner-three .banner-middle-content .banner-middle-image .middle-content .middle-span .percent {
    font-size: 20px;
  }
}

.banner-three .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
  font-size: 60px;
  line-height: 80px;
  text-transform: uppercase;
}

@media (min-width: 1200px) and (max-width: 1880px) {
  .banner-three .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
    font-size: 60px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .banner-three .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
    font-size: 45px;
    line-height: 60px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner-three .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
    font-size: 45px;
    line-height: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-three .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
    font-size: 40px;
    line-height: 55px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .banner-three .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
    font-size: 36px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 575.98px) {
  .banner-three .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .banner-three .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .banner-three .banner-middle-content .banner-middle-image .middle-content .banner-middle-title {
    font-size: 26px;
  }
}

.banner-three .banner-middle-content .banner-middle-image .middle-content .banner-middle-title:hover {
  color: var(--main-color-three);
}

.banner-three .trendy-product-wrapper .single-trendy-products {
  padding-top: 20px;
}

/* Topbar area */
.topbar-area {
  padding: 10px 0;
}

.topbar-logo .topbar-area.index-03 {
  padding: 0;
}

.topbar-logo {
  max-width: 170px;
}

.hover-color-two .topbar-social li a:hover {
  color: var(--main-color-two);
}

.hover-color-two .topbar-faq a:hover {
  color: var(--main-color-two);
}

.hover-color-two .call-us a:hover {
  color: var(--main-color-two);
}

.hover-color-three .topbar-social li a:hover {
  color: var(--main-color-three);
}

.hover-color-three .topbar-faq a:hover {
  color: var(--main-color-three);
}

.hover-color-three .call-us a:hover {
  color: var(--main-color-three);
}

.hover-color-four .topbar-social li a:hover {
  color: var(--main-color-four);
}

.hover-color-four .topbar-faq a:hover {
  color: var(--main-color-four);
}

.hover-color-four .call-us a:hover {
  color: var(--main-color-four);
}

.topbar-select-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.language-content {
  z-index: 9998;
}

.language-content:not(:last-child) {
  margin-right: 10px;
}

.language-content.ussd-content .nice-select {
  width: 90px;
}

@media only screen and (max-width: 375px) {
  .language-content.ussd-content .nice-select {
    width: 70px;
  }
}

.language-content .nice-select {
  background: none;
  border: 0;
  display: inline-block;
  color: var(--white);
  width: 85px;
  height: 30px;
  line-height: 30px;
}

.language-content .nice-select.open {
  border: 0;
}

.language-content .nice-select:focus {
  outline: none;
  border: 0;
}

.language-content .nice-select::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 15px;
}

@media only screen and (max-width: 375px) {
  .language-content .nice-select::after {
    width: 7px;
    height: 7px;
  }
}

@media only screen and (max-width: 375px) {
  .language-content .nice-select {
    padding: 0;
    width: 60px;
  }
}

.language-content .nice-select .option.selected {
  background: #040B25;
  color: var(--white);
  font-weight: 400;
}

.language-content .nice-select .option:hover {
  background: #fff;
  color: #040B25;
}

.language-content .nice-select .list {
  width: 100%;
  background: #040B25;
}

.language-content .nice-select .nice-select-search-box {
  background: #040B25;
}

.language-content .nice-select .nice-select-search-box .nice-select-search {
  background: none;
  color: var(--white);
}

.topbar-left-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .topbar-left-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.topbar-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}

.topbar-social li:not(:last-child) {
  margin-right: 5px;
}

.topbar-social li a {
  font-size: 20px;
  color: var(--white);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.topbar-social li a:hover {
  color: var(--main-color-one);
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .topbar-social li a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575.98px) {
  .topbar-social li a {
    font-size: 16px;
  }
}

.topbar-right-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .topbar-right-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
  }
}

.topbar-faq:not(:first-child) {
  margin-left: 40px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .topbar-faq:not(:first-child) {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .topbar-faq:not(:first-child) {
    margin-left: 10px;
  }
}

.topbar-faq a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.topbar-faq a:hover {
  color: var(--main-color-one);
}

@media only screen and (max-width: 575.98px) {
  .topbar-faq a {
    font-size: 14px;
  }
}

.call-us {
  margin-left: 30px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .call-us {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 575.98px) {
  .call-us {
    font-size: 14px;
  }
}

@media only screen and (max-width: 375px) {
  .call-us {
    margin-left: 10px;
  }
}

.call-us a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.call-us a:hover {
  color: var(--main-color-one);
}

@media only screen and (max-width: 575.98px) {
  .call-us a {
    font-size: 14px;
  }
}

.topbar-bg-1 {
  background-color: #040B25;
}

.topbar-right-contents .list,
.topbar-right-offer .list {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.topbar-right-contents .list li a,
.topbar-right-offer .list li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-white);
  transition: all .3s;
}

.topbar-right-contents .list li a:hover,
.topbar-right-offer .list li a:hover {
  color: var(--white);
  text-decoration: underline;
}

/* Topbar-bottom-area */
.topbar-bottom-area {
  padding: 30px 0 15px;
  position: relative;
  z-index: 96;
}

.topbar-bottom-area.index-02 {
  padding-top: 10px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .topbar-bottom-area {
    padding: 10px 0;
  }
}

.topbar-bottom-area.index-03 {
  padding: 15px 0;
  z-index: 9;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .index-02 .category-searchbar {
    z-index: 4;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .index-03 .category-searchbar {
    z-index: 4;
  }
}

.category-searchbar {
  position: relative;
  z-index: 4;
}

.category-searchbar .category-select {
  position: absolute;
  top: 0;
  right: 70px;
}

.category-searchbar .category-select .nice-select {
  border: 0;
  outline: none;
  background: none;
  color: var(--heading-color);
}

.category-searchbar .category-select .nice-select::after {
  right: 10px;
}

.category-searchbar .form--control {
  padding: 0 200px 0 20px;
}

.single-searchbar {
  position: relative;
}

.label-1 {
  font-size: 14px;
  font-width: 400;
  color: var(--paragraph-color);
}

.form--control {
  height: 55px;
  font-size: 15px;
  border: 1px solid #DDD;
  width: 100%;
  padding: 0 100px 0 20px;
  color: var(--body-color);
}

.form--control.input-height-1 {
  height: 42px;
}

.form--control.input-height-2 {
  height: 45px;
}

.form--control.input-height-3 {
  height: 50px;
}

.form--checkbox-1 {
  height: 20px;
  width: 20px;
  border: 1px solid #ddd;
  transition: all .3s;

}

.form--checkbox-1:before {}

.checkbox-label-1 {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  font-size: 14px;
  color: var(--paragraph-color);
}

.right-position-button {
  position: absolute;
  right: 0;
  height: calc(100% - 4px);
  padding: 0 20px;
  font-size: 20px;
  background: var(--main-color-one);
  border: 0;
  outline: none;
  color: var(--white);
  cursor: pointer;
}

.right-position-button.margin-2 {
  margin: 2px;
}

.topbar-bottom-right-content {
  margin-left: 100px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .topbar-bottom-right-content {
    margin-left: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .topbar-bottom-right-content {
    margin-left: 30px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .topbar-bottom-right-content {
    margin-left: 0;
    margin-top: 20px;
  }
}

.topbar-bottom-right-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
}

@media screen and (max-width: 991.98px) {
  .topbar-bottom-right-flex {
    justify-content: space-between;
  }
}

.nicescroll-rails {
  background: none;
}

.nicescroll-cursors {
  background-color: var(--body-color) !important;
  width: 5px !important;
}

.search-suggestions .nicescroll-cursors {
  background-color: var(--main-color-one) !important;
  width: 5px !important;
}

.color-one .nicescroll-cursors {
  background-color: var(--main-color-two) !important;
}

.color-two .nicescroll-cursors {
  background-color: var(--main-color-two) !important;
}

.color-three .nicescroll-cursors {
  background-color: var(--main-color-three) !important;
}

.searchbar-suggetions {
  position: relative;
}

.searchbar-suggetions .search-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 30px 20px;
  -webkit-box-shadow: 0 0 10px rgba(221, 221, 221, 0.4);
  box-shadow: 0 0 10px rgba(221, 221, 221, 0.4);
  visibility: hidden;
  opacity: 0;
  max-height: 550px;
  overflow-y: hidden;
}
@media only screen and (max-width: 480px) {
  .searchbar-suggetions .search-suggestions {
    padding: 30px 10px;
  }
}

.searchbar-suggetions .search-suggestions.show {
  visibility: visible;
  opacity: 1;
}

.item-suggestions:not(:last-child) {
  margin-bottom: 20px;
}

.item-suggestions .item-title {
  font-size: 18px;
  width: 100%;
  background-color: rgba(221, 221, 221, 0.2);
  padding: 5px 10px;
}

.category-suggestion {
  max-height: 300px;
}

.category-suggestion-list {
  max-height: 100px;
  overflow-y: auto;
  padding: 0 10px;
  scrollbar-color: var(--main-color-one) var(--border-color);
  scrollbar-width: thin;
}
.category-suggestion-list::-webkit-scrollbar {
  width: 3px;
}
.category-suggestion-list::-webkit-scrollbar-track {
  background-color: var(--border-color);
}
.category-suggestion-list::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: var(--main-color-one);
  border-radius: 10px;
}
.category-suggestion-list .list:not(:last-child) {
  margin-bottom: 10px;
}

.category-suggestion-list .list .item {
  font-size: 16px;
  color: var(--heading-color);
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.category-suggestion-list .list .item:hover {
  color: var(--main-color-one);
}

.product-suggestion-list {
  max-height: 260px;
  overflow-y: auto;
  padding: 0 10px;
  scrollbar-color: var(--main-color-one) var(--border-color);
  scrollbar-width: thin;
}
.product-suggestion-list::-webkit-scrollbar {
  width: 3px;
}
.product-suggestion-list::-webkit-scrollbar-track {
  background-color: var(--border-color);
}
.product-suggestion-list::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: var(--main-color-one);
  border-radius: 10px;
}

.product-suggestion-list .list:not(:last-child) {
  margin-bottom: 20px;
}

.product-suggestion-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 480px) {
  .product-suggestion-list .item {
    display: block;
  }
}

.product-suggestion-list .item .product-image {
  border: 1px solid rgba(221, 221, 221, 0.5);
  padding: 5px 15px;
  height: 100px;
  width: 120px;
}

.product-suggestion-list .item .product-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-suggestion-list .item .product-image {
    width: 80px;
    height: 100px;
    padding: 10px 0px;
  }
}

.product-suggestion-list .item .product-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 480px) {
  .product-suggestion-list .item .product-info .product-info-top {
    margin-top: 10px;
  }
}

.product-suggestion-list .item .product-info .product-info-top .product-name {
  font-size: 18px;
  line-height: 28px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-suggestion-list .item .product-info .product-info-top .product-name {
    font-size: 17px;
  }
}

.product-suggestion-list .item .product-info .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-suggestion-list .item .product-info .product-price {
    gap: 7px;
  }
}

.product-suggestion-list .item .product-info .product-price .price-update-through {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.product-suggestion-list .item .product-info .product-price .price-update-through .flash-price {
  font-size: 20px;
  color: var(--heading-color);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-suggestion-list .item .product-info .product-price .price-update-through .flash-price {
    font-size: 18px;
  }
}

.product-suggestion-list .item .product-info .product-price .price-update-through .flash-old-prices {
  font-size: 15px;
  text-decoration: line-through;
}

.product-suggestion-list .item .product-info .product-price .main-price {
  font-size: 18px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-suggestion-list .item .product-info .product-price .main-price {
    font-size: 17px;
  }
}

.product-suggestion-list .item .product-info .stock-out {
  font-size: 16px;
  background: var(--main-color-one);
  color: var(--white);
  padding: 5px 10px;
  display: inline-block;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-suggestion-list .item .product-info .stock-out {
    font-size: 15px;
    padding: 5px 5px;
  }
}

.color-two .product-suggestion-list .item .product-info .stock-out {
  background: var(--main-color-two);
}

.color-two .category-suggestion-list .list .item:hover {
  color: var(--main-color-two);
}

.color-three .product-suggestion-list .item .product-info .stock-out {
  background: var(--main-color-three);
}

.color-three .category-suggestion-list .list .item:hover {
  color: var(--main-color-three);
}

.track-order {
  font-size: 16px;
  line-height: 28px;
  color: var(--paragraph-color);
}

.track-order:hover {
  color: var(--main-color-one);
}

.track-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.track-icon-list.white-color .single-icon .icon {
  color: var(--white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.track-icon-list .single-icon {
  position: relative;
}

.track-icon-list .single-icon .icon {
  font-size: 26px;
  color: var(--heading-color);
}

.track-icon-list .single-icon .icon:hover {
  color: var(--main-color-one);
}

@media only screen and (max-width: 375px) {
  .track-icon-list .single-icon .icon {
    font-size: 20px;
  }
}

.track-icon-list .single-icon.hover-color-two .icon:hover {
  color: var(--main-color-two);
}

.track-icon-list .single-icon.hover-color-three .icon:hover {
  color: var(--main-color-three);
}

.track-icon-list .single-icon.hover-color-four .icon:hover {
  color: var(--main-color-four);
}

.track-icon-list .single-icon .icon-notification {
  position: absolute;
  top: -2px;
  right: -10px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 22px;
  width: 22px;
  background: var(--main-color-one);
  color: var(--white);
  border-radius: 50%;
}

@media only screen and (max-width: 375px) {
  .track-icon-list .single-icon .icon-notification {
    height: 18px;
    width: 18px;
    font-size: 12px;
  }
}

.track-icon-list .single-icon .icon-notification.bg-color-one {
  background: var(--main-color-one);
}

.track-icon-list .single-icon .icon-notification.bg-color-two {
  background: var(--main-color-two);
}

.track-icon-list .single-icon .icon-notification.bg-color-three {
  background: var(--main-color-three);
}

.track-icon-list .single-icon .icon-notification.bg-color-four {
  background: var(--main-color-four);
}

.login-account {
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.topbar-bottom-area.index-02 .track-icon-list-item .login-account {
  display: none;
}

.login-account:hover .account-list-item {
  visibility: visible;
  opacity: 1;
  top: 100%;
  background: #fff;
}

.login-account .account-list-item {
  position: absolute;
  top: 130%;
  right: 0;
  background: #fff;
  z-index: 9998;
  -webkit-box-shadow: 0 0 10px rgba(221, 221, 221, 0.2);
  box-shadow: 0 0 10px rgba(221, 221, 221, 0.2);
  width: 220px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block !important;
  margin-left: 0 !important;
}

.login-account .account-list-item.hover-color-two .list a:hover {
  background: var(--main-color-two);
}

.login-account .account-list-item.hover-color-three .list a:hover {
  background: var(--main-color-three);
}

.login-account .account-list-item.hover-color-four .list a:hover {
  background: var(--main-color-four);
}

.login-account .account-list-item .list {
  margin: 0 !important;
  display: block !important;
}

.login-account .account-list-item .list a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 20px;
  color: var(--heading-color);
  border-bottom: 1px solid rgba(221, 221, 221, 0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.login-account .account-list-item .list a:hover {
  background: var(--main-color-one);
  color: var(--white);
}

.login-account.style-02 {
  position: relative;
  z-index: 9999;
}

.login-account.style-02 .account-list-item .list a:hover {
  background: var(--main-color-three);
}

.login-account.style-02 .accounts {
  color: var(--white);
  background: var(--main-color-one);
  padding: 10px 20px;
}

.login-account.style-02 .accounts:hover {
  background: #fff;
  color: var(--main-color-one);
}

.login-account.style-02 .accounts:hover i {
  color: var(--main-color-one);
}

.login-account.style-02 .accounts i {
  color: var(--white);
}

.login-account.style-02 .accounts.bg-color-two {
  background: var(--main-color-two);
}

.login-account.style-02 .accounts.bg-color-two:hover {
  background: #fff;
  color: var(--main-color-two);
}

.login-account.style-02 .accounts.bg-color-two:hover i {
  color: var(--main-color-two);
}

.login-account.style-02 .accounts.bg-color-three {
  background: var(--main-color-three);
}

.login-account.style-02 .accounts.bg-color-three:hover {
  background: #fff;
  color: var(--main-color-three);
}

.login-account.style-02 .accounts.bg-color-three:hover i {
  color: var(--main-color-three);
}

.login-account.style-02 .accounts.bg-color-four {
  background: var(--main-color-four);
}

.login-account.style-02 .accounts.bg-color-four:hover {
  background: #fff;
  color: var(--main-color-four);
}

.login-account.style-02 .accounts.bg-color-four:hover i {
  color: var(--main-color-four);
}

.login-account.white-color .accounts {
  color: var(--white);
}

.login-account.white-color .accounts:hover {
  color: var(--main-color-one);
}

.login-account.white-color .accounts:hover i {
  color: var(--main-color-one);
}

.login-account.white-color .accounts i {
  color: var(--white);
}

.login-account .accounts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: var(--paragraph-color);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.login-account .accounts:hover {
  color: var(--main-color-one);
}

.login-account .accounts.hover-color-two i {
  color: var(--main-color-two);
}

.login-account .accounts.hover-color-two:hover {
  color: var(--main-color-two);
}

.login-account .accounts.hover-color-two:hover i {
  color: var(--main-color-two);
}

.login-account .accounts.hover-color-three i {
  color: var(--main-color-three);
}

.login-account .accounts.hover-color-three:hover {
  color: var(--main-color-three);
}

.login-account .accounts.hover-color-three:hover i {
  color: var(--main-color-three);
}

.login-account .accounts.hover-color-four i {
  color: var(--main-color-four);
}

.login-account .accounts.hover-color-four:hover {
  color: var(--main-color-four);
}

.login-account .accounts.hover-color-four:hover i {
  color: var(--main-color-four);
}

.login-account .accounts i {
  font-size: 26px;
  color: var(--main-color-one);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media only screen and (max-width: 375px) {
  .login-account .accounts i {
    font-size: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .login-account .accounts {
    gap: 5px;
  }
}

.cart-shopping {
  position: relative;
  z-index: 2;
}

.cart-shopping:hover .addto-cart-contents {
  visibility: visible;
  opacity: 1;
  top: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .cart-shopping:hover .addto-cart-contents {
    -webkit-transform: translateX(-65%) scale(1);
    transform: translateX(-65%) scale(1);
  }
  .index-02 .cart-shopping:hover .addto-cart-contents {
    transform: translateX(-12%);
  }
}


@media only screen and (max-width: 480px) {
  .cart-shopping:hover .addto-cart-contents {
    -webkit-transform: translateX(-38%);
    transform: translateX(-38%);
  }
  .index-02 .cart-shopping:hover .addto-cart-contents {
    transform: translateX(-12%);
  }
}

@media only screen and (max-width: 375px) {
  .cart-shopping:hover .addto-cart-contents {
    -webkit-transform: translateX(-35%);
    transform: translateX(-35%);
  }
  .index-02 .cart-shopping:hover .addto-cart-contents {
    transform: translateX(-12%);
  }
}

.cart-shopping .addto-cart-contents {
  position: absolute;
  right: 0;
  top: 130%;
  z-index: 3;
  width: 500px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
  box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .cart-shopping .addto-cart-contents {
    right: auto;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (min-width: 300px) and (max-width: 575px) {
  .cart-shopping .addto-cart-contents {
    width: 400px ;
  }
}
@media only screen and (max-width: 480px) {
  .cart-shopping .addto-cart-contents {
    width: 320px;
  }
}

@media only screen and (max-width: 480px) {
  .cart-shopping .addto-cart-contents {
    width: 270px;
    padding: 10px;
    right: 100%;
  }
}

.cart-shopping .addto-cart-contents .cart-total-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
}

.cart-shopping .single-addto-cart-wrappers {
  max-height: 240px;
  overflow-y: auto;
}

.cart-shopping .single-addto-carts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-shopping .single-addto-carts:not(:last-child) {
  margin-bottom: 10px;
}

.cart-shopping .single-addto-carts .addto-cart-flex-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}


.cart-shopping .single-addto-carts .addto-cart-flex-contents .addto-cart-thumb {
  height: 70px;
  width: 70px;
  flex-shrink: 0;
}

.cart-shopping .single-addto-carts .addto-cart-flex-contents .addto-cart-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  .cart-shopping .single-addto-carts .addto-cart-flex-contents {
    flex-wrap: wrap;
  }
  .cart-shopping .single-addto-carts .addto-cart-flex-contents .addto-cart-thumb {
    width: 50px;
  }
  .addto-cart-title {
    font-size: 14px;
  }
}
.addto-cart-img-contents {
  flex: 1;
}
.addto-cart-title {
  font-size: 16px;
}
.cart-shopping .single-addto-carts .addto-cart-flex-contents .addto-cart-img-contents .price-updates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.cart-shopping .single-addto-carts .addto-cart-flex-contents .addto-cart-img-contents .price-updates .old-price {
  text-decoration: line-through;
}

.cart-shopping .single-addto-carts .addto-cart-flex-contents .addto-cart-img-contents .price-updates .price-title {
  color: var(--main-color-one);
}

.color-two .cart-shopping .single-addto-carts .addto-cart-flex-contents .addto-cart-img-contents .price-updates .price-title {
  color: var(--main-color-two);
}

.color-three .cart-shopping .single-addto-carts .addto-cart-flex-contents .addto-cart-img-contents .price-updates .price-title {
  color: var(--main-color-three);
}

.color-four .cart-shopping .single-addto-carts .addto-cart-flex-contents .addto-cart-img-contents .price-updates .price-title {
  color: var(--main-color-four);
}

.color-five .cart-shopping .single-addto-carts .addto-cart-flex-contents .addto-cart-img-contents .price-updates .price-title {
  color: var(--main-color-five);
}

.cart-shopping .btn-wrapper .cart-btn {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--body-font);
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  line-height: 24px;
  padding: 10px 35px;
  border: 1px solid var(--main-color-one);
  background-color: var(--main-color-one);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .cart-shopping .btn-wrapper .cart-btn {
    line-height: 28px;
  }
}

@media only screen and (max-width: 575.98px) {
  .cart-shopping .btn-wrapper .cart-btn {
    line-height: 24px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .cart-shopping .btn-wrapper .cart-btn {
    padding: 8px 25px;
    font-size: 14px;
  }
}

.cart-shopping .btn-wrapper .cart-btn:hover {
  background: none;
  color: var(--main-color-one);
}

.cart-shopping .btn-wrapper .cart-btn.cart-btn-outline {
  background: none;
  color: var(--main-color-one);
  border: 1px solid var(--main-color-one);
}

.cart-shopping .btn-wrapper .cart-btn.cart-btn-outline:hover {
  background-color: var(--main-color-one);
  color: var(--white);
}

.color-two .right-position-button {
  background: var(--main-color-two);
}

.color-two .track-icon-list .single-icon .icon:hover {
  color: var(--main-color-two);
}

.color-two .track-icon-list .single-icon .icon-notification {
  background: var(--main-color-two);
}

.color-two .cart-shopping .btn-wrapper .cart-btn {
  background-color: var(--main-color-two);
  border-color: var(--main-color-two);
}

.color-two .cart-shopping .btn-wrapper .cart-btn:hover {
  color: var(--main-color-two);
  background: none;
}

.color-two .cart-shopping .btn-wrapper .cart-btn.cart-btn-outline {
  border: 1px solid var(--main-color-two);
  background: none;
  color: var(--main-color-two);
}

.color-two .cart-shopping .btn-wrapper .cart-btn.cart-btn-outline:hover {
  background-color: var(--main-color-two);
  color: var(--white);
}

.color-two .login-account .accounts i {
  color: var(--main-color-two);
}

.color-two .login-account .accounts:hover {
  color: var(--main-color-two);
}

.color-two .login-account .account-list-item .list a:hover {
  background-color: var(--main-color-two);
}

.color-three .right-position-button {
  background: var(--main-color-three);
}

.color-three .track-icon-list .single-icon .icon:hover {
  color: var(--main-color-three);
}

.color-three .track-icon-list .single-icon .icon-notification {
  background: var(--main-color-three);
}

.color-three .cart-shopping .btn-wrapper .cart-btn {
  background-color: var(--main-color-three);
  border-color: var(--main-color-three);
}

.color-three .cart-shopping .btn-wrapper .cart-btn:hover {
  color: var(--main-color-three);
  background: none;
}

.color-three .cart-shopping .btn-wrapper .cart-btn.cart-btn-outline {
  border: 2px solid var(--main-color-three);
  background: none;
  color: var(--main-color-three);
}

.color-three .cart-shopping .btn-wrapper .cart-btn.cart-btn-outline:hover {
  background-color: var(--main-color-three);
  color: var(--white);
}

.color-three .login-account .accounts i {
  color: var(--main-color-three);
}

.color-three .login-account .accounts:hover {
  color: var(--main-color-three);
}

.color-three .login-account .account-list-item .list a:hover {
  background-color: var(--main-color-three);
}

.color-four .right-position-button {
  background: var(--main-color-four);
}

.color-four .track-icon-list .single-icon .icon:hover {
  color: var(--main-color-four);
}

.color-four .track-icon-list .single-icon .icon-notification {
  background: var(--main-color-four);
}

.color-four .cart-shopping .btn-wrapper .cart-btn {
  background-color: var(--main-color-four);
  border-color: var(--main-color-four);
}

.color-four .cart-shopping .btn-wrapper .cart-btn:hover {
  color: var(--main-color-four);
  background: none;
}

.color-four .cart-shopping .btn-wrapper .cart-btn.cart-btn-outline {
  border: 2px solid var(--main-color-four);
  background: none;
  color: var(--main-color-four);
}

.color-four .cart-shopping .btn-wrapper .cart-btn.cart-btn-outline:hover {
  background-color: var(--main-color-four);
  color: var(--white);
}

.color-four .login-account .accounts i {
  color: var(--main-color-four);
}

.color-four .login-account .accounts:hover {
  color: var(--main-color-four);
}

.color-four .login-account .account-list-item .list a:hover {
  background-color: var(--main-color-four);
}

/* Top-menu-category */
@media (min-width: 300px) and (max-width: 991.98px) {
  .index-02 .top-menu-category {
    z-index: 2;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .index-03 .top-menu-category {
    z-index: 5;
  }
}

.top-menu-category {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .top-menu-category {
    margin-bottom: 15px;
  }
}

.top-menu-category .navbar-nav-side {
  max-width: 100%;
  width: 100%;
}

.top-menu-category.style-02 .cate-list:hover {
  background: rgba(0, 136, 221, 0.1);
}

.top-menu-category.style-02 .cate-list:hover.menu-item-has-children::after {
  color: var(--main-color-two);
}

.top-menu-category.style-02 .cate-list:hover .category-menu-inner .category-menu-image img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.top-menu-category.style-02 .cate-list:hover .category-menu-inner .category-list .title {
  color: var(--main-color-two);
}

.top-menu-category.style-03 .navbar-area-side {
  visibility: hidden;
  opacity: 0;
}

.top-menu-category.style-03 .navbar-area-side.active {
  visibility: visible;
  opacity: 1;
}

.single-category-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 17px 30px 18px;
  height: 68px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .single-category-flex {
    padding: 18px 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-category-flex {
    padding: 18px 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-category-flex {
    padding: 10px 20px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-category-flex {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-category-flex {
    padding: 13px 20px;
  }
}

@media only screen and (max-width: 375px) {
  .single-category-flex {
    padding: 10px 20px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .index-02 .navbar-area-side {
    max-height: 540px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .index-02 .navbar-area-side {
    max-height: 540px;
    top: 95px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .index-02 .navbar-area-side {
    max-height: 540px;
    top: 74px;
  }
}

@media (min-width: 1200px) and (max-width: 1880px) {
  .index-02 .cate-list {
    padding: 12px 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .index-02 .cate-list {
    padding: 12px 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1880px) {
  .index-02 .cate-list.menu-item-has-children::after {
    top: 15px;
  }
}

.index-02 .cate-list .category-megamenu {
  border-color: var(--main-color-two);
}

.index-03 .navbar-area-side {
  visibility: hidden;
  opacity: 0;
}

.index-03 .navbar-area-side.active {
  visibility: visible;
  opacity: 1;
}

.index-03 .cate-list:hover .category-menu-inner .category-menu-image img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.index-03 .cate-list:hover .category-menu-inner .category-list .title {
  color: var(--main-color-three);
}

.index-03 .cate-list .category-megamenu {
  border-color: var(--main-color-three);
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .inner-page .navbar-area-side {
    visibility: visible;
    opacity: 1;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .inner-page .navbar-area-side.active {
    visibility: hidden;
    opacity: 0;
  }
}

.navbar-area-side {
  position: absolute;
  left: 0;
  top: 85px;
  z-index: 99;
  background-color: var(--white);
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 300px) and (max-width: 991.98px) {
  .navbar-area-side {
    visibility: hidden;
    opacity: 0;
    padding: 10px;
    width: 100%;
    top: 75px;
  }
}

@media only screen and (max-width: 575.98px) {
  .navbar-area-side {
    top: 70px;
  }
}

@media only screen and (max-width: 375px) {
  .navbar-area-side {
    top: 60px;
  }
}

.navbar-area-side.active {
  visibility: hidden;
  opacity: 0;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .navbar-area-side.active {
    visibility: visible;
    opacity: 1;
  }
}

.navbar-nav-side>li,
.cate-list {
  width: 100%;
  display: inline-block;
  padding: 20px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar-nav-side>li:not(:last-child),
.cate-list:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

  .navbar-nav-side>li,
  .cate-list {
    padding: 20px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  .navbar-nav-side>li,
  .cate-list {
    padding: 20px 10px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {

  .navbar-nav-side>li,
  .cate-list {
    padding: 15px 10px;
  }
}

.navbar-nav-side li.menu-item-has-children,
.cate-list.menu-item-has-children {
  position: relative;
  z-index: 1;
}

@media (min-width: 300px) and (max-width: 991.98px) {

  .navbar-nav-side li.menu-item-has-children.active::after,
  .cate-list.menu-item-has-children.active::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.navbar-nav-side li.menu-item-has-children::after,
.cate-list.menu-item-has-children::after {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  top: 20px;
  right: 20px;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1200px) and (max-width: 1880px) {

  .navbar-nav-side li.menu-item-has-children::after,
  .cate-list.menu-item-has-children::after {
    top: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

  .navbar-nav-side li::after,
  .cate-list.menu-item-has-children::after {
    right: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  .navbar-nav-side li.menu-item-has-children::after,
  .cate-list.menu-item-has-children::after {
    right: 5px;
    top: 12px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {

  .navbar-nav-side li.menu-item-has-children::after,
  .cate-list.menu-item-has-children::after {
    top: 17px;
    right: 7px;
  }
}

.navbar-nav-side li.menu-item-has-children:hover::after,
.cate-list.menu-item-has-children:hover::after {
  color: var(--main-color-one);
}

.navbar-nav-side li.menu-item-has-children:hover .category-megamenu,
.cate-list.menu-item-has-children:hover .category-megamenu {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.navbar-nav-side li:hover .category-menu-inner .category-menu-image img,
.cate-list:hover .category-menu-inner .category-menu-image img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.navbar-nav-side li:hover .category-menu-inner .category-list .title,
.cate-list:hover .category-menu-inner .category-list .title {
  color: var(--main-color-one);
}

.navbar-nav-side li .category-megamenu, .cate-list .category-megamenu {
  position: absolute;
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 100%;
  top: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--white);
  z-index: 992;
  border-bottom: 4px solid var(--main-color-one);
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 20px 20px 20px;
  max-width: 800px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-height: 370px;
  overflow-y: auto;
  gap: 24px;
  scrollbar-width: thin;
  scrollbar-color: #aaa #dbdbdb;
}

.navbar-nav-side li .category-megamenu::-webkit-scrollbar,
.cate-list .category-megamenu::-webkit-scrollbar {
  width: 5px;
  background-color: #dbdbdb;
}

.navbar-nav-side li .category-megamenu::-webkit-scrollbar-thumb,
.cate-list .category-megamenu::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 20px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-nav-side li .category-megamenu,
  .cate-list .category-megamenu {
    max-width: calc(100vw - 300px);
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {

  .navbar-nav-side li .category-megamenu,
  .cate-list .category-megamenu {
    display: block;
    left: 0;
    max-height: 250px;
    overflow-y: scroll;
  }
}

.navbar-nav-side li .category-megamenu .single-megamenu,
.cate-list .category-megamenu .single-megamenu {
  min-width: 125px;
  display: inline-block;
  width: 150px;
}


.cate-list .category-megamenu .single-megamenu .single-category-megamenu>.submenu-title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: var(--heading-color);
  min-height: 40px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cate-list .category-megamenu .single-megamenu .single-category-megamenu:not(:first-child) {
  margin-top: 24px;
}

.cate-list .category-megamenu .single-megamenu .megamenu-product {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cate-list .category-megamenu .single-megamenu .megamenu-product:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.cate-list .category-megamenu .single-megamenu .megamenu-product .megamenu-thumbs {
  height: 170px;
  width: 200px;
}

.cate-list .category-megamenu .single-megamenu .megamenu-product .megamenu-thumbs img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cate-list .category-megamenu .single-megamenu .megamenu-product .megamenu-contents {
  padding-top: 20px;
}

.cate-list .category-megamenu .single-megamenu .megamenu-product .megamenu-contents .megamenu-title {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cate-list .category-megamenu .single-megamenu .megamenu-product .megamenu-contents .megamenu-title:hover {
  color: var(--main-color-one);
}

.cate-list .category-megamenu .single-megamenu .megamenu-product .megamenu-contents .megamenu-title.hover-color-two:hover {
  color: var(--main-color-two);
}

.cate-list .category-megamenu .single-megamenu .megamenu-product .megamenu-contents .megamenu-title.hover-color-three:hover {
  color: var(--main-color-three);
}

.cate-list .category-megamenu .single-megamenu .megamenu-product .megamenu-contents .megamenu-title.hover-color-four:hover {
  color: var(--main-color-four);
}

.cate-list .category-megamenu .single-megamenu .megamenu-product .megamenu-contents .price-updates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.cate-list .category-megamenu .single-megamenu .megamenu-product .megamenu-contents .price-updates .price-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.cate-list .category-megamenu .single-megamenu .megamenu-product .megamenu-contents .price-updates .old-price {
  text-decoration: line-through;
}

.cate-list .category-megamenu .single-megamenu .new-collection {
  height: 250px;
  width: 220px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cate-list .category-megamenu .single-megamenu .new-collection:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.cate-list .category-megamenu .single-megamenu .new-collection img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cate-list .category-megamenu .single-megamenu .single-category-megamenu {
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cate-list .category-megamenu .single-megamenu .single-category-megamenu:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.cate-list .category-megamenu .single-megamenu .single-category-megamenu:hover .category-contents .titles {
  color: var(--main-color-one);
}

.cate-list .category-megamenu .single-megamenu .single-category-megamenu:hover .category-contents .titles.hover-color-two {
  color: var(--main-color-two);
}

.cate-list .category-megamenu .single-megamenu .single-category-megamenu:hover .category-contents .titles.hover-color-three {
  color: var(--main-color-three);
}

.cate-list .category-megamenu .single-megamenu .single-category-megamenu .category-thumb {
  height: 100%;
  width: 100%;
  max-width: 200px;
}

.cate-list .category-megamenu .single-megamenu .single-category-megamenu .category-thumb>a {
  padding: 0;
}

.cate-list .category-megamenu .single-megamenu .single-category-megamenu .category-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .cate-list .category-megamenu .single-megamenu .single-category-megamenu .category-contents .titles {
    font-size: 28px;
  }
}

@media only screen and (max-width: 375px) {
  .cate-list .category-megamenu .single-megamenu .single-category-megamenu .category-contents .titles {
    font-size: 24px;
  }
}

.cate-list .category-megamenu .single-megamenu .single-category-megamenu .category-contents .collection-btn {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

@media only screen and (max-width: 767.98px) {
  .cate-list .category-megamenu .single-megamenu .single-category-megamenu .category-contents .collection-btn {
    font-size: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .cate-list .category-megamenu .single-megamenu .single-category-megamenu .category-contents .collection-btn {
    font-size: 14px;
  }
}

.cate-list .category-megamenu .single-megamenu .single-category-megamenu .category-contents .collection-btn:hover {
  color: var(--main-color-one);
}

.cate-list .category-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cate-list .category-menu-inner .category-menu-image {
  max-height: 50px;
  max-width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 20px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .cate-list .category-menu-inner .category-menu-image {
    margin-right: 10px;
  }
}

.cate-list .category-menu-inner .category-menu-image img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cate-list .category-menu-inner .category-menu-image i {
  color: var(--main-color-one);
}

.cate-list .category-menu-inner .category-menu-image.color-two i {
  color: var(--main-color-two);
}

.cate-list .category-menu-inner .category-menu-image.color-three i {
  color: var(--main-color-three);
}

.cate-list .category-menu-inner .category-menu-image.color-four i {
  color: var(--main-color-four);
}

.cate-list .category-menu-inner .category-list .title {
  color: var(--heading-color);
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
}

@media (min-width: 1200px) and (max-width: 1880px) {
  .cate-list .category-menu-inner .category-list .title {
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .cate-list .category-menu-inner .category-list .title {
    font-size: 15px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .cate-list .category-menu-inner .category-list .title {
    font-size: 16px;
    font-weight: 400;
  }
}

.cate-list .category-menu-inner .category-list .subtitles {
  display: block;
  color: var(--body-color);
  margin-top: 5px;
}

@media (min-width: 320px) and (max-width: 991px) {
  .cate-list.menu-item-has-children.active .category-megamenu {
    height: auto;
    visibility: visible;
    opacity: 1;
    padding: 20px 10px;
    min-width: 100%;
  }

  .cate-list.menu-item-has-children.active::after {
    color: var(--main-color-one);
  }

  .cate-list.menu-item-has-children .category-megamenu {
    position: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 20px;
    padding-top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
  }
}

.round-menu-product img {}

.style-two-category-heading {
  -webkit-line-clamp: 2;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 48px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--heading-color);
  margin-top: 7px;
}

.style-two-category-wrapper {
  width: 669px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

@media (min-width: 100px) and (max-width: 991px) {
  .cate-list.menu-item-has-children .category-megamenu {
    min-width: 100%;
    max-width: 100%;
  }

  .cate-list.menu-item-has-children .category-megamenu .single-category-megamenu {
    width: calc(100% / 3 - 16px);
  }

  .categoryNav__list .cate-list.menu-item-has-children .category-megamenu .single-category-megamenu {
    width: calc(100% / 1 - 0px);
  }

  .cate-list.menu-item-has-children .category-megamenu .single-megamenu>.single-category-megamenu {
    width: calc(100% / 1 - 0px);
  }

  .style-two-category-heading {
    width: auto;
    height: auto;
    font-size: 16px;
  }
}

@media (min-width: 100px) and (max-width: 767.98px) {
  .cate-list.menu-item-has-children .category-megamenu .single-category-megamenu {
    width: calc(100% / 2 - 12px);
  }

  .cate-list.menu-item-has-children .category-megamenu .single-megamenu>.single-category-megamenu {
    width: calc(100% / 1 - 0px);
  }

  .categoryNav__list .cate-list.menu-item-has-children .category-megamenu .single-megamenu {
    width: calc(100% / 1 - 0px);
  }

}

@media (min-width: 100px) and (max-width: 375px) {
  .cate-list.menu-item-has-children .category-megamenu .single-category-megamenu {
    width: calc(100% / 1 - 0px);
  }

  .cate-list.menu-item-has-children .category-megamenu .single-megamenu>.single-category-megamenu {
    width: calc(100% / 1 - 0px);
  }

  .categoryNav__list .cate-list.menu-item-has-children .category-megamenu .single-megamenu {
    width: calc(100% / 1 - 0px);
  }

}

@media (min-width: 100px) and (max-width: 991px) {
  .cate-list.menu-item-has-children .category-megamenu .single-megamenu {
    padding: 0;
  }

  .cate-list.menu-item-has-children .category-megamenu .single-megamenu {
    width: calc(100% / 3 - 16px);
  }

  .categoryNav__list .cate-list.menu-item-has-children .category-megamenu .single-megamenu {
    width: calc(100% / 1 - 0px);
  }
}

@media (min-width: 100px) and (max-width: 767.98px) {

  .cate-list.menu-item-has-children .category-megamenu .single-megamenu {
    width: calc(100% / 2 - 12px);
  }
}

@media (min-width: 100px) and (max-width: 375px) {

  .cate-list.menu-item-has-children .category-megamenu .single-megamenu {
    width: calc(100% / 1 - 0px);
  }
}

/* Promo area */
.promo-area {
  overflow: hidden;
}

.single-promo {
  padding: 30px;
  -webkit-box-shadow: 0 0 10px var(--gray-two);
  box-shadow: 0 0 10px var(--gray-two);
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .single-promo {
    margin: 0;
    padding: 30px 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-promo {
    margin: 0;
    padding: 30px 10px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-promo {
    padding: 20px;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-promo {
    margin: 0;
  }
}

.single-promo.sidebar-promo {
  display: block;
}

.single-promo.sidebar-promo:not(:last-child) {
  margin-bottom: 24px;
}

.single-promo .promo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-promo .promo-inner-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: var(--heading-color);
}
.single-promo .promo-inner-para {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--body-color);
}

@media only screen and (max-width: 375px) {
  .single-promo .promo-inner {
    display: block;
  }
}

.single-promo .icon {
  font-size: 45px;
  margin-right: 20px;
}

.single-promo .contents .common-para {
  margin-top: 10px;
}

/* Updated Area */
.updated-area {
  overflow: hidden;
}

.updated-area div[class*=col]:nth-child(4n+1) .single-updated {
  background-color: #FFF1E8;
}

.updated-area div[class*=col]:nth-child(4n+1) .single-updated::before {
  background: #FBEAD9;
}

.updated-area div[class*=col]:nth-child(4n+1) .single-updated::after {
  border-color: #FBEAD9;
}

.updated-area div[class*=col]:nth-child(4n+2) .single-updated {
  background-color: #E9F6FF;
}

.updated-area div[class*=col]:nth-child(4n+2) .single-updated::before {
  background: #d6efff;
}

.updated-area div[class*=col]:nth-child(4n+2) .single-updated::after {
  border-color: #d6efff;
}

.updated-area div[class*=col]:nth-child(4n+3) .single-updated {
  background-color: #FFECF0;
}

.updated-area div[class*=col]:nth-child(4n+3) .single-updated::before {
  background: #ffe0e6;
}

.updated-area div[class*=col]:nth-child(4n+3) .single-updated::after {
  border-color: #ffe0e6;
}

.updated-area div[class*=col]:nth-child(4n+4) .single-updated {
  background-color: #FFF8F0;
}

.updated-area div[class*=col]:nth-child(4n+4) .single-updated::before {
  background: #fff2e3;
}

.updated-area div[class*=col]:nth-child(4n+4) .single-updated::after {
  border-color: #fff2e3;
}

.single-updated {
  position: relative;
  z-index: 2;
  background-color: #FFF1E8;
  overflow: hidden;
}

.single-updated.column-four::before,
.single-updated.column-four::after {
  height: 250px;
  width: 250px;
}

.single-updated.column-four .updated-image-contents .updated-contents .updated-title {
  font-size: 28px;
}

.single-updated.column-four .updated-flex-contents {
  padding: 50px 0;
}

.single-updated.column-four .updated-flex-contents .updated-img {
  height: 160px;
  width: 160px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .single-updated.column-four .updated-flex-contents .updated-img {
    height: 140px;
    width: 140px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .single-updated.column-four .updated-flex-contents .updated-img {
    height: 110px;
    width: 100px;
  }
}

.single-updated.style-02 .updated-flex-contents {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-updated.style-02 .updated-flex-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.single-updated.style-02 .updated-flex-contents .updated-img {
  margin-right: 20px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .single-updated.style-02 .updated-flex-contents .updated-img {
    margin-right: 10px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-updated.style-02 .updated-flex-contents .updated-img {
    margin: 0 auto 20px;
  }
}

.single-updated.style-02 .updated-flex-contents .updated-contents {
  margin-right: 0;
}

.single-updated::before,
.single-updated::after {
  content: "";
  position: absolute;
  left: -70px;
  top: -70px;
  height: 300px;
  width: 300px;
  z-index: -1;
  border-radius: 50%;
  background: #FBEAD9;
}

@media (min-width: 300px) and (max-width: 991.98px) {

  .single-updated::before,
  .single-updated::after {
    height: 200px;
    width: 200px;
  }
}

.single-updated::after {
  left: auto;
  right: -150px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 50px solid #FBEAD9;
  background: transparent;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-updated::after {
    right: -100px;
  }
}

.single-updated .updated-shapes {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
}

.single-updated .updated-image-contents {
  position: relative;
  z-index: 1;
  padding: 0 20px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-updated .updated-image-contents {
    padding: 20px 10px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-updated .updated-image-contents .updated-contents {
    text-align: center;
  }
}

.single-updated .updated-image-contents .updated-contents .updated-top {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
  display: block;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-updated .updated-image-contents .updated-contents .updated-top {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-updated .updated-image-contents .updated-contents .updated-top {
    font-size: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .single-updated .updated-image-contents .updated-contents .updated-top {
    font-size: 14px;
  }
}

.single-updated .updated-image-contents .updated-contents .updated-title {
  font-size: 36px;
  line-height: 42px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-updated .updated-image-contents .updated-contents .updated-title {
    font-size: 32px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 480px) {
  .single-updated .updated-image-contents .updated-contents .updated-title {
    font-size: 28px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 375px) {
  .single-updated .updated-image-contents .updated-contents .updated-title {
    font-size: 26px;
  }
}

.updated-flex-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 100px 0;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .updated-flex-contents {
    padding: 20px 0;
    display: block;
  }
}

@media (min-width: 1200px) and (max-width: 1880px) {
  .updated-flex-contents {
    padding: 60px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .updated-flex-contents {
    padding: 60px 0;
  }
}

.updated-flex-contents .updated-img {
  height: 230px;
  width: 300px;
}

@media (min-width: 1200px) and (max-width: 1880px) {
  .updated-flex-contents .updated-img {
    height: 190px;
    width: 220px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .updated-flex-contents .updated-img {
    height: 130px;
    width: 170px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .updated-flex-contents .updated-img {
    height: 200px;
    width: 260px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .updated-flex-contents .updated-img {
    height: 180px;
    width: 200px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .updated-flex-contents .updated-img {
    height: 200px;
    width: 260px;
    margin: 20px auto 0;
  }
}

.updated-flex-contents .updated-img img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.updated-flex-contents .updated-contents {
  margin-right: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .updated-flex-contents .updated-contents {
    margin-right: 10px;
  }
}

/* Store Area */
.store-area {
  position: relative;
  z-index: 1;
}

.flash-contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .flash-contents-wrapper {
    display: block;
  }
}

.flash-contents-wrapper .global-card-contents {
  padding: 25px 50px 30px;
}

@media only screen and (max-width: 375px) {
  .flash-contents-wrapper .global-card-contents {
    padding: 25px 30px 30px;
  }
}

@media only screen and (max-width: 375px) {
  .flash-contents-wrapper .global-card-contents .global-card-left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
  }
}

.flash-wrapper-single {
  max-width: 405px;
  height: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 30px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .flash-wrapper-single {
    margin: 0 auto;
  }
}

.flash-store-sliders.nav-style-two .prev-icon,
.flash-store-sliders.nav-style-two .next-icon {
  visibility: hidden;
  opacity: 0;
}

.flash-store-sliders:hover.nav-style-two .prev-icon,
.flash-store-sliders:hover.nav-style-two .next-icon {
  visibility: visible;
  opacity: 1;
}

.flash-right-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .flash-right-wrapper {
    max-height: 660px;
    overflow-y: scroll;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .flash-right-wrapper {
    max-height: 660px;
    overflow-y: scroll;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .flash-right-wrapper {
    max-height: 660px;
    overflow-y: scroll;
  }
}

.flash-right-wrapper.style-02 .flash-item-image {
  max-height: 130px;
  max-width: 120px;
}

.flash-right-wrapper.style-02 .flash-item-contents {
  margin-left: 15px !important;
}

.flash-right-wrapper .flash-col-items {
  width: calc((100% / 3) - 15px);
  margin-top: 24px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .flash-right-wrapper .flash-col-items {
    width: calc((100% / 3) - 23px);
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .flash-right-wrapper .flash-col-items {
    width: calc((100% / 2) - 18px);
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .flash-right-wrapper .flash-col-items {
    width: calc((100% / 2) - 18px);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .flash-right-wrapper .flash-col-items {
    width: calc((100% / 1) - 15px);
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .flash-right-wrapper .flash-col-items {
    width: calc((100% / 2) - 12px);
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .flash-right-wrapper .flash-col-items:nth-child(2n+2) {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767.98px) {
  .flash-right-wrapper .flash-col-items {
    width: 100%;
    margin-right: 0;
  }
}

.grid-item-four {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid-item-four .flash-col-items {
  width: calc((100% / 4) - 18px);
  margin-right: 24px;
}

.grid-item-four .flash-col-items:nth-of-type(4n+4) {
  margin-right: 0;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .grid-item-four .flash-col-items:nth-of-type(4n+4) {
    margin-right: 24px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .grid-item-four .flash-col-items:nth-of-type(4n+4) {
    margin-right: 24px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .grid-item-four .flash-col-items:nth-of-type(3n+3) {
    margin-right: 0px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .grid-item-four .flash-col-items:nth-of-type(3n+3) {
    margin-right: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-item-four .flash-col-items:nth-child(2n+2) {
    margin-right: 0px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .grid-item-four .flash-col-items:nth-child(2n+2) {
    margin-right: 0px;
  }
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .grid-item-four .flash-col-items {
    width: calc((100% / 4) - 18px);
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .grid-item-four .flash-col-items {
    width: calc((100% / 3) - 16px);
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .grid-item-four .flash-col-items {
    width: calc((100% / 3) - 16px);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .grid-item-four .flash-col-items {
    width: calc((100% / 2) - 12px);
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .grid-item-four .flash-col-items {
    width: calc((100% / 2) - 12px);
  }
}

@media only screen and (max-width: 767.98px) {
  .grid-item-four .flash-col-items {
    width: 100%;
    margin-right: 0;
  }
}

.single-flash-item.style-02 .flash-flex-item .flash-item-image .flash-thumb-icons .lists .icon {
  height: 28px;
  width: 28px;
  font-size: 16px;
  border-radius: 0;
}

.single-trendy-products.style-02 .thumb-top-contents .percent-box {
  padding: 2px 5px;
  line-height: 18px;
}

.single-flash-item.style-02 .flash-flex-item .flash-item-image .thumb-top-contents .percent-box {
  font-size: 12px;
  line-height: 16px;
  padding: 3px 10px;
}

.single-flash-item:hover .flash-flex-item .flash-item-image {
  position: relative;
  z-index: 1;
}

.single-flash-item:hover .flash-flex-item .flash-item-image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.single-flash-item:hover .flash-flex-item .flash-item-image .flash-thumb-icons {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}

.single-flash-item .flash-flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767.98px) {
  .single-flash-item .flash-flex-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 375px) {
  .single-flash-item .flash-flex-item {
    display: block;
  }
}

.single-flash-item .flash-flex-item .flash-item-image {
  display: initial;
  height: 194px;
  width: 200px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .single-flash-item .flash-flex-item .flash-item-image {
    height: 160px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-flash-item .flash-flex-item .flash-item-image {
    height: 150px;
  }
}

@media only screen and (max-width: 480px) {
  .single-flash-item .flash-flex-item .flash-item-image {
    height: 170px;
    width: 170px;
  }
}

@media only screen and (max-width: 375px) {
  .single-flash-item .flash-flex-item .flash-item-image {
    display: block;
    margin-bottom: 15px;
  }
}

.single-flash-item .flash-flex-item .flash-item-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.single-flash-item .flash-flex-item .flash-item-image .flash-thumb-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: -100px;
  right: 0px;
  left: 0;
  text-align: center;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.single-flash-item .flash-flex-item .flash-item-image .flash-thumb-icons.hover-color-two .lists .icon:hover {
  background-color: var(--main-color-two);
}

.single-flash-item .flash-flex-item .flash-item-image .flash-thumb-icons.hover-color-three .lists .icon:hover {
  background-color: var(--main-color-three);
}

.single-flash-item .flash-flex-item .flash-item-image .flash-thumb-icons.hover-color-four .lists .icon:hover {
  background-color: var(--main-color-four);
}

.single-flash-item .flash-flex-item .flash-item-image .flash-thumb-icons .lists:not(:last-child) {
  margin-right: 5px;
}

.single-flash-item .flash-flex-item .flash-item-image .flash-thumb-icons .lists .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  border-radius: 5px;
  background: #fff;
  color: var(--paragraph-color);
  font-size: 16px;
  -webkit-box-shadow: 0 0 5px rgba(221, 221, 221, 0.2);
  box-shadow: 0 0 5px rgba(221, 221, 221, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-flash-item .flash-flex-item .flash-item-image .flash-thumb-icons .lists .icon:hover {
  background: var(--main-color-one);
  color: var(--white);
}

.single-flash-item .flash-flex-item .flash-item-contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
}

@media only screen and (max-width: 375px) {
  .single-flash-item .flash-flex-item .flash-item-contents {
    margin-left: 0;
  }
}

.single-flash-item .flash-flex-item .flash-item-contents .title {
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-flash-item .flash-flex-item .flash-item-contents .title:hover {
  color: var(--main-color-one);
}

.single-flash-item .flash-flex-item .flash-item-contents .title.hover-color-two:hover {
  color: var(--main-color-two);
}

.single-flash-item .flash-flex-item .flash-item-contents .title.hover-color-three:hover {
  color: var(--main-color-three);
}

.single-flash-item .flash-flex-item .flash-item-contents .title.hover-color-four:hover {
  color: var(--main-color-four);
}

/* Shop Area */
.shop-area {
  overflow: hidden;
}

.shop-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 40px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .shop-right {
    gap: 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  .shop-right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
  }
}

.shop-nice-select .nice-select {
  font-size: 16px;
  color: var(--paragraph-color);
  border: 1px solid rgba(221, 221, 221, 0.4);
  outline: none;
  height: 48px;
  line-height: 48px;

}

@media only screen and (max-width: 575.98px) {
  .shop-nice-select .nice-select {
    padding: 0 30px 0 0;
    font-size: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .shop-nice-select .nice-select {
    padding: 0 25px 0 10px;
    font-size: 14px;
  }
}

.shop-nice-select .nice-select::after {
  border-bottom: 2px solid var(--paragraph-color);
  border-right: 2px solid var(--paragraph-color);
  right: 10px;
}

.shop-nice-select .nice-select .list {
  min-width: 100% !important;
}

.single-shops {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.single-shops .shop-flex-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}

.shop-flex-icon.layout-list {
  gap: 10px;
  margin-left: 0;
}

.layout-list .layout-item a,
.single-shops .shop-icons {
  font-size: 24px;
  height: 40px;
  width: 40px;
  background: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layout-list .layout-item a.current,
.layout-list .layout-item a.active,
.single-shops .shop-icons.current,
.single-shops .shop-icons.active {
  background: var(--main-color-one);
  color: var(--white);
}

.layout-list .layout-item a.current,
.layout-list .layout-item a.active,
.single-shops .shop-icons a.current,
.single-shops .shop-icons a.active {
  background: var(--main-color-one);
  color: var(--white);
}

.selectder-filter-contents .selected-flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.selectder-filter-contents .selected-flex-list li {
  font-size: 16px;
  color: var(--body-colors);
  line-height: 26px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 575.98px) {
  .selectder-filter-contents .selected-flex-list li {
    font-size: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .selectder-filter-contents .selected-flex-list li {
    font-size: 14px;
  }
}

.selectder-filter-contents .selected-flex-list li a {
  color: var(--paragraph-color);
  position: relative;
  z-index: 2;
}

.selectder-filter-contents .selected-flex-list li a:hover {
  color: var(--main-color-one);
}

.selectder-filter-contents .selected-flex-list li a:hover::after {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.selectder-filter-contents .selected-flex-list li:not(:last-child) a {
  padding-right: 20px;
}

@media only screen and (max-width: 480px) {
  .selectder-filter-contents .selected-flex-list li:not(:last-child) a {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .selectder-filter-contents .selected-flex-list li:not(:last-child) a {
    padding-right: 10px;
  }
}

.selectder-filter-contents .selected-flex-list li:not(:last-child) a::after {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  right: -8px;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

@media only screen and (max-width: 375px) {
  .selectder-filter-contents .selected-flex-list li:not(:last-child) a::after {
    font-size: 14px;
    right: -6px;
  }
}

@media only screen and (max-width: 480px) {
  .selectder-filter-contents .selected-flex-list li:not(:last-child) a::after {
    right: -7px;
  }
}

.selectder-filter-contents .selected-flex-list li:not(:first-child) a {
  padding-left: 20px;
}

@media only screen and (max-width: 480px) {
  .selectder-filter-contents .selected-flex-list li:not(:first-child) a {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .selectder-filter-contents .selected-flex-list li:not(:first-child) a {
    padding-left: 10px;
  }
}

.shop-sidebar-all {
  position: sticky;
  top: 0;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .shop-sidebar-all {
    position: unset;
  }
}

.shop-contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .shop-contents-wrapper {
    display: block;
  }
}

.shop-contents-wrapper.style-02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.shop-contents-wrapper.style-02 .shop-sidebar-content {
  margin-right: 0;
  margin-left: 30px;
}

.shop-contents-wrapper.style-02 .shop-close-main {
  left: auto;
  right: 0%;
}

.shop-contents-wrapper.style-02 .shop-close-main.active {
  right: 0;
}

.shop-contents-wrapper.style-02 .shop-close-main .close-bars {
  right: auto;
  left: -40px;
}

@media only screen and (max-width: 375px) {
  .shop-contents-wrapper.style-02 .shop-close-main .close-bars {
    left: -28px;
  }
}

.shop-contents-wrapper.style-02 .shop-icon .sidebar-icon {
  margin-left: auto;
}

.shop-contents-wrapper .shop-sidebar-content {
  width: 400px;
  margin-right: 30px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .shop-contents-wrapper .shop-sidebar-content {
    width: 300px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .shop-contents-wrapper .shop-sidebar-content {
    width: 250px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .shop-contents-wrapper .shop-sidebar-content {
    width: 375px;
  }
}

.shop-contents-wrapper .shop-grid-contents {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .shop-contents-wrapper .shop-grid-contents {
    max-height: 2090px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .shop-contents-wrapper .shop-grid-contents {
    max-height: 2090px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

.single-shop-left {
  padding: 32px 30px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .single-shop-left {
    padding: 22px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-shop-left {
    padding: 15px 20px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-shop-left {
    padding: 15px 20px 20px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-shop-left {
    padding: 15px 20px 20px;
  }
}

.single-shop-left .shop-left-title.open .title::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.single-shop-left .shop-left-title .title {
  cursor: pointer;
  position: relative;
  line-height: 36px;
}

.single-shop-left .shop-left-title .title::after {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 16px;
  position: absolute;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.single-shop-left .shop-left-title .shop-left-list .shop-lists .list {
  font-size: 16px;
  line-height: 26px;
  position: relative;
  text-align: left;
  z-index: 2;
  padding-left: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-shop-left .shop-left-title .shop-left-list .shop-lists .list::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border: 1px solid rgba(221, 221, 221, 0.4);
  left: 0;
  top: 12px;
  background: none;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  color: var(--white);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-shop-left .shop-left-title .shop-left-list .shop-lists .list a {
  display: block;
  padding: 10px 0;
}

.single-shop-left .shop-left-title .shop-left-list .shop-lists .list.show>.submenu {
  display: block;
}

.single-shop-left .shop-left-title .shop-left-list .shop-lists .list.active::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "";
  background: var(--main-color-one);
  border-color: var(--main-color-one);
}

.single-shop-left .shop-left-title .shop-left-list .shop-lists .list.active>a {
  color: var(--paragraph-color);
  font-weight: 500;
}

.single-shop-left .shop-left-title .shop-left-list .shop-lists .list:hover>a {
  color: var(--main-color-one);
}

.single-shop-left .shop-left-title .shop-left-list .shop-lists .list:hover::before {
  border-color: var(--main-color-one);
}

.single-shop-left .shop-left-title .shop-left-list .shop-lists .list.menu-item-has-children {
  padding-left: 0;
}

.single-shop-left .shop-left-title .shop-left-list .shop-lists .list.menu-item-has-children:hover::after {
  color: var(--main-color-one);
}

.single-shop-left .shop-left-title .shop-left-list .shop-lists .list.menu-item-has-children::before {
  display: none !important;
  border: 0;
}

.single-shop-left .shop-left-title .shop-left-list .shop-lists .list.menu-item-has-children>.submenu {
  padding-left: 20px;
}

.single-shop-left .shop-left-title .shop-left-list .shop-lists .list .submenu {
  display: none;
}

.single-shop-left .shop-left-title .shop-left-list .shop-lists .list .submenu .list {
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
}

.single-shop-left .shop-left-title .shop-left-list .shop-lists .list .submenu .list::before {
  top: 6px;
  height: 18px;
  width: 18px;
  font-size: 12px;
}

.single-shop-left .shop-left-title .shop-left-list .shop-lists .list .submenu .list a {
  padding: 5px 0;
}

.single-shop-left .shop-left-title .shop-left-list .shop-lists .list.menu-item-has-children::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  font-family: "Line Awesome Free";
  font-weight: 900;
  cursor: pointer;
  z-index: -1;
}

.single-shop-left .shop-left-title .shop-left-list .shop-lists .list.menu-item-has-children.open::after {
  content: "";
}

.single-shop-left .shop-left-title .shop-left-list .shop-lists .list:last-child a {
  padding-bottom: 0;
}

.single-shop-left .shop-left-title .shop-left-list .color-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-shop-left .shop-left-title .shop-left-list .color-lists .list {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

.single-shop-left .shop-left-title .shop-left-list .color-lists .list:not(:last-child) {
  margin-right: 10px;
}

.single-shop-left .shop-left-title .shop-left-list .color-lists .list.active::before {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  color: var(--white);
  font-size: 18px;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.single-shop-left .shop-left-title .shop-left-list .color-lists .list a {
  display: block;
  height: 27px;
  width: 27px;
  background: #F83A26;
}

.single-shop-left .shop-left-title .shop-left-list .size-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-shop-left .shop-left-title .shop-left-list .size-lists .list {
  margin-top: 10px;
}

.single-shop-left .shop-left-title .shop-left-list .size-lists .list:not(:last-child) {
  margin-right: 10px;
}

.single-shop-left .shop-left-title .shop-left-list .size-lists .list.active a {
  background: var(--main-color-one);
  border-color: var(--main-color-one);
  color: var(--white);
}

.single-shop-left .shop-left-title .shop-left-list .size-lists .list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 10px;
  font-size: 14px;
  background: #fff;
  color: var(--paragraph-color);
  border: 1px solid #dddddd;
}

.single-shop-left .shop-left-title .shop-left-list .filter-lists .list {
  position: relative;
  z-index: 2;
  display: block;
  padding-left: 30px;
  margin-top: 10px;
}

.single-shop-left .shop-left-title .shop-left-list .filter-lists .list.active::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "";
  background: var(--main-color-one);
  border-color: var(--main-color-one);
}

.single-shop-left .shop-left-title .shop-left-list .filter-lists .list a {
  font-size: 16px;
  line-height: 26px;
  color: #FFBA5C;
}

.single-shop-left .shop-left-title .shop-left-list .filter-lists .list::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border: 1px solid rgba(221, 221, 221, 0.4);
  left: 0;
  top: 4px;
  background: none;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  color: var(--white);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-shop-left .shop-left-title .shop-left-list .tag-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-shop-left .shop-left-title .shop-left-list .tag-lists .list {
  margin-right: 10px;
  margin-top: 10px;
}

.single-shop-left .shop-left-title .shop-left-list .tag-lists .list.active a {
  background: var(--main-color-one);
  color: var(--white);
  border-color: var(--main-color-one);
}

.single-shop-left .shop-left-title .shop-left-list .tag-lists .list a {
  border: 1px solid #dddddd;
  font-size: 15px;
  color: var(--paragraph-color);
  padding: 7px 10px;
  display: inline-block;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-shop-left .shop-left-title .shop-left-list .tag-lists .list a {
    padding: 7px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-shop-left .shop-left-title .shop-left-list .tag-lists .list a {
    padding: 7px 10px;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-shop-left .shop-left-title .shop-left-list .tag-lists .list a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .single-shop-left .shop-left-title .shop-left-list .tag-lists .list a {
    font-size: 14px;
    padding: 5px 15px;
  }
}

.single-shop-left .shop-left-title .shop-left-list .tag-lists .list a:hover {
  background: var(--main-color-one);
  color: var(--white);
  border-color: var(--main-color-one);
}

.shop-icon {
  display: none;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .shop-icon {
    display: block;
  }
  .shop-icon-text {
    display: -webkit-box;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .shop-icon .sidebar-icon {
    font-size: 24px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--main-color-one);
    -webkit-box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
    box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
    z-index: 95;
    color: var(--white);
    margin-bottom: 20px;
  }
  .shop-icon .sidebar-icon-text {
    height: unset;
    width: auto;
    font-size: 18px;
    padding: 7px 15px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .shop-close-main {
    z-index: 1;
    position: absolute;
    left: -100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99;
    background: #fff;
    max-width: 375px;
    display: block;
    padding: 20px;
    transition: all 0.5s;
  }

  .shop-close-main.active {
    visibility: visible;
    opacity: 1;
    left: 0;
  }
}

@media only screen and (min-width: 300px) and (max-width: 991.98px) and (max-width: 480px) {
  .shop-close-main {
    max-width: 320px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 991.98px) and (max-width: 375px) {
  .shop-close-main {
    max-width: 270px;
  }
}

.shop-close-main .close-bars {
  display: none;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .shop-close-main .close-bars {
    display: block;
    position: absolute;
    right: -40px;
    top: 0;
    font-size: 24px;
    color: var(--white);
    background: var(--main-color-one);
    -webkit-box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
    box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

@media only screen and (min-width: 300px) and (max-width: 991.98px) and (max-width: 375px) {
  .shop-close-main .close-bars {
    height: 28px;
    width: 28px;
    font-size: 20px;
    right: -28px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .body-overlay {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 100%;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .body-overlay.active {
    visibility: visible;
    opacity: 1;
    z-index: 99;
    left: 0;
  }
}

.single-blog-item .content .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: var(--heading-color);
  margin-top: 12px;
  margin-bottom: 15px;
}

.single-blog-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.single-blog-item:not(:last-child) {
  margin-bottom: 24px;
}

.single-blog-item .post-meta {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
}

.single-blog-item .post-meta li,
.single-blog-item .post-meta a {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-size: 16px;
  line-height: 20px;
  color: var(--paragraph-color);
}

.single-blog-item .img-box {
  max-width: 400px;
  flex-shrink: 0;
}

.single-blog-item .content {
  flex-grow: 1;
}

.blog-contents-inner p,
.single-blog-item .content p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.recent-post-contents .recent-post-single:not(:last-child) {
  margin-bottom: 20px;
}

.recent-post-contents .recent-post-single .recent-post-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 480px) {
  .recent-post-contents .recent-post-single .recent-post-flex {
    display: block;
  }
}

.recent-post-contents .recent-post-single .recent-post-flex .recent-post-thumb {
  margin-right: 15px;
  height: 80px;
  min-width: 80px;
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  .recent-post-contents .recent-post-single .recent-post-flex .recent-post-thumb {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.recent-post-contents .recent-post-single .recent-post-flex .recent-post-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recent-post-contents .recent-post-single .recent-post-flex .recent-blog-contents .recent-post-title {
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

@media only screen and (max-width: 480px) {
  .recent-post-contents .recent-post-single .recent-post-flex .recent-blog-contents .recent-post-title {
    font-size: 16px;
    line-height: 24px;
  }
}

.recent-post-contents .recent-post-single .recent-post-flex .recent-blog-contents .recent-date {
  display: block;
  margin-top: 5px;
}

.sidebar-search-form .single-search-sidebar {
  position: relative;
  z-index: 1;
}

.sidebar-search-form .single-search-sidebar .form--control {
  border: 0;
  background: rgba(221, 221, 221, 0.2);
  padding: 0 40px 0 15px;
}

.sidebar-search-form .single-search-sidebar button {
  position: absolute;
  right: 15px;
  top: 0;
  height: 100%;
  background: none;
  font-size: 20px;
  z-index: 2;
  border: 0;
  cursor: pointer;
  outline: none;
}

/* Shop List */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .value-input-area {
    margin-top: 20px;
  }
}

.value-input-area.style-02 .size-lists {
  margin-top: 10px;
}

.value-input-area.style-02 .size-lists li {
  font-size: 13px;
  height: 30px;
  width: 35px;
}

.value-input-area.style-02 .color-list {
  margin-top: 10px;
}

.value-input-area.style-02 .color-list li {
  height: 18px;
  width: 18px;
}

.value-input-area .input-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.value-input-area .input-list .form--input {
  width: auto;
  border: 0;
  outline: none;
  color: var(--body-color);
}

.value-input-area .size-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 20px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .value-input-area .size-lists {
    margin-top: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .value-input-area .size-lists {
    margin-top: 15px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .value-input-area .size-lists {
    margin-top: 15px;
  }
}

.value-input-area .size-lists li {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  height: 45px;
  width: 45px;
  border: 1px solid #999;
}

.value-input-area .size-lists li.active {
  border-color: var(--main-color-one);
}

@media only screen and (max-width: 480px) {
  .value-input-area .size-lists li {
    font-size: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .value-input-area .size-lists li {
    font-size: 14px;
    height: 40px;
    width: 40px;
  }
}

.value-input-area .color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 20px;
  margin-top: 20px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .value-input-area .color-list {
    margin-top: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .value-input-area .color-list {
    margin-top: 15px;
  }
}

.value-input-area .color-list li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid transparent;
  position: relative;
  z-index: 1;
}

.value-input-area .color-list li.active {
  height: 16px;
  width: 16px;
}

.value-input-area .color-list li.active::before {
  content: "";
  position: absolute;
  height: calc(100% + 8px);
  width: calc(100% + 8px);
  left: -4px;
  top: -4px;
  border: 1px solid #F83A26;
  border-radius: 50%;
}

.value-input-area .color-list li.shop-color-2 {
  border-color: #30BB6F;
}

.value-input-area .color-list li.shop-color-2.active::before {
  border: 1px solid #30BB6F;
}

.value-input-area .color-list li.shop-color-3 {
  border-color: #AB47BC;
}

.value-input-area .color-list li.shop-color-3.active::before {
  border: 1px solid #AB47BC;
}

.value-input-area .color-list li.shop-color-4 {
  border-color: #FFC576;
}

.value-input-area .color-list li.shop-color-4.active::before {
  border: 1px solid #FFC576;
}

.value-input-area .color-list li.shop-color-5 {
  border-color: #040B25;
}

.value-input-area .color-list li.shop-color-5.active::before {
  border: 1px solid #040B25;
}

.value-input-area .color-list li.shop-color-6 {
  border: 1px solid #FF9800;
}

.value-input-area .color-list li.shop-color-6.active::before {
  border: 1px solid #FF9800;
}

.value-input-area .color-list li.shop-color-7 {
  border: 1px solid #FF695C;
}

.value-input-area .color-list li.shop-color-7.active::before {
  border: 1px solid #FF695C;
}

.shop-list-wrapper {
  padding: 20px;
}

.shop-list-wrapper .shop-wrapper-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 10px;
}

@media (min-width: 100px) and (max-width: 767.98px) {
  .shop-list-wrapper .shop-wrapper-flex {
    display: grid;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .shop-list-wrapper.style-02 .shop-wrapper-flex {
    display: block;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .shop-list-wrapper.style-02 .shop-wrapper-flex {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .shop-list-wrapper.style-02 .shop-wrapper-flex {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .shop-list-wrapper.style-02 .signle-shop-list .shop-list-flex {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .shop-list-wrapper.style-02 .signle-shop-list .shop-list-flex .shop-thumbs {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .shop-list-wrapper.style-02 .signle-shop-list .shop-list-flex .shop-thumbs img {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .shop-list-wrapper.style-02 .signle-shop-list .shop-list-flex .shop-list-contents {
    margin-top: 30px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .shop-list-wrapper.style-02 .single-shop-cart {
    margin-top: 30px;
    text-align: left;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .shop-list-wrapper.style-02 .single-shop-cart {
    margin-top: 30px;
    text-align: left;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .shop-list-wrapper.style-02 .single-shop-cart {
    margin-top: 30px;
    text-align: left;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .shop-list-wrapper.style-02 .single-shop-cart::before {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .shop-list-wrapper.style-02 .single-shop-cart::before {
    display: none;
  }
}

.shop-list-wrapper.style-02 .single-shop-cart .shop-cart-flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.center-text .btn-shop-botttom {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-shop-cart {
  text-align: center;
  position: relative;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .single-shop-cart {
    margin-top: 24px;
    margin: 24px auto;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-shop-cart {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .single-shop-cart {
    text-align: left;
  }
}

.single-shop-cart .price-title {
  font-size: 32px;
  line-height: 36px;
}

.single-shop-cart .shop-cart-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-shop-cart .shop-cart-flex {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767.98px) {
  .single-shop-cart .shop-cart-flex {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 480px) {
  .single-shop-cart .shop-cart-flex {
    gap: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .single-shop-cart .shop-cart-flex {
    gap: 20px;
  }
}

.single-shop-cart .btn-shop-botttom {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767.98px) {
  .single-shop-cart .btn-shop-botttom {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 375px) {
  .single-shop-cart .btn-shop-botttom {
    font-size: 20px;
  }
}

.single-shop-cart .btn-shop-botttom .icons {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 5px 5px;
  border: 1px solid rgba(221, 221, 221, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}

.single-shop-cart .btn-shop-botttom .icons:hover {
  color: var(--main-color-one);
  border-color: var(--main-color-one);
}

.single-shop-cart .btn-shop-botttom.hover-color-two .icons:hover {
  color: var(--main-color-two);
}

.single-shop-cart .btn-shop-botttom.hover-color-three .icons:hover {
  color: var(--main-color-three);
}

.single-shop-cart .btn-shop-botttom.hover-color-four .icons:hover {
  color: var(--main-color-four);
}

.discount-countdown-list {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
  background: rgba(255, 255, 255, 0.5);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.signle-shop-list {
  flex: 1;
  max-width: 650px;
}

.signle-shop-list .shop-list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 767.98px) {
  .signle-shop-list .shop-list-flex {
    display: block;
  }
}

.signle-shop-list .shop-thumbs {
  height: 260px;
  width: 260px;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
}

.signle-shop-list .shop-thumbs img {
  width: 100%;
}

@media screen and (min-width: 992px) and (max-width: 1599.98px) {
  .signle-shop-list .shop-thumbs {
    max-width: 250px;
  }
}

.signle-shop-list .shop-thumbs .campaign-countdown {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 2;
}

@media only screen and (max-width: 767.98px) {
  .signle-shop-list .shop-thumbs {
    height: 100%;
    width: 100%;
  }
}

.signle-shop-list .shop-thumbs img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.signle-shop-list .shop-list-contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 767.98px) {
  .signle-shop-list .shop-list-contents {
    padding-top: 20px;
  }
}

.signle-shop-list .shop-list-contents .shop-list-title {
  font-size: 22px !important;
  line-height: 36px;
}

.signle-shop-list .shop-list-contents .global-shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

@media only screen and (max-width: 767.98px) {
  .signle-shop-list .shop-list-contents .global-shop-list {
    margin-top: 15px;
  }
}

.signle-shop-list .shop-list-contents .global-shop-list .list .star {
  color: #FFBA5C;
}

.signle-shop-list .shop-list-contents .global-shop-list .list .shop-size {
  position: relative;
}

.signle-shop-list .shop-list-contents .global-shop-list .list:not(:last-child) .shop-size {
  padding-right: 10px;
}

.signle-shop-list .shop-list-contents .global-shop-list .list:not(:last-child) .shop-size::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #999;
  z-index: -1;
  height: 12px;
  width: 2px;
}

.signle-shop-list .shop-list-contents .global-shop-list .list:not(:first-child) .shop-size {
  padding-left: 10px;
}

.signle-shop-list .shop-list-contents .global-shop-list .list .color-list {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-left: 10px;
}

.signle-shop-list .shop-list-contents .global-shop-list .list .artificial {
  margin-left: 10px;
}

/* Shop Details Area */
.single-shop-details-wrapper {
  padding: 0 10px;
}

.shop-details-thums img {
  width: 100%;
}
.shop-details-thums.shop-details-thums-small {
  height: 130px;
  width: auto;
}

.shop-details-thums.shop-details-thums-small img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 300px) and (max-width: 991.98px) {
  .single-shop-details-wrapper {
    margin-top: 20px;
  }
}

.single-shop-details-wrapper .common-para {
  margin-top: 30px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-shop-details-wrapper .common-para {
    margin-top: 15px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-shop-details-wrapper .common-para {
    margin-top: 15px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-shop-details-wrapper .price-update-through {
    margin-top: 15px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-shop-details-wrapper .price-update-through {
    margin-top: 15px !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .single-shop-details-wrapper .price-update-through .flash-prices {
    font-size: 28px !important;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-shop-details-wrapper .price-update-through .flash-old-prices {
    font-size: 20px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .quantity-area {
    margin-top: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .quantity-area {
    margin-top: 20px;
  }
}

.details-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--heading-color);
}

@media screen and (max-width: 575px) {
  .details-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 480px) {
  .details-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 375px) {
  .details-title {
    font-size: 24px;
  }
}

.quick-view-modal {
  position: relative;
}

.quick-view-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--delete-color);
  color: var(--delete-color);
  border-radius: 50%;
  font-size: 16px;
  line-height: 20px;
  height: 35px;
  width: 35px;
  background: var(--white);
  transition: all .3s;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

@media screen and (min-width: 576px) {
  .quick-view-close-btn {
    right: -10px;
    top: -10px;
  }
}

.quick-view-close-btn:hover {
  background-color: var(--delete-color);
  color: var(--white);
}

.quick-view-value-input-area {}

.quick-view-value-input-area .form--input {
  border: 1px solid var(--border-color);
  padding: 5px 12px;
  font-size: 16px;
  font-weight: 500;
  color: var(--heading-color);
  height: 42px;
  width: auto;
  border: 0;
  outline: none;
}

.quick-view-value-input-area .input-list {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.quick-view-value-input-area .input-list strong {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: var(--heading-color);
  display: block;
}

.quick-view-size-lists {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 15px;
}

.quick-view-size-lists li {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color);
  padding: 7px 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-color);
  cursor: pointer;
}

.quantity-area .quantity-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.product-quantity {
  position: relative;
  z-index: 3;
}

.product-quantity .quantity-input {
  width: 100px;
  height: 45px;
  border: 1px solid #999;
  color: var(--paragraph-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}

.product-quantity .substract,
.product-quantity .plus {
  color: var(--paragraph-color);
  z-index: 9;
  cursor: pointer;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product-quantity .substract:hover,
.product-quantity .plus:hover {
  color: var(--main-color-one);
}

.product-quantity .plus {
  left: auto;
  right: 5px;
}

.quantity-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .quantity-btn {
    margin-top: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .quantity-btn {
    margin-top: 25px;
  }
}

.quantity-btn .heart-btn {
  height: 52px;
  width: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--main-color-one);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.quantity-btn .heart-btn:hover {
  background: var(--main-color-one);
  color: var(--white);
}

@media only screen and (max-width: 375px) {
  .quantity-btn .heart-btn {
    height: 45px;
    width: 45px;
    font-size: 24px !important;
  }
}

.visit__btn,
.chatContact__btn {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: capitalize;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 5px;
  cursor: pointer;
  line-height: 20px;
  padding: 10px 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: var(--main-color-one);
  color: var(--white-text);
  position: relative;
  z-index: 0;
  overflow: hidden;
  border: 1px solid transparent;
}

.chatContact__btn i {
  font-size: 14px;
}

.visit__btn__outline {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: capitalize;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 5px;
  cursor: pointer;
  line-height: 20px;
  padding: 13px 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: unset;
  color: var(--paragraph-color);
  border: 1px solid var(--border-color);
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.visit__btn__outline:hover {
  border-color: var(--main-color-one);
  color: var(--main-color-one);
}

.quick-view-availability,
.availability,
.stock-available {
  font-weight: 500;
  line-height: 26px;
  font-size: 16px;
  padding: 5px 0;
}

.stock-available .count-stock {
  color: var(--body-color);
}

.shop-border-top {
  border-top: 1px solid rgba(221, 221, 221, 0.4);
}

.product-sold-btn {
  font-size: 16px;
  background: rgba(90, 178, 126, 0.1);
  color: #5AB27E;
  padding: 10px 20px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product-sold-btn:hover {
  background: #5AB27E;
  color: var(--white);
}

.guaranteed-checkout {
  font-size: 16px;
  display: block;
}

.details-checkout-shop .payment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .shop-details-stock .stock-category {
    margin-top: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .shop-details-stock .stock-category {
    margin-top: 20px;
  }
}

.checkout__card__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}

.checkout__card__wrap:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--border-two);
}

.checkout__card__wrap__product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 300px;
}

.checkout__card__thumb {
  flex-shrink: 0;
  max-width: 80px;
}

.shop-details-stock .stock-category li {
  font-size: 16px;
  line-height: 26px;
}

@media only screen and (max-width: 480px) {
  .shop-details-stock .stock-category li {
    font-size: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .shop-details-stock .stock-category li {
    font-size: 14px;
  }
}

.shop-details-stock .stock-category li:not(:last-child) {
  padding-bottom: 10px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .shop-details-stock .stock-category li:not(:last-child) {
    margin-top: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .shop-details-stock .stock-category li:not(:last-child) {
    margin-top: 15px;
  }
}

.category-list strong {
  color: var(--heading-color);
}

.shop-details-stock .stock-category li a:hover {
  color: var(--main-color-one);
}

.shop-details-stock .stock-category .category-list .list-item {
  padding-left: 3px;
}

.shop-details-stock .stock-category .category-list .list-item:not(:last-child)::after {
  content: ",";
}

.shop-details-stock .size-chart-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 30px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .shop-details-stock .size-chart-list {
    margin-top: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .shop-details-stock .size-chart-list {
    margin-top: 25px;
  }
}

.shop-details-stock .size-chart-list li a {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  border-bottom: 1px solid #999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 480px) {
  .shop-details-stock .size-chart-list li a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .shop-details-stock .size-chart-list li a {
    font-size: 14px;
    line-height: 22px;
  }
}

.shop-details-stock .size-chart-list li a:hover {
  color: var(--main-color-one);
  border-color: var(--main-color-one);
}

.shop-details-thums {
  height: 800px;
  padding: 10px;
}
.shop-details-thums img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.shop-details-top-slider .shop-details-thumb-wrapper .shop-details-thums img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.shop-details-click-img .shop-small-thumb-wrapper {
  cursor: pointer;
}

.shop-description-list .list {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .shop-description-list .list {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575.98px) {
  .shop-description-list .list {
    font-size: 15px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 375px) {
  .shop-description-list .list {
    font-size: 14px;
  }
}

.single-shop-details-wrapper {
  max-width: 585px;
}

.details-tab-wrapper .details-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .details-tab-wrapper .details-tab {
    gap: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .details-tab-wrapper .details-tab {
    gap: 0 10px;
  }
}

.details-tab-wrapper .details-tab li {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  background: none;
  color: var(--paragraph-color);
  -webkit-transition: all 300ms;
  transition: all 300ms;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.details-tab-wrapper .details-tab li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--main-color-one);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .details-tab-wrapper .details-tab li {
    font-size: 16px;
    font-weight: 400;
    padding: 7px 20px;
  }
}

@media only screen and (max-width: 575.98px) {
  .details-tab-wrapper .details-tab li {
    font-size: 15px;
    padding: 6px 20px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 375px) {
  .details-tab-wrapper .details-tab li {
    font-size: 14px;
    padding: 0px 2px;
  }
}

.details-tab-wrapper .details-tab li.active {
  color: var(--white);
}

.details-tab-wrapper .details-tab li.active::before {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.details-tab-wrapper .details-tab li:hover {
  color: var(--heading-color);
}

.details-tab-wrapper .details-tab.hover-color-two li.active {
  background: var(--main-color-two);
  color: var(--white);
  border-color: var(--main-color-two);
}

.details-tab-wrapper .details-tab.hover-color-two li:hover {
  background: var(--main-color-two);
  color: var(--white);
  border-color: var(--main-color-two);
}

.details-tab-wrapper .details-tab.hover-color-three li.active {
  background: var(--main-color-three);
  color: var(--white);
  border-color: var(--main-color-three);
}

.details-tab-wrapper .details-tab.hover-color-three li:hover {
  background: var(--main-color-three);
  color: var(--white);
  border-color: var(--main-color-three);
}

.details-tab-wrapper .details-tab.hover-color-four li.active {
  background: var(--main-color-four);
  color: var(--white);
  border-color: var(--main-color-four);
}

.details-tab-wrapper .details-tab.hover-color-four li:hover {
  background: var(--main-color-four);
  color: var(--white);
  border-color: var(--main-color-four);
}

.details-tab-wrapper .tab-content-item {
  border: 1px solid var(--border-color);
  padding: 20px;
  margin-top: 20px;
}

.wishlist-compare .wishlist-compare-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.wishlist-compare .wishlist-compare-btn .btn-details {
  display: inline-block;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wishlist-compare .wishlist-compare-btn .btn-details i {
  margin-right: 3px;
}

.wishlist-compare .wishlist-compare-btn .btn-details:hover {
  color: var(--main-color-one);
}

.btn-buyNow {
  color: var(--paragraph-color);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--body-font);
  display: inline-block;
  border-radius: 0px;
  text-align: center;
  cursor: pointer;
  line-height: 24px;
  padding: 10px 35px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: unset;
  color: var(--main-color-one);
  border: 1px solid var(--main-color-one);
}

.wishlist-compare .wishlist-compare-btn .btn-addCompare,
.wishlist-compare .wishlist-compare-btn .btn-buyNow {
  font-size: 16px;
}

.btn-buyNow:hover {
  background-color: var(--main-color-one);
  color: var(--white) !important;
}

.btn-addCompare {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--body-font);
  display: inline-block;
  border-radius: 0px;
  text-align: center;
  cursor: pointer;
  line-height: 24px;
  padding: 10px 35px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: unset;
  color: var(--paragraph-color);
  border: 1px solid var(--border-color);
}

.btn-addCompare:hover {
  background-color: unset;
  color: var(--main-color-one);
  border-color: var(--main-color-one);
}

.tags-area-shop .tags-shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tags-area-shop .tags-shop-list .list {
  margin-top: 10px;
}

.tags-area-shop .tags-shop-list .list:not(:last-child) {
  margin-right: 10px;
}

.tags-area-shop .tags-shop-list .list a {
  font-size: 15px;
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid rgba(221, 221, 221, 0.4);
  color: var(--paragraph-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tags-area-shop .tags-shop-list .list a:hover {
  background: var(--main-color-one);
  color: var(--white);
  border-color: var(--main-color-one);
}

.single-details-tab .tab-description .description-para {
  font-size: 18px;
  line-height: 30px;
  color: var(--paragraph-color);
  padding-top: 30px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-details-tab .tab-description .description-para {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .single-details-tab .tab-description .description-para {
    font-size: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .single-details-tab .tab-description .description-para {
    font-size: 14px;
  }
}

.about-seller-flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px 0;
  gap: 30px;
}

@media only screen and (max-width: 480px) {
  .about-seller-flex-content {
    display: block;
  }
}

@media only screen and (max-width: 575.98px) {
  .about-seller-flex-content {
    padding: 30px 0;
  }
}

.about-seller-flex-content:not(:first-child) {
  border-top: 2px solid rgba(221, 221, 221, 0.5);
}

.about-seller-flex-content .about-seller-thumb {
  height: 80px;
  min-width: 80px;
  border-radius: 10px;
  display: block;
}

@media only screen and (max-width: 480px) {
  .about-seller-flex-content .about-seller-thumb {
    width: 80px;
    margin-bottom: 15px;
  }
}

.about-seller-flex-content .about-seller-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-seller-flex-content .about-seller-content .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.about-seller-flex-content .about-seller-content .about-seller-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.about-seller-flex-content .about-seller-content .about-seller-list .icon {
  color: var(--main-color-one);
  font-size: 12px;
}

.about-seller-flex-content .about-seller-content .about-seller-list .reviews {
  margin-left: 10px;
}

.about-seller-flex-content .about-seller-content .about-review-para {
  font-size: 16px;
  font-weight: 400;
  color: var(--paragraph-color);
  margin-top: 20px;
  line-height: 26px;
}

.about-seller-flex-content .about-seller-content .review-date {
  margin-top: 20px;
  display: block;
}

.seller-details-box {
  border: 1px solid rgba(221, 221, 221, 0.5);
  padding: 30px;
  border-radius: 10px;
}

@media only screen and (max-width: 480px) {
  .seller-details-box {
    padding: 20px 10px;
  }
}

.seller-details-box .seller-box-list {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

@media only screen and (max-width: 480px) {
  .seller-details-box .seller-box-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.seller-details-box .seller-box-list .box-list {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

.seller-details-box .seller-box-list .box-list strong {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: var(--heading-color);
  font-family: var(--heading-font);
  line-height: 28px;
  margin-top: 5px;
}

.seller-details-box .seller-details-para {
  font-size: 18px;
  line-height: 30px;
  color: var(--paragraph-color);
}

@media only screen and (max-width: 575.98px) {
  .seller-details-box .seller-details-para {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .seller-details-box .seller-details-para {
    font-size: 14px;
  }
}

.payment-list .payments {
  position: relative;
  z-index: 1;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: calc(100% / 5 - 8px);
}

.payment-list .payments.selected {
  border-color: var(--main-color-one);
}

.payment-list .payments.selected::before {
  visibility: visible;
  opacity: 1;
}

.payment-list .payments::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  height: 18px;
  width: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--main-color-one);
  color: var(--white);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.shop-details-faq-contents {
  height: 650px;
  overflow-y: auto;
}

.shop-details-faq-contents .faq-contents .faq-item {
  margin-top: 0;
}

.shop-details-faq-contents .faq-contents .faq-item:last-child {
  border-bottom: 2px solid #DDD;
}

.shop-details-faq-contents .faq-contents .faq-item.open .faq-title {
  background: none;
  color: var(--heading-color);
}

.shop-details-faq-contents .faq-contents .faq-item.open .faq-title::after {
  content: "";
  color: var(--paragraph-color);
}

.shop-details-faq-contents .faq-contents .faq-item.active .faq-panel {
  display: block;
  background: none;
  padding: 0;
}

.shop-details-faq-contents .faq-contents .faq-item:not(:first-child) {
  margin-top: 0;
}

.shop-details-faq-contents .faq-contents .faq-item .faq-title {
  font-size: 24px;
  font-weight: 500;
  border: none;
  padding: 50px 0 30px;
  border-top: 2px solid #DDD !important;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.shop-details-faq-contents .faq-contents .faq-item .faq-title::after {
  content: "";
  color: var(--paragraph-color);
  font-size: 24px;
  right: 0;
  margin-top: 15px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .shop-details-faq-contents .faq-contents .faq-item .faq-title::after {
    margin-top: 0;
    font-size: 22px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .shop-details-faq-contents .faq-contents .faq-item .faq-title::after {
    margin-top: 0;
    font-size: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .shop-details-faq-contents .faq-contents .faq-item .faq-title::after {
    margin-top: 0;
    font-size: 20px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .shop-details-faq-contents .faq-contents .faq-item .faq-title::after {
    margin-top: 0;
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .shop-details-faq-contents .faq-contents .faq-item .faq-title::after {
    font-size: 16px;
  }
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .shop-details-faq-contents .faq-contents .faq-item .faq-title {
    padding: 30px 0;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .shop-details-faq-contents .faq-contents .faq-item .faq-title {
    padding: 20px 0;
    font-size: 22px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .shop-details-faq-contents .faq-contents .faq-item .faq-title {
    padding: 20px 0;
    font-size: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .shop-details-faq-contents .faq-contents .faq-item .faq-title {
    padding: 20px 0;
    font-size: 20px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .shop-details-faq-contents .faq-contents .faq-item .faq-title {
    padding: 20px 0;
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .shop-details-faq-contents .faq-contents .faq-item .faq-title {
    font-size: 17px;
  }
}

@media only screen and (max-width: 375px) {
  .shop-details-faq-contents .faq-contents .faq-item .faq-title {
    font-size: 16px;
  }
}

.shop-details-faq-contents .faq-contents .faq-item .faq-panel {
  padding: 0;
  background: none !important;
}

.shop-details-faq-contents .faq-contents .faq-item .faq-panel .faq-para {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .shop-details-faq-contents .faq-contents .faq-item .faq-panel .faq-para {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .shop-details-faq-contents .faq-contents .faq-item .faq-panel .faq-para {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .shop-details-faq-contents .faq-contents .faq-item .faq-panel .faq-para {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 20px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .shop-details-faq-contents .faq-contents .faq-item .faq-panel .faq-para {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .shop-details-faq-contents .faq-contents .faq-item .faq-panel .faq-para {
    font-size: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .shop-details-faq-contents .faq-contents .faq-item .faq-panel .faq-para {
    font-size: 14px;
    line-height: 26px;
  }
}

.shop-details-faq-contents .faq-contents .faq-item .faq-panel .tab-information .about-seller-flex-content {
  padding: 0 0 10px;
}

.shop-details-faq-contents .faq-contents .faq-item .faq-panel .tab-information .seller-details-box {
  border: 0;
  padding: 10px 0 30px;
}

.shop-details-faq-contents .faq-contents .faq-item .faq-panel .tab-information .seller-details-box .seller-details-para {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.shop-details-faq-contents .faq-contents .faq-item .faq-panel .tab-review {
  padding-bottom: 30px;
}

.shop-details-faq-contents .faq-contents .faq-item .faq-panel .tab-review .about-seller-flex-content {
  padding: 20px 0;
}

.shop-details-faq-contents .faq-contents .faq-item .faq-panel .tab-review .about-seller-flex-content:first-child {
  padding-top: 0;
}

.shop-details-faq-contents .faq-contents .faq-item .faq-panel .tab-review .about-seller-flex-content .about-seller-content .about-review-para {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.shop-details-right-sidebar {
  position: sticky;
  top: 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .shop-details-right-sidebar {
    margin-top: 30px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .shop-details-right-sidebar {
    margin-top: 30px;
  }
}

.single-sidebar-details {
  padding: 20px;
}

.single-sidebar-details .title-sidebar-global {
  font-size: 22px;
  font-weight: 500;
}

.single-sidebar-details .shop-details-gift .gift-icon {
  font-size: 60px;
  color: var(--main-color-one);
}

.single-sidebar-details .best-seller-sidebar:hover .seller-thumb img {
  -webkit-transform: rotate(5deg) scale(1.2);
  transform: rotate(5deg) scale(1.2);
}

.single-sidebar-details .best-seller-sidebar:hover .thumb-brand {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.single-sidebar-details .best-seller-sidebar .thumb-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  background-color: #f7f7f7;
  margin: 0px auto;
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-sidebar-details .best-seller-sidebar .thumb-brand.brand-thumb-border {
  border: 3px solid #fff;
}

.single-sidebar-details .shop-details-share .share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-sidebar-details .shop-details-share .share-list .list {
  margin: 0px 5px 5px;
}

.single-sidebar-details .shop-details-share .share-list .list .social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  height: 40px;
  width: 40px;
  background: rgba(221, 221, 221, 0.4);
  color: var(--heading-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-sidebar-details .shop-details-share .share-list .list .social-icon:hover {
  background: var(--main-color-one);
  color: var(--white);
}

.single-sidebar-details .shop-product-slider .nav-style-two .prev-icon,
.single-sidebar-details .shop-product-slider .nav-style-two .next-icon {
  height: 35px;
  width: 35px;
  font-size: 20px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .shop-details-list .promo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .shop-details-list .promo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 20px;
  }
}

.shop-details-list .promo-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.shop-details-list .promo-list .list:not(:first-child) {
  margin-top: 24px;
}

.shop-details-list .promo-list .list .icon {
  margin-right: 10px;
  font-size: 30px;
  color: var(--main-color-one);
}

.shop-details-list .promo-list .list .promon-icon-contents .promo-title:hover {
  color: var(--main-color-one);
}

.shop-details-list .promo-list .list .promon-icon-contents .promo-para {
  font-size: 15px;
  line-height: 26px;
  display: block;
  margin-top: 5px;
}

.sidebar-wrapper-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.sidebar-wrapper-btn .btn-visit-chat {
  margin-top: 20px;
}

.sidebar-wrapper-btn .visit-btn {
  background: var(--main-color-one);
  color: var(--white);
  padding: 7px 15px;
  display: inline-block;
  border: 2px solid var(--main-color-one);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar-wrapper-btn .visit-btn:hover {
  background: none;
  color: var(--main-color-one);
}

.sidebar-wrapper-btn .visit-btn.visit__btn__outline {
  background: unset;
  color: var(--paragraph-color);
  padding: 10px 15px;
  border: 1px solid var(--border-color);
}

.sidebar-wrapper-btn .visit-btn.visit__btn__outline:hover {
  border-color: var(--main-color-one);
  color: var(--main-color-one);
  background-color: unset;
}

.sidebar-wrapper-btn .btn-message-chat {
  padding: 6px 10px;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar-wrapper-btn .btn-message-chat.chat-border {
  border: 2px solid var(--main-color-one);
  color: var(--main-color-one);
}

.sidebar-wrapper-btn .btn-message-chat.chat-border:hover {
  background: var(--main-color-one);
  color: var(--white);
}

.shop-popup-color-two .value-input-area .size-lists li.active {
  border-color: var(--main-color-two);
}

.shop-popup-color-two .product-quantity .substract:hover,
.shop-popup-color-two .product-quantity .plus:hover {
  color: var(--main-color-two);
}

.shop-popup-color-two .quantity-btn .heart-btn {
  border-color: var(--main-color-two);
}

.shop-popup-color-two .quantity-btn .heart-btn:hover {
  background-color: var(--main-color-two);
  color: var(--white);
}

.shop-popup-color-two .wishlist-compare .wishlist-compare-btn .btn-details:hover {
  color: var(--main-color-two);
}

.shop-popup-color-two .payment-list .payments.selected {
  border-color: var(--main-color-two);
}

.shop-popup-color-two .payment-list .payments::before {
  background: var(--main-color-two);
}

.shop-popup-color-two .shop-details-stock .stock-category li a:hover {
  color: var(--main-color-two);
}

.shop-popup-color-two .tags-area-shop .tags-shop-list .list a:hover {
  background: var(--main-color-two);
  color: var(--white);
  border-color: var(--main-color-two);
}

.shop-popup-color-three .value-input-area .size-lists li.active {
  border-color: var(--main-color-three);
}

.shop-popup-color-three .product-quantity .substract:hover,
.shop-popup-color-three .product-quantity .plus:hover {
  color: var(--main-color-three);
}

.shop-popup-color-three .quantity-btn .heart-btn {
  border-color: var(--main-color-three);
}

.shop-popup-color-three .quantity-btn .heart-btn:hover {
  background-color: var(--main-color-three);
  color: var(--white);
}

.shop-popup-color-three .wishlist-compare .wishlist-compare-btn .btn-details:hover {
  color: var(--main-color-three);
}

.shop-popup-color-three .payment-list .payments.selected {
  border-color: var(--main-color-three);
}

.shop-popup-color-three .payment-list .payments::before {
  background: var(--main-color-three);
}

.shop-popup-color-three .shop-details-stock .stock-category li a:hover {
  color: var(--main-color-two);
}

.shop-popup-color-three .tags-area-shop .tags-shop-list .list a:hover {
  background: var(--main-color-three);
  color: var(--white);
  border-color: var(--main-color-three);
}

.shop-popup-color-four .value-input-area .size-lists li.active {
  border-color: var(--main-color-four);
}

.shop-popup-color-four .product-quantity .substract:hover,
.shop-popup-color-four .product-quantity .plus:hover {
  color: var(--main-color-four);
}

.shop-popup-color-four .quantity-btn .heart-btn {
  border-color: var(--main-color-four);
}

.shop-popup-color-four .quantity-btn .heart-btn:hover {
  background-color: var(--main-color-four);
  color: var(--white);
}

/* Discount Popup Area */
.discount-popup-wrapper {
  max-width: 900px;
  margin: 200px auto;
  text-align: center;
  padding: 80px 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .discount-popup-wrapper {
    max-width: 500px;
    padding: 50px 10px;
    margin: 100px auto;
  }
}

@media only screen and (max-width: 767.98px) {
  .discount-popup-wrapper {
    max-width: 400px;
  }
}

@media only screen and (max-width: 575.98px) {
  .discount-popup-wrapper {
    max-width: 350px;
  }
}

@media only screen and (max-width: 480px) {
  .discount-popup-wrapper {
    max-width: 300px;
  }
}

@media only screen and (max-width: 375px) {
  .discount-popup-wrapper {
    max-width: 280px;
  }
}

.discount-popup-wrapper .close-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 99;
  cursor: pointer;
  font-size: 24px;
  color: var(--paragraph-color);
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .discount-popup-wrapper .close-icon {
    top: 10px;
    right: 15px;
  }
}

.discount-popup-contents .popup-title {
  font-size: 60px;
  line-height: 80px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .discount-popup-contents .popup-title {
    font-size: 55px;
    line-height: 70px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .discount-popup-contents .popup-title {
    font-size: 50px;
    line-height: 65px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .discount-popup-contents .popup-title {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .discount-popup-contents .popup-title {
    font-size: 36px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .discount-popup-contents .popup-title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 480px) {
  .discount-popup-contents .popup-title {
    font-size: 28px;
    line-height: 36px;
  }
}

.discount-popup-contents .popup-para {
  font-size: 18px;
  line-height: 30px;
  max-width: 460px;
  margin: 0 auto;
  margin-top: 20px;
  color: var(--paragraph-color);
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .discount-popup-contents .popup-para {
    font-size: 16px;
    line-height: 28px;
  }
}

.discount-popup-contents .popup-form {
  max-width: 500px;
  margin: 50px auto 0;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .discount-popup-contents .popup-form {
    margin: 30px auto 0;
  }
}

.discount-popup-contents .popup-form .single-input {
  position: relative;
  z-index: 1;
}

.discount-popup-contents .popup-form .single-input .form--control {
  border: 0;
  outline: none;
  background: #fff;
  padding: 0 140px 0 20px;
}

@media only screen and (max-width: 375px) {
  .discount-popup-contents .popup-form .single-input .form--control {
    height: 50px;
  }
}

.discount-popup-contents .popup-form .single-input button {
  background: var(--main-color-one);
  color: var(--white);
  border: 0;
  outline: none;
  padding: 10px 30px;
  position: absolute;
  right: 0;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  .discount-popup-contents .popup-form .single-input button {
    font-size: 15px;
    padding: 8px 20px;
  }
}

.discount-popup-contents .popup-form .checkbox-inlines {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .discount-popup-contents .popup-form .checkbox-inlines {
    margin-top: 30px;
  }
}

.discount-overlays {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.7);
}

.popup-color-two .global-timer.discount-countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
  color: var(--main-color-two);
}

.popup-color-two .discount-popup-contents .popup-form .single-input button {
  background-color: var(--main-color-two);
}

.popup-color-two .checkbox-inlines .check-input:checked {
  background-color: var(--main-color-two);
  border-color: var(--main-color-two);
}

.popup-color-three .global-timer.discount-countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
  color: var(--main-color-three);
}

.popup-color-three .discount-popup-contents .popup-form .single-input button {
  background-color: var(--main-color-three);
}

.popup-color-three .checkbox-inlines .check-input:checked {
  background-color: var(--main-color-three);
  border-color: var(--main-color-three);
}

.popup-color-four .global-timer.discount-countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
  color: var(--main-color-four);
}

.popup-color-four .discount-popup-contents .popup-form .single-input button {
  background-color: var(--main-color-four);
}

.popup-color-four .checkbox-inlines .check-input:checked {
  background-color: var(--main-color-four);
  border-color: var(--main-color-four);
}

.popup-modal {
  position: relative;
  z-index: 9;
}

.shop-detail-cart-content {
  max-width: 1000px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(0%) scale(0.6);
  transform: translateY(0%) scale(0.6);
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.shop-detail-cart-content.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .shop-detail-cart-content.active {
    top: 0;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .shop-detail-cart-content.active {
    top: 0;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .shop-detail-cart-content.active {
    top: 0;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .shop-detail-cart-content.active {
    top: 0;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

.shop-detail-cart-content .shop-details-cart-images {
  max-width: 575px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .shop-detail-cart-content .shop-details-cart-images {
    max-width: 575px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .shop-detail-cart-content .shop-details-cart-images {
    max-width: 100%;
  }
}

.shop-detail-cart-content .shop-details-cart-contents {
  overflow-y: auto;
  max-height: 700px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .shop-detail-cart-content .shop-details-cart-contents {
    max-height: 690px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .shop-detail-cart-content .shop-details-cart-contents {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 480px) {
  .shop-detail-cart-content .shop-details-cart-contents {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 375px) {
  .shop-detail-cart-content .shop-details-cart-contents {
    padding: 0 10px;
  }
}

.shop-detail-cart-content .single-shop-details-wrapper {
  max-width: 100%;
  max-height: 700px;
  overflow-y: auto;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .shop-detail-cart-content .single-shop-details-wrapper {
    margin-top: 20px;
  }
}

.shop-detail-cart-content .single-shop-details-wrapper .close-icon {
  font-size: 24px;
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
  z-index: 999;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .shop-detail-cart-content .single-shop-details-wrapper .close-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background: var(--main-color-one);
    color: var(--white);
    right: 20px;
    top: 20px;
  }
}

@media only screen and (max-width: 575.98px) {
  .shop-detail-cart-content .single-shop-details-wrapper .close-icon {
    height: 40px;
    width: 40px;
    top: 10px;
    right: 10px;
  }
}

.shop-details-popup-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 50px;
  background: #fff;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .shop-details-popup-flex {
    display: block;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

.slingle-client {
  max-width: 100%;
  height: 70px;
  background: #f5f5f5;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slingle-client img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  max-height: 50px;
}

/*---------------------------------------
    21. Global Card Area
---------------------------------------*/
.global-card-item {
  border: 1px solid var(--border-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.global-card-item.style-02 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 0;
}

.global-card-item.center-text {
  text-align: center;
}

.global-card-item.center-text .single-global-card {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.global-card-item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.global-card-item:hover .global-card-thumb img {
  -webkit-transform: rotate(5deg) scale(1.2);
  transform: rotate(5deg) scale(1.2);
}

.global-card-item:hover .global-card-thumb.selling-thumb-overlay::before {
  visibility: visible;
  opacity: 1;
}

.global-card-item:hover .global-card-thumb .global-thumb-icons {
  visibility: visible;
  opacity: 1;
  top: 20px;
}

.global-card-item.style-02:hover .global-thumb-icons {
  top: auto;
  bottom: 20px;
}

.global-card-item.style-02 .global-thumb-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: auto;
  bottom: -100px;
  left: 0;
  right: 0;
  text-align: center;
}

.global-card-item.style-02 .global-thumb-icons .lists {
  margin: 5px 5px;
}

.global-card-item.style-02 .global-thumb-icons .lists .icon {
  height: 35px;
  width: 35px;
  font-size: 20px;
}

.global-card-item.style-03 {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.global-card-item.style-03:hover .global-thumb-icons {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.global-card-item.style-03 .global-thumb-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
  left: 50%;
}

.global-card-item .common-title-two {
  min-height: 60px;
}

.global-card-item.style-03 .global-thumb-icons .lists {
  margin: 5px 5px;
}

.global-card-item.style-03 .global-thumb-icons .lists .icon {
  height: 35px;
  width: 35px;
  font-size: 20px;
  border-radius: 0;
}

.global-card-item.style-03 .global-card-contents {
  padding: 25px 0px 0px;
}

.global-card-item.style-03 .global-card-contents .campaign-countdown {
  margin-bottom: 10px;
}

.global-card-item .global-card-thumb {
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  background: var(--gray-two);
}

.global-card-item .global-card-thumb img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  object-fit: contain;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .global-card-item .global-card-thumb img {
    width: 100%;
  }
}

.global-card-item.vendor-global-card-item .global-thumb-icons .lists .icon {
  height: 30px;
  width: 30px;
  font-size: 16px;
}

.vendor-global-card-item .global-thumb-icons .lists:not(:last-child) {
  margin-bottom: 5px;
}

.global-card-contents {
  padding: 20px 20px 24px;
}

.global-card-item.style-02 .global-card-contents {
  padding: 20px 0px 0;
}

.global-card-contents .discount-countdown {
  margin: -15px 0 5px;
}

.thumb-top-contents {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thumb-top-contents.right-side {
  left: auto;
  right: 10px;
}

.thumb-top-contents .percent-box {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 15px;
  color: var(--white);
}

.thumb-top-contents .percent-box:not(:last-child) {
  margin-bottom: 10px;
}

.special-offer-small {
  display: block;
}

.special-offer-small img {
  width: unset;
}

.global-thumb-icons {
  display: block;
  position: absolute;
  top: -100px;
  right: 20px;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.global-thumb-icons.hover-color-two .lists .icon:hover {
  background: var(--main-color-two);
  color: var(--white);
}

.global-thumb-icons.hover-color-three .lists .icon:hover {
  background: var(--main-color-three);
  color: var(--white);
}

.global-thumb-icons.hover-color-four .lists .icon:hover {
  background: var(--main-color-four);
  color: var(--white);
}

.global-thumb-icons .lists:not(:last-child) {
  margin-bottom: 10px;
}

.global-thumb-icons .lists .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border-radius: 5px;
  background: #fff;
  color: var(--paragraph-color);
  font-size: 18px;
  -webkit-box-shadow: 0 0 5px rgba(221, 221, 221, 0.2);
  box-shadow: 0 0 5px rgba(221, 221, 221, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.global-thumb-icons .lists .icon:hover {
  background: var(--main-color-one);
  color: var(--white);
}

.card-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--paragraph-color);
}

.card-reviews.color-one .ratings i {
  color: var(--main-color-one);
}

.card-reviews.color-two .ratings i {
  color: var(--main-color-two);
}

.card-reviews.color-three .ratings i {
  color: var(--main-color-three) !important;
}

.card-reviews .ratings {
  margin: 5px;
}

.card-reviews .ratings i {
  color: var(--review-color);
}

.single-global-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

@media only screen and (max-width: 375px) {
  .single-global-card {
    display: block;
    margin-top: 0 !important;
  }
}

.single-global-card .global-card-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 10px;
}

@media only screen and (max-width: 375px) {
  .single-global-card .global-card-left {
    margin-right: 10px;
  }
}

.single-global-card .global-card-left .price {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  margin-right: 20px;
}

.single-global-card .global-card-left .price.color-1 {
  color: var(--main-color-one);
}

.single-global-card .global-card-left .price.color-2 {
  color: var(--main-color-two);
}

.single-global-card .global-card-left .price.color-3 {
  color: var(--main-color-three);
}

.single-global-card .global-card-right {
  padding-top: 10px;
}

.global-sale.sale-right-gap {
  margin-right: 20px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .global-sale.sale-right-gap {
    margin-right: 10px;
  }
}

.global-flex-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.global-flex-icon .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: var(--gray-two);
  color: var(--heading-color);
  height: 40px;
  width: 40px;
  font-size: 22px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.global-flex-icon .icon:not(:last-child) {
  margin-right: 10px;
}

.global-flex-icon .icon:hover {
  background: var(--main-color-one);
  color: var(--white);
}

.global-flex-icon .icon.hover-color-two:hover {
  background-color: var(--main-color-two);
}

.global-flex-icon .icon.hover-color-three:hover {
  background-color: var(--main-color-three);
}

.global-flex-icon .icon.hover-color-four:hover {
  background-color: var(--main-color-four);
}

.global-flex-icon .icon.hover-color-five:hover {
  background-color: var(--main-color-five);
}

.global-flex-icon .icon.secondary-outline-1 {
  background: none;
  border: 1px solid #2974ff;
  color: #2974ff;
}

.global-flex-icon .icon.secondary-outline-1:hover {
  background: #2974ff;
  color: var(--white);
}

.global-flex-icon .icon.secondary-outline-1.cart-loading::before {
  background-color: #2974ff;
}

.global-flex-icon .icon.outline-color-1 {
  background: none;
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one);
}

.global-flex-icon .icon.outline-color-1:hover {
  background: var(--main-color-one);
  color: var(--white);
}

.global-flex-icon .icon.outline-color-1.cart-loading::before {
  background-color: var(--main-color-one);
}

.global-flex-icon .icon.outline-color-2 {
  background: none;
  border: 1px solid var(--main-color-two);
  color: var(--main-color-two);
}

.global-flex-icon .icon.outline-color-2:hover {
  background: var(--main-color-two);
  color: var(--white);
}

.global-flex-icon .icon.outline-color-2.cart-loading::before {
  background-color: var(--main-color-two);
}

.global-flex-icon .icon.outline-color-3 {
  background: none;
  border: 1px solid var(--main-color-three);
  color: var(--main-color-three);
}

.global-flex-icon .icon.outline-color-3:hover {
  background: var(--main-color-three);
  color: var(--white);
}

.global-flex-icon .icon.outline-color-3.cart-loading::before {
  background-color: var(--main-color-three);
}

.global-flex-icon .icon.text-preview {
  background: none;
  border: 1px solid rgba(221, 221, 221, 0.5);
  display: inline-block;
  height: unset;
  width: unset;
  font-size: 14px;
  padding: 8px 20px;
  color: var(--heading-color);
}

.global-flex-icon .icon.text-preview:hover {
  background: var(--main-color-two);
  color: var(--white);
}

.global-flex-icon .icon.text-preview.hover-color-one:hover {
  background: var(--main-color-one);
}

.global-flex-icon .icon.text-preview.hover-color-two:hover {
  background: var(--main-color-two);
}

.global-flex-icon .icon.text-preview.hover-color-two.cart-loading::before {
  background-color: var(--main-color-two) !important;
}

.global-flex-icon .icon.text-preview.hover-color-three:hover {
  background: var(--main-color-three);
}

.global-flex-icon .icon.text-preview.hover-color-three.cart-loading::before {
  background-color: var(--main-color-three) !important;
}

.global-flex-icon .icon.bg-color-two {
  background: var(--main-color-two);
  color: var(--white);
}

.global-flex-icon .icon.bg-color-two.cart-loading::before {
  background-color: var(--main-color-two) !important;
}

.global-flex-icon .icon.bg-color-three {
  background: var(--main-color-three);
  color: var(--white);
}

.global-flex-icon .icon.bg-color-three.cart-loading::before {
  background-color: var(--main-color-three) !important;
}

.bg-color-two {
  background: var(--main-color-two);
  color: var(--white);
}

.bg-color-two.cart-loading::before {
  background-color: var(--main-color-two) !important;
}

.bg-color-three {
  background: var(--main-color-three);
  color: var(--white);
}

.bg-color-three.cart-loading::before {
  background-color: var(--main-color-three) !important;
}

.preview-button .icon {
  border: 2px solid #2974ff;
  padding: 10px 18px;
  font-size: 18px;
  display: inline-block;
  color: var(--paragraph-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .preview-button .icon {
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 375px) {
  .preview-button .icon {
    font-size: 16px;
  }
}

.preview-button .icon i {
  color: #2974ff;
  margin-right: 5px;
  font-size: 20px;
}

.preview-button .icon:hover {
  background: #2974ff;
  color: var(--white);
}

.preview-button .icon:hover i {
  color: var(--white);
}

.preview-button .icon.cart-loading::before {
  background-color: #2974ff;
}

.cart-loading {
  position: relative;
  z-index: 0;
}

.cart-loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
  height: auto;
  width: auto;
  visibility: hidden;
  opacity: 0;
}

.cart-loading.active-loading::before {
  visibility: visible;
  opacity: 1;
}

.cart-loading::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.9);
  color: var(--white);
  border: 2px solid transparent;
  top: 0;
  left: 0;
  text-align: center;
  border-radius: inherit;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  background-image: url(../img/loading-cart.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.cart-loading.bg-two::before {
  background-color: var(--main-color-two);
  color: var(--white);
}

.cart-loading.bg-three::before {
  background-color: var(--main-color-three);
  color: var(--white);
}

.center-text .single-global-card {
  display: -ms-grid;
  display: grid;
}

.center-text .rating-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.center-text .global-card-left {
  margin-right: 0;
}

@media only screen and (max-width: 375px) {
  .center-text .global-card-left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
  }
}

/* Clothing area */
.clothing-wrapper {
  padding: 0 60px;
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .clothing-wrapper {
    padding: 0 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .clothing-wrapper {
    padding: 0 40px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .clothing-wrapper {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 480px) {
  .clothing-wrapper {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 575.98px) {
  .clothing-wrapper .clothing-thumb {
    display: none;
  }
}

.clothing-wrapper .clothing-thumb img {
  position: absolute;
  z-index: -1;
}

.clothing-wrapper .clothing-thumb img:nth-child(1) {
  bottom: 0;
  right: 30%;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .clothing-wrapper .clothing-thumb img:nth-child(1) {
    right: 25%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .clothing-wrapper .clothing-thumb img:nth-child(1) {
    display: none !important;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .clothing-wrapper .clothing-thumb img:nth-child(1) {
    display: none !important;
  }
}

.clothing-wrapper .clothing-thumb img:nth-child(2) {
  bottom: 0;
  right: 12%;
}

@media (min-width: 1200px) and (max-width: 1880px) {
  .clothing-wrapper .clothing-thumb img:nth-child(2) {
    right: 7%;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .clothing-wrapper .clothing-thumb img:nth-child(2) {
    right: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .clothing-wrapper .clothing-thumb img:nth-child(2) {
    right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .clothing-wrapper .clothing-thumb img:nth-child(2) {
    right: 0;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .clothing-wrapper .clothing-thumb img:nth-child(2) {
    right: 0;
  }
}

.clothing-contents {
  padding: 60px 0;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .clothing-contents {
    max-width: 500px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .clothing-contents {
    max-width: 500px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .clothing-contents {
    max-width: 420px;
    padding: 40px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .clothing-contents {
    max-width: 380px;
    padding: 40px 0;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .clothing-contents {
    max-width: 400px;
  }
}

@media only screen and (max-width: 767.98px) {
  .clothing-contents {
    max-width: 300px;
  }
}

@media only screen and (max-width: 575.98px) {
  .clothing-contents {
    max-width: 100%;
    padding: 40px 0;
  }
}

@media only screen and (max-width: 480px) {
  .clothing-contents {
    padding: 30px 0;
  }
}

.clothing-contents .percent-discount {
  margin-bottom: 15px;
  display: block;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .clothing-contents .percent-discount {
    font-size: 20px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .clothing-contents .percent-discount {
    font-size: 18px !important;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .clothing-contents .percent-discount {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .clothing-contents .percent-discount {
    font-size: 16px !important;
  }
}

.clothing-contents .clothing-title {
  font-size: 60px;
  line-height: 65px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .clothing-contents .clothing-title {
    font-size: 55px;
    line-height: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .clothing-contents .clothing-title {
    font-size: 48px;
    line-height: 60px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .clothing-contents .clothing-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767.98px) {
  .clothing-contents .clothing-title {
    font-size: 35px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .clothing-contents .clothing-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.clothing-contents .cmn_btn {
  border: 1px solid var(--main-color-one);
}

.clothing-contents .cmn_btn:hover {
  background: none;
  color: var(--main-color-one);
}

/* Products Area */
.single-products {
  padding: 30px;
}

.single-products.product-border {
  border: 1px solid rgba(221, 221, 221, 0.3);
}

.single-products.hover-color-two .product-lists .list:hover a {
  color: var(--main-color-two) !important;
}

.single-products.hover-color-three .product-lists .list:hover a {
  color: var(--main-color-three) !important;
}

.single-products.hover-color-four .product-lists .list:hover a {
  color: var(--main-color-four) !important;
}

.single-products .products-thumb {
  margin-right: 30px;
  height: 285px;
  width: 230px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-products .products-thumb {
    height: 240px;
    width: 200px;
    margin-right: 20px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-products .products-thumb {
    height: 240px;
    width: 200px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .single-products .products-thumb {
    margin: 0 auto 10px;
  }
}

.single-products .products-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-products .product-contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.single-products .product-contents .common-title-two {
  line-height: 24px;
}

.single-products .product-contents .product-lists .list {
  display: block;
  font-size: 16px;
  color: var(--paragraph-color);
  line-height: 24px;
}

.single-products .product-contents .product-lists .list:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-products .product-contents .product-lists .list:not(:last-child) {
    margin-bottom: 5px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-products .product-contents .product-lists .list:not(:last-child) {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .single-products .product-contents .product-lists .list {
    font-size: 16px;
    line-height: 28px;
  }
}

.single-products .product-contents .product-lists .list a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-products .product-contents .product-lists .list:hover a {
  color: var(--main-color-one);
}

.product-flex-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 480px) {
  .product-flex-contents {
    display: block;
    text-align: center;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .product-bundle-wrapper {
    max-height: 915px;
    overflow-y: scroll;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-bundle-wrapper {
    max-height: 778px;
    overflow-y: scroll;
  }
}

/* Global Flex Card */
.global-flex-card:hover .global-flex-item .global-item-image {
  position: relative;
  z-index: 1;
}

.global-flex-card:hover .global-flex-item .global-item-image img {
  -webkit-transform: rotate(5deg) scale(1.2);
  transform: rotate(5deg) scale(1.2);
}

.global-flex-card:hover .global-flex-item .global-item-image .global-thumb-icons {
  visibility: visible;
  opacity: 1;
  top: 30px;
}

.global-flex-card.style-02:hover .global-flex-item .global-item-image .global-thumb-icons {
  top: 10px;
}

.global-flex-card.style-02 .global-flex-item .global-item-image {
  max-width: 150px;
  max-height: 150px;
}

.global-flex-card.style-02 .global-flex-item .global-item-image .thumb-top-contents .percent-box {
  font-size: 12px;
  padding: 3px 10px;
  line-height: 16px;
}

.global-flex-card.style-02 .global-flex-item .global-item-image .global-thumb-icons .lists a {
  height: 28px;
  width: 28px;
  font-size: 16px;
  border-radius: 0;
}

.global-flex-card.style-02 .global-flex-item .global-item-contents {
  margin-left: 20px;
}

.global-flex-card .global-flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767.98px) {
  .global-flex-card .global-flex-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 480px) {
  .global-flex-card .global-flex-item {
    display: block;
  }
}

.global-flex-card .global-flex-item .global-item-image {
  display: initial;
  height: 260px;
  width: 260px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .global-flex-card .global-flex-item .global-item-image {
    max-height: 220px;
    max-width: 220px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .global-flex-card .global-flex-item .global-item-image {
    max-height: 220px;
    max-width: 220px;
  }
}

@media only screen and (max-width: 480px) {
  .global-flex-card .global-flex-item .global-item-image {
    display: block;
  }
}

.global-flex-card .global-flex-item .global-item-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.global-flex-card .global-flex-item .global-item-image .global-thumb-icons .lists a {
  height: 35px;
  width: 35px;
  font-size: 20px;
}

.global-flex-card .global-flex-item .global-item-contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 30px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .global-flex-card .global-flex-item .global-item-contents {
    margin-left: 20px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .global-flex-card .global-flex-item .global-item-contents {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .global-flex-card .global-flex-item .global-item-contents {
    margin-left: 0;
    margin-top: 15px;
  }
}

.global-flex-card .global-flex-item .global-item-contents .title {
  font-size: 18px;
  line-height: 24px;
}

.global-flex-card .global-flex-item .global-item-contents .title:hover {
  color: var(--main-color-one);
}

.global-flex-card .global-flex-item .global-item-contents .title.hover-color-two:hover {
  color: var(--main-color-two);
}

.global-flex-card .global-flex-item .global-item-contents .title.hover-color-three:hover {
  color: var(--main-color-three);
}

.global-flex-card .global-flex-item .global-item-contents .title.hover-color-four:hover {
  color: var(--main-color-four);
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .product-bundle {
    max-height: 675px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .product-bundle {
    max-height: 620px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .product-bundle .product-bundle-wrapper {
    max-height: 100%;
    overflow: unset;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-bundle .product-bundle-wrapper {
    max-height: 100%;
    overflow: unset;
  }
}

/* Best Seller Area */
.best-seller-item:hover .seller-thumb img {
  -webkit-transform: rotate(5deg) scale(1.2);
  transform: rotate(5deg) scale(1.2);
}

.best-seller-item:hover .thumb-brand {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.best-seller-item.style-02 {
  padding: 30px;
}

.best-seller-item.style-02 .thumb-brand {
  margin: 0 auto;
}

.best-seller-item .seller-thumb {
  overflow: hidden;
  max-width: 100%;
  height: 200px;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .best-seller-item .seller-thumb {
    margin: 0 auto;
    max-height: 260px;
    max-width: 260px;
  }
}

.best-seller-item .seller-thumb img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.best-seller-item .thumb-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  background-color: #ED1C24;
  margin: -40px auto 0;
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.best-seller-item .thumb-brand.brand-thumb-border {
  border: 3px solid #fff;
  border-radius: 50%;
}

.slick-slide:nth-child(6n+2) .thumb-brand {
  background-color: #1B1B1B;
}

.slick-slide:nth-child(6n+3) .thumb-brand {
  background-color: #F65B65;
}

.slick-slide:nth-child(6n+4) .thumb-brand {
  background-color: #0088DD;
}

.slick-slide:nth-child(6n+5) .thumb-brand {
  background-color: #FABE50;
}

.slick-slide:nth-child(6n+6) .thumb-brand {
  background-color: #5AB27E;
}

/* Download */
.download-flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.download-left-contents {
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}

.download-wrapper .download-left-contents {
  margin-right: 0;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .download-left-contents {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .download-left-contents {
    -ms-flex-preferred-size: 62%;
    flex-basis: 62%;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .download-left-contents {
    -ms-flex-preferred-size: 54%;
    flex-basis: 54%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .download-left-contents {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.download-left-contents .download-mobile-img img {
  position: absolute;
  z-index: 1;
  border-radius: 30px 30px 0 0;
  max-width: 250px;
}

/* @media (min-width: 1200px) and (max-width: 1399.98px) {
  .download-left-contents .download-mobile-img img {
    display: none;
  }
} */

@media (min-width: 992px) and (max-width: 1199.98px) {
  .download-left-contents .download-mobile-img img {
    max-width: 200px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .download-left-contents .download-mobile-img img {
    display: none;
  }
}

.download-left-contents .download-mobile-img img:nth-child(1) {
  bottom: 0;
  right: 40px;
}

.download-left-contents .download-mobile-img img:nth-child(2) {
  bottom: 0;
  right: 300px;
}

/* @media (min-width: 1400px) and (max-width: 1599.98px) {
  .download-left-contents .download-mobile-img img:nth-child(2) {
    display: none;
  }
} */

/* @media (min-width: 1200px) and (max-width: 1399.98px) {
  .download-left-contents .download-mobile-img img:nth-child(2) {
    display: none;
  }
} */

@media (min-width: 992px) and (max-width: 1199.98px) {
  .download-left-contents .download-mobile-img img:nth-child(2) {
    right: 250px;
  }
}

.download-left-contents .download-contents {
  max-width: 470px;
  padding: 100px 0 100px 80px;
}

@media (min-width: 1200px) and (max-width: 1880px) {
  .download-left-contents .download-contents {
    max-width: 430px;
    padding: 100px 0 100px 50px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .download-left-contents .download-contents {
    padding: 100px 0 100px 40px;
    max-width: 430px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .download-left-contents .download-contents {
    padding: 90px 0 90px 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .download-left-contents .download-contents {
    padding: 70px 30px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .download-left-contents .download-contents {
    text-align: center;
    margin: 0 auto;
    padding: 50px 30px;
    max-width: 400px;
  }
}

@media only screen and (max-width: 575.98px) {
  .download-left-contents .download-contents {
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 375px) {
  .download-left-contents .download-contents {
    padding: 30px 10px;
  }
}

.download-left-contents .download-contents .span-title {
  line-height: 30px;
  font-size: 20px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .download-left-contents .download-contents .span-title {
    font-size: 18px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .download-left-contents .download-contents .span-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .download-left-contents .download-contents .span-title {
    font-size: 15px;
    line-height: 24px;
  }
}

.download-left-contents .download-contents .download-title {
  font-size: 46px;
  line-height: 65px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .download-left-contents .download-contents .download-title {
    line-height: 50px;
    font-size: 42px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .download-left-contents .download-contents .download-title {
    line-height: 50px;
    font-size: 42px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .download-left-contents .download-contents .download-title {
    line-height: 50px;
    font-size: 38px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .download-left-contents .download-contents .download-title {
    line-height: 42px;
    font-size: 36px;
  }
}

@media only screen and (max-width: 575.98px) {
  .download-left-contents .download-contents .download-title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 375px) {
  .download-left-contents .download-contents .download-title {
    line-height: 36px;
    font-size: 28px;
  }
}

.download-left-contents .download-contents .download-form.color-two .single-input .form--control:focus {
  border-color: rgba(0, 136, 221, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 136, 221, 0.1);
  box-shadow: 0 0 10px rgba(0, 136, 221, 0.1);
}

.download-left-contents .download-contents .download-form.color-two .single-input button {
  background-color: var(--main-color-two);
}

.download-left-contents .download-contents .download-form.color-three .single-input .form--control:focus {
  border-color: rgba(255, 128, 93, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 128, 93, 0.1);
  box-shadow: 0 0 10px rgba(255, 128, 93, 0.1);
}

.download-left-contents .download-contents .download-form.color-three .single-input button {
  background-color: var(--main-color-three);
}

.download-left-contents .download-contents .download-form.color-four .single-input .form--control:focus {
  border-color: rgba(255, 105, 92, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 105, 92, 0.1);
  box-shadow: 0 0 10px rgba(255, 105, 92, 0.1);
}

.download-left-contents .download-contents .download-form.color-four .single-input button {
  background-color: var(--main-color-four);
}

.download-left-contents .download-contents .download-form .single-input {
  position: relative;
}

.download-left-contents .download-contents .download-form .single-input .form--control {
  height: 60px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0px 80px 0 15px;
}

.download-left-contents .download-contents .download-form .single-input .form--control:focus {
  border-color: rgba(249, 80, 62, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(249, 80, 62, 0.1);
  box-shadow: 0 0 10px rgba(249, 80, 62, 0.1);
}

.download-left-contents .download-contents .download-form .single-input button {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--main-color-one);
  color: var(--white);
  font-size: 24px;
  padding: 0 18px;
  border: 0;
  outline: none;
  height: 50px;
  border-radius: 5px;
  margin: 5px;
}

.download-left-contents .download-contents .googleplay-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .download-left-contents .download-contents .googleplay-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.download-left-contents .download-contents .googleplay-btn a {
  margin-top: 25px;
}

.download-left-contents .download-contents .googleplay-btn a:not(:last-child) {
  margin-right: 10px;
  display: inline-block;
}

.download-right-contents {
  padding: 34px 30px;
}

@media (min-width: 1200px) and (max-width: 1880px) {
  .download-right-contents {
    padding: 50px 20px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .download-right-contents {
    padding: 45px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .download-right-contents {
    padding: 27px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .download-right-contents {
    padding: 30px 20px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .download-right-contents {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 24px;
  }
}

@media only screen and (max-width: 575.98px) {
  .download-right-contents {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 375px) {
  .download-right-contents {
    padding: 20px 10px;
  }
}

.download-right-contents .download-contents-right .right-title {
  font-size: 65px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .download-right-contents .download-contents-right .right-title {
    font-size: 55px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .download-right-contents .download-contents-right .right-title {
    font-size: 45px;
  }
}

@media only screen and (max-width: 575.98px) {
  .download-right-contents .download-contents-right .right-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 375px) {
  .download-right-contents .download-contents-right .right-title {
    font-size: 32px;
  }
}

.download-right-contents .download-contents-right .btn-shop {
  font-size: 25px;
  line-height: 33px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: underline;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .download-right-contents .download-contents-right .btn-shop {
    font-size: 20px;
  }
}

@media only screen and (max-width: 575.98px) {
  .download-right-contents .download-contents-right .btn-shop {
    font-size: 18px;
  }
}

@media only screen and (max-width: 375px) {
  .download-right-contents .download-contents-right .btn-shop {
    font-size: 16px;
  }
}

.download-right-contents .download-contents-right .btn-shop:hover {
  color: var(--main-color-one) !important;
}

.download-right-contents .download-contents-right .download-right-thumb {
  max-height: 363px;
  max-width: 500px;
}

@media (min-width: 1200px) and (max-width: 1880px) {
  .download-right-contents .download-contents-right .download-right-thumb {
    max-width: 450px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .download-right-contents .download-contents-right .download-right-thumb {
    max-width: 432px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .download-right-contents .download-contents-right .download-right-thumb {
    max-width: 400px;
  }
}

/* About Download */
.about-download-wrapper {
  padding: 35px 140px 60px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .about-download-wrapper {
    padding: 35px 120px 60px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .about-download-wrapper {
    padding: 25px 50px 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .about-download-wrapper {
    padding: 25px 70px 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-download-wrapper {
    padding: 25px 50px 50px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .about-download-wrapper {
    padding: 25px 30px 50px;
  }
}

.about-download-title {
  font-size: 36px;
  line-height: 43px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .about-download-title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .about-download-title {
    font-size: 30px;
    line-height: 36px;
  }
}

.about-download-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-download-flex .about-download-title {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .about-download-flex .about-download-title {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .about-download-flex .about-download-title {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .about-download-flex .about-download-title {
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-download-flex .about-download-title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  .about-download-flex .about-download-title {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .about-download-flex .about-appstore {
    margin-top: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-download-flex .about-appstore {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .about-download-flex .about-appstore {
    margin-top: 20px;
  }
}

.about-download-form {
  padding-left: 150px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .about-download-form {
    padding-left: 100px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .about-download-form {
    padding-left: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-download-form {
    padding-left: 0;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .about-download-form {
    padding-left: 0;
    max-width: 500px;
  }
}

.about-download-form .about-single-input {
  position: relative;
}

.about-download-form .about-single-input .form--control {
  height: 60px;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0px 120px 0 15px;
}

.about-download-form .about-single-input .form--control:focus {
  border-color: rgba(249, 80, 62, 0.3);
  -webkit-box-shadow: 0 0 10px rgba(249, 80, 62, 0.1);
  box-shadow: 0 0 10px rgba(249, 80, 62, 0.1);
}

.about-download-form .about-single-input button {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--main-color-one);
  color: var(--white);
  padding: 0 18px;
  border: 0;
  outline: none;
  height: 50px;
  border-radius: 5px;
  margin: 5px;
}

@media only screen and (max-width: 375px) {
  .about-download-form .about-single-input button {
    position: relative;
    top: 20px;
  }
}

/* Instagram area */
.instagram-wrapper {
  position: relative;
  z-index: 2;
}

.single-instagram .instagram-image {
  max-height: 270px;
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-instagram .instagram-image:hover::before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.single-instagram .instagram-image:hover .icon {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
  transform: translate(-50%, -50%) rotateY(180deg);
}

.single-instagram .instagram-image::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .single-instagram .instagram-image {
    height: 280px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .single-instagram .instagram-image {
    height: 250px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-instagram .instagram-image {
    height: 240px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-instagram .instagram-image {
    height: 250px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-instagram .instagram-image {
    height: auto;
  }
}

.single-instagram .instagram-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-instagram .instagram-image .icon {
  font-size: 30px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: var(--white);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media only screen and (max-width: 480px) {
  .single-instagram .instagram-image .icon {
    height: 40px;
    width: 40px;
    font-size: 24px;
  }
}

.single-instagram .instagram-image .icon:hover {
  color: #fff !important;
  background-color: var(--main-color-one);
}

.single-instagram .instagram-image .icon.hover-color-two:hover {
  color: var(--main-color-two);
}

.single-instagram .instagram-image .icon.hover-color-three:hover {
  color: var(--main-color-three);
}

.single-instagram .instagram-image .icon.hover-color-four:hover {
  color: var(--main-color-four);
}

.instagram-flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}

.single-instagram {
  width: calc(100% / 3 - 16px);
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-instagram {
    width: calc(100% / 6 - 20px);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-instagram {
    width: calc(100% / 6 - 20px);
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-instagram {
    width: calc(100% / 6 - 20px);
  }
}

@media only screen and (max-width: 767.98px) {
  .single-instagram {
    width: calc(100% / 4 - 18px);
  }
}

@media only screen and (max-width: 575.98px) {
  .single-instagram {
    width: calc(100% / 4 - 18px);
  }
}

@media only screen and (max-width: 480px) {
  .single-instagram {
    width: calc(100% / 4 - 18px);
  }
}

@media only screen and (max-width: 375px) {
  .single-instagram {
    width: calc(100% / 2 - 12px);
  }
}

.instagram-flex-wrapper .single-instagram .instagram-thumb {
  max-height: 108px;
  max-width: 108px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .instagram-flex-wrapper .single-instagram .instagram-thumb {
    max-height: 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .instagram-flex-wrapper .single-instagram .instagram-thumb {
    max-height: 100%;
    max-width: 100%;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .instagram-flex-wrapper .single-instagram .instagram-thumb {
    max-height: 100%;
    max-width: 100%;
  }
}

/* Discount Banner */
.discount-banner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 35px;
}

@media (min-width: 1200px) and (max-width: 1880px) {
  .discount-banner-area {
    padding-top: 60px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .discount-banner-area {
    padding-top: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .discount-banner-area {
    padding-top: 50px;
  }
}

.discount-banner-area.bg-item-two::before {
  position: absolute;
  content: "";
  height: 410px;
  width: 410px;
  border-radius: 50%;
  background: #D9F0FF;
  z-index: -1;
  top: -130px;
  left: -110px;
}

@media (min-width: 1200px) and (max-width: 1880px) {
  .discount-banner-contents {
    margin-bottom: 47px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .discount-banner-contents {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .discount-banner-contents {
    margin-bottom: 20px;
  }
}

.discount-banner-contents .percent-descount-title {
  font-size: 36px;
  font-weight: 400;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .discount-banner-contents .percent-descount-title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 575.98px) {
  .discount-banner-contents .percent-descount-title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 375px) {
  .discount-banner-contents .percent-descount-title {
    font-size: 26px;
  }
}

.discount-banner-contents .percent-descount-title .percent-title {
  display: block;
  font-size: 65px;
  line-height: 70px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .discount-banner-contents .percent-descount-title .percent-title {
    font-size: 48px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 575.98px) {
  .discount-banner-contents .percent-descount-title .percent-title {
    font-size: 40px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 375px) {
  .discount-banner-contents .percent-descount-title .percent-title {
    font-size: 36px;
    line-height: 42px;
  }
}

.ad_thumb {
  margin: 0 auto;
  text-align: center;
}

.ad_thumb img {
  margin: 0 auto;
}

/* Left Right area */
.left-right-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.left-right-wrapper .wrapper-left {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  margin-right: 24px;
}

.left-right-wrapper .wrapper-right {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

/* Save area */
.save-inner-wrapper {
  padding: 30px 100px 0;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .save-inner-wrapper {
    padding: 30px 60px 0;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .save-inner-wrapper {
    padding: 30px 30px 0;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .save-inner-wrapper {
    padding: 30px 50px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .save-inner-wrapper {
    padding: 30px 30px 0;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .save-inner-wrapper {
    padding: 20px 30px 0;
  }
}

@media only screen and (max-width: 375px) {
  .save-inner-wrapper {
    padding: 20px 20px 0;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-save-wrapper {
    margin-bottom: 30px;
  }
}

.save-flex-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.save-flex-contents .save-contents {
  margin-right: 10px;
}

.save-contents .save-subtitle {
  font-size: 22px;
  line-height: 30px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .save-contents .save-subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .save-contents .save-subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .save-contents .save-subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .save-contents .save-subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 575.98px) {
  .save-contents .save-subtitle {
    font-size: 18px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 375px) {
  .save-contents .save-subtitle {
    font-size: 17px;
  }
}

.save-contents .save-title {
  font-size: 46px;
  line-height: 65px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .save-contents .save-title {
    font-size: 40px;
    line-height: 60px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .save-contents .save-title {
    font-size: 38px;
    line-height: 55px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .save-contents .save-title {
    font-size: 38px;
    line-height: 55px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .save-contents .save-title {
    font-size: 36px;
    line-height: 48px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .save-contents .save-title {
    font-size: 36px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 575.98px) {
  .save-contents .save-title {
    font-size: 32px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 480px) {
  .save-contents .save-title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 375px) {
  .save-contents .save-title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767.98px) {
  .save-button {
    margin-top: 20px;
  }
}

.save-button .btn-wrapper .btn-bg-white {
  border: 2px solid #fff;
}

/* Offer area */
.offer-thumb-slider img {
  margin: 0 auto;
}

/* Side Left area */
.sidebar-wrapper {
  padding: 25px 20px;
}

.sidebar-title {
  font-size: 28px;
  line-height: 40px;
  margin: -4px 0 0;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .sidebar-countdown-area {
    margin-top: 30px;
  }
}

.trendy-product-wrapper .single-trendy-products {
  position: relative;
}

.trendy-product-wrapper .single-trendy-products.style-02 .trendy-flex-content .trendy-thumb {
  height: 112px;
  flex-shrink: 0;
  width: 110px;
}

.trendy-product-wrapper .single-trendy-products .trendy-flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.trendy-product-wrapper .single-trendy-products .trendy-flex-content .trendy-thumb {
  margin-right: 20px;
  max-width: 120px;
  max-height: 120px;
  padding: 10px;
  position: relative;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .trendy-product-wrapper .single-trendy-products .trendy-flex-content .trendy-thumb {
    margin-right: 8px;
    max-height: 120px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .trendy-product-wrapper .single-trendy-products .trendy-flex-content .trendy-thumb {
    margin-right: 15px;
  }
}

.trendy-product-wrapper .single-trendy-products .trendy-flex-content .trendy-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.trendy-product-wrapper .single-trendy-products .trendy-flex-content .products-contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 375px) {
  .trendy-product-wrapper .single-trendy-products .trendy-flex-content .products-contents {
    margin-top: 15px;
  }

  .common-title-three.hover-color-two {
    line-height: 22px;
  }
}

.single-news-update .news-flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 375px) {
  .single-news-update .news-flex-content {
    display: block;
  }
}

.single-news-update .news-flex-content .news-update-thumb {
  margin-right: 15px;
  max-width: 150px;
  max-height: 120px;
  overflow: hidden;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .single-news-update .news-flex-content .news-update-thumb {
    max-width: 115px;
    margin-right: 10px;
    height: 110px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-news-update .news-flex-content .news-update-thumb {
    max-width: 120px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .single-news-update .news-flex-content .news-update-thumb {
    max-width: 115px;
  }
}

.single-news-update .news-flex-content .news-update-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-news-update .news-flex-content .news-update-contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 375px) {
  .single-news-update .news-flex-content .news-update-contents {
    margin-top: 15px;
  }
}

.single-news-update .news-flex-content .news-update-contents .dates {
  font-size: 16px;
  line-height: 28px;
}

/* Gift Voucher */
.gift-voucher-inner {
  position: relative;
  z-index: 1;
}

.gift-voucher-contents {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9;
}

.gift-voucher-contents .gift-voucher-title {
  font-size: 52px;
  line-height: 62px;
}

.gift-voucher-contents .gift-voucher-title .voucher-small {
  font-size: 36px;
  display: block;
  line-height: 43px;
}

/* Blog area */
/* .single_blog {
    &__thumbs {
        img {}
    }
    &__contents {
        position: relative;
        z-index: 1;
        .blog-tags {
            .single-tag {
                display: inline-block;
                i {
                    color: var(--main-color-three);
                }
            }
        }
        .btn-read-details {
            text-decoration: underline;
        }
    }
} */
.single-blog:hover .blog-thumbs img {
  -webkit-transform: rotate(5deg) scale(1.2);
  transform: rotate(5deg) scale(1.2);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.single-blog .blog-thumbs {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-blog .blog-thumbs img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media only screen and (max-width: 575.98px) {
  .single-blog .blog-thumbs img {
    width: 100%;
  }
}

.single-blog .blog-thumbs .thumbs-date {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

.single-blog .blog-thumbs .thumbs-date .dates {
  display: inline-block;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-blog .blog-thumbs .thumbs-date .dates {
    padding: 5px 15px;
  }
}

.single-blog .blog-thumbs .thumbs-date .dates:hover {
  background: #fff;
  color: var(--main-color-three);
}

.single-blog .blog-thumbs .thumbs-date .dates .date {
  font-size: 24px;
  line-height: 28px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-blog .blog-thumbs .thumbs-date .dates .date {
    font-size: 20px;
  }
}

.single-blog .blog-thumbs .thumbs-date .dates .month {
  font-size: 18px;
  line-height: 20px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-blog .blog-thumbs .thumbs-date .dates .month {
    font-size: 16px;
  }
}

.single-blog .blog-contents {
  position: relative;
  z-index: 1;
}

.single-blog .blog-contents .blog-tags .single-tag {
  display: inline-block;
  color: var(--paragraph-color);
  font-size: 14px;
  line-height: 32px;
}

.single-blog .blog-contents .blog-tags .single-tag i {
  color: var(--main-color-three);
  margin-right: 2px;
}

.single-blog .blog-contents .blog-tags .single-tag:not(:last-child) {
  margin-right: 10px;
}

.single-blog .blog-contents .btn-read-details {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}

.single-blog .blog-contents .btn-read-details:hover {
  color: var(--main-color-three);
}

.single-blog .blog-contents .btn-read-details.color-one:hover {
  color: var(--main-color-one);
}

.single-blog .blog-contents .btn-read-details.color-two:hover {
  color: var(--main-color-two);
}

.single-blog .blog-contents .btn-read-details.color-four:hover {
  color: var(--main-color-four);
}

.single-blog-list .blog-flex-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 575.98px) {
  .single-blog-list .blog-flex-contents {
    display: block;
  }
}

.single-blog-list .blog-image {
  max-width: 400px;
  max-height: 300px;
  margin-right: 20px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .single-blog-list .blog-image {
    max-width: 280px;
    height: 300px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-blog-list .blog-image {
    max-width: 280px;
    height: 250px;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-blog-list .blog-image {
    max-width: 100%;
    display: block;
    margin-right: 0;
    max-height: 100%;
    height: 100%;
  }
}

.single-blog-list .blog-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-blog-list .blog-contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 575.98px) {
  .single-blog-list .blog-contents {
    margin-top: 15px;
  }
}

.single-blog-list .blog-contents .category {
  display: block;
}

.single-blog-list .blog-contents .category a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}

.single-blog-list .blog-contents .category a:not(:last-child)::after {
  content: ",";
  font-size: 18px;
  padding: 0 3px;
}

.single-blog-list .blog-contents .dates {
  display: block;
  font-size: 16px;
}

.single-blog-list .blog-contents .blog-para {
  font-size: 18px;
  line-height: 30px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-blog-list .blog-contents .blog-para {
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
}

/* Blog Details area */
.blog-sidebar-contents {
  position: sticky;
  top: 0;
  z-index: 9;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .blog-sidebar-contents {
    position: unset;
  }
}

.single-blog-details:not(:first-child) {
  margin-top: 35px;
}

.single-blog-details .blog-details-title {
  font-size: 36px;
  line-height: 48px;
  margin: -6px 0 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-blog-details .blog-details-title {
    font-size: 34px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-blog-details .blog-details-title {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .single-blog-details .blog-details-title {
    font-size: 28px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-blog-details .blog-details-title {
    font-size: 26px;
  }
}

@media only screen and (max-width: 480px) {
  .single-blog-details .blog-details-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 375px) {
  .single-blog-details .blog-details-title {
    font-size: 22px;
    line-height: 32px;
  }
}

.single-blog-details .blog-details-flex .btn-wrapper {
  margin-right: 20px;
}

.single-blog-details .blog-details-flex .dates {
  font-size: 18px;
  line-height: 30px;
}

.single-blog-details .blog-details-flex .dates i {
  color: var(--main-color-one);
}

.single-blog-details .blog-details-para {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: var(--paragraph-color);
  -webkit-line-clamp: unset;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-blog-details .blog-details-para {
    font-size: 17px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-blog-details .blog-details-para {
    font-size: 16px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-blog-details .blog-details-para {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .single-blog-details .blog-details-para {
    font-size: 15px;
    -webkit-line-clamp: 4;
  }
}

@media only screen and (max-width: 375px) {
  .single-blog-details .blog-details-para {
    font-size: 14px;
  }
}

.single-blog-details blockquote {
  margin: 35px auto 7px;
  display: inline-block;
  max-width: 1030px;
}

.single-blog-details blockquote .blockquote-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 575.98px) {
  .single-blog-details blockquote .blockquote-contents {
    display: block;
  }
}

.single-blog-details blockquote .blockquote-contents .blocquote-thumb {
  margin-right: 20px;
  height: 100px;
  width: 100px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-blog-details blockquote .blockquote-contents .blocquote-thumb {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-blog-details blockquote .blockquote-contents .blocquote-thumb {
    margin-right: 0;
  }
}

.single-blog-details blockquote .blockquote-contents .blocquote-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-blog-details blockquote .content-inner {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.single-blog-details blockquote .content-inner .inner-contents-blackquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 575.98px) {
  .single-blog-details blockquote .content-inner .inner-contents-blackquote {
    display: block;
  }
}

.single-blog-details blockquote .content-inner .icon-quote {
  margin-left: 30px;
  color: var(--body-color);
  font-size: 90px;
  line-height: 1;
}

.single-blog-details blockquote .content-inner .sub-title-blackquote {
  padding-left: 40px;
  position: relative;
  z-index: 2;
  display: inline-block;
}

.single-blog-details blockquote .content-inner .sub-title-blackquote:not(:last-child) {
  margin-right: 10px;
}

.single-blog-details blockquote .content-inner .sub-title-blackquote::before {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--main-color-one);
}

.single-blog-details blockquote .content-inner .blackquote-title {
  font-size: 28px;
  font-weight: 400;
  position: relative;
  line-height: 40px;
  margin: -15px 0 0;
  -webkit-text-decoration: 3px solid #DDD underline;
  text-decoration: 3px solid #DDD underline;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-blog-details blockquote .content-inner .blackquote-title {
    font-size: 26px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-blog-details blockquote .content-inner .blackquote-title {
    font-size: 24px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-blog-details blockquote .content-inner .blackquote-title {
    font-size: 26px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 767.98px) {
  .single-blog-details blockquote .content-inner .blackquote-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-blog-details blockquote .content-inner .blackquote-title {
    margin: 10px 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .single-blog-details blockquote .content-inner .blackquote-title {
    font-size: 23px;
  }
}

@media only screen and (max-width: 375px) {
  .single-blog-details blockquote .content-inner .blackquote-title {
    font-size: 22px;
  }
}

.blog-details-thumb-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .blog-details-thumb-flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .blog-details-thumb-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-details-thumb-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .blog-details-thumb-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .blog-details-thumb-flex .thumb {
    height: auto;
  }
}

@media only screen and (max-width: 575.98px) {
  .blog-details-thumb-flex .thumb {
    height: auto;
  }
}

.blog-details-thumb-flex .thumb img {
  width: 100%;
}

.blog-details-thumb-flex .blog-thumb-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .blog-details-thumb-flex .blog-thumb-content {
    margin-right: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .blog-details-thumb-flex .blog-thumb-content {
    margin-right: 0px;
    margin-top: 24px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-details-thumb-flex .blog-thumb-content {
    margin-right: 0px;
    margin-top: 24px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .blog-details-thumb-flex .blog-thumb-content {
    margin-right: 0px;
    margin-top: 24px;
  }
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .blog-thumb-content .blog-details-para {
    -webkit-line-clamp: 5;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .blog-thumb-content .blog-details-para {
    -webkit-line-clamp: 5;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .blog-thumb-content .blog-details-para {
    -webkit-line-clamp: 5;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .blog-thumb-content .blog-details-para {
    -webkit-line-clamp: 3;
  }
}

.blog-thumb-content .blog-details-para:first-child {
  margin-top: 0;
}

/* Tag Area */
.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social-share .single-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-share .single-social-list .list {
  margin: 5px 0;
}

.social-share .single-social-list .list:not(:last-child) {
  margin-right: 10px;
}

.social-share .single-social-list .list .icon {
  font-size: 16px;
  background: rgba(221, 221, 221, 0.3);
  color: var(--heading-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.social-share .single-social-list .list .icon:hover {
  background: var(--main-color-one);
  color: var(--white);
}

.tag-title {
  font-size: 20px;
  line-height: 32px;
  margin-right: 20px;
  margin-top: 7px;
}

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

.single-tag .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-tag .tag-list .list {
  margin: 5px 0;
}

.single-tag .tag-list .list:not(:last-child) {
  margin-right: 10px;
}

.single-tag .tag-list .list .tags {
  font-size: 16px;
  border: 1px solid rgba(221, 221, 221, 0.4);
  padding: 5px 15px;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-tag .tag-list .list .tags:hover {
  background: var(--main-color-one);
  color: var(--white);
  border-color: var(--main-color-one);
}

/* Comment area */
.details-comment-content .single-commetns {
  width: 100%;
  margin-top: 30px;
}

.details-comment-content .single-commetns .comment-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  color: var(--heading-color);
  display: block;
  margin-bottom: 15px;
}

.details-comment-content .single-commetns .form--control {
  height: 60px;
  border: 1px solid rgba(221, 221, 221, 0.5);
  outline: none;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  font-size: 14px;
  line-height: 22px;
  color: var(--paragraph-color);
  padding: 0 20px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.details-comment-content .single-commetns .form--control:focus {
  -webkit-box-shadow: 0 0 18px rgba(249, 80, 62, 0.1);
  box-shadow: 0 0 18px rgba(249, 80, 62, 0.1);
  border-color: rgba(249, 80, 62, 0.3);
}

.details-comment-content .single-commetns .form--message {
  padding: 20px 20px;
  height: 160px;
}

.details-comment-content button {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  background: var(--main-color-one);
  color: var(--white);
  border: 0;
  outline: none;
  border-radius: 5px;
  padding: 15px 35px;
  cursor: pointer;
  margin-top: 35px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .details-comment-content button {
    font-size: 16px;
    padding: 10px 30px;
  }
}

.comments-flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

@media only screen and (max-width: 575.98px) {
  .comments-flex-item {
    display: block;
  }
}

.comment-list .comment-list {
  margin-left: 120px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .comment-list .comment-list {
    margin-left: 70px;
  }
}

@media only screen and (max-width: 767.98px) {
  .comment-list .comment-list {
    margin-left: 50px;
  }
}

@media only screen and (max-width: 375px) {
  .comment-list .comment-list {
    margin-left: 30px;
  }
}

.comment-list .blog-details-flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px 0;
  gap: 30px;
  border-bottom: 2px solid rgba(221, 221, 221, 0.5);
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .comment-list .blog-details-flex-content {
    gap: 20px;
  }
}

@media only screen and (max-width: 575.98px) {
  .comment-list .blog-details-flex-content {
    gap: 10px;
    padding: 30px 0 20px;
  }
}

@media only screen and (max-width: 480px) {
  .comment-list .blog-details-flex-content {
    display: block;
  }
}

.comment-list .blog-details-flex-content .blog-details-thumb {
  height: 80px;
  min-width: 80px;
  border-radius: 10px;
  display: block;
}

@media only screen and (max-width: 480px) {
  .comment-list .blog-details-flex-content .blog-details-thumb {
    width: 80px;
    margin-bottom: 15px;
  }
}

.comment-list .blog-details-flex-content .blog-details-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.comment-list .blog-details-flex-content .blog-details-content .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.comment-list .blog-details-flex-content .blog-details-content .details-review-para {
  font-size: 18px;
  font-weight: 400;
  color: var(--paragraph-color);
  margin-top: 10px;
  line-height: 30px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .comment-list .blog-details-flex-content .blog-details-content .details-review-para {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575.98px) {
  .comment-list .blog-details-flex-content .blog-details-content .details-review-para {
    font-size: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .comment-list .blog-details-flex-content .blog-details-content .details-review-para {
    font-size: 14px;
  }
}

.comment-list .blog-details-flex-content .blog-details-content .review-date {
  margin-top: 10px;
  display: block;
}

.comment-list .blog-details-flex-content .blog-details-content .btn-replay {
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.comment-list .blog-details-flex-content .blog-details-content .btn-replay:hover {
  color: var(--main-color-one);
}

/* Badge Area */
.breadcrumb-area {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.breadcrumb-shapes img {
  position: absolute;
  z-index: -1;
}

.breadcrumb-shapes img:nth-child(1) {
  left: 10%;
  bottom: 40%;
  -webkit-animation: 9s round-moving2 linear infinite;
  animation: 9s round-moving2 linear infinite;
}

.breadcrumb-shapes img:nth-child(2) {
  right: 6%;
  top: 35%;
  -webkit-animation: 12s round-moving2 linear infinite;
  animation: 12s round-moving2 linear infinite;
}

.breadcrumb-shapes img:nth-child(3) {
  right: 6%;
  bottom: -50px;
  -webkit-animation: 5s pulsing linear infinite;
  animation: 5s pulsing linear infinite;
}

.breadcrumb-padding {
  padding: 40px 0;
}

.breadcrumb-contents {
  text-align: center;
}

.breadcrumb-contents .badge-title {
  font-size: 36px;
  line-height: 43px;
}

@media only screen and (max-width: 767.98px) {
  .breadcrumb-contents .badge-title {
    font-size: 32px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 480px) {
  .breadcrumb-contents .badge-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .breadcrumb-contents .badge-title {
    font-size: 28px;
  }
}

.breadcrumb-contents .breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumb-contents .breadcrumb-list .list {
  color: var(--paragraph-color);
  position: relative;
  z-index: 2;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .breadcrumb-contents .breadcrumb-list .list {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .breadcrumb-contents .breadcrumb-list .list {
    font-size: 15px;
  }
}

.breadcrumb-contents .breadcrumb-list .list:hover {
  color: var(--main-color-one);
}

.breadcrumb-contents .breadcrumb-list .list:not(:last-child) {
  padding-right: 20px;
}

.breadcrumb-contents .breadcrumb-list .list:not(:last-child)::after {
  content: "";
  position: absolute;
  background: var(--body-color);
  height: 15px;
  width: 2px;
  right: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumb-contents .breadcrumb-list .list:not(:first-child) {
  padding-left: 20px;
}

.breadcrumb-contents.hover-color-one .bage-list .list:hover {
  color: var(--main-color-one);
}

.breadcrumb-contents.hover-color-two .bage-list .list:hover {
  color: var(--main-color-two);
}

.breadcrumb-contents.hover-color-three .bage-list .list:hover {
  color: var(--main-color-three);
}

.breadcrumb-contents.hover-color-four .bage-list .list:hover {
  color: var(--main-color-four);
}

/* About area */
.about-flex-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-thumb:not(:first-child) {
  margin-left: 24px;
}

@media only screen and (max-width: 480px) {
  .about-thumb:not(:first-child) {
    margin-left: 15px;
  }
}

.about-contents-wrapper {
  padding-left: 55px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .about-contents-wrapper {
    padding-left: 40px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .about-contents-wrapper {
    padding-left: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .about-contents-wrapper {
    padding-left: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-contents-wrapper {
    padding-left: 20px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .about-contents-wrapper {
    padding-left: 0;
  }
}

.about-paragraph .para {
  font-size: 18px;
  line-height: 36px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .about-paragraph .para {
    font-size: 17px;
    line-height: 36px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .about-paragraph .para {
    font-size: 16px;
    line-height: 32px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-paragraph .para {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .about-paragraph .para {
    font-size: 16px;
    line-height: 28px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .about-contents {
    margin-top: 20px;
  }
}

.about-contents .about-top {
  font-size: 20px;
  line-height: 26px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .about-contents .about-top {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .about-contents .about-top {
    font-size: 16px;
  }
}

.about-contents .about-title {
  font-size: 46px;
  line-height: 65px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .about-contents .about-title {
    font-size: 40px;
    line-height: 55px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .about-contents .about-title {
    font-size: 42px;
    line-height: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-contents .about-title {
    font-size: 42px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 767.98px) {
  .about-contents .about-title {
    font-size: 36px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 575.98px) {
  .about-contents .about-title {
    font-size: 32px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 480px) {
  .about-contents .about-title {
    font-size: 28px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 375px) {
  .about-contents .about-title {
    font-size: 26px;
  }
}

/* Contacts Area  */
.contact-address-wrapper {
  padding: 50px 100px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .contact-address-wrapper {
    padding: 50px 70px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .contact-address-wrapper {
    padding: 50px 40px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-address-wrapper {
    padding: 50px 50px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .contact-address-wrapper {
    padding: 50px 50px;
  }
}

@media only screen and (max-width: 575.98px) {
  .contact-address-wrapper {
    padding: 40px 40px;
  }
}

@media only screen and (max-width: 480px) {
  .contact-address-wrapper {
    padding: 40px 30px;
  }
}

@media only screen and (max-width: 375px) {
  .contact-address-wrapper {
    padding: 30px 20px;
  }
}

.sub-title {
  font-size: 18px;
  line-height: 36px;
}

@media only screen and (max-width: 767.98px) {
  .sub-title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575.98px) {
  .sub-title {
    font-size: 17px;
  }
}

@media only screen and (max-width: 480px) {
  .sub-title {
    font-size: 16px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 375px) {
  .sub-title {
    font-size: 15px;
  }
}

.contact-title {
  font-size: 36px;
  line-height: 43px;
}

@media only screen and (max-width: 575.98px) {
  .contact-title {
    font-size: 32px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 375px) {
  .contact-title {
    font-size: 28px;
  }
}

.single-address:not(:last-child) {
  margin-bottom: 24px;
}

.single-address .address-subtitle {
  font-size: 22px;
  line-height: 36px;
  display: block;
}

@media only screen and (max-width: 575.98px) {
  .single-address .address-subtitle {
    font-size: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .single-address .address-subtitle {
    font-size: 18px;
  }
}

.single-address .main-address {
  font-size: 16px;
  line-height: 28px;
  display: block;
  color: var(--paragraph-color);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

@media only screen and (max-width: 575.98px) {
  .single-address .main-address {
    font-size: 17px;
  }
}

@media only screen and (max-width: 375px) {
  .single-address .main-address {
    font-size: 15px;
  }
}

.single-address .main-address:hover {
  color: var(--main-color-one);
}

.single-address .main-address:hover a {
  -webkit-text-decoration-color: var(--main-color-one);
  text-decoration-color: var(--main-color-one);
}

.single-address .main-address a {
  -webkit-text-decoration: 3px solid #DDD underline;
  text-decoration: 3px solid #DDD underline;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.single-address .main-address:not(:last-child) {
  margin-bottom: 5px;
}

.input-label {
  font-size: 18px;
  font-weight: 500;
  display: block;
}

@media only screen and (max-width: 575.98px) {
  .input-label {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .input-label {
    font-size: 15px;
  }
}

.contact-form-wrapper {
  padding-left: 50px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .contact-form-wrapper {
    padding-left: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .contact-form-wrapper {
    padding-left: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-form-wrapper {
    padding-left: 0;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .contact-form-wrapper {
    padding-left: 0;
  }
}

.single-flex-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .single-flex-input {
    display: block;
  }
}

.single-flex-input .single-input {
  width: 100%;
}

.single-flex-input .single-input:not(:first-child) {
  margin-left: 24px;
}

@media only screen and (max-width: 575.98px) {
  .single-flex-input .single-input:not(:first-child) {
    margin-left: 0;
  }
}

.single-flex-input .single-input .form--control {
  width: 100%;
  border: 1px solid rgba(221, 221, 221, 0.4);
  -webkit-box-shadow: 0 0 10px transparent;
  box-shadow: 0 0 10px transparent;
  height: 60px;
  padding: 0px 20px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.single-flex-input .single-input .form--control:focus {
  border-color: rgba(var(--main-color-one-rgb), 0.3);
  -webkit-box-shadow: 0 0 10px rgba(var(--main-color-one-rgb), 0.05);
  box-shadow: 0 0 10px rgba(var(--main-color-one-rgb), 0.05);
}

.single-flex-input .single-input .form--message {
  padding: 15px 20px 0;
  height: 130px;
}

/* Contact Map */
.google-map-area iframe,
.contact-map iframe {
  width: 100%;
  height: 600px;
  border-radius: 10px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

  .google-map-area iframe,
  .contact-map iframe {
    height: 500px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  .google-map-area iframe,
  .contact-map iframe {
    height: 450px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {

  .google-map-area iframe,
  .contact-map iframe {
    max-height: 400px;
  }
}

@media only screen and (max-width: 575.98px) {

  .google-map-area iframe,
  .contact-map iframe {
    max-height: 300px;
  }
}

@media only screen and (max-width: 480px) {

  .google-map-area iframe,
  .contact-map iframe {
    max-height: 270px;
  }
}

@media only screen and (max-width: 375px) {

  .google-map-area iframe,
  .contact-map iframe {
    max-height: 220px;
  }
}

/* Error Area */
.single-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  margin: -5px 0 0;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-title {
    font-size: 36px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 375px) {
  .single-title {
    font-size: 26px;
    line-height: 32px;
  }
}

.error-thumb img {
  margin: 0 auto;
}

/* Order Tracking */
.tracking-wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.tracking-form .single-input .form--control {
  border: 1px solid rgba(221, 221, 221, 0.4);
  -webkit-box-shadow: 0 0 10px transparent;
  box-shadow: 0 0 10px transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tracking-form .single-input .form--control:focus {
  -webkit-box-shadow: 0 0 10px rgba(var(--main-color-one-rgb), 0.1);
  box-shadow: 0 0 10px rgba(var(--main-color-one-rgb), 0.1);
  border-color: rgba(var(--main-color-one-rgb), 0.3);
}

/* Cart  */
.table-list-content.style-02 {
  max-width: 1250px;
  margin: 0 auto;
}

.table-list-content .custom--table.table-border {
  border: 1px solid var(--border-two);
}

.table-list-content .custom--table thead.head-bg {
  background: var(--gray-two);
}

.table-list-content .custom--table thead tr th {
  padding: 20px 5px;
  font-family: var(--rubik-font);
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .table-list-content .custom--table thead tr th {
    white-space: nowrap;
  }
}

.table-list-content .custom--table thead tr th:first-child {
  padding-left: 20px;
}

.table-list-content .custom--table thead tr th:last-child {
  padding-right: 20px;
}

.table-list-content .custom--table thead tr th:nth-child(1) {
  text-align: left;
}

.table-list-content .custom--table tbody tr {
  border-bottom: 1px solid rgba(221, 221, 221, 0.4);
  position: relative;
  z-index: 1;
}

.table-list-content .custom--table tbody tr td {
  padding: 20px;
}

.table-list-content .custom--table tbody tr td:first-child {
  padding-left: 20px;
  width: 220px;
}

.table-list-content .custom--table tbody tr td:last-child {
  padding-right: 20px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .table-list-content .custom--table tbody tr td:last-child {
    padding-right: 7px;
  }
}

.table-list-content .custom--table tbody tr td .close-table-cart {
  position: unset;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.table-list-content .custom--table tbody tr td .close-table-cart:hover {
  color: var(--main-color-one);
  -webkit-transform: translateY(-50%) scale(1.3);
  transform: translateY(-50%) scale(1.3);
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .table-list-content .custom--table tbody tr td .close-table-cart {
    top: 10px;
    right: auto;
    left: 10px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: var(--main-color-one);
    color: var(--white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    margin-left: auto;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .table-list-content .custom--table tbody tr td .close-table-cart:hover {
    -webkit-transform: translateY(0) scale(1.3);
    transform: translateY(0) scale(1.3);
    background: #fff;
    color: var(--main-color-one);
  }
}

.table-list-content .custom--table tbody tr td .product-name-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  max-width: calc(100% - 20px);
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .table-list-content .custom--table tbody tr td .product-name-table {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .table-list-content .custom--table tbody tr td .product-name-table {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block;
  }
}

.table-list-content .custom--table tbody tr td .product-name-table a {
  flex-shrink: 0;
}

.table-list-content .custom--table tbody tr td .product-name-table .thumbs {
  height: 110px;
  width: 110px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .table-list-content .custom--table tbody tr td .product-name-table .thumbs {
    margin-left: auto;
    height: 120px;
    width: 120px;
  }
}

.table-list-content .custom--table tbody tr td .product-name-table .carts-contents {
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.table-list-content .custom--table tbody tr td .product-name-table .carts-contents .name-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--heading-color);
}

.table-list-content .custom--table tbody tr td .product-name-table .carts-contents p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: var(--paragraph-color);
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .table-list-content .custom--table tbody tr td .product-name-table .carts-contents {
    margin-left: 0px;
    text-align: right;
  }
}

.table-list-content .custom--table tbody tr td .product-name-table .carts-contents .name-title {
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .table-list-content .custom--table tbody tr td .product-name-table .carts-contents .name-title {
    margin-top: 10px;
  }
}

.table-list-content .custom--table tbody tr td.price-td {
  font-weight: 500;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .table-list-content .custom--table tbody tr td.price-td {
    margin-right: 10px;
  }
}

.table-list-content .custom--table tbody tr td.color-one {
  color: var(--main-color-one);
}

.table-list-content .custom--table tbody tr td.color-two {
  color: var(--main-color-two);
}

.table-list-content .custom--table tbody tr td.color-three {
  color: var(--main-color-three);
}

.table-list-content .custom--table tbody tr td.color-four {
  color: var(--main-color-four);
}

.table-list-content .custom--table tbody tr td .product-quantity {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 120px;
  text-align: center;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .table-list-content .custom--table tbody tr td .product-quantity {
    margin-right: 10px;
    margin-left: auto;
    display: inline-block;
  }
}

.table-list-content .custom--table tbody tr td .product-quantity .quantity-input {
  border: 1px solid rgba(221, 221, 221, 0.4);
  width: 100%;
  position: relative;
  z-index: 1;
}

.table-list-content .custom--table tbody tr td .product-quantity .quantity-input::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(221, 221, 221, 0.4);
}

.table-list-content .custom--table tbody tr td .product-quantity .substract,
.table-list-content .custom--table tbody tr td .product-quantity .plus {
  padding: 0 5px;
  left: 5px;
}

.table-list-content .custom--table tbody tr td .product-quantity .plus {
  left: auto;
  right: 5px;
}

.table-update-btn .btn-table {
  font-size: 18px;
  padding: 10px 30px;
  color: var(--paragraph-color);
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 480px) {
  .table-update-btn .btn-table {
    padding: 8px 18px;
  }
}

@media only screen and (max-width: 375px) {
  .table-update-btn .btn-table {
    font-size: 16px;
  }
}

.table-update-btn .btn-table.btn-border-1 {
  border: 1px solid rgba(221, 221, 221, 0.4);
}

.table-update-btn .btn-table:hover {
  background: var(--main-color-one);
  color: var(--white);
  border-color: var(--main-color-one);
}

.coupon-wrapper {
  padding: 50px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .coupon-wrapper {
    padding: 35px 35px 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .coupon-wrapper {
    padding: 40px 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .coupon-wrapper {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .coupon-wrapper {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .coupon-wrapper {
    padding: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .coupon-wrapper {
    padding: 20px 10px;
  }
}

.flex-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.coupon-flex-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--paragraph-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

.coupon-flex-list .list:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-two);
}

.coupon-flex-list .list b:nth-child(1) {
  font-weight: 400;
  color: var(--paragraph-color);
}

.coupon-flex-list .list b:nth-child(2) {
  font-weight: 700;
  color: var(--heading-color);
}

/* Checkout */
.summery-title {
  font-size: 36px;
  line-height: 43px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .summery-title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 575.98px) {
  .summery-title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 375px) {
  .summery-title {
    font-size: 28px;
  }
}

.checkout-title i {
  color: var(--main-color-one);
}

.click-open-form:hover {
  color: var(--main-color-one);
  font-weight: 500;
}

.checkout-form-open {
  max-width: 500px;
  background: #fff;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}

.checkout-form-open.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  margin-top: 30px;
}

.checkout-signup-form-wrapper {
  max-width: 700px;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.checkout-form-open.active,
.checkout-signup-form-wrapper.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  margin-top: 30px;
  background: var(--gray-two);
  padding: 20px;
}

.checkout-address-form-wrapper {
  max-width: 700px;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.checkout-address-form-wrapper.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  margin-top: 30px;
  background: #fff;
}

.signin-contents .btn-submit {
  margin-top: 20px;
}

.create-accounts {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 10px;
  color: var(--heading-color) !important;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .create-accounts {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575.98px) {
  .create-accounts {
    font-size: 16px;
  }
}

.create-accounts:hover {
  color: var(--heading-color);
}

.create-accounts::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  width: 20px;
  border: 1px solid #DDD;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.create-accounts.active::before {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  background: var(--main-color-one);
  color: var(--white);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  border-color: var(--main-color-one);
}

.checkout-form .input-flex-item .single-input .form--message {
  height: 120px;
}

.checkout-form .checkbox-inlines .checkbox-label {
  color: var(--heading-color);
  font-size: 18px;
}

.checkout-order-summery {
  padding: 40px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .checkout-order-summery {
    padding: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .checkout-order-summery {
    padding: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .checkout-order-summery {
    padding: 30px;
  }
}

@media only screen and (max-width: 991.98px) {
  .checkout-order-summery {
    padding: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .checkout-order-summery {
    padding: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .checkout-order-summery {
    padding: 20px 10px;
  }
}

.checkout-cart-wrapper {
  max-height: 240px;
  overflow-y: auto;
}

.single-checkout-cart-items .single-check-carts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-checkout-cart-items .single-check-carts .check-cart-flex-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-checkout-cart-items .single-check-carts .check-cart-flex-contents .checkout-cart-thumb {
  height: 100px;
  width: 100px;
}

.single-checkout-cart-items .single-check-carts .check-cart-flex-contents .checkout-cart-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-checkout-cart-items .single-check-carts .check-cart-flex-contents .checkout-cart-img-contents {
  text-align: left;
  margin-left: 10px;
}

.single-checkout-cart-items .single-check-carts .check-cart-flex-contents .checkout-cart-img-contents .product-items {
  margin-top: 10px;
}

.single-checkout-cart-items .single-check-carts .checkout-cart-price {
  font-size: 18px;
}

.checkout-flex-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
  color: var(--paragraph-color);
  font-size: 18px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .checkout-flex-list .list {
    font-size: 16px;
    padding: 10px 0;
  }
}

@media only screen and (max-width: 375px) {
  .checkout-flex-list .list {
    font-size: 15px;
    padding: 10px 0;
  }
}

.checkout-flex-list .list span.product-qnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.checkout-flex-list .list span .product-cross {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.checkout-flex-list .list span .product-cross::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "";
  position: absolute;
  right: -20px;
}

.checkout-flex-list .list .input-values {
  width: 40px;
  background: none;
  border: none;
  outline: none;
}

.coupon-form {
  position: relative;
}

.coupon-form .single-input label {
  display: block;
}

.coupon-form .single-input .form--control {
  height: 60px;
  background: #fff;
  border: 1px solid rgba(221, 221, 221, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.coupon-form .single-input .form--control:focus {
  border-color: rgba(var(--main-color-one-rgb), 0.3);
  -webkit-box-shadow: 0 0 10px rgba(var(--main-color-one-rgb), 0.1);
  box-shadow: 0 0 10px rgba(var(--main-color-one-rgb), 0.1);
}

.coupon-form .apply-coupon {
  position: absolute;
  right: 5px;
  height: 50px;
  border: 0;
  outline: none;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--main-color-one);
  color: var(--white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.coupon-form .apply-coupon:hover {
  background: none;
  color: var(--main-color-one);
  border-color: var(--main-color-one);
}

.btn-coupon {
  outline: none;
  border: 1px solid #DDD;
  background: #DDD;
  padding: 15px;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-coupon.btn-bg-heading {
  background: var(--heading-color);
  color: var(--white);
  border: 2px solid transparent;
}

.btn-coupon.btn-bg-heading:hover {
  background: none;
  color: var(--heading-color);
  border-color: var(--heading-color);
}

.payment-inlines .payment-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.payment-inlines .payment-card .single-card {
  background: #fff;
  padding: 5px 10px;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.payment-inlines .payment-card .single-card.active {
  border-color: var(--main-color-one);
}

.payment-inlines .payment-card .single-card.active::before {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  background: var(--main-color-one);
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 10px;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  right: -7px;
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.payment-inlines .payment-card .single-card:not(:last-child) {
  margin-right: 10px;
}

.checkout__card {
  border: 1px solid var(--border-two);
}

.checkout__card__header {
  background-color: var(--gray-two);
  padding: 15px 20px;
  border-bottom: 1px solid var(--border-two);
}

.checkout__card__footer {
  border-top: 1px solid var(--border-two);
}

/* Sign In Sign Up */
.signin-wrappers {
  max-width: 450px;
  margin: 0 auto;
}

.signin-wrappers.style-02 {
  max-width: 550px;
}

.input-flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 480px) {
  .input-flex-item {
    display: block;
  }
}

.input-flex-item .single-input {
  width: 100%;
}

.input-flex-item .single-input:not(:first-child) {
  margin-left: 24px;
}

@media only screen and (max-width: 480px) {
  .input-flex-item .single-input:not(:first-child) {
    margin-left: 0;
  }
}

.input-flex-item .single-input .form--control {
  border: 1px solid rgba(221, 221, 221, 0.4);
}

.single-input {
  display: inline-block;
  width: 100%;
}

.single-input .form--control {
  border: 1px solid rgba(221, 221, 221, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px transparent;
  box-shadow: 0 0 10px transparent;
}

.single-input .form--control:focus {
  border-color: rgba(var(--main-color-one-rgb), 0.3);
  -webkit-box-shadow: 0 0 10px rgba(var(--main-color-one-rgb), 0.1);
  box-shadow: 0 0 10px rgba(var(--main-color-one-rgb), 0.1);
}

.single-input .form--message {
  padding: 15px 0 0 15px;
}

.label-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--heading-color);
}

@media only screen and (max-width: 480px) {
  .label-title {
    font-size: 15px;
  }
}

.single-checbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.or-contents {
  text-align: center;
  position: relative;
  z-index: 2;
}

.or-contents::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: rgba(221, 221, 221, 0.4);
  width: 100%;
  height: 1px;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.or-contents .or-para {
  background: #fff;
  padding: 10px 30px;
  color: var(--paragraph-color);
}

.signin-others .single-other-signin .btn-others {
  padding: 13px 10px;
  display: inline-block;
  border: 1px solid rgba(221, 221, 221, 0.4);
  color: var(--paragraph-color);
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.signin-others .single-other-signin .btn-others:hover {
  background: var(--heading-color);
  color: var(--white);
}

.signin-others .single-other-signin .btn-others img {
  margin-right: 5px;
}

.special-account {
  border: 1px solid var(--border-color);
  padding: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--paragraph-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all .3s;
}

.special-account:hover {
  background: var(--heading-color);
  border-color: var(--heading-color);
  color: var(--white);
}

.special-account:hover .special-account-para {
  color: var(--white);
}

.special-account-para {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-color);
  transition: all .3s;
}

.signin-contents {
  background: var(--gray-two);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px var(--gray-two);
}

.sign-in.register {
  padding: 20px;
  background: var(--gray-two);
  border-radius: 10px;
  box-shadow: 0 0 10px var(--gray-two);
}

.signin__account__para {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.signin__account__para a {
  font-size: 18px;
  font-weight: 500;
  color: var(--heading-color);
  transition: all .3s;
}

.signin__account__para a:hover {
  color: var(--main-color-one);
}

.form-check-label {
  font-size: 16px;
  line-height: 24px;
  color: var(--paragraph-color);
  margin-bottom: 5px;
}

/* Compare Area */
.single-compare .compare-contents .compare-review-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5px;
}

.single-compare .compare-contents .compare-review-list .list {
  margin: 2px;
  font-size: 20px;
}

.single-compare .compare-contents .common-price-title-two {
  margin-top: 15px;
}

@media only screen and (max-width: 480px) {
  .single-compare .compare-contents .compare-content-list {
    margin-top: 20px;
  }
}

.single-compare .compare-contents .compare-content-list .list {
  border-bottom: 1px solid rgba(221, 221, 221, 0.4);
  padding: 20px 0;
  font-size: 18px;
  line-height: 32px;
  color: var(--paragraph-color);
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-compare .compare-contents .compare-content-list .list {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-compare .compare-contents .compare-content-list .list {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .single-compare .compare-contents .compare-content-list .list {
    font-size: 15px;
    padding: 10px 0;
  }
}

.single-compare .compare-contents .compare-content-list .list .common-para {
  color: var(--paragraph-color);
}

.single-compare .compare-contents .cmn_btn {
  font-size: 18px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-compare .compare-contents .cmn_btn {
    font-size: 17px;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-compare .compare-contents .cmn_btn {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .single-compare .compare-contents .cmn_btn {
    font-size: 15px;
  }
}

.single-compare .compare-contents .btn-remove {
  border-bottom: 2px solid rgba(221, 221, 221, 0.6);
  color: var(--paragraph-color);
  padding-bottom: 2px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-compare .compare-contents .btn-remove:hover {
  color: var(--main-color-one);
  border-color: transparent;
  letter-spacing: 1px;
}

@media only screen and (max-width: 575.98px) {
  .single-compare .compare-contents .btn-remove {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .single-compare .compare-contents .btn-remove {
    font-size: 15px;
  }
}

/* Dashboard area */
.admin-dashboard-padding-30 {
  padding: 30px;
}

.dashboard-logo {
  max-width: 170px;
  margin-inline: auto;
  height: 50px;
}
.dashboard-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 480px) {
  .admin-dashboard-padding-30 {
    padding: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .admin-dashboard-padding-30 {
    padding: 20px 15px;
  }
}

.dashboard-area {
  background: var(--dashboard-color);
  min-height: 100vh;
  overflow: hidden;
}

.color-profile {
  color: var(--customer-profile);
}

.dashboard-common-title {
  font-size: 18px;
  line-height: 30px;
}

.dashboard-common-title-two {
  font-size: 24px;
  line-height: 32px;
  margin: -7px 0 0;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .dashboard-common-title-two {
    font-size: 23px;
  }
}

@media only screen and (max-width: 575.98px) {
  .dashboard-common-title-two {
    font-size: 22px;
  }
}

@media only screen and (max-width: 375px) {
  .dashboard-common-title-two {
    font-size: 21px;
  }
}

.dashboard-pagination .pagination li {
  margin: 5px 10px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .dashboard-pagination .pagination li {
    margin: 5px 5px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .dashboard-pagination .pagination li {
    margin: 5px 5px;
  }
}

.dashboard-pagination .pagination li.active .page-link {
  background: var(--customer-profile);
  color: var(--white);
  border-color: transparent;
}

.dashboard-pagination .pagination li .page-link {
  background: #fff;
  color: #666;
  border: 1px solid;
  font-size: 16px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 8px 17px;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dashboard-pagination .pagination li .page-link:hover {
  background: var(--customer-profile);
  color: var(--white);
  border-color: transparent;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .dashboard-pagination .pagination li .page-link {
    font-size: 16px;
    padding: 7px 15px;
  }
}

@media only screen and (max-width: 480px) {
  .dashboard-pagination .pagination li .page-link {
    font-size: 15px;
    padding: 5px 10px;
  }
}

.badge-notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10px;
  height: 22px;
  width: 22px;
  background: var(--main-color-one);
  color: var(--white);
  border-radius: 3px;
}

@media only screen and (max-width: 575.98px) {
  .showing-contents {
    text-align: center;
  }
}

/*
.dashboard-padding {
  padding: 50px;
}
@media (min-width: 1600px) and (max-width: 1849.98px) {
  .dashboard-padding {
    padding: 40px;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .dashboard-padding {
    padding: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .dashboard-padding {
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .dashboard-padding {
    padding: 20px;
  }
}
@media (min-width: 300px) and (max-width: 991.98px) {
  .dashboard-padding {
    padding: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .dashboard-padding {
    padding: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .dashboard-padding {
    padding: 20px 10px;
  }
} */

.dashboard-contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .dashboard-contents-wrapper {
    gap: 24px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .dashboard-contents-wrapper {
    gap: 24px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .dashboard-contents-wrapper {
    display: block;
    padding: 12px 12px;
  }
}

.dashboard-left-content .nicescroll-rails {
  background: none;
}

.dashboard-left-content .nicescroll-cursors {
  background-color: var(--customer-profile) !important;
  width: 5px !important;
}

.dashboard-left-content {
  background: #fff;
  text-align: center;
  height: 100%;
  padding: 0;
  border-radius: 0px;
  display: block;
  padding: 20px 20px;
  width: 335px;
  height: calc(100vh - 0px);
  overflow-y: hidden;
  position: fixed;
  z-index: 9;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .dashboard-left-content {
    /* height: calc(100vh - 80px); */
    padding: 30px 10px;
    width: 280px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .dashboard-left-content {
    /* height: calc(100vh - 60px); */
    padding: 30px 10px;
    width: 280px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .dashboard-left-content {
    /* height: calc(100vh - 40px); */
    padding: 30px 10px;
    width: 260px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .dashboard-left-content {
    /* height: calc(100vh - 40px); */
    padding: 30px 10px;
    width: 260px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .dashboard-left-content {
    height: 100vh;
  }
}

@media only screen and (max-width: 375px) {
  .dashboard-left-content {
    max-width: 280px;
  }
}

.dashboard-bottom {
  height: calc(100vh - 195px);
  overflow-y: auto;
  padding: 0 7px 0 0;
  scrollbar-color: var(--customer-profile) #f3f3f3;
  scrollbar-width: thin;
}

.dashboard-bottom::-webkit-scrollbar {
  background-color: #f3f3f3;
  width: 5px;
  border-radius: 10px;
}

.dashboard-bottom::-webkit-scrollbar-thumb {
  background: var(--customer-profile);
  border-radius: 10px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .dashboard-bottom {
    height: calc(100vh - 175px);
  }
}

.dashboard-list>li.active>a,
.dashboard-list .list.active>a {
  background: var(--customer-profile);
  font-weight: 500;
  color: var(--white);
}

.dashboard-list li.main_dropdown.active>.collapse {
  display: block;
}

.dashboard-list li.main_dropdown.open>a::after,
.dashboard-list .list.has-children.open>a::after {
  content: "";
}

li.main_dropdown ul {
  display: block;
  height: 100%;
}

.dashboard-list li.main_dropdown>a,
.dashboard-list .list.has-children>a {
  position: relative;
}

.dashboard-list li.main_dropdown>a::after,
.dashboard-list .list.has-children>a::after {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  font-size: 18px;
}

.dashboard-list li.acitve>.collapse>li {
  list-style: disc;
}

.dashboard-list li.acitve>.collapse,
.dashboard-list .list.show>.submenu {
  display: block;
}

.dashboard-list li a,
.dashboard-list .list a {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--heading-color);
  font-family: var(--rubik-font);
  gap: 10px;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: var(--gray-two);
  text-align: left;
}

.dashboard-list li a i,
.dashboard-list .list a i {
  font-size: 13px;
}

.dashboard-list li:not(:last-child)>a {
  margin-bottom: 10px;
}

.dashboard-list li>ul li a {
  padding: 10px 15px;
}

.dashboard-list li>ul li:last-child a {
  margin-bottom: 10px;
}

.dashboard-list li>.collapse,
.dashboard-list .list>.submenu {
  padding-left: 15px;
  display: none;
  border-left: 4px solid var(--customer-profile);
}

.dashboard-list li>.collapse li.main_dropdown>a,
.dashboard-list .list>.submenu .list.has-children>a {
  font-size: 16px;
}

.dashboard-list li.main_dropdown>.collapse li.active {
  background: none;
}

.dashboard-list li.main_dropdown>.collapse li.selected>a,
.dashboard-list li.main_dropdown>.collapse li.active>a,

.dashboard-list .list>.submenu .list.selected>a {
  color: var(--customer-profile);
  background-color: rgba(var(--customer-profile-rgb), 0.1);
}

.dashboard-list li>.collapse li.active a::before,
.dashboard-list .list>.submenu .list.selected a::before {
  background: var(--customer-profile);
}

.dashboard-list li.main_dropdown>.collapse li.main_dropdown.active>a {
  background-color: var(--customer-profile);
  color: var(--white);
}

/* .dashboard-list li>.collapse .main_dropdown a,
.dashboard-list .list>.submenu .list a {
  font-size: 14px;
  line-height: 22px;
  padding: 3px 0 3px 15px;
  position: relative;
  font-weight: 400;
} */

/* .dashboard-list li>.collapse .main_dropdown a::before,
.dashboard-list .list>.submenu .list a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 6px;
  width: 6px;
  background: #999;
  border-radius: 50%;
} */

.dashboard-right-contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 360px;
  padding-block: 20px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .dashboard-right-contents {
    margin-left: 304px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .dashboard-right-contents {
    margin-left: 304px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .dashboard-right-contents {
    margin-left: 284px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .dashboard-right-contents {
    margin-left: 284px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .dashboard-right-contents {
    margin-left: 0;
  }
}

/* Dashboard Top Contents */
.dashboard-top-contents.dashboard__card,
.card-body.dashboard__card,
.dashboard__card {
  padding: 20px;
  background: #fff;
  border: 1px solid var(--border-two);
  border-radius: 10px;
  height: 100%;
}

.dashboard__card.mediaUploads__card {
  height: auto;
}

.dashboard__card:not(:last-child) {
  margin-bottom: 24px;
}

.dashboard__card.card__two {
  padding: 0;
}

.dashboard__card.card__two .dashboard__card__header,
.dashboard__card.card__two .card-header {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: unset;
  border-bottom: 1px solid var(--border-two);
}

.dashboard__card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: unset;
  border-bottom: 1px solid var(--border-color);
}

.dashboard__card__header.center-text,
.dashboard__card__header.desktop-center,
.dashboard__card__header.text-center {
  display: block;
}

.dashboard__card.card__two .dashboard__card__body,
.dashboard__card.card__two .card-body {
  padding: 20px;
}

.dashboard__card__body.overflow__vertically {
  overflow: auto;
}

.dashboard__card .card-body {
  padding: 0px;
}

.dashboard__card__title,
.dashboard__card .header-title,
.header-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: var(--heading-color);
}

.card-header .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: var(--heading-color);
}

.dashboard__card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 10px;
}

.dashboard__card__header__right,
.dashboard__card__header__right.d-flex {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
  .dashboard__card__header {
    flex-wrap: wrap;
  }
}

.dashboard__card__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 10px;
}

.dashboard-left-date {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-color);
}

.dashboard-top-contents {
  background: #fff;
  padding: 20px 20px;
  border-radius: 10px;
}

.dashboard-left-heading,
.heading-two {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--heading-color);
}

@media (min-width: 300px) and (max-width: 991.98px) {

  .dashboard-left-heading,
  .heading-two {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767.98px) {

  .dashboard-left-heading,
  .heading-two {
    font-size: 28px;
  }
}

@media only screen and (max-width: 575.98px) {

  .dashboard-left-heading,
  .heading-two {
    font-size: 28px;
  }
}

@media only screen and (max-width: 480px) {

  .dashboard-left-heading,
  .heading-two {
    font-size: 26px;
  }
}

@media only screen and (max-width: 375px) {

  .dashboard-left-heading,
  .heading-two {
    font-size: 22px;
  }
}

.heading-three {
  font-size: 28px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .heading-three {
    font-size: 26px;
  }
}

@media only screen and (max-width: 575.98px) {
  .heading-three {
    font-size: 25px;
  }
}

@media only screen and (max-width: 375px) {
  .heading-three {
    font-size: 23px;
  }
}

.dashboard-left-flex .d-flex {
  flex-wrap: wrap;
}
.dashboard-left-flex > div h2 + h2 {
  display: none;
}
@media only screen and (max-width: 1199.98px) {
  .dashboard-left-flex .d-flex>h2 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .dashboard-left-flex .d-flex>h2 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .dashboard-left-flex .d-flex>h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 575px) {
  .dashboard-left-flex .d-flex>h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .dashboard-left-flex .d-flex>h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 375px) {
  .dashboard-left-flex .d-flex>h2 {
    font-size: 22px;
  }
}

.dashboard__card__search {
  max-width: 350px;
}

.dashboard__card__search__icon {
  position: relative;
}

.dashboard__card__search input {
  height: 42px;
  padding: 0 15px;
  padding-left: 40px;
}

.dashboard__card__search .icon {
  position: absolute;
  left: 15px;
  bottom: 7px;
  color: var(--paragraph-color);
  font-size: 16px;
  border: 0;
  background-color: unset;
  padding: 0;
  cursor: pointer;
}

.dashboard-flex-contetns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px 10px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .dashboard-flex-contetns {
    gap: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
  }

  .dashboard-flex-contetns .dashboard-right-flex .author-flex-contents {
    margin-top: 0;
  }

  .dashboard-left-flex .d-flex {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (min-width: 200px) and (max-width: 450px) {
  .dashboard-flex-contetns {
    flex-direction: column;
    gap: 0;
  }
  .dashboard-left-date {
    text-align: center;
  }

  .dashboard-left-flex .d-flex {
    justify-content: center;
  }

  .dashboard-right-flex .author-thumb-contents .author-account-list {
    transform: translateX(50px);
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .dashboard-flex-contetns .rating-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.dashboard-right-flex {
  flex-shrink: 0;
}

.dashboard-flex-contetns .dashboard-right-flex .author-flex-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 20px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .dashboard-flex-contetns .dashboard-right-flex .author-flex-contents {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
  }
}

.author-thumb-contents {
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.author-thumb-contents:hover .author-account-list {
  visibility: visible;
  opacity: 1;
  top: 100%;
  background: #fff;
}

.author-thumb-contents .author-thumb {
  max-height: 40px;
  max-width: 40px;
  font-size: 20px;
  color: var(--heading-color);
}

.dashboard-right-flex .author-thumb-contents .author-thumb {
  font-size: 24px;
  background: var(--gray-two);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center
}

@media only screen and (max-width: 575.98px) {
  .author-thumb-contents .author-thumb {
    max-height: 50px;
    max-width: 50px;
  }
}

.author-thumb-contents .author-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.author-thumb-contents .author-account-list {
  position: absolute;
  top: 130%;
  right: 0;
  background: #fff;
  z-index: 9998;
  -webkit-box-shadow: 0 0 10px rgba(221, 221, 221, 0.2);
  box-shadow: 0 0 10px rgba(221, 221, 221, 0.2);
  width: 190px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block !important;
  margin-left: 0 !important;
}

.author-thumb-contents .author-account-list .list {
  margin: 0 !important;
  display: block !important;
}

.author-thumb-contents .author-account-list .list a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 20px;
  color: var(--heading-color);
  border-bottom: 1px solid rgba(221, 221, 221, 0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.author-thumb-contents .author-account-list .list a:hover {
  background: var(--customer-profile);
  color: var(--white);
}

.single-icon-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.single-icon-flex .single-icon {
  font-size: 20px;
  color: var(--heading-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.single-icon-flex .single-icon:hover {
  color: #05cd99;
}

.badge-icon {
  position: absolute;
  top: -3px;
  right: -3px;
  background: var(--delete-color);
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  font-size: 9px;
}

.notification-list-wrapper .nicescroll-rails {
  background: none;
}

.notification-list-wrapper .nicescroll-cursors {
  background-color: var(--customer-profile) !important;
  width: 5px !important;
}

.dashboard-right-contents .nicescroll-rails {
  background: none;
}

.dashboard-right-contents .nicescroll-cursors {
  background-color: var(--customer-profile) !important;
  width: 5px !important;
}

.notification-list-wrapper {
  position: relative;
}

.notification-list-wrapper .notification-title {
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  padding: 0px 15px 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.notification-list-wrapper .all-notification {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  padding: 20px 15px 0;
  display: inline-block;
}

.notifications-parent {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#top-bar-notification-icon {
  cursor: pointer;
  font-size: 28px;
  color: var(--heading-color);
}

.notifications-parent .notification-list-wrapper.active {
  visibility: visible;
  opacity: 1;
  top: 100%;
  background: #fff;
}

.notifications-parent .notification-list-wrapper {
  position: absolute;
  top: 130%;
  right: 0;
  z-index: 9998;
  -webkit-box-shadow: 0 0 10px rgba(221, 221, 221, 0.2);
  box-shadow: 0 0 10px rgba(221, 221, 221, 0.2);
  width: 250px;
  background: #fff;
  padding: 20px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block !important;
  margin-left: 0 !important;
}

.notifications-parent .notification-list {
  max-height: 250px;
  overflow-y: auto;
  padding: 0 7px;
}

@media only screen and (max-width: 480px) {
  .notifications-parent .notification-list {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .dashboard-right-flex .notifications-parent .notification-list {
    transform: translateX(0);
  }

  .dashboard-right-flex .notifications-parent .notification-list-wrapper {
    transform: translateX(80px);
  }
}

@media only screen and (max-width: 375px) {
  .dashboard-right-flex .notifications-parent .notification-list-wrapper {
    transform: translateX(140px);
  }
}

.notifications-parent .notification-list .list {
  display: block;
  padding: 5px 15px;
  color: var(--heading-color);
  border-bottom: 1px solid rgba(221, 221, 221, 0.7);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.notifications-parent .notification-list .list:hover {
  background: var(--customer-profile);
  color: var(--white);
}

.notifications-parent .notification-list .list:hover .notification-list-flex .notification-icon {
  background-color: var(--white);
  color: var(--heading-color);
}

.notifications-parent .notification-list .list .notification-list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
}

.notifications-parent .notification-list .list .notification-list-flex .notification-author {
  height: 40px;
  width: 40px;
}

.notifications-parent .notification-list .list .notification-list-flex .notification-author img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.notifications-parent .notification-list .list .notification-list-flex .notification-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.1);
  color: var(--heading-color);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.notifications-parent .notification-list .list .notification-list-flex .notification-contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.notifications-parent .notification-list .list .notification-list-flex .notification-contents .list-title {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.notifications-parent .notification-list .list .notification-list-flex .notification-contents .list-sub {
  font-size: 14px;
  font-weight: 400;
  margin-top: 2px;
  display: block;
}

.top-search-input {
  max-width: 300px;
}

.top-search-input.w-100 {
  max-width: 100%;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .top-search-input {
    margin: 20px auto 0;
  }
}

.top-search-input .top-input-form {
  position: relative;
}

.top-search-input .top-input-form .form--control {
  padding: 0 15px 0 50px;
  border: 1px solid rgba(221, 221, 221, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
}

.top-search-input .top-input-form .form--control:focus {
  -webkit-box-shadow: 0 0 10px rgba(5, 205, 153, 0.1);
  box-shadow: 0 0 10px rgba(5, 205, 153, 0.1);
  border-color: rgba(5, 205, 153, 0.3);
}

.top-search-input .top-input-form .search-btn {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  color: #333;
  background: none;
  outline: none;
  border: 0;
}

/* Dashboard Customer Profile view */
.admin-profile-flex-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 24px 12px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .admin-profile-flex-view {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .admin-profile-flex-view {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .admin-profile-flex-view {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .admin-profile-flex-view {
    display: block;
  }
}

.admin-profile-flex-view .flex-view-item {
  width: 100%;
}

.dashboard-week-earning {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: var(--heading-color);
}

.author-thumbs.bg-image {
  height: 210px;
  width: 210px;
}

.admin-customer-author-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767.98px) {
  .admin-customer-author-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.admin-view-customer-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .admin-view-customer-address {
    display: block;
  }
}

@media only screen and (max-width: 767.98px) {
  .admin-view-customer-address {
    display: block;
  }
}

.admin-view-customer-address .single-admin-customer-details {
  width: 100%;
}

/* Dashboard Vendor Preview Profile */
.single-preview-photo:not(:first-child) {
  margin-top: 40px;
}

/* Dashboard Campaign */
.campaign-photo {
  height: 100px;
  width: 230px;
  margin: 0 auto;
  border-radius: 10px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .campaign-photo {
    height: 90px;
    width: 170px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .campaign-photo {
    height: 80px;
    width: 150px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .campaign-photo {
    height: 70px;
    width: 100px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .campaign-photo {
    margin-left: auto;
    margin-right: 0;
    height: 80px;
    width: 150px;
  }
}

@media only screen and (max-width: 375px) {
  .campaign-photo {
    height: 70px;
    width: 120px;
  }
}

.dashboard-campaign-single.campaign-padding-30 {
  padding: 30px;
}

@media only screen and (max-width: 480px) {
  .dashboard-campaign-single.campaign-padding-30 {
    padding: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .dashboard-campaign-single.campaign-padding-30 {
    padding: 20px 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .dashboard-campaign-single .dashboard-flex-input {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .dashboard-campaign-single .dashboard-flex-input {
    display: block;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .dashboard-campaign-single .dashboard-flex-input {
    display: block;
  }
}

.sidebar-campaign-list .list:not(:last-child) {
  margin-bottom: 10px;
}

.sidebar-campaign-list .list.active a {
  background: var(--customer-profile);
  color: var(--white);
}

.sidebar-campaign-list .list.active a::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "";
  position: absolute;
  right: 20px;
}

.sidebar-campaign-list .list a {
  font-size: 16px;
  font-weight: 500;
  color: var(--heading-color);
  background: var(--dashboard-color);
  padding: 10px 20px;
  border-radius: 5px;
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

/* Dashboard withdraw Info */
.dashboard-withdraw-info-wrapper {
  padding: 6px 30px 30px;
}

@media only screen and (max-width: 375px) {
  .dashboard-withdraw-info-wrapper {
    padding: 0px 20px 24px;
  }
}

@media only screen and (max-width: 480px) {
  .single-admin-withdraw-info .contact-info-list .list {
    font-size: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .single-admin-withdraw-info .contact-info-list .list {
    font-size: 14px;
  }
}

.withdraw-single-padding {
  padding: 30px;
}

@media only screen and (max-width: 375px) {
  .withdraw-single-padding {
    padding: 20px 15px;
  }
}

.withdraw-info-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 24px;
}

@media only screen and (max-width: 480px) {
  .withdraw-info-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.withdraw-info-flex .nice-select-two {
  width: 100%;
}

.withdraw-info-flex .dashboard-btn-wrapper {
  width: 100%;
}

.btn-withdraw-info {
  height: 100%;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-withdraw-info.dashboard-bg:hover {
  background: none;
  color: var(--customer-profile);
}

/* Dashboard Promo */
.orders-child:nth-child(4n+2) .single-orders {
  background: var(--main-color-one);
}

.orders-child:nth-child(4n+3) .single-orders {
  background: #C71F66;
}

.orders-child:nth-child(4n+4) .single-orders {
  background: #6560FF;
}

.single-orders {
  background: var(--customer-profile);
  padding: 35px 30px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.single-orders.style-padding {
  padding: 29px 25px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .single-orders {
    padding: 20px 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-orders {
    padding: 20px 20px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-orders {
    padding: 25px 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .single-orders {
    padding: 20px 15px;
  }
}

.single-orders .orders-shapes {
  position: absolute;
  top: -50px;
  right: -100px;
  height: 200%;
  width: 220px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.2);
  z-index: -1;
}

.single-orders .orders-flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .single-orders .orders-flex-content {
    gap: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-orders .orders-flex-content {
    gap: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-orders .orders-flex-content {
    gap: 10px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-orders .orders-flex-content {
    gap: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .single-orders .orders-flex-content {
    gap: 10px;
  }
}

.single-orders .contents {
  flex: 1;
}

.single-orders .orders-flex-content .icon {
  font-size: 50px;
  color: var(--white);
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .single-orders .orders-flex-content .icon {
    font-size: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-orders .orders-flex-content .icon {
    font-size: 40px;
    text-align: right;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-orders .orders-flex-content .icon {
    font-size: 40px;
    text-align: right;
  }
}

.single-orders .orders-flex-content .contents .order-titles {
  font-size: 36px;
  font-weight: 500;
  line-height: 55px;
  color: var(--white);
  margin: 0;
  word-break: break-all;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .single-orders .orders-flex-content .contents .order-titles {
    font-size: 34px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-orders .orders-flex-content .contents .order-titles {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  .single-orders .orders-flex-content .contents .order-titles {
    font-size: 28px;
  }
}

.single-orders .orders-flex-content .contents .order-para {
  font-size: 16px;
  line-height: 26px;
  color: var(--white);
}

@media only screen and (max-width: 767.98px) {
  .single-orders .orders-flex-content .contents .order-para {
    font-size: 15px;
  }
}

/* Dashboard Contact Info */
.single-contact-dashboard {
  border-radius: 20px;
}

.single-contact-dashboard.contact-padding {
  padding: 30px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-contact-dashboard.contact-padding {
    padding: 20px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .single-contact-dashboard.contact-padding {
    padding: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .single-contact-dashboard.contact-padding {
    padding: 20px 10px;
  }
}

.contact-flex-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-flex-contents {
    display: block;
  }
}

@media only screen and (max-width: 575.98px) {
  .contact-flex-contents {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.contact-left-content .contact-title {
  font-size: 18px;
}

.contact-right-contents .edit-profile {
  background: var(--customer-profile);
  color: var(--white);
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding: 8px 15px;
  border-radius: 5px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .contact-right-contents .edit-profile {
    margin-top: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.contact-info-list.style-02 .list {
  display: inline-block;
  width: 100%;
}

.contact-info-list.style-02 .list:not(:last-child) {
  margin-bottom: 40px;
}

.contact-info-list.style-02 .list .span-title {
  width: 150px;
  line-height: 28px;
}

@media only screen and (max-width: 375px) {
  .contact-info-list.style-02 .list .span-title {
    width: 120px;
  }
}

.contact-info-list.style-02 .list .title {
  margin-top: 0;
  display: inline-block;
  line-height: 28px;
}

.contact-info-list .list {
  display: block;
  font-size: 16px;
  line-height: 26px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .contact-info-list .list {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .contact-info-list .list {
    font-size: 15px;
  }
}

.contact-info-list .list:not(:last-child) {
  margin-bottom: 24px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .contact-info-list .list:not(:last-child) {
    margin-bottom: 17px;
  }
}

.contact-info-list .list .title {
  margin-top: 10px;
  display: block;
}

.contact-billing-address .single-billing-address {
  border-radius: 20px;
  padding: 30px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .contact-billing-address .single-billing-address {
    padding: 20px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .contact-billing-address .single-billing-address {
    padding: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .contact-billing-address .single-billing-address {
    padding: 20px 10px;
  }
}

.contact-billing-address .single-billing-address:not(:last-child) {
  margin-bottom: 26px;
}

.dashboard-flex-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}

@media only screen and (max-width: 575.98px) {
  .dashboard-flex-input {
    display: flex !important;
    flex-direction: column;
  }
}

.dashboard-flex-input .dashboard-input {
  width: 100%;
}

.dashboard-input {
  position: relative;
  display: inline-block;
  width: 100%;
}

.dashboard-input .bootstrap-tagsinput {
  width: 100%;
  height: 55px;
  padding: 9px 15px;
  border: 1px solid rgba(221, 221, 221, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  overflow-y: auto;
}

.dashboard-input .bootstrap-tagsinput:focus {
  -webkit-box-shadow: 0 0 10px rgba(5, 205, 153, 0.1);
  box-shadow: 0 0 10px rgba(5, 205, 153, 0.1);
  border-color: rgba(5, 205, 153, 0.3);
}

.dashboard-input .bootstrap-tagsinput .tag {
  background: var(--body-color);
  padding: 2px 5px;
  margin: 2px 0;
  line-height: 26px;
  border-radius: 5px;
  font-size: 14px;
}

.dashboard-input .tags_input {
  width: 100%;
}

.dashboard-input .form--control {
  width: 100%;
  height: 55px;
  border: 1px solid rgba(221, 221, 221, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  font-size: 15px;
  padding: 0 15px;
}

@media only screen and (max-width: 375px) {
  .dashboard-input .form--control {
    font-size: 14px;
  }
}

.dashboard-input .form--control:focus {
  -webkit-box-shadow: 0 0 10px rgba(5, 205, 153, 0.1);
  box-shadow: 0 0 10px rgba(5, 205, 153, 0.1);
  border-color: rgba(5, 205, 153, 0.3);
}

.dashboard-input .form--message {
  padding: 15px;
}

.dashboard-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--heading-color);
  margin-bottom: 8px;
}

@media only screen and (max-width: 375px) {
  .dashboard-label {
    font-size: 14px;
  }
}

.toggle-password {
  position: absolute;
  bottom: 15px;
  right: 20px;
  cursor: pointer;
}

.hide-icon {
  display: none;
}

.toggle-password.show-pass .hide-icon {
  display: block;
}

.toggle-password.show-pass .show-icon {
  display: none;
}

/* Dashboard Recent Orders */
.recent-order-wrapper {
  border-radius: 20px;
  padding: 30px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .recent-order-wrapper {
    padding: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .recent-order-wrapper {
    padding: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .recent-order-wrapper {
    padding: 30px 150px;
  }
}

@media only screen and (max-width: 480px) {
  .recent-order-wrapper {
    padding: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .recent-order-wrapper {
    padding: 20px 10px;
  }
}

.action-icon .icon {
  color: var(--customer-profile);
}

.action-icon .icon:nth-child(3n+2) {
  color: var(--main-color-two);
}

.action-icon .icon:nth-child(3n+3) {
  color: var(--main-color-one);
}

.dashboard-table thead tr {
  border-bottom: 1px solid rgba(221, 221, 221, 0.4);
}


.dashboard-table thead tr th {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 10px 15px;
}

.dashboard-table thead tr th:first-child {
  text-align: left;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .dashboard-table thead tr th {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .dashboard-table thead tr th {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .dashboard-table thead tr th {
    font-size: 14px;
  }
}

.table-wrap thead tr th {
  text-align: unset;
}

.dashboard-table tbody {
  overflow: unset;
}

.dashboard-table tbody tr {
  border-bottom: 1px solid rgba(221, 221, 221, 0.4);
}

.dashboard-table tbody tr td {
  text-align: left;
  padding-inline: 8px;
  font-size: 16px;
  word-break: break-word;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .dashboard-table tbody tr td {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .dashboard-table tbody tr td {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .dashboard-table tbody tr td {
    font-size: 14px;
  }
}

.dashboard-table tbody tr td:first-child {
  text-align: left;
}

.dashboard-table tbody tr td .logo-brand {
  height: 55px;
  width: 60px;
  max-width: 70px;
  flex-shrink: 0;
}
.table-wrap .logo-brand-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex-wrap: wrap;
  padding-inline: 10px;
}
.table-wrap .logo-brand {
  flex-shrink: 0;
  max-width: 80px;
}
.table-wrap .logo-brand-contents b,
.table-wrap .logo-brand-contents p {
  word-break: keep-all;
}
.table-wrap tbody tr td {
  padding-inline: 10px;
}
.dashboard-table tbody tr td .logo-brand img {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.dashboard-table tbody tr td .btn-status {
  background: #F9503E;
  color: var(--white);
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 5px;
}

.dashboard-table tbody tr td .action-icon {
  margin: 5px 10px;
}

.dashboard-table tbody tr td .action-icon .icon {
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dashboard-table tbody tr td .action-icon .icon:hover {
  color: var(--customer-profile);
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .dashboard-table tbody tr td .action-icon .icon {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .dashboard-table tbody tr td .action-icon .icon {
    font-size: 16px;
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .dashboard-table .custom--table {
    overflow-x: scroll;
  }
}

.row-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  border: 1px solid #ddd;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .row-check {
    height: 18px;
    width: 18px;
    font-size: 12px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .row-check {
    height: 17px;
    width: 17px;
    font-size: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .row-check {
    height: 15px;
    width: 15px;
    font-size: 10px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .row-check {
    margin-left: auto;
  }
}

.row-check.checked {
  background: #05cd99;
  color: var(--white);
  border-color: transparent;
}

.row-check.checked::before {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
}

.res-row-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  border: 1px solid #ddd;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .res-row-check {
    height: 18px;
    width: 18px;
    font-size: 12px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .res-row-check {
    height: 17px;
    width: 17px;
    font-size: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .res-row-check {
    height: 15px;
    width: 15px;
    font-size: 10px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .res-row-check {
    margin-left: auto;
  }
}

.res-row-check.checked {
  background: #05cd99;
  color: var(--white);
  border-color: transparent;
}

.res-row-check.checked::before {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
}

.payment {
  font-size: 15px;
  padding: 5px 20px;
  border-radius: 5px;
  background: rgba(221, 221, 221, 0.1);
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .payment {
    padding: 5px 15px;
    font-size: 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .payment {
    padding: 5px 10px;
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .payment {
    padding: 5px 10px;
    font-size: 13px;
  }
}

.payment:hover {
  background: #333;
  color: var(--white);
}

.payment.paid {
  background: rgba(5, 205, 153, 0.1);
  color: #05cd99;
}

.payment.paid:hover {
  background: #05cd99;
  color: var(--white);
}

.payment.due {
  background: rgba(249, 80, 62, 0.3);
  color: #F9503E;
}

.payment.due:hover {
  background: #F9503E;
  color: var(--white);
}

.add-dropdown-text {
  position: relative;
  z-index: 1;
  color: var(--white);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
  padding: 7px 10px;
}

.add-dropdown-text:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .add-dropdown-text {
    font-size: 14px;
    padding: 5px 8px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .add-dropdown-text {
    font-size: 14px;
    padding: 5px 7px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .add-dropdown-text {
    font-size: 13px;
    padding: 5px 5px;
  }
}

[value=Active].add-dropdown-text {
  background: #05cd99;
  border: 2px solid #05cd99;
  color: var(--white);
}

[value=Active].add-dropdown-text:hover {
  background: none;
  color: #05cd99;
}

[value=Inactive].add-dropdown-text {
  background: #F9503E;
  border: 2px solid #F9503E;
  color: var(--white);
}

[value=Inactive].add-dropdown-text:hover {
  background: none;
  color: #F9503E;
}

[value=Pending].add-dropdown-text {
  background: #FABE50;
  border: 2px solid #FABE50;
}

[value=Pending].add-dropdown-text:hover {
  background: none;
  color: #FABE50;
}

[value=Completed].add-dropdown-text {
  background: #05cd99;
  border: 2px solid #05cd99;
}

[value=Completed].add-dropdown-text:hover {
  background: none;
  color: #05cd99;
}

[value=Canceled].add-dropdown-text {
  background: #F9503E;
  border: 2px solid #F9503E;
}

[value=Canceled].add-dropdown-text:hover {
  background: none;
  color: #F9503E;
}

.status-dropdown {
  display: inline-block;
  position: relative;
}

.dashboard-table [data-label] {
  position: relative;
}

.dashboard-table [data-label]::before {
  position: absolute;
  content: attr(data-label);
  font-weight: 700;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  padding: 8px 20px;
  display: none;
  font-size: 14px;
}

/* Dashboard Profile Photo */
.profile-photo-change {
  border-radius: 10px;
}

.profile-photo-change .photo-upload {
  display: inline-block;
  padding: 10px 30px 25px;
  text-align: center;
  width: 100%;
  border: 2px dashed #ddd;
  border-radius: 10px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .profile-photo-change .photo-upload {
    padding: 5px 15px 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .profile-photo-change .photo-upload {
    padding: 5px 20px 15px;
  }
}

@media only screen and (max-width: 480px) {
  .profile-photo-change .photo-upload {
    padding: 10px 15px 20px;
  }
}

.profile-photo-change .photo-upload .upload-icon {
  font-size: 50px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .profile-photo-change .photo-upload .upload-icon {
    font-size: 35px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .profile-photo-change .photo-upload .upload-icon {
    font-size: 35px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .profile-photo-change .photo-upload .upload-icon {
    font-size: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .profile-photo-change .photo-upload .upload-icon {
    font-size: 30px;
  }
}

.profile-photo-change .photo-upload .upload-para {
  font-size: 15px;
}

.upload-finish {
  position: relative;
  z-index: 1;
}

.upload-finish .upload-thumb {
  max-width: 120px;
  max-height: 120px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.upload-finish .upload-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.upload-finish .upload-thumb .close-thumb {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #ddd;
  color: #333;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.upload-finish .upload-thumb .close-thumb:hover {
  background: #05cd99;
  color: var(--white);
}

.upload-finish .photo-name {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.upload-finish .photo-size {
  display: block;
  font-size: 12px;
}

.dashboard-btn-wrapper .btn-submit {
  font-size: 18px;
  font-weight: 500;
  padding: 12px 35px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .dashboard-btn-wrapper .btn-submit {
    font-size: 16px;
    padding: 12px 25px;
  }
}

@media only screen and (max-width: 480px) {
  .dashboard-btn-wrapper .btn-submit {
    font-size: 16px;
    padding: 12px 20px;
  }
}

@media only screen and (max-width: 375px) {
  .dashboard-btn-wrapper .btn-submit {
    font-size: 15px;
    padding: 10px 15px;
  }
}

.dashboard-btn-wrapper .btn-submit.dashboard-bg {
  background: var(--main-color-one);
  color: var(--white);
  border: 2px solid var(--main-color-one);
}

.dashboard-btn-wrapper .btn-submit.dashboard-bg:hover {
  background: none;
  color: var(--main-color-one);
}

.dashboard-btn-wrapper .btn-submit.btn-medium {
  font-size: 16px;
  padding: 10px 25px;
}

/* Dashboard Wallet */
.wallet-child:nth-child(1) .single-wallet {
  background: var(--customer-profile);
  padding: 25px 25px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .wallet-child:nth-child(1) .single-wallet {
    padding: 20px 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .wallet-child:nth-child(1) .single-wallet {
    padding: 20px 20px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .wallet-child:nth-child(1) .single-wallet {
    padding: 25px 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .wallet-child:nth-child(1) .single-wallet {
    padding: 20px 15px;
  }
}

.wallet-child:nth-child(1) .single-wallet .wallet-shapes {
  position: absolute;
  top: -50px;
  right: -100px;
  height: 200%;
  width: 220px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.2);
  z-index: -1;
}

.wallet-child:nth-child(1) .single-wallet .wallet-flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 20px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .wallet-child:nth-child(1) .single-wallet .wallet-flex-content {
    gap: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .wallet-child:nth-child(1) .single-wallet .wallet-flex-content {
    gap: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .wallet-child:nth-child(1) .single-wallet .wallet-flex-content {
    gap: 10px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .wallet-child:nth-child(1) .single-wallet .wallet-flex-content {
    gap: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .wallet-child:nth-child(1) .single-wallet .wallet-flex-content {
    gap: 10px;
  }
}

.wallet-child:nth-child(1) .single-wallet .wallet-flex-content .icon {
  font-size: 50px;
  color: var(--white);
  height: unset;
  width: unset;
  border-radius: 10px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .wallet-child:nth-child(1) .single-wallet .wallet-flex-content .icon {
    font-size: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .wallet-child:nth-child(1) .single-wallet .wallet-flex-content .icon {
    font-size: 40px;
    text-align: right;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .wallet-child:nth-child(1) .single-wallet .wallet-flex-content .icon {
    font-size: 40px;
    text-align: right;
  }
}

.wallet-child:nth-child(1) .single-wallet .wallet-flex-content .wallet-contents .wallet-titles {
  font-size: 36px;
  font-weight: 500;
  line-height: 55px;
  color: var(--white);
  margin: 0;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .wallet-child:nth-child(1) .single-wallet .wallet-flex-content .wallet-contents .wallet-titles {
    font-size: 34px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .wallet-child:nth-child(1) .single-wallet .wallet-flex-content .wallet-contents .wallet-titles {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  .wallet-child:nth-child(1) .single-wallet .wallet-flex-content .wallet-contents .wallet-titles {
    font-size: 28px;
  }
}

.wallet-child:nth-child(1) .single-wallet .wallet-flex-content .wallet-contents .wallet-para {
  font-size: 16px;
  line-height: 26px;
  color: var(--white);
}

@media only screen and (max-width: 767.98px) {
  .wallet-child:nth-child(1) .single-wallet .wallet-flex-content .wallet-contents .wallet-para {
    font-size: 15px;
  }
}

.add-money {
  position: relative;
  z-index: 3;
}

.add-money .icon {
  cursor: pointer;
}

.add-money .add-money-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 50px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 136, 221, 0.1);
  box-shadow: 0 0 10px rgba(0, 136, 221, 0.1);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid var(--customer-profile);
  overflow: hidden;
  width: 400px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .add-money .add-money-wrapper {
    left: auto;
    right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .add-money .add-money-wrapper {
    left: auto;
    right: 0;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .add-money .add-money-wrapper {
    left: auto;
    right: 0;
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .add-money .add-money-wrapper {
    width: 320px;
  }
}

@media only screen and (max-width: 375px) {
  .add-money .add-money-wrapper {
    width: 280px;
    padding: 30px 10px;
  }
}

.add-money .add-money-wrapper .add-money-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  width: 35px;
  background: var(--customer-profile);
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}

.add-money.add-wallet .add-money-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  top: -100%;
}

.dashboard_checkbox,
.dashboard-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
  gap: 10px;
}

.dashboard_checkbox.on_track_checkbox,
.dashboard-checkbox.on-track-checkbox {
  gap: 5px;
}

.dashboard_checkbox.on_track_checkbox .check_input,
.dashboard-checkbox.on-track-checkbox .check-input {
  border-radius: 50%;
}

.dashboard_checkbox.on_track_checkbox .check_input:checked+.checkbox_label,
.dashboard-checkbox.on-track-checkbox .check-input:checked+.checkbox-label {
  color: var(--customer-profile);
  font-weight: 500;
}

.dashboard_checkbox .check_input,
.dashboard-checkbox .check-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 18px;
  min-width: 18px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  margin-top: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dashboard_checkbox .check_input::after,
.dashboard-checkbox .check-input::after {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 10px;
  color: var(--white);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1.6) rotate(90deg);
  transform: scale(1.6) rotate(90deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.dashboard_checkbox .check_input:checked,
.dashboard-checkbox .check-input:checked {
  background: var(--customer-profile);
  border-color: var(--customer-profile);
  background: var(--customer-profile);
}

.dashboard_checkbox .check_input:checked::after,
.dashboard-checkbox .check-input:checked::after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1.2) rotate(0deg);
  transform: scale(1.2) rotate(0deg);
}

.dashboard_checkbox .checkbox_label,
.dashboard-checkbox .checkbox-label {
  cursor: pointer;
  text-align: left;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  color: var(--heading-color);
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 575.98px) {

  .dashboard_checkbox .checkbox_label,
  .dashboard-checkbox .checkbox-label {
    font-size: 15px;
  }
}

.add-money-cards .payment-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.add-money-cards .payment-card .single-card {
  background: #fff;
  padding: 5px 10px;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.add-money-cards .payment-card .single-card.active {
  border-color: var(--customer-profile);
}

.add-money-cards .payment-card .single-card.active::before {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  background: var(--customer-profile);
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  font-size: 10px;
  border-radius: 50%;
  position: absolute;
  top: -7px;
  right: -7px;
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.add-money-cards .payment-card .single-card:not(:last-child) {
  margin-right: 10px;
}

.single-wallet {
  padding: 25px 25px;
  background: #fff;
  border-radius: 20px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .single-wallet {
    padding: 35px 25px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .single-wallet {
    padding: 34px 25px;
  }
}

.wallet-flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .wallet-flex-content {
    gap: 10px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .wallet-flex-content {
    gap: 10px;
  }
}

@media only screen and (max-width: 375px) {
  .wallet-flex-content {
    gap: 15px;
  }
}

.wallet-flex-content .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 75px;
  width: 75px;
  color: var(--customer-profile);
  background: rgba(var(--customer-profile-rgb), 0.1);
  font-size: 50px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .wallet-flex-content .icon {
    height: 55px;
    width: 55px;
    font-size: 40px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .wallet-flex-content .icon {
    height: 50px;
    width: 50px;
    font-size: 36px;
  }
}

.wallet-flex-content .wallet-contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wallet-flex-content .wallet-contents .wallet-titles {
  font-size: 24px;
  line-height: 30px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .wallet-flex-content .wallet-contents .wallet-titles {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .wallet-card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 24px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .wallet-card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 24px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .wallet-card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 24px;
  }
}

.single-card-info {
  padding: 30px;
  border-radius: 20px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-card-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 250px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-card-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 250px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-card-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 250px;
  }
}

/* Dashboard Reward Point */
.redeem-reward-point-wrapper {
  padding: 20px 30px;
  border-radius: 20px;
}

@media only screen and (max-width: 375px) {
  .redeem-reward-point-wrapper {
    padding: 20px 10px;
  }
}

.reward-point-title {
  font-size: 20px;
  line-height: 30px;
}

.reward-point-title .max-redeem {
  font-size: 14px;
  font-weight: 400;
}

.redeem-flex-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .redeem-flex-contents {
    display: block;
  }
}

@media only screen and (max-width: 575.98px) {
  .redeem-flex-contents {
    display: block;
  }
}

@media only screen and (max-width: 767.98px) {
  .redeem-flex-contents {
    display: block;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .redeem-flex-contents .redeem-button-wrapper {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .redeem-flex-contents .redeem-button-wrapper {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 575.98px) {
  .redeem-flex-contents .redeem-button-wrapper {
    margin-top: 20px;
  }
}

.redeem-form {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 480px) {
  .redeem-form {
    display: block;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .redeem-form .redeem-control {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}

.redeem-form .form--control {
  height: 54px;
  border: 1px solid rgba(221, 221, 221, 0.4);
  background: none;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  padding: 0 15px;
}

.redeem-form .form--control:focus {
  -webkit-box-shadow: 0 0 10px rgba(5, 205, 153, 0.1);
  box-shadow: 0 0 10px rgba(5, 205, 153, 0.1);
  border-color: rgba(5, 205, 153, 0.4);
}

.redeem-button-wrapper .btn-redeem {
  background: var(--customer-profile);
  color: var(--white);
  font-size: 15px;
  padding: 16px 20px;
  border-radius: 5px;
  display: inline-block;
}

.earn-money {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 480px) {
  .earn-money {
    margin-top: 10px;
  }
}

.earn-money .equal-sign {
  font-size: 24px;
  color: #333;
}

.earn-money .money {
  font-size: 24px;
  font-weight: 500;
  color: var(--main-color-three);
  word-break: break-all;
}

.redeem-promo {
  padding: 0 24px 24px;
  border-radius: 20px;
}

@media only screen and (max-width: 375px) {
  .redeem-promo {
    padding: 0 10px 24px;
  }
}

.reward-child:nth-child(3n+2) .single-reward {
  background: rgba(var(--main-color-three-rgb), 0.1);
}

.reward-child:nth-child(3n+2) .single-reward .reward-contents .reward-titles {
  color: var(--main-color-three);
}

.reward-child:nth-child(3n+2) .single-reward .reward-contents .reward-btn {
  background: var(--main-color-three);
}

.reward-child:nth-child(3n+2) .single-reward .reward-contents .reward-btn:hover {
  color: var(--main-color-three);
  border-color: var(--main-color-three);
}

.reward-child:nth-child(3n+2) .single-reward .reward-lock-icon .lockunlock {
  background: var(--main-color-three);
}

.reward-child:nth-child(3n+3) .single-reward {
  background: rgba(0, 136, 221, 0.1);
}

.reward-child:nth-child(3n+3) .single-reward .reward-contents .reward-titles {
  color: #0088DD;
}

.reward-child:nth-child(3n+3) .single-reward .reward-contents .reward-btn {
  background: #0088DD;
}

.reward-child:nth-child(3n+3) .single-reward .reward-contents .reward-btn:hover {
  color: #0088DD;
  border-color: #0088DD;
}

.reward-child:nth-child(3n+3) .single-reward .reward-lock-icon .lockunlock {
  background: #0088DD;
}

.single-reward {
  background: rgba(var(--customer-profile-rgb), 0.1);
  padding: 35px 30px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .single-reward {
    padding: 35px 16px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .single-reward {
    padding: 20px 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-reward {
    padding: 20px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-reward {
    padding: 30px 20px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-reward {
    padding: 25px 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .single-reward {
    padding: 20px 15px;
  }
}

.single-reward.disabled .reward-contents .reward-btn {
  background: #E9EDF7 !important;
  color: #999 !important;
}

.single-reward.disabled .reward-contents .reward-btn:hover {
  background: #E9EDF7 !important;
  border-color: #E9EDF7 !important;
}

.single-reward.disabled .reward-lock-icon .unlock {
  visibility: hidden;
  opacity: 0;
}

.single-reward.disabled .reward-lock-icon .lock {
  visibility: visible;
  opacity: 1;
}

.single-reward.disabled .reward-lock-icon .lockunlock {
  background: #E9EDF7 !important;
  color: #999;
}

.single-reward .reward-lock-icon .lockunlock {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  background: var(--customer-profile);
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border-radius: 0 10px 0 10px;
}

.single-reward .reward-lock-icon .lock {
  visibility: hidden;
  opacity: 0;
}

.single-reward .reward-flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .single-reward .reward-flex-content {
    gap: 10px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .single-reward .reward-flex-content {
    gap: 10px;
    display: block;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-reward .reward-flex-content {
    gap: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-reward .reward-flex-content {
    gap: 10px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-reward .reward-flex-content {
    gap: 20px;
  }
}

@media only screen and (max-width: 767.98px) {
  .single-reward .reward-flex-content {
    gap: 10px;
  }
}

@media only screen and (max-width: 375px) {
  .single-reward .reward-flex-content {
    display: block;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .single-reward .reward-flex-content .icon-img {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 375px) {
  .single-reward .reward-flex-content .icon-img {
    margin-bottom: 10px;
  }
}

.single-reward .reward-flex-content .reward-contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.single-reward .reward-flex-content .reward-contents .reward-titles {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  color: var(--white);
  margin: 0;
  color: var(--customer-profile);
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-reward .reward-flex-content .reward-contents .reward-titles {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767.98px) {
  .single-reward .reward-flex-content .reward-contents .reward-titles {
    font-size: 20px;
  }
}

.single-reward .reward-flex-content .reward-contents .reward-para {
  font-size: 16px;
  line-height: 26px;
  color: #666;
}

@media only screen and (max-width: 767.98px) {
  .single-reward .reward-flex-content .reward-contents .reward-para {
    font-size: 15px;
    display: block;
  }
}

.single-reward .reward-flex-content .reward-contents .reward-btn {
  background: var(--customer-profile);
  color: var(--white);
  font-size: 15px;
  padding: 5px 20px;
  border: 2px solid transparent;
  border-radius: 5px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-reward .reward-flex-content .reward-contents .reward-btn:hover {
  background: none;
  color: var(--customer-profile);
  border-color: var(--customer-profile);
}

.recent-reward-wrapper {
  padding: 30px;
  border-radius: 20px;
}

@media only screen and (max-width: 375px) {
  .recent-reward-wrapper {
    padding: 20px 10px;
  }
}

.recent-reward-wrapper .dashboard-common-title {
  font-size: 20px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .recent-reward-wrapper .dashboard-common-title {
    font-size: 18px;
  }
}

.reward-point-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  padding-top: 18px;
  border-top: 1px solid rgba(221, 221, 221, 0.4);
}

.reward-point-list .list:not(:last-child) {
  padding-bottom: 18px;
}

.reward-point-list .list .date-list .reward-point {
  color: var(--heading-color);
}

.reward-point-list .list .date-list .point-date {
  font-size: 12px;
  display: block;
  margin-top: 6px;
}

.reward-point-list .list .main-points {
  font-weight: 500;
  color: var(--heading-color);
}

/* Dashboard Order Status */
.order-status-area {
  padding: 50px 40px;
  border-radius: 20px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .order-status-area {
    padding: 40px 40px;
  }
}

@media only screen and (max-width: 480px) {
  .order-status-area {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 375px) {
  .order-status-area {
    padding: 20px 20px;
  }
}

.order-top-flex-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.status-delivery-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .status-delivery-flex {
    gap: 10px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .status-delivery-flex {
    gap: 10px;
  }
}

.status-delivery-flex .status-date {
  font-size: 15px;
}

.order-status-right .vendor-name {
  font-size: 16px;
  line-height: 28px;
}

.order-status-right .vendor-name .names {
  color: var(--customer-profile);
  margin-left: 5px;
}

.order-step-area {
  padding: 0 100px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .order-step-area {
    padding: 0 50px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .order-step-area {
    padding: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .order-step-area {
    padding: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .order-step-area {
    padding: 0;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .order-step-area {
    padding: 0;
  }
}

.order-step-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-step {
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
  width: calc((100% / 5) - 0px);
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-step {
    width: calc((100% / 4) - 0px);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .single-step {
    width: calc((100% / 3) - 0px);
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-step {
    width: calc((100% / 3) - 0px);
  }
}

@media only screen and (max-width: 575.98px) {
  .single-step {
    width: calc((100% / 2) - 0px);
  }
}

@media only screen and (max-width: 375px) {
  .single-step {
    width: calc((100% / 1) - 0px);
  }
}

.single-step.order-complete::before,
.single-step.order-complete::after {
  background: var(--customer-profile);
}

.single-step.order-complete .step-number {
  background: var(--customer-profile);
  color: var(--white);
  border-color: var(--customer-profile);
}

.single-step.order-complete .step-number .num {
  display: none;
}

.single-step.order-complete .step-number .icon {
  display: block;
  font-size: 20px;
}

.single-step:first-child::before {
  display: none;
}

@media only screen and (max-width: 375px) {
  .single-step:first-child::before {
    display: block;
  }
}

.single-step:last-child::after {
  display: none;
}

@media only screen and (max-width: 375px) {
  .single-step:last-child::after {
    display: block;
  }
}

.single-step::before,
.single-step::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 50%;
  top: 20px;
  left: 0;
  background: #ddd;
  z-index: -1;
}

.single-step::after {
  left: auto;
  right: 0;
}

.single-step .step-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px dashed #666;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 15px;
}

.single-step .step-number .icon {
  display: none;
}

.single-step .step-title {
  font-size: 16px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-step .step-title {
    font-size: 15px;
  }
}

.status-bottom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .status-bottom-flex {
    gap: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .status-bottom-flex {
    gap: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .status-bottom-flex {
    gap: 20px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .status-bottom-flex {
    gap: 20px;
  }
}

.status-bottom-flex .status-left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 50px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .status-bottom-flex .status-left-content {
    gap: 24px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .status-bottom-flex .status-left-content {
    gap: 24px 10px;
  }
}

.status-bottom-flex .status-left-content .single-left-contents {
  max-width: 350px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .status-bottom-flex .status-left-content .single-left-contents {
    max-width: 300px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .status-bottom-flex .status-left-content .single-left-contents {
    max-width: 300px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .status-bottom-flex .status-left-content .single-left-contents {
    max-width: 300px;
  }
}

.status-bottom-flex .status-left-content .single-left-contents .address-para {
  line-height: 28px;
  font-size: 16px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .status-bottom-flex .status-left-content .single-left-contents .address-para {
    font-size: 15px;
  }
}

.count-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px 50px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .count-list .list {
    gap: 10px 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .count-list .list {
    gap: 10px 20px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .count-list .list {
    gap: 10px 40px;
  }
}

@media only screen and (max-width: 375px) {
  .count-list .list {
    gap: 10px 50px;
  }
}

.count-list .list .left {
  color: var(--paragraph-color);
}

.count-list .list:not(:last-child) {
  margin-bottom: 15px;
}

/* Data Table Style */
.dataTables_wrapper .dataTables_length select {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  height: 40px !important;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  height: 40px;
  padding-right: 15px;
}

table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 1px solid var(--border-color);
  color: var(--paragraph-color);
}

table.dataTable thead tr th {
  color: var(--heading-color);
}

table.dataTable thead tr th:first-child {
  padding-left: 10px;
}

table.dataTable tbody tr td {
  color: var(--paragraph-color);
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  border-color: var(--border-two);
}

.data-table-style tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: var(--border-two);
}

table.dataTable.no-footer {
  border-bottom: 1px solid var(--border-two);
  border-color: var(--border-two) !important;
}

.table-wrap .table>:not(:first-child) {
  border-color: var(--border-two);
}

.dataTables_wrapper .dataTables_info {
  padding-top: 30px;
}

.dataTables_wrapper .dataTables_paginate {
  padding-top: 24px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  color: #fff !important;
  border: 1px solid var(--customer-profile);
  background: var(--customer-profile);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: var(--customer-profile) !important;
  background: none;
  border-color: var(--customer-profile);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #fff !important;
  border: 1px solid var(--customer-profile);
  background: var(--customer-profile);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
  border: 1px solid var(--customer-profile);
  color: var(--customer-profile) !important;
  text-indent: -9999px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 1;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next::after {
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 12px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous::before {
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);

  z-index: 99;
  left: 10px;

}

.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
  border: 1px solid var(--customer-profile);
  color: #333 !important;
  background: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled::before {
  border-color: rgba(221, 221, 221, 0.5);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled::after {
  border-color: rgba(221, 221, 221, 0.5);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled {
  border-color: rgba(221, 221, 221, 0.3);
  color: #666 !important;
}

/* Dashboard Close */
@media (min-width: 300px) and (max-width: 991.98px) {
  .dashboard-left-content {
    z-index: 1;
    position: fixed;
    left: -100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 99;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    display: block;
    height: calc(100vh - 0px);
    transition: all 0.5s;
  }

  .dashboard-left-content.active {
    visibility: visible;
    opacity: 1;
    left: 0;
  }
}

@media only screen and (min-width: 300px) and (max-width: 991.98px) and (max-width: 480px) {
  .dashboard-left-content {
    width: 280px;
  }
}

.dashboard-left-content .close-bars {
  position: absolute;
  right: 3px;
  top: 3px;
  font-size: 24px;
  color: var(--white);
  background: var(--customer-profile);
  -webkit-box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
  box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  width: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  display: none;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .dashboard-left-content .close-bars {
    display: block;
  }
}

.dashboard-icon {
  display: none;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .dashboard-icon {
    display: block;
  }
}

.dashboard-icon .sidebar-icon {
  font-size: 28px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  width: 45px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--customer-profile);
  -webkit-box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
  box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
  z-index: 95;
  border-radius: 5px;
  color: var(--white);
}

/* Vendor Dashboard css */
/* Vendor Sign In */
.vendor-signin-wrapper {
  max-width: 520px;
  margin: 0 auto;
}

.vendor-signin-wrapper-inner {
  padding: 30px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  box-shadow: 0 0 10px #f1f1f1;
}

.admin-login-wrapper {
  max-width: 500px;
  padding-left: 50px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .admin-login-wrapper {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .admin-login-wrapper {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .admin-login-wrapper {
    padding-left: 10px;
  }
}

.center-text {
  text-align: center;
}

.remember-password-flex {
  gap: 10px;
}

.conditions {
  font-weight: 500;
  display: inline-block;
}

.conditions:hover {
  color: var(--customer-profile);
}

.account-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.account-bottom .account-title {
  color: var(--paragraph-color);
}

.account-bottom .signup-login {
  color: var(--main-color-one);
}

/* vendor reg */
.single-vendor-reg {
  padding: 40px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .single-vendor-reg {
    padding: 30px;
  }
}

@media only screen and (max-width: 575.98px) {
  .single-vendor-reg {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 375px) {
  .single-vendor-reg {
    padding: 20px 15px;
  }
}

/*vendor Dashboard */
.color-calendar.basic .calendar__header {
  padding: 0;
}

.color-calendar.basic .calendar__body {
  padding: 10px 0 0;
}

.color-calendar .calendar__days {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(20px, 55px))[7];
  grid-template-columns: repeat(7, minmax(20px, 55px));
  -ms-grid-rows: (minmax(30px, 40px))[4];
  grid-template-rows: repeat(4, minmax(30px, 40px));
}

.color-calendar .calendar__days>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.color-calendar .calendar__days>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.color-calendar .calendar__days>*:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.color-calendar .calendar__days>*:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

.color-calendar .calendar__days>*:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.color-calendar .calendar__days>*:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}

.color-calendar .calendar__days>*:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.color-calendar .calendar__days>*:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.color-calendar .calendar__days>*:nth-child(9) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.color-calendar .calendar__days>*:nth-child(10) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.color-calendar .calendar__days>*:nth-child(11) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}

.color-calendar .calendar__days>*:nth-child(12) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}

.color-calendar .calendar__days>*:nth-child(13) {
  -ms-grid-row: 2;
  -ms-grid-column: 6;
}

.color-calendar .calendar__days>*:nth-child(14) {
  -ms-grid-row: 2;
  -ms-grid-column: 7;
}

.color-calendar .calendar__days>*:nth-child(15) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.color-calendar .calendar__days>*:nth-child(16) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.color-calendar .calendar__days>*:nth-child(17) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.color-calendar .calendar__days>*:nth-child(18) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}

.color-calendar .calendar__days>*:nth-child(19) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.color-calendar .calendar__days>*:nth-child(20) {
  -ms-grid-row: 3;
  -ms-grid-column: 6;
}

.color-calendar .calendar__days>*:nth-child(21) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}

.color-calendar .calendar__days>*:nth-child(22) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.color-calendar .calendar__days>*:nth-child(23) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}

.color-calendar .calendar__days>*:nth-child(24) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}

.color-calendar .calendar__days>*:nth-child(25) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}

.color-calendar .calendar__days>*:nth-child(26) {
  -ms-grid-row: 4;
  -ms-grid-column: 5;
}

.color-calendar .calendar__days>*:nth-child(27) {
  -ms-grid-row: 4;
  -ms-grid-column: 6;
}

.color-calendar .calendar__days>*:nth-child(28) {
  -ms-grid-row: 4;
  -ms-grid-column: 7;
}

.color-calendar .calendar__picker .calendar__picker-month-option {
  padding: 12px 0;
  font-weight: 500;
  color: var(--heading-color);
  border-radius: 10px;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.color-calendar .calendar__picker .calendar__picker-month-option::after {
  background: rgba(221, 221, 221, 0.3);
  border-radius: 10px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.color-calendar .calendar__picker .calendar__picker-month-selected::after {
  background: var(--customer-profile);
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.color-calendar .calendar__picker .calendar__picker-month-option:hover {
  color: var(--white);
}

.color-calendar .calendar__picker .calendar__picker-month-option:hover:after {
  background: var(--customer-profile);
  opacity: 1;
  color: var(--white);
}

.color-calendar .calendar__picker .calendar__picker-month-selected {
  color: var(--white);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.color-calendar.basic .calendar__picker-year-today {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.color-calendar .calendar__picker .calendar__picker-year-option {
  padding: 12px 0;
  font-weight: 500;
  color: var(--heading-color);
  border-radius: 10px;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.color-calendar .calendar__picker .calendar__picker-year-option::after {
  background: rgba(221, 221, 221, 0.3);
  border-radius: 10px;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.color-calendar .calendar__picker .calendar__picker-year-selected::after {
  background: var(--customer-profile);
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.color-calendar .calendar__picker .calendar__picker-year-option:hover {
  color: var(--white);
}

.color-calendar .calendar__picker .calendar__picker-year-option:hover:after {
  background: var(--customer-profile);
  opacity: 1;
  color: var(--white);
}

.color-calendar .calendar__picker .calendar__picker-year-selected {
  color: var(--white);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.color-calendar.basic .calendar__days .calendar__day-bullet {
  background: var(--customer-profile);
}

.color-calendar.basic .calendar__days .calendar__day-selected .calendar__day-box {
  background: var(--customer-profile);
  -webkit-box-shadow: 0 0 10px rgba(var(--customer-profile-rgb), 0.1);
  box-shadow: 0 0 10px rgba(var(--customer-profile-rgb), 0.1);
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.color-calendar.basic .calendar__days .calendar__day-today .calendar__day-box {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.color-calendar.basic .calendar__days .calendar__day-text:hover~.calendar__day-box {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.color-calendar.basic .calendar__days .calendar__day-box:hover {
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.color-calendar.basic .calendar__days .calendar__day {
  font-weight: 400;
  font-size: 14px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.color-calendar .calendar__monthyear {
  font-size: 18px;
}

.color-calendar.basic .calendar__weekdays .calendar__weekday {
  font-weight: 500;
  opacity: 1;
  font-size: 13px;
  color: var(--heading-color);
}

.color-calendar.basic .calendar__arrow-inner::after {
  background: rgba(221, 221, 221, 0.3);
  opacity: 1;
}

.color-calendar.basic .calendar__arrow-inner:hover::after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: var(--customer-profile);
  opacity: 1;
}

.color-calendar.basic .calendar__arrow-inner:hover::before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff !important;
}

.color-calendar.basic .calendar__arrow-inner::before {
  color: var(--heading-color);
  font-size: 16px;
}

.chart-height #bar-chart {
  max-height: 180px !important;
}

.dashboard-seller-list.style-02 .list:not(:last-child) {
  margin-bottom: 30px;
}

.dashboard-seller-list.style-03 .list:not(:last-child) {
  margin-bottom: 30px;
}

.dashboard-seller-list.style-03 .list .vendor-seller-thumb-content .seller-thumbs {
  height: 35px;
  width: 35px;
}

.dashboard-seller-list.style-03 .list .vendor-seller-thumb-content .seller-name-title {
  font-size: 16px;
}

.dashboard-seller-list.style-03 .list .dashbaord-price-contents .track-money-withdraw {
  padding: 3px 10px;
  font-size: 14px;
  background: rgba(var(--customer-profile-rgb), 0.1);
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dashboard-seller-list.style-03 .list .dashbaord-price-contents .track-money-withdraw:hover {
  background-color: var(--customer-profile);
  color: var(--white);
}

.dashboard-seller-list.style-03 .list .dashbaord-price-contents .track-money-withdraw.color-one {
  background: rgba(var(--main-color-one-rgb), 0.1);
}

.dashboard-seller-list.style-03 .list .dashbaord-price-contents .track-money-withdraw.color-one:hover {
  background: var(--main-color-one);
}

.dashboard-seller-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

@media only screen and (max-width: 767.98px) {
  .dashboard-seller-list .list {
    gap: 10px;
  }
}

.dashboard-seller-list .list:not(:last-child) {
  margin-bottom: 15px;
}

.dashboard-seller-list .list .vendor-seller-thumb-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.dashboard-seller-list .list .vendor-seller-thumb-content .seller-thumbs {
  height: 50px;
  width: 50px;
}

.dashboard-seller-list .list .vendor-seller-thumb-content .seller-thumbs img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.dashboard-seller-list .list .vendor-seller-thumb-content .seller-name-title {
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.dashboard-seller-list .list .dashbaord-price-contents .dashbaord-seller-price {
  font-size: 18px;
}

.vendor-seller-btn {
  text-align: right;
}

.view-all-btn {
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.view-all-btn i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.view-all-btn:hover {
  color: var(--customer-profile);
  letter-spacing: 1px;
}

.view-all-btn:hover i {
  margin-left: 5px;
}

.seller-title-flex-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 5px;
}

.chart-icon {
  background: var(--dashboard-color);
  color: var(--customer-profile);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.chart-icon:hover {
  color: var(--white);
  background: var(--customer-profile);
}

.dashboard-flex-order-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 375px) {
  .dashboard-flex-order-contents {
    gap: 15px;
  }
}

.dashboard-flex-order-contents .dashboard-order-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 75px;
  width: 75px;
  font-size: 50px;
  color: var(--white);
  background-color: var(--customer-profile);
}

@media only screen and (max-width: 375px) {
  .dashboard-flex-order-contents .dashboard-order-icon {
    height: 65px;
    width: 65px;
    font-size: 40px;
  }
}

.dashboard-order-content .order-price-title {
  font-size: 36px;
  word-break: break-all;
}

/* vendor profile */
.dashboard-top-flex-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .dashboard-top-flex-contents {
    display: block;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .dashboard-top-flex-contents {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .dashboard-top-flex-contents {
    display: block;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .dashboard-top-flex-contents {
    display: block;
  }
}

.profile-details-padding {
  padding: 30px 80px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .profile-details-padding {
    padding: 20px;
  }
}

.profile-contents .profile-review .star-icon {
  font-size: 14px;
  color: #FABE50;
}

.profile-contents .profile-call {
  color: var(--paragraph-color);
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.profile-contents .profile-call:hover {
  color: var(--customer-profile);
}

.profile-contents .visit-site {
  font-size: 14px;
  padding: 7px 15px;
  color: var(--white);
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.profile-contents .visit-site:hover {
  background: none;
  color: var(--customer-profile);
}

.dashboard-profile-thumb-contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .dashboard-profile-thumb-contents {
    margin-top: 24px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .dashboard-profile-thumb-contents {
    margin-top: 24px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .dashboard-profile-thumb-contents {
    margin-top: 24px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .dashboard-profile-thumb-contents {
    margin-top: 24px;
  }
}

.edit-profile-btn-wrapper.right-text {
  text-align: right;
}

.edit-profile-btn-wrapper .edit-profile {
  padding: 7px 15px;
  font-size: 14px;
  color: var(--white);
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.edit-profile-btn-wrapper .edit-profile:hover {
  color: var(--customer-profile);
  background: none;
}

.dashboard-flex-item-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 24px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .dashboard-flex-item-two {
    display: block;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .dashboard-flex-item-two {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .dashboard-flex-item-two {
    display: block;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .dashboard-flex-item-two {
    display: block;
  }
}

.dashboard-flex-item-two .single-flex-dashbaord {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 50%;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .dashboard-flex-item-two .single-flex-dashbaord {
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .dashboard-flex-item-two .single-flex-dashbaord {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .dashboard-flex-item-two .single-flex-dashbaord {
    width: 100%;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .dashboard-flex-item-two .single-flex-dashbaord {
    width: 100%;
  }
}

.dashboard-flex-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 24px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .dashboard-flex-all {
    display: block;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .dashboard-flex-all {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .dashboard-flex-all {
    display: block;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .dashboard-flex-all {
    display: block;
  }
}

.dashboard-flex-item-four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  gap: 0 24px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .dashboard-flex-item-four {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 767.98px) {
  .dashboard-flex-item-four {
    display: block;
  }
}

.dashboard-flex-item-four .single-flex-dashbaord-two {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 50%;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .dashboard-flex-item-four .single-flex-dashbaord-two {
    width: 100%;
  }
}

.dashboard-flex-item-four .dashboard-single-profile {
  height: unset;
}

.dashboard-flex-row-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 24px;
}

@media only screen and (max-width: 767.98px) {
  .dashboard-flex-row-profile {
    display: block;
  }
}

.dashboard-flex-row-profile .dashboard-single-profile {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dashboard-single-profile {
  height: 100%;
}

.dashboard-profile-padding {
  padding: 40px 30px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .dashboard-profile-padding {
    padding: 30px 15px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .dashboard-profile-padding {
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 375px) {
  .dashboard-profile-padding {
    padding: 20px 15px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .single-dashboard-profile {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .single-dashboard-profile {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.profile-single-contents .dashboard-earning-para {
  display: block;
  line-height: 28px;
  padding: 0 35px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .profile-single-contents .dashboard-earning-para {
    padding: 0 20px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .profile-single-contents .dashboard-earning-para {
    padding: 0 20px;
  }
}

.profile-single-contents .dashboard-percent-discount {
  background: rgba(var(--customer-profile-rgb), 0.1);
  padding: 5px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.profile-single-contents .dashboard-percent-discount:hover {
  background: var(--customer-profile);
  color: var(--white);
}

.earning-btn-wrapper .all-earning-btn {
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
}

.earning-btn-wrapper .all-earning-btn:hover {
  background: none;
  color: var(--customer-profile);
}

.profile-contact-list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 767.98px) {
  .profile-contact-list .list {
    gap: 10px;
  }
}

.profile-contact-list .list:not(:last-child) {
  margin-bottom: 15px;
}

.profile-contact-list .list .icon {
  font-size: 24px;
}

.profile-contact-list .list .profile-contact {
  text-align: left;
}

.profile-contact-list .list .profile-contact .label-title {
  font-size: 14px;
  line-height: 24px;
  display: block;
}

.profile-contact-list .list .profile-contact .contact {
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.profile-contact-list .list .profile-contact .contact:hover {
  color: var(--customer-profile);
}

.dashboard-orders-padding {
  padding: 43px 30px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .dashboard-orders-padding {
    padding: 43px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .dashboard-orders-padding {
    padding: 48px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .dashboard-orders-padding {
    padding: 48px 20px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .dashboard-orders-padding {
    padding: 48px 20px;
  }
}

@media only screen and (max-width: 375px) {
  .dashboard-orders-padding {
    padding: 20px 15px;
  }
}

/* vendor edit profile */
.vendor-padding {
  padding: 30px;
}

@media only screen and (max-width: 575.98px) {
  .vendor-padding {
    padding: 20px 20px;
  }
}

@media only screen and (max-width: 375px) {
  .vendor-padding {
    padding: 20px 10px;
  }
}

.vendor-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .vendor-title {
    font-size: 26px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 575.98px) {
  .vendor-title {
    font-size: 25px;
  }
}

@media only screen and (max-width: 375px) {
  .vendor-title {
    font-size: 23px;
  }
}

/* vendor Order Status */
.change-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.change-status .nice-select-two .nice-select::after {
  right: 15px;
}

.change-btn .das-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 28px;
  padding: 12px 25px;
  background: transparent;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.change-btn .das-btn.dashboard-bg {
  background: var(--customer-profile);
  color: var(--white);
  border: 2px solid var(--customer-profile);
}

.change-btn .das-btn.dashboard-bg:hover {
  background: none;
  color: var(--customer-profile);
}

/* vendor Add Products */
.add-product-btn .das-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 28px;
  padding: 16px 25px;
  background: transparent;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.add-product-btn .das-btn.dashboard-bg {
  background: var(--customer-profile);
  color: var(--white);
  border: 2px solid var(--customer-profile);
}

.add-product-btn .das-btn.dashboard-bg:hover {
  background: none;
  color: var(--customer-profile);
}

/* vendor Withdraw Request */
.dashboard-withdraw-request {
  padding: 6px 30px 30px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .dashboard-withdraw-request {
    padding: 6px 20px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .dashboard-withdraw-request {
    padding: 6px 15px 30px;
  }
}

/* vendor Coupon List */
.dashboard-coupon-list {
  padding: 30px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .dashboard-coupon-list {
    padding: 20px;
  }
}

.permission-group-wrapper:not(:first-child) {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid var(--border-color);
}

.vendor__switch__header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.vendor__switch__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: var(--heading-color);
}

.switch_inlines {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.switch_inlines__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--heading-color);
}

.vendor-coupon-switch {
  position: relative;
  z-index: 1;
}

.vendor-coupon-switch .custom-switch {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

.vendor-coupon-switch .custom-switch:checked+.switch-label {
  background: var(--customer-profile);
}

.vendor-coupon-switch .custom-switch:checked+.switch-label::after {
  left: calc(100% - 5px);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.vendor-coupon-switch.d-flex {
  gap: 10px;
}

.vendor-coupon-switch .switch-label {
  cursor: pointer;
  text-indent: -9999px;
  width: 41px;
  height: 19px;
  background: #DDDDDD;
  display: block;
  border-radius: 100px;
  position: relative;
  margin: auto;
}

.vendor-coupon-switch.d-flex .switch-label {
  margin: unset;
}

.vendor-coupon-switch:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .vendor-coupon-switch .switch-label {
    margin: 0;
    margin-left: auto;
  }
}

.vendor-coupon-switch .switch-label.active::after {
  width: 25px;
}

.vendor-coupon-switch .switch-label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 16px;
  height: 9px;
  background: #fff;
  border-radius: 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* vendor Coupon Code */
.dashboard-coupon-code {
  padding: 30px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .dashboard-coupon-code {
    padding: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .dashboard-coupon-code {
    padding: 20px 15px;
  }
}

/* vendor Dashboard Products Add */
.dashboard-flex-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.dashboard-bg {
  background: var(--customer-profile);
  color: var(--white);
  border: 2px solid var(--customer-profile);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dashboard-products-add {
  padding: 30px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .dashboard-products-add {
    padding: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .dashboard-products-add {
    padding: 20px 15px;
  }
}

.product-add-left-wrapper {
  padding: 10px;
}

.single-product-add .product-left-info:not(:last-child) {
  margin-bottom: 24px;
}

.single-product-add .product-left-info.open .title::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.single-product-add .product-left-info.show .product-add-list {
  display: block;
}

.single-product-add .product-left-info .title {
  background: var(--dashboard-color);
  color: var(--heading-color);
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}

.single-product-add .product-left-info .title::after {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.single-product-add .product-left-info .product-add-list {
  padding-left: 30px;
  display: none;
}

.single-product-add .product-left-info .product-add-list .list.selected a {
  color: var(--customer-profile);
}

.single-product-add .product-left-info .product-add-list .list.selected a::before {
  background: var(--customer-profile);
}

.single-product-add .product-left-info .product-add-list .list a {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-top: 15px;
}

.single-product-add .product-left-info .product-add-list .list a::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: rgba(221, 221, 221, 0.5);
  left: 0;
  top: 7px;
}

.add-new-attr {
  display: inline-block;
  color: var(--paragraph-color);
  background: var(--dashboard-color);
  padding: 7px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.add-new-attr:hover {
  color: var(--white);
  background: var(--customer-profile);
}

.input-flex-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.delete-item {
  font-size: 24px;
}

.dashboard-attr-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 24px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .dashboard-attr-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .dashboard-attr-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767.98px) {
  .dashboard-attr-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .dashboard-attr-flex .dashboard-input {
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
  }
}

@media only screen and (max-width: 767.98px) {
  .dashboard-attr-flex .dashboard-input {
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
  }
}

@media only screen and (max-width: 575.98px) {
  .dashboard-attr-flex .dashboard-input {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.add-new-category {
  padding: 7px 15px;
}

.add-new-category.dashboard-bg:hover {
  background: none;
  color: var(--customer-profile);
}

/*-------------------------
    Section Title
-------------------------*/
.section-title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.section-title.text-left {
  text-align: left;
}

.section-title.white-color {
  color: var(--white);
}

.section-title.white-color .title {
  color: var(--white);
}

.section-title.section-border-bottom {
  border-bottom: 1px solid rgba(221, 221, 221, 0.4);
  padding-bottom: 30px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .section-title.section-border-bottom {
    padding-bottom: 20px;
  }
}

.section-title.section-title-two .title {
  font-family: var(--jost-font);
  font-size: 40px;
  line-height: 65px;
  text-transform: uppercase;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .section-title.section-title-two .title {
    font-size: 32px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 575.98px) {
  .section-title.section-title-two .title {
    font-size: 27px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 375px) {
  .section-title.section-title-two .title {
    font-size: 24px;
    line-height: 28px;
  }
}

.section-title.section-title-two .see-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-title.section-title-two .see-all.arrow-two::after {
  content: "";
}

.section-title.section-title-two .see-all.color-two:hover {
  color: var(--main-color-two);
}

.section-title.section-title-two .see-all.color-two::after {
  background: var(--main-color-two);
}

.section-title.section-title-two .see-all.color-three:hover {
  color: var(--main-color-three);
}

.section-title.section-title-two .see-all.color-three::after {
  background: var(--main-color-three);
}

.section-title.section-title-two .see-all.color-four:hover {
  color: var(--main-color-four);
}

.section-title.section-title-two .see-all.color-four::after {
  background: var(--main-color-four);
}

.section-title.section-title-two .see-all::after {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  background: var(--main-color-one);
  color: var(--white);
  height: 58px;
  width: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 5px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .section-title.section-title-two .see-all::after {
    height: 40px;
    width: 40px;
  }
}

.section-title .title {
  font-size: 36px;
  font-weight: 500;
  line-height: 43px;
  color: var(--heading-color);
  margin: -6px 0 0 0;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .section-title .title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 575.98px) {
  .section-title .title {
    font-size: 25px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 375px) {
  .section-title .title {
    font-size: 22px;
    line-height: 28px;
  }
}

.section-title .title .title-image {
  position: relative;
  z-index: 2;
  padding: 16px 0;
}

.section-title .title .title-image img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align: center;
  width: 100%;
}

.section-title .title-left {
  display: -webkit-box;
}

.section-title .hot-deal {
  color: var(--white);
  font-size: 15px;
  padding: 3px 15px;
  position: relative;
  line-height: 24px;
  z-index: 1;
  margin-left: 20px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .section-title .hot-deal {
    font-size: 14px;
    line-height: 22px;
  }
}

.section-title .hot-deal.bg-color-two::before {
  border-right: 15px solid var(--main-color-two);
}

.section-title .hot-deal.bg-color-three::before {
  border-right: 15px solid var(--main-color-three);
}

.section-title .hot-deal.bg-color-four::before {
  border-right: 15px solid var(--main-color-four);
}

.section-title .hot-deal::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 15px solid var(--main-color-one);
  border-bottom: 8px solid transparent;
}

.see-all {
  cursor: pointer;
  font-weight: 500;
  color: var(--heading-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 100px;
  text-align: right;
}

.see-all:hover {
  color: var(--main-color-one);
}

.see-all::after {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: var(--main-color-one);
}

.see-all.arrow-two::after {
  content: "";
}

.see-all.hover-color-two:hover {
  color: var(--main-color-two);
}

.see-all.hover-color-two::after {
  color: var(--main-color-two);
}

.see-all.hover-color-three:hover {
  color: var(--main-color-three);
}

.see-all.hover-color-three::after {
  color: var(--main-color-three);
}

.see-all.hover-color-four:hover {
  color: var(--main-color-four);
}

.see-all.hover-color-four::after {
  color: var(--main-color-four);
}

@media only screen and (max-width: 575.98px) {
  .see-all {
    font-size: 19px;
  }
}

@media only screen and (max-width: 375px) {
  .see-all {
    font-size: 17px;
  }
}

.section-title-three {
  text-align: center;
}

.section-title-three .title {
  font-size: 55px;
  line-height: 65px;
  font-weight: 400;
  font-family: var(--playfair-font);
  display: inline-block;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .section-title-three .title {
    font-size: 45px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 575.98px) {
  .section-title-three .title {
    font-size: 36px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 480px) {
  .section-title-three .title {
    font-size: 32px;
    line-height: 33px;
  }
}

@media only screen and (max-width: 375px) {
  .section-title-three .title {
    font-size: 30px;
    line-height: 30px;
  }
}

.section-title-three .title .line-round {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.section-title-three .title .title-right {
  position: relative;
  z-index: 2;
  padding-bottom: 10px;
}

.section-title-three .title .title-right img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.section-title-four .title {
  font-family: var(--montserrat-font);
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .section-title-four .title {
    font-size: 36px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 575.98px) {
  .section-title-four .title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 480px) {
  .section-title-four .title {
    font-size: 28px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 375px) {
  .section-title-four .title {
    font-size: 26px;
    line-height: 30px;
  }
}

.section-title-four .title .center-title-img {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -20px;
  margin: 0 auto;
}

.black-themes .section-title .title {
  color: var(--white);
}

/*---------------------------------------
    ## Button
---------------------------------------*/
.btn-wrapper {
  display: block;
}

.btn_wrapper.d-flex,
.btn-wrapper.d-flex {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.cmn_btn {
  color: var(--paragraph-color);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--body-font);
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  line-height: 20px;
  padding: 10px 25px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  box-shadow: 0 0 20px #6a6a6a5c;
}

@media only screen and (max-width: 575.98px) {
  .cmn_btn {
    padding: 8px 22px;
    font-size: 15px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 375px) {
  .cmn_btn {
    padding: 7px 18px;
    font-size: 14px;
  }
}

.cmn_btn.btn_bg_1 {
  background: var(--main-color-one);
  color: var(--white);
  border: 1px solid var(--main-color-one);
}

.cmn_btn.btn_bg_1:hover {
  background: none;
  color: var(--main-color-one);
}

.cmn_btn.btn_bg_2 {
  background: var(--main-color-two);
  color: var(--white);
  border: 1px solid var(--main-color-two);
}

.cmn_btn.btn_bg_2:hover {
  background: none;
  color: var(--main-color-two);
}

.cmn_btn.btn_bg_3 {
  background: var(--main-color-three);
  color: var(--white);
  border: 1px solid var(--main-color-three);
}

.cmn_btn.btn_bg_3:hover {
  background: none;
  color: var(--main-color-three);
}

.cmn_btn.btn_bg_4 {
  background: var(--main-color-four);
  color: var(--white);
  border: 1px solid var(--main-color-four);
}

.cmn_btn.btn_bg_4:hover {
  background: none;
  color: var(--main-color-four);
}

.cmn_btn.shop-color-2 {
  background: #30BB6F;
  color: var(--white);
}

.cmn_btn.btn_bg_profile {
  color: var(--white);
  background: var(--customer-profile);
  border: 1px solid var(--customer-profile);
}

.cmn_btn.btn_bg_profile:hover {
  background: #fff;
  color: var(--customer-profile);
}

.custom__form .cmn_btn.btn_bg_profile,
.custom_form .cmn_btn.btn_bg_profile,
.custom-form .cmn_btn.btn_bg_profile {
  color: var(--white);
}

.custom__form .cmn_btn.btn_bg_profile:hover,
.custom_form .cmn_btn.btn_bg_profile:hover,
.custom-form .cmn_btn.btn_bg_profile:hover {
  color: var(--customer-profile);
}

.cmn_btn.btn_bg_white {
  background: #fff;
  color: var(--heading-color);
}

.cmn_btn.btn_bg_white:hover {
  background: var(--main-color-one);
  color: var(--white);
}

.cmn_btn.btn_bg_white.hover-bg-two:hover {
  background: var(--main-color-two);
  color: var(--white);
}

.cmn_btn.btn_bg_white.hover-bg-three:hover {
  background: var(--main-color-three);
  color: var(--white);
}

.cmn_btn.btn_bg_white.hover-bg-four:hover {
  background: var(--main-color-four);
  color: var(--white);
}

.cmn_btn.btn_white {
  background-color: var(--white);
  border: 2px solid #fff;
}

.cmn_btn.btn_white.color-one {
  color: var(--main-color-one);
}

.cmn_btn.btn_white.color-one:hover {
  background: var(--main-color-one);
  color: var(--white);
}

.cmn_btn.btn_white.color-two {
  color: var(--main-color-two);
}

.cmn_btn.btn_white.color-two:hover {
  background: var(--main-color-two);
  color: var(--white);
}

.cmn_btn.btn_white.color-three {
  color: var(--main-color-three);
}

.cmn_btn.btn_white.color-three:hover {
  background: var(--main-color-three);
  color: var(--white);
}

.cmn_btn.btn_white.color-four {
  color: var(--main-color-four);
}

.cmn_btn.btn_white.color-four:hover {
  background: var(--main-color-four);
  color: var(--white);
}

.cmn_btn.btn_medium {
  padding: 7px 25px;
}

@media only screen and (max-width: 375px) {
  .cmn_btn.btn_medium {
    padding: 8px 20px;
    font-size: 14px;
  }
}

.cmn_btn.btn_small {
  padding: 7px 18px;
}

@media only screen and (max-width: 375px) {
  .cmn_btn.btn_small {
    padding: 5px 15px;
    font-size: 14px;
  }
}

.cmn_btn.btn_bg_heading {
  background: var(--heading-color);
  color: var(--white);
}

.cmn_btn.btn_bg_danger {
  background: #ff7a7a;
  color: var(--white);
}

.cmn_btn.btn_bg_steam {
  background: #DDD;
  color: var(--heading-color);
}

.cmn_btn.btn_border {
  border: 1px solid #ddd;
}

.cmn_btn.btn_outline_steam {
  border: 2px solid #DDD;
  color: var(--heading-color);
}

.cmn_btn.btn_outline_steam:hover {
  background: #DDD;
  color: var(--white);
}

.cmn_btn.btn_outline_one {
  padding: 7px 35px;
  border: 2px solid var(--main-color-one);
}

.cmn_btn.btn_outline_one.color-one {
  color: var(--main-color-one);
}

.cmn_btn.btn_outline_one:hover {
  background: var(--main-color-one);
  color: var(--white);
}

.cmn_btn.btn_outline_two {
  padding: 7px 35px;
  border: 2px solid var(--main-color-two);
}

.cmn_btn.btn_outline_two.color-two {
  color: var(--main-color-two);
}

.cmn_btn.btn_outline_two:hover {
  background: var(--main-color-two);
  color: var(--white);
}

.cmn_btn.btn_outline_three {
  padding: 7px 35px;
  border: 2px solid var(--main-color-three);
}

.cmn_btn.btn_outline_three.color-three {
  color: var(--main-color-three);
}

.cmn_btn.btn_outline_three:hover {
  background: var(--main-color-three);
  color: var(--white);
}

.cmn_btn.btn_outline_four {
  padding: 7px 35px;
  border: 2px solid var(--main-color-four);
}

.cmn_btn.btn_outline_four.color-four {
  color: var(--main-color-four);
}

.cmn_btn.btn_outline_four:hover {
  background: var(--main-color-four);
  color: var(--white);
}

.btn-wrapper .cmn-btn {
  color: var(--paragraph-color);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--body-font);
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  line-height: 34px;
  padding: 10px 35px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media only screen and (max-width: 575.98px) {
  .btn-wrapper .cmn-btn {
    padding: 10px 25px;
    font-size: 15px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 375px) {
  .btn-wrapper .cmn-btn {
    padding: 5px 15px;
    font-size: 14px;
  }
}

.btn-wrapper .cmn-btn.btn-bg-1 {
  background: var(--main-color-one);
  color: var(--white);
  border: 2px solid var(--main-color-one);
}

.btn-wrapper .cmn-btn.btn-bg-1:hover {
  background: none;
  color: var(--main-color-one);
}

.btn-wrapper .cmn-btn.btn-bg-2 {
  background: var(--main-color-two);
  color: var(--white);
  border: 2px solid var(--main-color-two);
}

.btn-wrapper .cmn-btn.btn-bg-2:hover {
  background: none;
  color: var(--main-color-two);
}

.btn-wrapper .cmn-btn.btn-bg-3 {
  background: var(--main-color-three);
  color: var(--white);
  border: 2px solid var(--main-color-three);
}

.btn-wrapper .cmn-btn.btn-bg-3:hover {
  background: none;
  color: var(--main-color-three);
}

.btn-wrapper .cmn-btn.btn-bg-4 {
  background: var(--main-color-four);
  color: var(--white);
  border: 2px solid var(--main-color-four);
}

.btn-wrapper .cmn-btn.btn-bg-4:hover {
  background: none;
  color: var(--main-color-four);
}

.btn-wrapper .cmn-btn.shop-color-2 {
  background: #30BB6F;
  color: var(--white);
}

.btn-wrapper .cmn-btn.btn-bg-white {
  background: #fff;
  color: var(--heading-color);
}

.btn-wrapper .cmn-btn.btn-bg-white:hover {
  background: var(--main-color-one);
  color: var(--white);
}

.btn-wrapper .cmn-btn.btn-bg-white.hover-bg-two:hover {
  background: var(--main-color-two);
  color: var(--white);
}

.btn-wrapper .cmn-btn.btn-bg-white.hover-bg-three:hover {
  background: var(--main-color-three);
  color: var(--white);
}

.btn-wrapper .cmn-btn.btn-bg-white.hover-bg-four:hover {
  background: var(--main-color-four);
  color: var(--white);
}

.btn-wrapper .cmn-btn.btn-white {
  background-color: var(--white);
  border: 2px solid #fff;
}

.btn-wrapper .cmn-btn.btn-white.color-one {
  color: var(--main-color-one);
}

.btn-wrapper .cmn-btn.btn-white.color-one:hover {
  background: var(--main-color-one);
  color: var(--white);
}

.btn-wrapper .cmn-btn.btn-white.color-two {
  color: var(--main-color-two);
}

.btn-wrapper .cmn-btn.btn-white.color-two:hover {
  background: var(--main-color-two);
  color: var(--white);
}

.btn-wrapper .cmn-btn.btn-white.color-three {
  color: var(--main-color-three);
}

.btn-wrapper .cmn-btn.btn-white.color-three:hover {
  background: var(--main-color-three);
  color: var(--white);
}

.btn-wrapper .cmn-btn.btn-white.color-four {
  color: var(--main-color-four);
}

.btn-wrapper .cmn-btn.btn-white.color-four:hover {
  background: var(--main-color-four);
  color: var(--white);
}

.btn-wrapper .cmn-btn.btn-medium {
  padding: 7px 25px;
}

@media only screen and (max-width: 375px) {
  .btn-wrapper .cmn-btn.btn-medium {
    padding: 5px 15px;
    font-size: 14px;
  }
}

.btn-wrapper .cmn-btn.btn-small {
  padding: 5px 18px;
}

@media only screen and (max-width: 375px) {
  .btn-wrapper .cmn-btn.btn-small {
    padding: 5px 15px;
    font-size: 14px;
  }
}

.btn-wrapper .cmn-btn.extra-width {
  width: 220px;
}

.btn-wrapper .cmn-btn.btn-bg-heading {
  background: var(--heading-color);
  color: var(--white);
}

.btn-wrapper .cmn-btn.btn-bg-steam {
  background: #DDD;
  color: var(--heading-color);
}

.btn-wrapper .cmn-btn.btn-border {
  border: 1px solid #ddd;
}

.btn-wrapper .cmn-btn.btn-outline-steam {
  border: 2px solid #DDD;
  color: var(--heading-color);
}

.btn-wrapper .cmn-btn.btn-outline-steam:hover {
  background: #DDD;
  color: var(--white);
}

.btn-wrapper .cmn-btn.btn-outline-one {
  padding: 7px 35px;
  border: 2px solid var(--main-color-one);
}

.btn-wrapper .cmn-btn.btn-outline-one.color-one {
  color: var(--main-color-one);
}

.btn-wrapper .cmn-btn.btn-outline-one:hover {
  background: var(--main-color-one);
  color: var(--white);
}

.btn-wrapper .cmn-btn.btn-outline-two {
  padding: 7px 35px;
  border: 2px solid var(--main-color-two);
}

.btn-wrapper .cmn-btn.btn-outline-two.color-two {
  color: var(--main-color-two);
}

.btn-wrapper .cmn-btn.btn-outline-two:hover {
  background: var(--main-color-two);
  color: var(--white);
}

.btn-wrapper .cmn-btn.btn-outline-three {
  padding: 7px 35px;
  border: 2px solid var(--main-color-three);
}

.btn-wrapper .cmn-btn.btn-outline-three.color-three {
  color: var(--main-color-three);
}

.btn-wrapper .cmn-btn.btn-outline-three:hover {
  background: var(--main-color-three);
  color: var(--white);
}

.btn-wrapper .cmn-btn.btn-outline-four {
  padding: 7px 35px;
  border: 2px solid var(--main-color-four);
}

.btn-wrapper .cmn-btn.btn-outline-four.color-four {
  color: var(--main-color-four);
}

.btn-wrapper .cmn-btn.btn-outline-four:hover {
  background: var(--main-color-four);
  color: var(--white);
}





























.cmn_btn.completed {
  background: rgba(29, 191, 115, 0.1);
  color: #1DBF73;
  text-align: center;
  border-radius: 5px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .cmn_btn.completed {
    text-align: right;
  }
}

.cmn_btn.canceled {
  background: rgba(255, 23, 71, 0.1);
  color: #FF1747;
  text-align: center;
  border-radius: 5px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .cmn_btn.canceled {
    text-align: right;
  }
}

.cmn_btn.pending {
  background: rgba(255, 179, 7, 0.1);
  color: #FFB307;
  text-align: center;
  border-radius: 5px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .cmn_btn.pending {
    text-align: right;
  }
}

.cmn_btn.cart-btn {
  font-size: 20px;
  font-weight: 500;
  color: var(--body-color);
  padding: 10px 70px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .cmn_btn.cart-btn {
    padding: 10px 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .cmn_btn.cart-btn {
    padding: 10px 35px;
    font-size: 18px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .cmn_btn.cart-btn {
    padding: 10px 35px;
    font-size: 18px;
  }
}

.cmn_btn.cart-btn.btn-bg-one {
  background: var(--main-color-one);
  border: 1px solid var(--main-color-one);
  color: var(--white);
}

.cmn_btn.cart-btn.btn-bg-one:hover {
  background: 0;
  color: var(--main-color-one);
}

.cmn_btn.cart-btn.btn-bg-one:hover::after {
  color: var(--main-color-one);
}

.cmn_btn.cart-btn::after {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 20px;
  margin-left: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.cmn_btn.cart-btn:hover {
  background-color: var(--main-color-one);
  color: var(--white);
  border-color: var(--main-color-one);
}

.cmn_btn.cart-btn:hover::after {
  color: var(--white);
}

.btn-see-more {
  font-size: 18px;
  font-weight: 500;
  color: var(--paragraph-color);
}

.btn-see-more:hover {
  color: var(--main-color-one);
}

.btn-see-more::after {
  content: "";
  font-size: 20px;
  font-family: "Line Awesome Free";
  font-weight: 900;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .btn-see-more {
    font-size: 16px;
  }

  .btn-see-more::after {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .btn-see-more {
    font-size: 15px;
  }

  .btn-see-more::after {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .btn-see-more {
    font-size: 14px;
  }

  .btn-see-more::after {
    font-size: 15px;
  }
}

.btn-submit {
  border: 0;
  outline: none;
  background: inherit;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  background: var(--main-color-one);
  color: var(--white);
  padding: 12px 35px;
  border: 1px solid var(--main-color-one);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-submit:hover {
  background: none;
  color: var(--main-color-one);
}

.btn-submit.bg-color-two {
  background: var(--main-color-two);
  border-color: var(--main-color-two);
}

.btn-submit.bg-color-two:hover {
  background: none;
  color: var(--main-color-two);
}

.btn-submit.bg-color-three {
  background: var(--main-color-three);
  border-color: var(--main-color-three);
}

.btn-submit.bg-color-three:hover {
  background: none;
  color: var(--main-color-three);
}

.btn-submit.bg-color-four {
  background: var(--main-color-four);
  border-color: var(--main-color-four);
}

.btn-submit.bg-color-four:hover {
  background: none;
  color: var(--main-color-four);
}

.btn-submit.btn_md,
.btn-submit.btn-md,
.btn-submit.btn_medium,
.btn-submit.btn-medium {
  padding: 12px 30px;
}

.btn-submit.btn_sm,
.btn-submit.btn-sm,
.btn-submit.btn_small,
.btn-submit.btn-small {
  padding: 9px 22px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .btn-submit {
    font-size: 18px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .btn-submit {
    font-size: 16px;
    padding: 15px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .btn-submit {
    font-size: 15px;
    padding: 12px 25px;
  }

  .btn-submit.btn_md,
  .btn-submit.btn-md,
  .btn-submit.btn_medium,
  .btn-submit.btn-medium {
    padding: 10px 25px;
  }

  .btn-submit.btn_sm,
  .btn-submit.btn-sm,
  .btn-submit.btn_small,
  .btn-submit.btn-small {
    padding: 7px 20px;
  }
}

@media only screen and (max-width: 375px) {
  .btn-submit {
    font-size: 14px;
    padding: 10px 18px;
  }

  .btn-submit.btn_md,
  .btn-submit.btn-md,
  .btn-submit.btn_medium,
  .btn-submit.btn-medium {
    padding: 10px 23px;
  }

  .btn-submit.btn_sm,
  .btn-submit.btn-sm,
  .btn-submit.btn_small,
  .btn-submit.btn-small {
    padding: 6px 20px;
  }
}

.btn-buy {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .btn-buy {
    font-size: 16px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 375px) {
  .btn-buy {
    margin-top: 10px;
  }
}

.btn-buy:hover {
  text-decoration: underline;
}

.btn-buy:hover.icon::before {
  text-decoration: none;
  display: inherit;
}

.btn-buy.icon::before {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 20px;
  margin-right: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}

.btn-buy.btn-color-two {
  color: var(--main-color-two);
}

.btn-buy.btn-color-three {
  color: var(--main-color-three);
}

.btn-buy.btn-color-four {
  color: var(--main-color-four);
}

.btn-color-one {
  color: var(--main-color-one);
}

.btn-color-one:hover {
  color: var(--main-color-one);
}

.btn-decoration {
  text-decoration: underline;
}

.btn-decoration.icon {
  text-decoration: none;
}

.btn-decoration.icon::before {
  text-decoration: none;
}

.btn-product {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: var(--heading-color);
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .btn-product {
    font-size: 15px;
  }
}

.btn-product i {
  color: var(--main-color-one);
}

.btn-product:hover {
  color: var(--main-color-one);
  letter-spacing: 1px;
}

.btn-product.hover-color-two i {
  color: var(--main-color-two);
}

.btn-product.hover-color-two:hover {
  color: var(--main-color-two);
}

.btn-product.hover-color-three i {
  color: var(--main-color-three);
}

.btn-product.hover-color-three:hover {
  color: var(--main-color-three);
}

.btn-product.hover-color-four i {
  color: var(--main-color-four);
}

.btn-product.hover-color-four:hover {
  color: var(--main-color-four);
}

.btn-shop {
  display: inline-block;
  font-size: 25px;
  line-height: 33px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: underline;
}

.btn-shop:hover {
  color: var(--main-color-one);
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .btn-shop {
    font-size: 21px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 575.98px) {
  .btn-shop {
    font-size: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .btn-shop {
    font-size: 18px;
  }
}

.btn-shop.hover-color-two:hover {
  color: var(--main-color-two);
}

.btn-shop.hover-color-three:hover {
  color: var(--main-color-three);
}

.btn-shop.hover-color-four:hover {
  color: var(--main-color-four);
}

/*---------------------------------------
    ## Back Top
---------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: var(--main-color-one);
  color: var(--white);
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: none;
}

@media only screen and (max-width: 575.98px) {
  .back-to-top {
    height: 40px;
    width: 40px;
    font-size: 22px;
    line-height: 40px;
    bottom: 20px;
    right: 20px;
  }
}

.back-to-top.bg-color-two {
  background: var(--main-color-two);
}

.back-to-top.bg-color-three {
  background: var(--main-color-three);
}

.back-to-top.bg-color-four {
  background: var(--main-color-four);
}

/* Nice Select Style */
.nice-select {
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
  border: 1px solid rgba(221, 221, 221, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nice-select:focus {
  border: 1px solid #ddd;
}

.nice-select .nice-select-search-box {
  height: auto;
}

.nice-select .nice-select-search-box .nice-select-search {
  vertical-align: top;
}

.nice-select:after {
  border-bottom: 2px solid var(--body-color);
  border-right: 2px solid var(--body-color);
  height: 8px;
  margin-top: -5px;
  right: 20px;
  width: 8px;
}

@media only screen and (max-width: 375px) {
  .nice-select:after {
    right: 10px;
  }
}

.nice-select.open {
  border: 1px solid #ddd;
}

.nice-select.open .list {
  width: 100%;
}

.nice-select .list {
  width: 100%;
  margin-top: 10px;
}

.nice-select-two .nice-select {
  display: block;
  border: 1px solid rgba(221, 221, 221, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.nice-select-two .nice-select.open::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nice-select-two .nice-select:after {
  border-top: 6px solid var(--body-color);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 0;
  height: 0;
  margin-top: -5px;
  right: 20px;
  width: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 375px) {
  .nice-select-two .nice-select:after {
    right: 10px;
  }
}

/* Isootope List */
.isootope-list {
  position: relative;
  /* margin-top: -72px; */
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .isootope-list {
    margin-top: -60px;
  }
}

@media only screen and (max-width: 767.98px) {
  .isootope-list {
    position: unset;
    margin-top: 0px;
  }
}

.isootope-list.list-two {
  top: -60px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .isootope-list.list-two {
    position: initial;
    margin-top: 35px;
  }
}

.isootope-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767.98px) {
  .isootope-button {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
  }
}

.isootope-button.style-02.color-one .list::before {
  background: var(--main-color-one);
}

.isootope-button.style-02.color-one .list.active {
  background: var(--main-color-one);
  color: var(--white);
  border-color: var(--main-color-one);
}

.isootope-button.style-02.color-two .list::before {
  background: var(--main-color-two);
}

.isootope-button.style-02.color-two .list.active {
  background: var(--main-color-two);
  color: var(--white);
  border-color: var(--main-color-two);
}

.isootope-button.style-02.color-three .list::before {
  background: var(--main-color-three);
}

.isootope-button.style-02.color-three .list.active {
  background: var(--main-color-three);
  color: var(--white);
  border-color: var(--main-color-three);
}

.isootope-button.style-02.color-four .list::before {
  background: var(--main-color-four);
}

.isootope-button.style-02.color-four .list.active {
  background: var(--main-color-four);
  color: var(--white);
  border-color: var(--main-color-four);
}

.isootope-button.style-02 .list {
  font-family: var(--roboto-font);
  padding: 3px 20px;
  border: 1px solid rgba(221, 221, 221, 0.4);
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .isootope-button.style-02 .list {
    font-size: 15px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .isootope-button.style-02 .list {
    font-size: 15px;
    padding: 3px 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 375px) {
  .isootope-button.style-02 .list {
    font-size: 14px;
    padding: 3px 15px;
  }
}

.isootope-button.style-02 .list:not(:last-child) {
  margin-right: 20px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .isootope-button.style-02 .list:not(:last-child) {
    margin-right: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .isootope-button.style-02 .list:not(:last-child) {
    margin-right: 10px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .isootope-button.style-02 .list:not(:last-child) {
    margin-right: 10px;
  }
}

.isootope-button.style-02 .list::before {
  background: var(--main-color-three);
  height: 100%;
  z-index: -1;
}

.isootope-button.style-02 .list.active {
  background: var(--main-color-three);
  color: var(--white);
  border-color: var(--main-color-three);
}

.isootope-button.style-02 .list:hover {
  color: var(--white);
}

.isootope-button.colors-heading .list::before {
  background: var(--heading-color);
}

.isootope-button.colors-heading .list.active {
  color: var(--heading-color);
}

.isootope-button.colors-heading .list:hover {
  color: var(--heading-color);
}

.isootope-button.style-03 .list {
  font-family: var(--roboto-font);
  padding: 8px 35px;
  border: 1px solid #DDD;
  background: #DDD;
  color: var(--heading-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 5px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .isootope-button.style-03 .list {
    padding: 8px 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .isootope-button.style-03 .list {
    padding: 7px 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .isootope-button.style-03 .list {
    font-size: 15px;
    padding: 6px 20px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .isootope-button.style-03 .list {
    font-size: 15px;
    padding: 5px 20px;
  }
}

@media only screen and (max-width: 375px) {
  .isootope-button.style-03 .list {
    font-size: 14px;
    padding: 3px 18px;
  }
}

.isootope-button.style-03 .list:not(:last-child) {
  margin-right: 20px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .isootope-button.style-03 .list:not(:last-child) {
    margin-right: 10px;
  }
}

.isootope-button.style-03 .list::before {
  background: var(--main-color-two);
  height: 100%;
  z-index: -1;
}

.isootope-button.style-03 .list.active {
  background: var(--main-color-two);
  color: var(--heading-color);
  border-color: var(--main-color-two);
}

.isootope-button.style-03 .list:hover {
  color: var(--heading-color);
  background: var(--main-color-two);
}

.isootope-button.hover-color-two .list::before {
  background: var(--main-color-two);
}

.isootope-button.hover-color-two .list.active {
  color: var(--main-color-two);
}

.isootope-button.hover-color-two .list:hover {
  color: var(--main-color-two);
}

.isootope-button.hover-color-three .list::before {
  background: var(--main-color-three);
}

.isootope-button.hover-color-three .list.active {
  color: var(--main-color-three);
}

.isootope-button.hover-color-three .list:hover {
  color: var(--main-color-three);
}

.isootope-button.hover-color-four .list::before {
  background: var(--main-color-four);
}

.isootope-button.hover-color-four .list.active {
  color: var(--main-color-four);
}

.isootope-button.hover-color-four .list:hover {
  color: var(--main-color-four);
}

.isootope-button .list {
  font-size: 18px;
  font-family: var(--rubik-font);
  cursor: pointer;
  line-height: 30px;
  margin-top: 5px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .isootope-button .list {
    font-size: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .isootope-button .list {
    font-size: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .isootope-button .list {
    font-size: 15px;
  }
}

.isootope-button .list::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: var(--main-color-one);
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.isootope-button .list.active {
  color: var(--main-color-one);
}

.isootope-button .list.active::before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.isootope-button .list:not(:last-child) {
  margin-right: 30px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .isootope-button .list:not(:last-child) {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 575.98px) {
  .isootope-button .list:not(:last-child) {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .isootope-button .list:not(:last-child) {
    margin-right: 15px;
  }
}

.isootope-button .list:hover {
  color: var(--main-color-one);
}

.isootope-button .list:hover::before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.black-themes .isootope-button.style-03 .list {
  border: 1px solid #22232F;
  background: #22232F;
  color: var(--white);
}

.black-themes .isootope-button.style-03 .list.active {
  background: var(--main-color-two);
  color: var(--heading-color);
}

.black-themes .isootope-button.style-03 .list:hover {
  background: var(--main-color-two);
  color: var(--heading-color);
}

/* Tab Style */
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs li {
  font-size: 18px;
  font-weight: 500;
  background: inherit;
  cursor: pointer;
}

/* Countdown Css */
.countdown-para {
  line-height: 30px;
}

.global-timer .syotimer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
}

.global-timer .syotimer__body .syotimer-cell {
  margin: 10px 0;
  background: var(--main-color-one);
  color: var(--white);
  padding: 5px 7px 3px;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 375px) {
  .global-timer .syotimer__body .syotimer-cell {
    padding: 5px;
  }
}

.global-timer .syotimer__body .syotimer-cell:not(:last-child) {
  margin-right: 20px;
}

.global-timer .syotimer__body .syotimer-cell:not(:last-child)::after {
  content: ":";
  position: absolute;
  right: -14px;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.global-timer .syotimer__body .syotimer-cell .syotimer-cell__value {
  font-size: 20px;
  color: var(--white);
  font-weight: 500;
  line-height: 1.3;
  font-family: var(--heading-font);
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .global-timer .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 18px;
  }
}

@media only screen and (max-width: 375px) {
  .global-timer .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 17px;
  }
}

@media only screen and (max-width: 375px) {
  .global-timer .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 16px;
  }
}

.global-timer .syotimer__body .syotimer-cell .syotimer-cell__unit {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 19px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .global-timer .syotimer__body .syotimer-cell .syotimer-cell__unit {
    font-size: 16px;
  }
}

@media only screen and (max-width: 375px) {
  .global-timer .syotimer__body .syotimer-cell .syotimer-cell__unit {
    font-size: 13px;
  }
}

.global-timer.color-two .syotimer__body .syotimer-cell {
  background: var(--main-color-two);
}

.global-timer.color-three .syotimer__body .syotimer-cell {
  background: var(--main-color-three);
}

.global-timer.color-four .syotimer__body .syotimer-cell {
  background: var(--main-color-four);
}

.global-timer.white-color .syotimer__body .syotimer-cell {
  background: #fff;
}

.global-timer.white-color .syotimer__body .syotimer-cell::after {
  color: var(--white);
}

.global-timer.white-color .syotimer__body .syotimer-cell .syotimer-cell__value {
  color: var(--main-color-one);
}

.global-timer.white-color.color-two .syotimer__body .syotimer-cell .syotimer-cell__value {
  color: var(--main-color-two);
}

.global-timer.white-color.color-three .syotimer__body .syotimer-cell .syotimer-cell__value {
  color: var(--main-color-three);
}

.global-timer.simple-timer-two {
  margin-top: 35px;
}

.global-timer.simple-timer-two.radius-0 .syotimer__body .syotimer-cell {
  border-radius: 0;
}

.global-timer.simple-timer-two.color-two .syotimer__body .syotimer-cell {
  background: var(--main-color-two);
}

.global-timer.simple-timer-two.color-three .syotimer__body .syotimer-cell {
  background: var(--main-color-three);
}

.global-timer.simple-timer-two.color-four .syotimer__body .syotimer-cell {
  background: var(--main-color-four);
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .global-timer.simple-timer-two {
    margin-top: 20px;
  }
}

.global-timer.simple-timer-two .syotimer__body {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.global-timer.simple-timer-two .syotimer__body .syotimer-cell {
  background: var(--main-color-one);
  color: var(--white);
  padding: 15px 20px;
  border-radius: 10px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .global-timer.simple-timer-two .syotimer__body .syotimer-cell {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .global-timer.simple-timer-two .syotimer__body .syotimer-cell {
    padding: 7px 13px;
  }
}

@media only screen and (max-width: 375px) {
  .global-timer.simple-timer-two .syotimer__body .syotimer-cell {
    padding: 5px 10px;
  }
}

.global-timer.simple-timer-two .syotimer__body .syotimer-cell .syotimer-cell__value {
  color: var(--white);
  font-family: var(--jost-font);
  font-weight: 600;
  font-size: 43px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .global-timer.simple-timer-two .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 32px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .global-timer.simple-timer-two .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 28px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 375px) {
  .global-timer.simple-timer-two .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 24px;
    line-height: 26px;
  }
}

.global-timer.simple-timer-two .syotimer__body .syotimer-cell .syotimer-cell__unit {
  color: var(--white);
  line-height: 21px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .global-timer.simple-timer-two .syotimer__body .syotimer-cell .syotimer-cell__unit {
    font-size: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .global-timer.simple-timer-two .syotimer__body .syotimer-cell .syotimer-cell__unit {
    font-size: 14px;
  }
}

.global-timer.simple-timer-campaign {
  position: absolute;
  bottom: 30px;
  z-index: 9;
  left: 0;
  right: 0;
  text-align: center;
}

.global-timer.simple-timer-campaign.radius-0 .syotimer__body .syotimer-cell {
  border-radius: 0;
}

.global-timer.simple-timer-campaign.color-two .syotimer__body .syotimer-cell {
  color: var(--main-color-two);
}

.global-timer.simple-timer-campaign.color-two .syotimer__body .syotimer-cell .syotimer-cell__value {
  color: var(--main-color-two);
}

.global-timer.simple-timer-campaign.color-two .syotimer__body .syotimer-cell .syotimer-cell__unit {
  color: var(--main-color-two);
}

.global-timer.simple-timer-campaign.color-three .syotimer__body .syotimer-cell {
  color: var(--main-color-three);
}

.global-timer.simple-timer-campaign.color-three .syotimer__body .syotimer-cell .syotimer-cell__value {
  color: var(--main-color-three);
}

.global-timer.simple-timer-campaign.color-three .syotimer__body .syotimer-cell .syotimer-cell__unit {
  color: var(--main-color-three);
}

.global-timer.simple-timer-campaign.color-four .syotimer__body .syotimer-cell {
  color: var(--main-color-four);
}

.global-timer.simple-timer-campaign.color-four .syotimer__body .syotimer-cell .syotimer-cell__value {
  color: var(--main-color-four);
}

.global-timer.simple-timer-campaign.color-four .syotimer__body .syotimer-cell .syotimer-cell__unit {
  color: var(--main-color-four);
}

.global-timer.simple-timer-campaign .syotimer__body {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .global-timer.simple-timer-campaign .syotimer__body {
    gap: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .global-timer.simple-timer-campaign .syotimer__body {
    gap: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .global-timer.simple-timer-campaign .syotimer__body {
    gap: 10px;
  }
}

.global-timer.simple-timer-campaign .syotimer__body .syotimer-cell {
  background: #fff;
  color: var(--paragraph-color);
  padding: 5px 15px;
  border-radius: 10px;
  margin: 0;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .global-timer.simple-timer-campaign .syotimer__body .syotimer-cell {
    padding: 5px 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .global-timer.simple-timer-campaign .syotimer__body .syotimer-cell {
    padding: 5px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .global-timer.simple-timer-campaign .syotimer__body .syotimer-cell {
    padding: 5px 10px;
  }
}

@media only screen and (max-width: 480px) {
  .global-timer.simple-timer-campaign .syotimer__body .syotimer-cell {
    padding: 5px 12px;
  }
}

.global-timer.simple-timer-campaign .syotimer__body .syotimer-cell .syotimer-cell__value {
  color: var(--main-color-one);
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .global-timer.simple-timer-campaign .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 32px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .global-timer.simple-timer-campaign .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 28px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .global-timer.simple-timer-campaign .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 28px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .global-timer.simple-timer-campaign .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 26px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 375px) {
  .global-timer.simple-timer-campaign .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 20px;
    line-height: 26px;
  }
}

.global-timer.simple-timer-campaign .syotimer__body .syotimer-cell .syotimer-cell__unit {
  color: var(--paragraph-color);
  line-height: 24px;
  font-size: 14px;
}

.global-timer.discount-countdown.radius-0 .syotimer__body .syotimer-cell {
  border-radius: 0;
}

.global-timer.discount-countdown .syotimer__body {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .global-timer.discount-countdown .syotimer__body {
    gap: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .global-timer.discount-countdown .syotimer__body {
    gap: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .global-timer.discount-countdown .syotimer__body {
    gap: 20px;
  }
}

.global-timer.discount-countdown .syotimer__body .syotimer-cell {
  background: #fff;
  color: var(--main-color-one);
  padding: 5px 15px;
  border-radius: 10px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .global-timer.discount-countdown .syotimer__body .syotimer-cell {
    padding: 15px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .global-timer.discount-countdown .syotimer__body .syotimer-cell {
    padding: 10px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .global-timer.discount-countdown .syotimer__body .syotimer-cell {
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .global-timer.discount-countdown .syotimer__body .syotimer-cell {
    padding: 5px 12px;
  }
}

.global-timer.discount-countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
  color: var(--main-color-one);
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .global-timer.discount-countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 32px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .global-timer.discount-countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 28px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .global-timer.discount-countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 28px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .global-timer.discount-countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 26px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 375px) {
  .global-timer.discount-countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 20px;
    line-height: 26px;
  }
}

.global-timer.discount-countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
  color: var(--main-color-one);
  line-height: 20px;
  font-size: 14px;
}

.discount-countdown .global-timer .syotimer__body .syotimer-cell {
  background: var(--body-color);
}

.center-text .global-timer .syotimer__body {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-title-countdown {
  position: relative;
}

.section-title-countdown .flash-countdown {
  position: absolute;
  top: -10px;
  left: 230px;
  display: inline-block;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .section-title-countdown .flash-countdown {
    left: 200px;
  }
}

@media only screen and (max-width: 575.98px) {
  .section-title-countdown .flash-countdown {
    position: unset;
    left: 0;
    margin: 10px 0 0;
  }
}

/* Price Updated Through */
@media only screen and (max-width: 375px) {
  .center-text .price-update-through {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.price-update-through {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-update-through .flash-prices {
  color: var(--heading-color);
  margin-right: 10px;
}

.price-update-through .flash-prices.color-one {
  color: var(--main-color-one);
}

.price-update-through .flash-prices.color-two {
  color: var(--main-color-two);
}

.price-update-through .flash-prices.color-three {
  color: var(--main-color-three);
}

.price-update-through .flash-prices.color-four {
  color: var(--main-color-four);
}

.price-update-through .flash-prices.hover-color-one:hover {
  color: var(--main-color-one);
}

.price-update-through .flash-prices.hover-color-two:hover {
  color: var(--main-color-two);
}

.price-update-through .flash-prices.hover-color-three:hover {
  color: var(--main-color-three);
}

.price-update-through .flash-prices.hover-color-four:hover {
  color: var(--main-color-four);
}

.price-update-through .flash-old-prices {
  text-decoration: line-through;
}

/* Common Review List */
.common-review-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.common-review-list li {
  font-size: 18px;
  color: var(--main-color-one);
  margin: 1px;
}

.common-review-list li .review-count {
  color: var(--body-color);
  margin-left: 5px;
}

/*---------------------------------------
    15. Pagination
---------------------------------------*/
.custom-pagination.color-two .pagination li.active .page-link {
  background: var(--main-color-two);
}

.custom-pagination.color-two .pagination li .page-link:hover {
  background: var(--main-color-two);
}

.custom-pagination.color-three .pagination li.active .page-link {
  background: var(--main-color-three);
}

.custom-pagination.color-three .pagination li .page-link:hover {
  background: var(--main-color-three);
}

.custom-pagination.color-four .pagination li.active .page-link {
  background: var(--main-color-four);
}

.custom-pagination.color-four .pagination li .page-link:hover {
  background: var(--main-color-four);
}

.custom-pagination .pagination li {
  margin: 5px 10px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .custom-pagination .pagination li {
    margin: 5px 5px;
  }
}

.custom-pagination .pagination li.active .page-link {
  background: var(--main-color-one);
  color: var(--white);
  border-color: transparent;
}

.custom-pagination .pagination li .page-link {
  background: #fff;
  color: var(--body-color);
  border: 1px solid;
  font-size: 18px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom-pagination .pagination li .page-link:hover {
  background: var(--main-color-one);
  color: var(--white);
  border-color: transparent;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .custom-pagination .pagination li .page-link {
    font-size: 16px;
    padding: 7px 15px;
  }
}

@media only screen and (max-width: 480px) {
  .custom-pagination .pagination li .page-link {
    font-size: 15px;
    padding: 5px 10px;
  }
}

.checkbox-inlines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
  gap: 10px;
}

.checkbox-inlines .check-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 18px;
  min-width: 18px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  margin-top: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.checkbox-inlines .check-input::after {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 10px;
  color: var(--white);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1.6) rotate(90deg);
  transform: scale(1.6) rotate(90deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.checkbox-inlines .check-input:checked {
  background: var(--main-color-one);
  border-color: var(--main-color-one);
  background: var(--main-color-one);
}

.checkbox-inlines .check-input:checked::after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1.2) rotate(0deg);
  transform: scale(1.2) rotate(0deg);
}

.checkbox-inlines .checkbox-label {
  cursor: pointer;
  text-align: left;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  color: var(--heading-color);
  margin: 0;
}

@media only screen and (max-width: 575.98px) {
  .checkbox-inlines .checkbox-label {
    font-size: 15px;
  }
}

/* Faq */
.faq-contents .faq-item.open .faq-title {
  font-weight: 500;
  color: var(--white);
  background: var(--heading-color);
  border-color: transparent;
}

.faq-contents .faq-item.open .faq-title::after {
  content: "";
  color: var(--white);
}

.faq-contents .faq-item.open .faq-panel {
  background: var(--heading-color);
  color: var(--white);
}

.faq-contents .faq-item.open .faq-panel .faq-para {
  color: rgba(255, 255, 255, 0.8);
}

.faq-contents .faq-item.active .faq-panel {
  display: block;
}

.faq-contents .faq-item:not(:first-child) {
  margin-top: 24px;
}

.faq-contents .faq-item .faq-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--heading-color);
  font-family: var(--heading-font);
  line-height: 32px;
  padding: 18px 40px;
  border: 1px solid rgba(221, 221, 221, 0.4);
  background: #fff;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .faq-contents .faq-item .faq-title {
    font-size: 22px;
    padding: 18px 30px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .faq-contents .faq-item .faq-title {
    font-size: 20px;
    padding: 18px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .faq-contents .faq-item .faq-title {
    font-size: 19px;
    padding: 18px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .faq-contents .faq-item .faq-title {
    font-size: 18px;
    padding: 18px 10px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .faq-contents .faq-item .faq-title {
    font-size: 18px;
    line-height: 20px;
    padding: 20px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .faq-contents .faq-item .faq-title {
    font-size: 16px;
    padding: 15px 10px;
  }
}

.faq-contents .faq-item .faq-title::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "";
  color: var(--paragraph-color);
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .faq-contents .faq-item .faq-title::after {
    right: 30px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .faq-contents .faq-item .faq-title::after {
    right: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .faq-contents .faq-item .faq-title::after {
    right: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .faq-contents .faq-item .faq-title::after {
    right: 12px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .faq-contents .faq-item .faq-title::after {
    right: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .faq-contents .faq-item .faq-title::after {
    right: 10px;
  }
}

.faq-contents .faq-item .faq-panel {
  display: none;
  padding: 30px 40px;
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .faq-contents .faq-item .faq-panel {
    padding: 20px 30px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .faq-contents .faq-item .faq-panel {
    padding: 20px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .faq-contents .faq-item .faq-panel {
    padding: 20px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .faq-contents .faq-item .faq-panel {
    padding: 20px 20px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .faq-contents .faq-item .faq-panel {
    padding: 20px 20px;
  }
}

.faq-contents .faq-item .faq-panel .faq-para {
  font-size: 20px;
  line-height: 40px;
  color: var(--paragraph-color);
}

@media (min-width: 1600px) and (max-width: 1849.98px) {
  .faq-contents .faq-item .faq-panel .faq-para {
    font-size: 19px;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .faq-contents .faq-item .faq-panel .faq-para {
    font-size: 18px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .faq-contents .faq-item .faq-panel .faq-para {
    font-size: 17px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .faq-contents .faq-item .faq-panel .faq-para {
    font-size: 17px;
    line-height: 32px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .faq-contents .faq-item .faq-panel .faq-para {
    font-size: 17px;
  }
}

@media only screen and (max-width: 575.98px) {
  .faq-contents .faq-item .faq-panel .faq-para {
    font-size: 16px;
  }
}

/*=========================================================
          [ Table ]
=========================================================*/
.custom--table {
  width: 100%;
  color: inherit;
  vertical-align: middle;
  font-weight: 400;
}

.custom--table thead {
  font-weight: 700;
  font-size: 18px;
  background: inherit;
  color: inherit;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--heading-font);
}

.custom--table tbody {
  border-top: 0;
  overflow: hidden;
  border-radius: 10px;
}

.custom--table tbody tr:nth-child(odd) {
  background-color: inherit;
}

.custom--table tbody tr:nth-child(even) {
  background-color: inherit;
}

.custom--table tr th {
  font-size: 18px;
  font-weight: 500;
  color: var(--paragraph-color);
}

.custom--table tr td {
  font-size: 18px;
  color: var(--heading-color);
  padding: 20px 0;
  line-height: 22px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .custom--table tr td {
    padding: 10px 0;
  }
}

.custom--table tr td:last-child {
  padding: 0;
  padding-inline: 10px;
}

[data-label] {
  position: relative;
}

[data-label]::before {
  position: absolute;
  content: attr(data-label);
  font-weight: 700;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  padding: 8px 20px;
  display: none;
  font-size: 14px;
  max-width: 120px;
}

@media (max-width: 767.98px) {
  .table-responsive-sm {
    overflow-x: unset;
  }

  .table-responsive-sm thead {
    display: none;
  }

  .table-responsive-sm thead tr .check-all-rows {
    display: block;
  }

  .table-responsive-sm [data-label]::before {
    display: block;
  }

  .table-responsive-sm tr td {
    display: block;
    text-align: right;
    padding-right: 5px;
    padding-left: 125px;
  }

  .table-responsive-sm [data-label]::before {
    padding: 8px 10px 8px 5px;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-md {
    overflow-x: unset;
  }

  .table-responsive-md thead {
    display: none;
  }

  .table-responsive-md thead tr .check-all-rows {
    display: block;
  }

  .table-responsive-md [data-label]::before {
    display: block;
  }

  .table-responsive-md tr td {
    display: block;
    text-align: right;
    padding-right: 5px;
    padding-left: 125px;
  }

  .table-responsive-md [data-label]::before {
    padding: 8px 10px 8px 5px;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-lg {
    overflow-x: unset;
  }

  .table-responsive-lg thead {
    display: none;
  }

  .table-responsive-lg thead tr .check-all-rows {
    display: block;
  }

  .table-responsive-lg [data-label]::before {
    display: block;
  }

  .table-responsive-lg tr td {
    display: block;
    text-align: right;
    padding-right: 5px;
    padding-left: 125px;
  }

  .table-responsive-lg [data-label]::before {
    padding: 8px 10px 8px 5px;
  }
}

/* Ui Range Slider */
.price-range-slider {
  padding: 0 10px;
}

.price-range-slider .ui-range-slider.noUi-target {
  position: relative;
  border-radius: 3px;
  height: 3px;
}

.price-range-slider .ui-range-slider.noUi-target .noUi-handle {
  top: -9px;
  left: -3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  z-index: 1;
  background: var(--main-color-one);
  cursor: default;
}

.price-range-slider .ui-range-slider.noUi-target .noUi-handle::before {
  content: "";
  position: absolute;
  background: #fff;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
}

.price-range-slider .ui-range-slider.noUi-target .noUi-base .noUi-origin {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.price-range-slider .ui-range-slider.noUi-target .noUi-base .noUi-connect {
  background: var(--main-color-one);
}

.price-range-slider .ui-range-slider-footer {
  display: table;
  width: 100%;
  padding-top: 20px;
}

.price-range-slider .ui-range-slider-footer .ui-range-values {
  display: inline-block;
  color: var(--paragraph-color);
}

.price-range-slider .ui-range-slider-footer .ui-range-values .ui-price-title {
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
}

.price-range-slider .ui-range-slider-footer .ui-range-values .ui-range-value-min,
.price-range-slider .ui-range-slider-footer .ui-range-values .ui-range-value-max {
  display: inline-block;
  font-size: 16px;
}

.noUi-background {
  background: #DDDDDD;
}

/* Global Ratings */
@media only screen and (max-width: 375px) {
  .center-text .rating-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.rating-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-wrap .ratings {
  position: relative;
  z-index: 0;
  width: 80px;
  height: 16px;
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  .rating-wrap .ratings {
    width: 75px;
  }
}

@media only screen and (max-width: 375px) {
  .rating-wrap .ratings {
    width: 70px;
  }
}

.rating-wrap .ratings span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 16px;
}

.rating-wrap .ratings span.hide-rating:after {
  color: var(--paragraph-color);
}

.rating-wrap .ratings span.show-rating:after {
  color: #FABE50;
}

.rating-wrap .ratings span.show-rating {
  width: 88% !important;
}

.rating-wrap .ratings span:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "" "" "" "" "";
  width: 100%;
  font-family: "Line Awesome Free";
  font-weight: 900;
}

.rating-wrap .total-ratings {
  margin-left: 5px;
}

/* Search Popup */
.search-area {
  position: relative;
}

.search-bar {
  position: absolute;
  bottom: -20px;
  left: 50%;
  height: auto;
  z-index: 9;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.search-bar.active {
  visibility: visible;
  opacity: 1;
  left: 0;
}

.search-bar.black-theme {
  background: #ddd;
}

.search-bar.black-theme .menu-search-form .search-close {
  background: #05cd99;
  border: 1px solid rgba(5, 205, 153, 0.5);
  color: var(--white);
  top: -52px;
}

.search-bar.black-theme .menu-search-form .search-close:hover {
  background: #ddd;
}

.search-bar.black-theme .menu-search-form .item-search {
  color: var(--paragraph-color);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.search-bar.black-theme .menu-search-form .item-search::-webkit-input-placeholder {
  color: var(--paragraph-color);
}

.search-bar.black-theme .menu-search-form .item-search::-moz-placeholder {
  color: var(--paragraph-color);
}

.search-bar.black-theme .menu-search-form .item-search:-ms-input-placeholder {
  color: var(--paragraph-color);
}

.search-bar.black-theme .menu-search-form .item-search::-ms-input-placeholder {
  color: var(--paragraph-color);
}

.search-bar.black-theme .menu-search-form .item-search::placeholder {
  color: var(--paragraph-color);
}

.search-bar.black-theme .menu-search-form .item-search:focus {
  border-color: rgba(5, 205, 153, 0.4);
  -webkit-box-shadow: 0 0 15px rgba(5, 205, 153, 0.3);
  box-shadow: 0 0 15px rgba(5, 205, 153, 0.3);
}

.search-bar.black-theme .menu-search-form button {
  background: #05cd99;
}

.search-bar .menu-search-form {
  position: relative;
  z-index: 9;
  width: 100%;
  margin: 0 auto;
  border-radius: 0px;
}

.search-bar .menu-search-form .search-close {
  position: absolute;
  right: 0px;
  top: -40px;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #F2F3F5;
  padding: 2px 10px;
}

.search-bar .menu-search-form .search-close:hover {
  color: var(--white);
  background: #05cd99;
}

.search-bar .menu-search-form .item-search {
  width: 100%;
  height: 60px;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: none;
  text-transform: capitalize;
  padding: 10px 30px;
  padding-right: 120px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0px;
  color: var(--paragraph-color);
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .search-bar .menu-search-form .item-search {
    padding: 5px 20px;
    padding-right: 120px;
  }
}

@media only screen and (max-width: 375px) {
  .search-bar .menu-search-form .item-search {
    padding: 5px 15px;
    padding-right: 90px;
  }
}

.search-bar .menu-search-form .item-search:focus {
  border-color: rgba(5, 205, 153, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(5, 205, 153, 0.1);
  box-shadow: 0 0 10px rgba(5, 205, 153, 0.1);
}

.search-bar .menu-search-form .item-search::-webkit-input-placeholder {
  color: var(--paragraph-color);
  font-size: 14px;
}

.search-bar .menu-search-form .item-search::-moz-placeholder {
  color: var(--paragraph-color);
  font-size: 14px;
}

.search-bar .menu-search-form .item-search:-ms-input-placeholder {
  color: var(--paragraph-color);
  font-size: 14px;
}

.search-bar .menu-search-form .item-search::-ms-input-placeholder {
  color: var(--paragraph-color);
  font-size: 14px;
}

.search-bar .menu-search-form .item-search::placeholder {
  color: var(--paragraph-color);
  font-size: 14px;
}

.search-bar .menu-search-form button {
  position: absolute;
  right: 0;
  height: 100%;
  padding: 0 30px;
  background: #05cd99;
  border: 0;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  cursor: pointer;
}

@media only screen and (max-width: 375px) {
  .search-bar .menu-search-form button {
    font-size: 14px;
    padding: 0 20px;
  }
}

.form-group {
  padding: 0 0px 10px 0 !important;
}

.media-upload-btn-wrapper .centered {
  width: 130px;
  margin-bottom: 8px;
}

.form-group label {
  margin-bottom: 7px;
  font-weight: bold;
}

.card-body {
  padding: 1.5rem 1.5rem;
}

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

/* .close-toggle-body {
    height: 100%;
    width: 100%;
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 99;
    cursor: zoom-out;
    transition: all .8s;
    &.open {
        background: rgba($black, .01);
        left: 0;
        border-radius: 0;
    }
} */


/* Data table style */


.data-table-style th {
  color: #2c2d35;
}

table.dataTable thead th,
table.dataTable tfoot th {
  border-bottom: none !important;
}

.data-table-style tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: var(--border-two);
  border-style: solid;
  border-width: 1px;
}



/*Custom Bootstrap Class*/

/* .btn-secondary {
  background: var(--customer-profile);
  border-color: var(--customer-profile);
}

.btn-secondary:hover {
  color: var(--customer-profile);
  background: none;
  border-color: var(--customer-profile);
}

.btn-secondary:focus:active,
.btn-secondary:focus {
  box-shadow: none;
  color: var(--customer-profile);
  background: none;
  border-color: var(--customer-profile);
} */



/* .btn-danger {
  border-color: #ff7a7a;
  background: #ff7a7a;
}

.btn-danger:hover {
  background: none;
  color: #ff7a7a;
  border: 1px solid #ff7a7a;
}

.btn-danger:focus:active,
.btn-danger:focus {
  box-shadow: none;
  background: none;
  color: #ff7a7a;
  border-color: #ff7a7a;
} */

/* .btn-primary {
  border-color: #52b5cc;
  background: #52b5cc;
}

.btn-primary:hover {
  color: #52b5cc;
  background: none;
  border-color: #52b5cc;
}

.btn-primary:focus:active,
.btn-primary:focus {
  box-shadow: none;
  color: #52b5cc;
  background: none;
} */

.newsLetterTable tbody tr td:first-child {
  width: 10px;
}

.newsLetterTable tbody tr td:nth-child(2) {
  width: 50px;
}

td.sorting_1 {
  text-align: center;
}

th.sorting_desc {
  text-align: center;
}

.alert.alert-success {
  color: #1ea566;
  background-color: var(--white);
  border: 0;
  border-left: 4px solid #13d57a;
  font-size: 18px;
  text-transform: capitalize;
}

.alert.alert-danger {
  color: #842029;
  background-color: var(--white);
  border: 0;
  border-left: 4px solid #842029;
  font-size: 18px;
  text-transform: capitalize;
}

.form-control {
  width: 100%;
  height: 55px;
  border: 1px solid rgba(221, 221, 221, 0.4);
  -webkit-box-shadow: 0 0 10px rgb(255 255 255 / 10%);
  box-shadow: 0 0 10px rgb(255 255 255 / 10%);
  font-size: 15px;
  padding: 0 15px;
}

.form-control {
  height: 55px;
  font-size: 15px;
  border: 1px solid #DDD;
  width: 100%;
  padding: 0 100px 0 20px;
  color: var(--body-color);
  border-radius: 10px;
}

.form-control:focus {
  -webkit-box-shadow: 0 0 10px rgb(5 205 153 / 10%);
  box-shadow: 0 0 10px rgb(5 205 153 / 10%);
  border-color: rgba(5, 205, 153, 0.3);
}

.nice-select {
  width: 100% !important;
  display: block !important;
  margin-bottom: 10px;
}


/* Update Alert Padding */
.alert.alert-sm {
  padding: .5rem;
}

/* table image preview custom size */
table .attachment-preview {
  width: 50px !important;
  height: 50px !important;
}

/* Custom Popup For Media Uploader */
.modal-wrapper {
  border-radius: 0.3rem;
  margin: 0 auto;
  overflow-y: auto;
  position: fixed;
  top: -10%;
  left: 0;
  right: 0;
  z-index: 999999999999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

.modal-wrapper.active {
  visibility: visible;
  top: 5%;
  opacity: 1;
}

.modal-wrapper .modialTittle {
  font-size: 40px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 575px) {
  .modal-wrapper .modialTittle {
    font-size: 30px;
  }
}

.modal-wrapper .modialTittle span {
  color: var(--main-color-one);
}

.modal-wrapper .close-icon {
  /*right: 15px;*/
  z-index: 10;
  /*top: 15px;*/
  cursor: pointer;
  background: var(--delete-color);
  color: #ffffff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  background-image: none;
  opacity: 1;
  border: 0;
  /*position: absolute;*/
  /*right: 10px;*/
  /*top: 10px;*/
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.modal-wrapper .close-icon:hover {
  background: #fd2f73;
  color: white;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.body-overlay-desktop {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.body-overlay-desktop.active {
  visibility: visible;
  opacity: 1;
  z-index: 9999999999;
}

.btn-vendor-submit {
  background: var(--customer-profile) !important;
  border: 2px solid var(--customer-profile) !important;
}

.btn-vendor-submit:hover {
  color: var(--customer-profile) !important;
  background: none !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: var(--customer-profile);
  border-color: var(--customer-profile) var(--customer-profile) var(--customer-profile);
}

.nav-link {
  color: var(--paragraph-color) !important;
}

/* .btn.btn-info {
  background-color: var(--customer-profile);
  color: white;
} */

/*.nav-pills .nav-link.active, .nav-pills .show>.nav-link {*/
/*  color: var(--customer-profile);*/
/*}*/

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--main-color-two) !important;
  background: none;
}

.nav-pills .nav-link {
  color: var(--heading-color);
  padding: 13px 0px;
  padding-left: 20px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  list-style: dotted;
}

/* Product Delivery Option */
.delivery-item {
  width: fit-content;
  border: 1px solid #ddd;
  padding: 10px 11px;
  height: fit-content;
  padding-top: 15px;
}

.delivery-item .icon {
  font-size: 35px;
  padding: 0px 5px;
}

.general-info-form .content {
  padding-right: 10px;
}

.delivery-item.active .icon {
  color: var(--customer-profile)
}

.delivery-item.active {
  border-color: var(--customer-profile);
  border-width: 2px;
}

/*Select two css*/

.nice-select-two .selection {
  width: 100%;
}

.nice-select-two .select2-container {
  display: block;
  width: 100%;
}

.nice-select-two .select2-container--default .select2-selection--single {
  background-color: var(--white);
  border: 1px solid var(--border-two);
  border-radius: 4px;
  width: 100%;
  height: 48px;
  line-height: 48px;
}

.nice-select-two .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--body-color);
  line-height: 48px;
}

.nice-select-two .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  line-height: 48px;
}

.nice-select-two .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--border-two) transparent transparent transparent;
  top: 25px;
}


/* Update btn btn-success */
/* .btn-success {
  color: var(--white);
  background-color: var(--customer-profile);
  border-color: var(--customer-profile);
}

.btn-success:hover {
  color: var(--customer-profile);
  background-color: transparent;
  border-color: var(--customer-profile);
} */

/* Media Upload */
/* .media-image-item-wrapper{ */
/*   position: relative; */
/* } */


/* Product Badge */
.badge-item .icon img {
  width: 70px;
  display: flex;
  margin-right: 11px;
  height: 60px;
}

.badge-item .content {
  padding: 8px 0;
}

.badge-item {
  border: 1px solid #ddd;
  padding: 10px;
  padding-right: 30px;
}

.badge-item.active {
  border: 2px solid var(--customer-profile);
}

.table-responsive table {
  width: 100% !important;
}


/* those line are implemented by me  */
.d-flex.gap-2 {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
}

.table-cart-row .d-flex {
  justify-content: flex-start;
}

td.price-td {
  text-align: left;
}

span.quantity-number {
  text-align: center;
  padding-left: 20px;
}

td.price-td {
  text-align: left;
}

.product-summary {
  text-align: left;
}

.product-list-title-flex.d-flex.flex-wrap.align-items-center.justify-content-between {
  position: relative;
}

.bulk-delete-wrapper {
  height: auto !important;
  flex-wrap: wrap;
  margin: 0 !important;
}

.select-box-wrap {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.select-box-wrap button {
  height: 38px;
  border: none;
  cursor: pointer;
  margin: 0;
}

.cursor-pointer {
  cursor: pointer;
}




/* Custom Pagination Implemented by saiful */

.pagination {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  justify-content: end;
  margin-top: 20px;
}

.custom-pagination-wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-pagination-wrapper .pagination {
  margin: 0
}

.pagination .pagination-list {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pagination .pagination-list li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-color);
  border: 1px solid var(--border-color);
  padding: 5px 10px;
  transition: all .3s;
}

.pagination .pagination-list li a:hover,
.pagination .pagination-list li a.current {
  color: var(--white);
  border-color: var(--customer-profile);
  background-color: var(--customer-profile);
}


/* This preloader created by deshi riyad vai and those gave me mr sohan */
/* Custom Loader for blog ajax show */
.load-ajax-data {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid var(--customer-profile);
  border-bottom: 10px solid #FF1747;
  width: 70px;
  height: 70px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

section.news-area {
  position: relative;
  z-index: 2;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*Custom Loader for blog ajax show*/


#product-table-body {
  position: relative !important;
}

/* custom arrow*/
.expand .ti-angle-down {
  font-size: 15px;
  line-height: 1;
}

/* .expand .ti-angle-down::after {
  content: "\f107";
  font-family: 'Line Awesome Free';
  font-weight: 900;
} */

.expand .ti-angle-up {
  font-size: 15px;
  line-height: 1;
  font-style: inherit;
}

/* .expand .ti-angle-up:after {
  content: "\f106";
  font-family: 'Line Awesome Free';
  font-weight: 900;
} */

/* .remove-widget .ti-close:after {
  content: "\f00d";
  font-family: 'Line Awesome Free';
  font-weight: 900;
} */

/* .ti-close {
  font-style: inherit;
  font-size: 16px;
  line-height: 1;
} */

.ti-angle-down {
  font-style: inherit;
}

.preview-image i:before {
  content: "\f03e";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  font-style: inherit;
}

.preview-image i {
  font-style: inherit;
}

.disabled-option {
  background: transparent !important;
  position: relative !important;
  overflow: hidden;
  color: #8986868f !important;

}

.disabled-option:hover {
  cursor: not-allowed !important;
}

.disabled-option::after {
  content: "";
  position: absolute;
  width: 150%;
  height: 1px;
  background-color: #9b9b9b;
  transform: rotate(45deg);
  top: 13px;
}

.disabled-option::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 1px;
  background-color: #9b9b9b;
  transform: rotate(315deg);
  top: 13px;
}

.value-input-area .color-list li.active::before {
  display: none !important;
}

/*Dashboard New Css */

.user-dashboard-wrapper>ul {
  display: inline-block;
  width: 260px;
  background-color: #1d2228;
  padding-bottom: 5px
}

.user-dashboard-wrapper {
  display: flex;
  gap: 24px;
}

.user-dashboard-wrapper .tab-content {
  width: calc(100% - 284px);
  flex: 1;
}

.user-dashboard-wrapper {
  padding: 80px 0
}

.user-dashboard-wrapper ul.nav-pills .nav-item+.nav-item {
  border-top: 1px solid var(--border-two);
}

.user-dashboard-wrapper .mobile_nav,
.user-dashboard-wrapper>ul .mobile_nav {
  display: none
}

.user-dashboard-wrapper ul.nav-pills .nav-item+.nav-item {
  border-top: 1px solid var(--border-two);
}

.order-service-page-content-area .nav-tabs .nav-item {
  border: none;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--main-color-one);
  line-height: 50px;
  color: var(--white);
  padding: 0;
  text-align: center
}

.order-service-page-content-area .nav-tabs .nav-item+.nav-item {
  margin-left: 15px
}

.order-service-page-content-area .nav-tabs .nav-item.active {
  background-color: var(--main-color-one);
  color: #fff
}

.order-service-page-content-area .nav-tabs .nav-item[disabled] {
  background-color: #e1e1e1;
  color: var(--paragraph-color)
}

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

.user-dashboard-wrapper>ul {
  display: inline-block;
  width: 260px;
  background-color: #F2F3F5;
  padding-bottom: 5px;
}

.user-dashboard-wrapper ul.nav-pills .nav-link.active {
  position: relative
}

.user-dashboard-wrapper ul.nav-pills .nav-link.active {
  background: #F2F3F5 !important;
  color: var(--heading-color);
}

.user-dashboard-wrapper ul.nav-pills .nav-link.active::after {
  position: absolute;
  content: "";
  left: 0px;
  width: 4px;
  height: 56%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--main-color-two);
  border-radius: 20px;
}

.user-dashboard-wrapper .nav-pills .nav-link.bg-main {
  background: var(--main-color-two);
  color: #fff !important;
}

.user-dashboard-wrapper .nav-pills .nav-link {
  border-radius: 0px;
  padding-top: 9px;
  padding-bottom: 10px;
  color: #494949;
  font-size: 18px;
  padding-left: 22px;
}

.user-dashboard-wrapper ul.nav-pills .nav-item+.nav-item {
  border-top: 1px solid var(--border-two);
}

.user-dashboard-wrapper ul.nav-pills .nav-item+.nav-item:last-child {
  border-bottom: 0;
}

.user-dashboard-card.style-01 {
  background-color: var(--heading-color);
  align-items: center;
  margin-bottom: 30px;
  border-radius: 8px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.user-dashboard-card.style-01::after {
  content: "";
  position: absolute;
  border: 10px solid #3f3f3f;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  z-index: -1;
  right: -19px;
  top: -20px;

  animation: heartbeat 1s infinite alternate;

  @-webkit-keyframes heartbeat {
    to {
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
    }
  }
}


.user-dashboard-card.style-01 .icon {
  font-size: 43px;
  color: var(--white);
  margin-right: 26px;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: #494949;
  line-height: 87px;
  text-align: center;
  z-index: 1;
  position: relative;
  flex-shrink: 0;
}

.user-dashboard-card.style-01 .icon i {
  position: relative;
  left: 0px;
}

.user-dashboard-card.style-01 .icon::before {
  content: "";
  position: absolute;
  border: 10px solid #3d3d3d;
  width: 123%;
  height: 123%;
  border-radius: 50%;
  left: -9px;
  z-index: -1;
  top: -9px;
}

.user-dashboard-card {
  background-color: var(--main-color-one);
  padding: 30px;
  display: flex;
  align-self: flex-start
}

.user-dashboard-card .icon {
  font-size: 40px;
  line-height: 40px;
  color: var(--white);
  margin-right: 20px
}

.user-dashboard-card .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: var(--white);
}

.user-dashboard-card .number {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  display: block;
  color: var(--white);
}

a:hover {
  color: inherit;
}

.user-dahsboard-order-info-wrap .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700
}

.user-dahsboard-order-info-wrap small {
  font-size: 14px
}

.user-dahsboard-order-info-wrap .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.alert-small {
  font-size: 12px;
  font-weight: 600;
  padding: 2px 5px;
}

.alert-sm {
  padding: 5px 10px;
}

.text-capitalize {
  text-transform: capitalize !important;
}

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

.user-dahsboard-order-info-wrap small {
  font-size: 14px;
}

small {
  margin-bottom: 10px;
}

.dashboard-form-wrapper .title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}

.order-service-page-content-area .order-title {
  font-size: 30px;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 30px
}

.order-service-page-content-area .nav-tabs {
  display: block;
  border: none
}

.order-service-page-content-area .nav-tabs .nav-item {
  border: none;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  color: var(--white);
  padding: 0;
  text-align: center
}

.order-service-page-content-area .tab-content {
  margin-top: 30px
}

.order-service-page-content-area .nav-tabs .nav-item+.nav-item {
  margin-left: 15px
}

.order-service-page-content-area .nav-tabs .nav-item.active {
  background-color: var(--main-color-one);
  color: #fff
}

.order-service-page-content-area .nav-tabs .nav-item[disabled] {
  background-color: #e1e1e1;
  color: var(--paragraph-color)
}


.input-disabled {
  background-color: rgba(211, 211, 211, 0.507);
}

.payment-gateway-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin: 20px 0
}

.payment-gateway-wrapper ul li {
  max-width: 100px;
  cursor: pointer;
  box-sizing: border-box;
  height: 50px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden
}

.payment-gateway-wrapper ul li.selected:after,
.payment-gateway-wrapper ul li.selected:before {
  visibility: visible;
  opacity: 1
}

.payment-gateway-wrapper ul li:before {
  border: 2px solid #ffc107;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  visibility: hidden;
  opacity: 0;
  transition: all .3s
}

.payment-gateway-wrapper ul li::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 15px;
  background-color: var(--main-color-two);
  content: "\f00c";
  font-weight: 900;
  color: var(--white);
  font-family: "Line Awesome Free";
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  padding-top: 2px;
  padding-left: 2px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s
}

.manual_payment_transaction_field.show {
  display: block
}

.manual_payment_transaction_field {
  display: none
}

.payment-gateway-wrapper ul li {
  min-width: 80px;
  margin: 5px
}

.cart-total-wrap .form-group.manual_payment_transaction_field .label,
.order-confirm-area .form-group.manual_payment_transaction_field .label,
.order-tab-wrap .form-group.manual_payment_transaction_field .label {
  font-size: 14px;
  font-weight: 600;
  color: var(--heading-color);
  margin-bottom: 10px
}

.cart-total-wrap .form-group.manual_payment_transaction_field .form-control,
.order-confirm-area .form-group.manual_payment_transaction_field .form-control,
.order-tab-wrap .form-group.manual_payment_transaction_field .form-control {
  border: 1px solid #e2e2e2;
  font-size: 14px
}

.cart-total-wrap .form-group.manual_payment_transaction_field .help-info,
.order-confirm-area.form-group.manual_payment_transaction_field .help-info,
.order-tab-wrap .form-group.manual_payment_transaction_field .help-info {
  margin-top: 20px;
  display: block
}

.payment-gateway-wrapper ul {
  flex-wrap: wrap
}

button.submit-btn.gd-bg {
  width: 420;
}

.order-confirm-area .title {
  text-align: center;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 40px;

}

.error-page-content {
  padding: 50px;
}

.order-cancel-area .title,
.order-success-area .title {
  color: var(--main-color-one);
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 10px;
}

.order-cancel-area .title,
.order-success-area .title {
  color: var(--main-color-one);
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 10px;
}

p.order-page-description {
  color: var(--main-color-one);
}

.billing-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

button.submit-btn.gd-bg.pay-now {
  width: 730px;
}

.alert-danger {
  border-left: 5px solid var(--secondary-color);
  background-color: #f2f2f2;
  color: #333;
  border-radius: 0;
}

.alert-warning {
  border-left: 5px solid #e4b82c;
  background-color: #f2f2f2;
  border-color: #e4b82c;
  color: #333;
  border-radius: 0;
}

.alert-success {
  border-left: 5px solid #319a31;
  background-color: #f2f2f2;
  border-color: #319a31;
  color: #333;
  border-radius: 0;
}

.alert-primary {
  border-left: 5px solid #004085;
  border-color: #004085;
  background-color: #f2f2f2;
  color: #333;
  border-radius: 0;
}

.alert-info {
  background-color: #d1ecf1;
  border-color: #17a2b8;
  border-left: 5px solid #17a2b8;
  background-color: #f2f2f2;
  color: #333;
  border-radius: 0;
}


@media only screen and (max-width: 414px) {
  .left-content-area {
    display: none;
  }

  .navbar-area .navbar-collapse {
    left: 0;
    right: initial;
  }
}

@media only screen and (max-width: 768px) {
  .left-content-area {
    display: none;
  }

  .navbar-area .navbar-collapse {
    left: 0;
    right: initial;
  }

}

@media only screen and (max-width: 991.98px) {
  .user-dashboard-wrapper {
    position: relative;
    /* display: block; */
    flex-direction: column;
    gap: 20px 0;

  }

  .user-dashboard-wrapper .mobile_nav,
  .user-dashboard-wrapper>ul .mobile_nav {
    position: unset;
    left: 0px;
    top: 0;
    width: 53px;
    background-color: var(--main-color-one);
    color: white;
    height: 56px;
    text-align: center;
    line-height: 57px;
    transition: all .3s;
    display: block;
    border-radius: 8px;
    font-size: 32px;
  }

  .user-dashboard-wrapper>ul {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 99;
    display: inline-block;
    width: 260px;
    padding-bottom: 5px;
    transition: .3s all;
  }

  .user-dashboard-wrapper.show>ul {
    left: 0px;
  }

  .user-dashboard-wrapper .tab-content {
    width: calc(100% - 0px);
  }

  .bodyUser_overlay {
    position: fixed;
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 98;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
  }

  .bodyUser_overlay.show {
    visibility: visible;
    opacity: 1;
  }
}

@media only screen and (max-width: 991px) {
  .user-dashboard-card {
    margin-bottom: 30px;
  }

  .user-dashboard-card {
    background-color: var(--main-color-one);
    padding: 30px !important;
    display: flex;
    align-self: flex-start;
  }

}

.dashboard-form-wrapper .title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 30px;
}

.dashboard-form-wrapper .form-group {
  margin-bottom: 10px;
}

.dashboard-form-wrapper .form-control {
  padding: 7px 15px;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  line-height: 23px;
}

.dashboard-form-wrapper input.form-control {
  height: 50px;
}

.icon-close.color-heading .la-spinner,
.cart-item-count-amount .la-spinner {
  -webkit-animation: 1s rotate_spiner linear infinite;
  animation: 1s rotate_spiner linear infinite;
}

@keyframes rotate_spiner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#category_create_modal,
#child-category_create_modal,
#badge_edit_modal {
  z-index: 1051 !important;
}

#category_create_modal .select2-container,
#badge_edit_modal .select2-container,
#child-category_create_modal .select2-container {
  z-index: 1056;
}

.swal2-container {
  z-index: 9999999999 !important;
}

.form-group label {
  display: block;
}

.form-group .select2-container {
  display: block;
  width: 100%;
}

.select2-container .selection {
  width: 100%;
}


.mdi-pencil:before {
  content: "\f303";
  font-family: 'Line Awesome Free';
  font-weight: 900;
}



/* Those line are added by riyad hossain for checkout page */
.error-wrap li {
  text-transform: capitalize;
}

.popup_modal_checkout {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 9992;
  background: #fff;
  max-width: 900px;
  margin-inline: auto;
  padding: 30px;
  transform: scale(.8);
  transition: all .4s;
  visibility: hidden;
  opacity: 0;
  max-height: calc(100vh - 50px);
  overflow-y: auto;
  scrollbar-color: #aaa #ddd;
  scrollbar-width: thin;
}

.popup_modal_checkout.show {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.popup_modal_checkout::-webkit-scrollbar {
  width: 5px;
  background-color: #ddd;
  border-radius: 10px;
}

.popup_modal_checkout::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 10px;
}

.popup_modal_checkout_overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .7);
  left: 0;
  top: 0;
  z-index: 9990;
  visibility: hidden;
  opacity: 0;
  transition: all .4s;
}

.popup_modal_checkout_overlay.show {
  visibility: visible;
  opacity: 1;
}

.checkout_modal_close {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
  background: red;
  color: var(--white);
  border-radius: 3px;
  font-size: 16px;
  cursor: pointer;
  flex-shrink: 0;
}

/* Those line were added by riyad hossain for checkout page */

.order-shipping-methods-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  padding: 10px;
  background: transparent;
  cursor: pointer;
}

.order-shipping-methods-item.active {
  border-color: var(--main-color-one);
  background-color: rgba(var(--main-color-one-rgb), .1);
}

.order-shipping-methods-item:not(:last-child) {
  margin-bottom: 10px;
}

.shipping-methods-radio {
  margin-top: 4px;
}

.shipping-methods-radio {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  appearance: none;
}

.shipping-methods-radio:before,
.shipping-methods-radio:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.shipping-methods-radio:checked:before,
.shipping-methods-radio:checked:before {
  border-color: var(--main-color-one);
}

.shipping-methods-radio:checked:after,
.shipping-methods-radio:not(:checked):after {
  content: '';
  width: 14px;
  height: 14px;
  background: var(--main-color-one);
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.shipping-methods-radio:not(:checked):after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.shipping-methods-radio:checked:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.order-shipping-methods-item-left-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
}

.shipping-methods-radio-para p {
  font-size: 16px;
  color: var(--paragraph-color);
  margin: 0;
  font-weight: 500;
}


.value-input-area .size-lists li {
  height: unset;
  width: unset;
  padding: 5px 10px;
}

.value-input-area .color-list li {
  height: 30px;
  width: 30px;
}

.value-input-area .form--input {
  border: 0;
}

.campaign-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.campaign-countdown>div {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one);
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  border-radius: 4px;
}

.faq_container .form-group>label,
.get-in-touch-wrapper .custom-form-builder-form .form-group>label,
.custom-form .dashboard-input>label,
.custom-form .form-group>label,
.custom-form .single-input>label,
.custom-form .single-input>label,
.custom_form .single-input>label,
.custom_form .form-group>label,
.custom__form .single-input>label,
.custom__form .form-group>label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--heading-color);
  margin-bottom: 8px;
}

.faq_container .form-group>input,
.get-in-touch-wrapper .custom-form-builder-form .form-group>input,
.custom-form .single-input>input,
.custom-form .dashboard-input>input,
.custom-form .form-group>input,
.custom_form .form-group>input,
.custom_form .dashboard-input>input,
.custom_form .single-input>input,
.custom__form .single-input input,
.custom__form .form-control,
.custom__form .dashboard-input input,
.custom__form .form--control,
.custom__form .form-group .form-control,
.custom__form .form-group .select2,
.custom__form .select2,
.custom__form .form-group>input {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-color);
  height: 48px;
  border: 1px solid var(--border-two);
  border-radius: 5px;
}

.custom-form .single-input>input[type="checkbox"],
.custom-form .dashboard-input>input[type="checkbox"],
.custom-form .form-group>input[type="checkbox"],
.custom_form .form-group>input[type="checkbox"],
.custom_form .dashboard-input>input[type="checkbox"],
.custom_form .single-input>input[type="checkbox"],
.custom__form .single-input input[type="checkbox"],
.custom__form .form-control[type="checkbox"],
.custom__form .dashboard-input input[type="checkbox"],
.custom__form .form-group .form-control[type="checkbox"],
.custom__form .form-group>input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.custom-form .single-input>input[type="checkbox"]+label,
.custom-form .dashboard-input>input[type="checkbox"]+label,
.custom-form .form-group>input[type="checkbox"]+label,
.custom_form .form-group>input[type="checkbox"]+label,
.custom_form .dashboard-input>input[type="checkbox"]+label,
.custom_form .single-input>input[type="checkbox"]+label,
.custom__form .single-input input[type="checkbox"]+label,
.custom__form .form-control[type="checkbox"]+label,
.custom__form .dashboard-input input[type="checkbox"]+label,
.custom__form .form-group .form-control[type="checkbox"]+label,
.custom__form .form-group>input[type="checkbox"]+label {
  border-radius: 2px;
  margin: 0;
}

.faq_container .form-group>textarea,
.custom-form .dashboard-input>textarea,
.custom-form .single-input textarea,
.custom-form .form-group>textarea,
.custom_form .single-input textarea,
.custom_form .form-group>textarea,
.custom__form .single-input textarea,
.custom__form .dashboard-input>textarea,
.custom__form .dashboard-input textarea.form--control,
.custom__form .form-group>textarea {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-color);
  height: auto;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  padding: 10px 15px 10px;
}

.faq_container .form-group>small,
.custom-form .dashboard-input>small,
.custom-form .form-group>small,
.custom-form .dashboard-input,
.custom_form .form-group>small,
.custom__form .dashboard-input>small,
.custom__form>small,
.custom__form .dashboard-input>p,
.custom__form .form-group>small {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-color);
  display: block;
  margin: 0;
  margin-top: 7px;
}

.faq_container .form-group>select,
.custom-form .dashboard-input .dashboard-input-select>select,
.custom-form .dashboard-input>select,
.custom-form .form-group>select,
.custom_form .form-group>select,
.custom__form .single-input>select,
.custom__form .dashboard-input select,
.custom__form .form-group>select {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-color);
  height: 48px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  width: 100%;
  padding: 0 15px;
}

.get-in-touch-wrapper .custom-form-builder-form .form-group textarea,
.custom-form .single-input>textarea,
.custom-form .dashboard-input>textarea,
.custom-form .form-group>textarea,
.custom_form .form-group>textarea,
.custom_form .dashboard-input>textarea,
.custom_form .single-input>textarea,
.custom__form .single-input textarea,
.custom__form textarea,
.custom__form .dashboard-input textarea,
.custom__form textarea,
.custom__form .form-group textarea,
.custom__form .form-group textarea,
.custom__form textarea,
.custom__form textarea>textarea,
.custom__form .form-group>textarea {
  height: unset !important;
  line-height: 24px;
}

.get-in-touch-wrapper .custom-form-builder-form .form-group textarea {
  padding: 10px 15px;
}

.btn-group button.dropdown-toggle {
  display: inline-block;
  background-color: var(--customer-profile);
  padding: 3px 10px;
  border-radius: 4px;
  color: var(--white);
  text-transform: capitalize;
  border: none;
  font-weight: 600;
}

.btn-group button.dropdown-toggle.low {
  background-color: var(--delete-color);
}

.btn-group button.dropdown-toggle.medium {
  background-color: var(--main-color-one);
}

.btn-group button.dropdown-toggle.high {
  background-color: var(--main-color-two);
}

.btn-group button.dropdown-toggle.urgent {
  background-color: var(--main-color-three);
}

.btn-group button.dropdown-toggle.status-close,
.btn-group button.dropdown-toggle.close {
  background-color: var(--delete-color);
}
.note-btn-group.btn-group button.dropdown-toggle {
  background-color: #fff;
  border-color: rgba(0,0,0,.2);
  padding: 0.28rem 0.65rem;
  font-size: 13px;
  color: #111;
}
.btn.btn-primary.iconpicker-component {
  background: var(--customer-profile);
  border-color: var(--customer-profile);
  border-right-color: var(--white);
}

.table>:not(:first-child) {
  border-top: 0;
}

select.form-control:not([size]):not([multiple]) {
  height: 42px !important;
  border-radius: 5px;
  line-height: 1;
  padding-inline: 12px;
}

.user-info {
  font-size: 15px;
  text-align: left;
}

.wrapper-container .nav-tabs {
  border-bottom: 0;
  background: #fff;
}

.wrapper-container #vendor-create-form .nav-tabs {
  border-bottom: 1px solid var(--border-color);
  background: #fff;
}

.wrapper-container .card {
  border: 1px solid var(--border-color);
}

.wrapper-container .card-header {
  border: 0;
}

.wrapper-container .pagination .page-item .page-link,
.dataTables_wrapper .dataTables_paginate .page-item .page-link {
  border: 1px solid var(--border-color);
  color: var(--paragraph-color);
}

.wrapper-container .pagination .page-item.active .page-link,
.dataTables_wrapper .dataTables_paginate .page-item.active .page-link {
  border: 1px solid var(--customer-profile);
  background-color: var(--customer-profile);
  color: var(--white);
}

.wrapper-container .pagination .page-item:hover,
.dataTables_wrapper .dataTables_paginate .page-item:hover {
  border-color: var(--customer-profile) !important;
}

.wrapper-container .pagination .page-item:hover::before,
.wrapper-container .pagination .page-item:hover::after,
.dataTables_wrapper .dataTables_paginate .page-item:hover::before,
.dataTables_wrapper .dataTables_paginate .page-item:hover::after {
  border-color: #fff !important;
  z-index: 3;
}

.wrapper-container .pagination .page-item:hover .page-link,
.dataTables_wrapper .dataTables_paginate .page-item:hover .page-link {
  border: 1px solid var(--customer-profile);
  background-color: var(--customer-profile);
  color: var(--white);
}

.wrapper-container .pagination .page-item.next,
.dataTables_wrapper .dataTables_paginate .page-item.next {
  border-color: var(--border-color);
}

.wrapper-container .pagination .page-item.disabled:hover .page-link,
.wrapper-container .pagination .page-item.disabled:hover,
.dataTables_wrapper .dataTables_paginate .page-item.disabled:hover .page-link,
.dataTables_wrapper .dataTables_paginate .page-item.disabled:hover {
  border-color: rgba(221, 221, 221, 0.3) !important;
  color: #666 !important;
  background-color: transparent;
}

.wrapper-container .pagination .page-item .page-link:focus,
.dataTables_wrapper .dataTables_paginate .page-item .page-link:focus,
.dataTables_wrapper .dataTables_paginate .page-item:focus {
  border-color: var(--border-color);
  color: var(--paragraph-color);
  background-color: transparent;
  box-shadow: none;
}

.category-field {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: var(--paragraph-color);
}

.category-field b {
  color: var(--heading-color);
  font-weight: 600;
}

.pagination-info>p {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-color);
}

.pagination-info>p:not(:last-child) {
  margin-bottom: 10px;
}

.pagination-info strong {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: var(--heading-color);
}

.product-brand+b {
  color: var(--heading-color);
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.quantity-number,
.product-summary>p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: var(--paragraph-color);
}

.dashboard-products-add .nav-pills .nav-link {
  color: var(--heading-color);
  padding: 10px 0px 10px 10px;
  border-bottom: 1px solid var(--border-color);
  list-style: dotted;
}

.dashboard-products-add .nav-pills .nav-link.active,
.dashboard-products-add .nav-pills .show>.nav-link {
  color: var(--customer-profile) !important;
  background: none;
}

.media-image-header {
  margin-bottom: 0px;
}

@media screen and (max-width: 1599px) {

  .custom_table,
  .table-wrap,
  #shipping-zone-create-form,
  .dashboard__card .data-tables,
  .data-tables {
    overflow-x: auto;
  }
}

.img-select.selected:after {
  content: "\f058";
  font-family: "Line Awesome Free" !important;
}

.img-select:not(:last-child) {
  margin-bottom: 20px;
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_length {
  margin-bottom: 20px;
}

.table-delivery-man-author {
  max-width: 180px;
  width: max-content;
}

.custom__form .dashboard-input .bootstrap-tagsinput input {
  border: unset;
  padding: unset;
}

.inventory_item .form-control {
  height: 42px;
  border-radius: 5px;
}

.inventory_item label {
  font-weight: 400;
  color: var(--heading-color);
}

.form-group .bootstrap-tagsinput {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-color);
  height: 48px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  box-shadow: none;
}

.custom__form .form-group {
  padding: 0 !important;
}

.faq_container .form-group:not(:last-child),
.get-in-touch-wrapper .custom-form-builder-form .form-group:not(:last-child),
.custom-form .dashboard-input:not(:last-child),
.custom__form .dashboard-input:not(:last-child),
.custom__form .form-group:not(:last-child) {
  margin-bottom: 24px;
  padding: 0 !important;
}

.custom-form .dashboard-flex-input:not(:last-child) {
  margin-bottom: 24px;
}

.custom-form .dashboard-flex-input .dashboard-input {
  margin: 0;
}

.chekout__items__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: var(--heading-color);
  margin-bottom: 12px;
}

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

.btn.btn_bg_profile {
  background-color: var(--customer-profile);
  border-color: var(--customer-profile);
}

.btn.btn_bg_profile:hover {
  background-color: unset;
  color: var(--customer-profile);
}

.btn.btn_bg_1 {
  background-color: var(--main-color-one);
  border-color: var(--main-color-one);
}

.btn.btn_bg_1:hover {
  background-color: unset;
  color: var(--main-color-one);
}

.btn.btn_bg_2 {
  background-color: var(--main-color-two);
  border-color: var(--main-color-two);
}

.btn.btn_bg_2:hover {
  background-color: unset;
  color: var(--main-color-two);
}

.btn.btn_bg_3 {
  background-color: var(--main-color-three);
  border-color: var(--main-color-three);
}

.btn.btn_bg_3:hover {
  background-color: unset;
  color: var(--main-color-three);
}

.btn.btn_bg_4 {
  background-color: var(--main-color-four);
  border-color: var(--main-color-four);
}

.btn.btn_bg_4:hover {
  background-color: unset;
  color: var(--main-color-four);
}


/* Select2 Css */
.select2-dropdown {
  background-color: var(--white);
}

.select2-container {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100% !important;
  z-index: 1055;
}

.select2-container--open {
  width: -webkit-fill-available !important;
}

@media (min-width: 100px) and (max-width: 991.98px) {
  .select2-container--open {
    width: -webkit-fill-available !important;
  }
}

.select2-container--open .select2-selection__arrow::after {
  -webkit-transform: translate(50%, -50%) rotate(-135deg) !important;
  transform: translate(50%, -50%) rotate(-135deg) !important;
  margin-top: 0;
}

.select2-container .select2-selection--single {
  background-color: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  position: relative;
  height: 48px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  color: var(--paragraph-color);
  height: 48px;
  line-height: 48px;
  padding-right: 30px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  bottom: 0px;
  right: 6px;
  height: 100%;
  width: 20px;
  line-height: 48px;
  position: absolute;
}

.select2-container .select2-selection--single .select2-selection__arrow::after {
  content: "";
  position: absolute;
  right: 50%;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  top: 50%;
  font-size: 14px;
  height: 8px;
  width: 8px;
  border-right: 2px solid var(--body-color);
  border-bottom: 2px solid var(--body-color);
  background-color: transparent;
  margin-top: -3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--border-color);
  background-color: var(--white);
  color: var(--paragraph-color);
}

.select2-container .select2-results__option {
  background-color: rgba(var(--main-color-one-rgb), 0.05);
  color: var(--main-color-one);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.select2-container .select2-results__option:nth-child(even) {
  background-color: var(--white);
}

.select2-container .select2-results__option:not(:first-child) {
  border-top: 1px solid rgba(var(--main-color-one-rgb), 0.1);
}

.select2-container .select2-results__option--highlighted {
  background-color: var(--main-color-one) !important;
  color: var(--white) !important;
}

.select2-container .select2-results__option--selected {
  background-color: var(--main-color-one) !important;
  color: var(--white) !important;
}

.select2-container .dropdown-wrapper {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.select2-container .select2-dropdown {
  border: 1px solid var(--border-color);
  background-color: var(--white);
}

.select2-container--one .select2-results__option {
  background-color: var(--white);
  color: var(--paragraph-color);
  border-top: 1px solid var(--border-color);
}

.select2-container--one .select2-results__option--selected {
  background-color: inherit !important;
  color: var(--main-color-one) !important;
  border-color: var(--main-color-one) !important;
}

.select2-container--one .select2-results__option--highlighted {
  background-color: inherit !important;
  color: var(--main-color-one) !important;
  border-color: var(--main-color-one) !important;
}

.select2-container--two.select2-container--open .select2-selection--single {
  border-color: var(--main-color-one);
}

.select2-container--two.select2-container--open .select2-selection__rendered {
  color: var(--main-color-one);
}

.select2-container--two.select2-container--open .select2-selection__arrow::after {
  border-color: var(--main-color-one);
}

.select2-container--two .select2-dropdown {
  border-color: rgba(var(--main-color-one-rgb), 0.3);
}

.select2-container--two .select2-dropdown .select2-search__field {
  border-color: rgba(var(--main-color-one-rgb), 0.3);
}

.select2-container--two .select2-results__option {
  background-color: var(--white);
  color: var(--paragraph-color);
  border-top: 1px solid var(--border-color);
}

.select2-container--two .select2-results__option--selected {
  background-color: rgba(var(--main-color-one-rgb), 0.05) !important;
  color: var(--main-color-one) !important;
  border-color: var(--main-color-one) !important;
}

.select2-container--two .select2-results__option--highlighted {
  background-color: rgba(var(--main-color-one-rgb), 0.05) !important;
  color: var(--main-color-one) !important;
  border-color: var(--main-color-one) !important;
}

.select2-container--three.select2-container--open .select2-selection--single {
  border-color: var(--main-color-one);
}

.select2-container--three.select2-container--open .select2-selection__rendered {
  color: var(--main-color-one);
}

.select2-container--three.select2-container--open .select2-selection__arrow::after {
  border-color: var(--main-color-one);
}

.select2-container--three .select2-dropdown {
  border-color: rgba(var(--main-color-one-rgb), 0.3);
}

.select2-container--three .select2-dropdown .select2-search__field {
  border-color: rgba(var(--main-color-one-rgb), 0.3);
}

.select2-container--three .select2-results__option {
  background-color: var(--search-bg);
  color: var(--paragraph-color);
  border-color: rgba(var(--main-color-one-rgb), 0.3);
  border-top: 1px solid rgba(var(--main-color-one-rgb), 0.3);
}

.select2-container--three .select2-results__option:nth-child(even) {
  background-color: var(--white);
}

.select2-container--three .select2-results__option--selected {
  background-color: var(--main-color-one) !important;
  color: var(--white) !important;
}

.select2-container--three .select2-results__option--highlighted {
  background-color: var(--main-color-one) !important;
  color: var(--white) !important;
}

.select2-container--four.select2-container--open .select2-selection--single {
  border-color: rgba(var(--main-color-one-rgb), 0.5);
}

.select2-container--four.select2-container--open .select2-selection__rendered {
  color: var(--main-color-one);
  background-color: rgba(var(--main-color-one-rgb), 0.05);
}

.select2-container--four.select2-container--open .select2-selection__arrow::after {
  border-color: rgba(var(--main-color-one-rgb), 0.8);
}

.select2-container--four .select2-dropdown {
  border-color: rgba(var(--main-color-one-rgb), 0.3);
}

.select2-container--four .select2-dropdown .select2-search__field {
  border-color: rgba(var(--main-color-one-rgb), 0.3);
}

.select2-container--four .select2-results__option {
  background-color: var(--search-bg);
  color: var(--paragraph-color);
  border-color: rgba(var(--main-color-one-rgb), 0.1);
  border-top: 1px solid rgba(var(--main-color-one-rgb), 0.1);
}

.select2-container--four .select2-results__option:nth-child(even) {
  background-color: var(--white);
}

.select2-container--four .select2-results__option--selected {
  background-color: rgba(var(--main-color-one-rgb), 0.1) !important;
  color: var(--main-color-one) !important;
}

.select2-container--four .select2-results__option--highlighted {
  background-color: rgba(var(--main-color-one-rgb), 0.1) !important;
  color: var(--main-color-one) !important;
}

.select2-container--five .select2-selection--single {
  background-color: var(--white);
  border: 1px solid var(--border-color);
}

.select2-container--five .select2-selection--single .select2-selection__rendered {
  color: var(--paragraph-color);
}

.select2-container--five .select2-results__option {
  background-color: var(--white);
  color: var(--paragraph-color);
  border-top: 1px solid var(--border-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.select2-container--five .select2-results__option:nth-child(even) {
  background-color: var(--white);
}

.select2-container--five .select2-results__option--highlighted {
  background-color: var(--section-bg-1) !important;
  color: var(--heading-color) !important;
  font-weight: 700;
}

.select2-container--five .select2-results__option--selected {
  background-color: var(--section-bg-1) !important;
  color: var(--heading-color) !important;
  font-weight: 700;
}

.without_border .select2-container {
  display: inline-block;
}

.without_border .select2-container--default .select2-selection--single {
  border: 0;
  height: 24px;
}

.without_border .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 24px;
  line-height: 24px;
  padding: 0 50px 0 0;
}

.without_border .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 24px;
  line-height: 24px;
}

.without_border .select2-container--default .select2-selection--single .select2-selection__arrow::after {
  border-right: 2px solid var(--body-color);
  border-bottom: 2px solid var(--body-color);
}

.without_border .select2-container .dropdown-wrapper {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* Multiple select  */
.select2-container--multiple {
  height: 48px;
  overflow-y: auto;
}

.select2-container--default .select2-selection--multiple {
  background-color: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple:focus {
  border: 1px solid var(--border-color);
}

.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
  height: 32px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  margin: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--search-bg);
  border: 1px solid var(--border-color);
  border-radius: 3px;
  margin: 4px 4px 0 0;
  padding: 0 6px 0 22px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: var(--delete-color);
  font-weight: bold;
  font-size: 16px;
}

.vendorList__flex {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.vendorList__thumb {
  max-width: 70px;
  flex-shrink: 0;
}

.vendorList__item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.vendorList__item:not(:last-child) {
  margin-bottom: 10px;
}

.vendorList__label {
  min-width: 160px;
}

.language__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.language__list li:not(:last-child) {
  margin-bottom: 10px;
}

.language__list__strong {
  font-size: 16px;
}

.language__list__span {
  word-break: break-all;

}

.img-wrap.max-width-100 {
  max-width: 100px;
}

.dashboard__card .note-modal-footer {
  display: inline-table;
  width: 100%;
}

.dashboard__card .note-modal-footer input.btn.note-btn {
  display: inline-block;
  width: 100%;
  background: var(--customer-profile);
  color: var(--white);
  opacity: 1;
}

.table-image {
  max-width: 200px;
}

.table-image.image_150 {
  max-width: 150px;
}

.table-image.image_120 {
  max-width: 120px;
}

.table-image.image_100 {
  max-width: 100px;
}

.table-image.image_90 {
  max-width: 90px;
}

.table-image.image_80 {
  max-width: 80px;
}

.table-image.image_70 {
  max-width: 70px;
}

.table-image.image_60 {
  max-width: 60px;
}

.table-image.image_50 {
  max-width: 50px;
}

.table-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.table-fields {
  max-width: 200px;
}

.table-notes {
  max-width: 250px;
}

.widget-handler .content-part input[type="range"] {
  background: var(--customer-profile);
  height: 8px;
}

.wrapper-container {
  overflow: hidden;
}

.item_selected_attributes_flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.item_selected_attributes_flex .form-group {
  flex: 1;
}

.request__item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-color);
}

.request__item:not(:last-child) {
  margin-bottom: 12px;
}

.request__left {
  min-width: 150px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--paragraph-color);
}

.request__right {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--heading-color);
}

.payment-list li {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-color);
}

.payment-list li:not(:first-child) {
  margin-top: 12px;
}

.payment-list-left {
  min-width: 180px;
}

@media screen and (max-width: 480px) {
  .payment-list-left {
    min-width: 160px;
  }
}

@media screen and (max-width: 375px) {
  .payment-list-left {
    min-width: 150px;
  }
}

.payment-list-right {
  font-weight: 500;
  color: var(--heading-color);
  word-break: break-all;
}

.title__one {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--heading-color);
}

.title__two {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--heading-color);
}

.title__three {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--heading-color);
}

.title__four {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--heading-color);
}

.order__details__single {
  /* border: 1px solid var(--border-two);
  padding: 20px;
  border-radius: 10px; */
}

.order__details__wrap {}

.order__details__item {
  border: 1px solid var(--border-two);
  padding: 20px;
  border-radius: 10px;
}

.order__details__item:not(:first-child) {
  margin-top: 20px;
}

.order__item {}

.order__item__single {
  border-bottom: 1px solid var(--border-two);
  padding-bottom: 20px;
}

.order__item__single:not(:first-child) {
  padding-top: 20px;
}

.order__item__single__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 10px;
}

.order__item__product {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.order__item__product__contents {
  max-width: 250px;
}

.order__item__product__thumb {
  max-width: 80px;
}

.order__item__product__name {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--heading-color);
}

.order__item__product__span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-color);
  display: block;
}

.order__item__product__span__right {
  font-weight: 600;
  color: var(--heading-color);
}

.order__item__estimate {
  max-width: 250px;
  margin-left: auto;
}

.order__item__estimate__single {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-color);
  padding-top: 10px;
}

.order__item__estimate__single:not(:last-child) {
  border-bottom: 1px solid var(--border-two);
  padding-bottom: 10px;
}

.order__item__estimate__single strong {
  font-weight: 600;
  color: var(--heading-color);
}

.refunded__product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid var(--border-two);
  padding: 15px;
  border-radius: 7px;
}

@media screen and (max-width: 575px) {
  .refunded__product {
    flex-wrap: wrap;
  }
}

.order__refund__item:not(:last-child) {
  margin-bottom: 24px;
}

.order__refund__item__available__single:not(:first-child) {
  margin-top: 20px;
}

.refunded__product__main {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 230px;
}

.refunded__product__thumb {
  flex-shrink: 0;
}

.refunded__product__info {
  flex-grow: 1;
}

.refunded__product__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--heading-color);
}

.refunded__product__para {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-color);
}

.refunded__product__quantity {}

.refunded__product__quantity__input {
  max-width: 70px;
  text-align: center;
  background: unset;
  padding-inline: 12px;
  height: 42px !important;
}

.refunded__product__left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.refunded__product__price__multiply {
  color: var(--paragraph-color);
}

.refunded__product__price {
  font-weight: 600;
  color: var(--heading-color);
}

.orderRequest__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-color);
}

.orderRequest__item:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-two);

}

.orderRequest__item__left {
  min-width: 130px;
  word-break: break-all;
}

@media screen and (max-width: 480px) {
  .orderRequest__item__left {
    min-width: 100px;
  }
}

@media screen and (max-width: 375px) {
  .orderRequest__item__left {
    min-width: 80px;
  }
}

.orderRequest__item__right {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: var(--heading-color);
  text-align: right;
  margin: 0;
  word-break: break-all;
}

.gig-order-info ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-color);
}

.gig-order-info ul li strong {
  color: var(--heading-color);
}

.gig-order-info ul li:not(:last-child) {
  margin-bottom: 20px;
}



tr td .btn {
  color: var(--paragraph-color);
  font-family: var(--body-font);
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  box-shadow: 0 0 20px var(--border-color);
}

tr td .btn-danger {
  background-color: var(--delete-color);
  color: var(--white);
  border-color: var(--delete-color);
  box-shadow: 0 0 20px rgba(var(--delete-color-rgb), 0.3);
}

tr td .btn-danger:focus,
tr td .btn-danger:hover {
  background-color: rgba(var(--delete-color-rgb), 0.7);
  border-color: rgba(var(--delete-color-rgb), 0.7);
  box-shadow: 0 0 20px rgba(var(--delete-color-rgb), 0.3);
}

tr td .btn-primary {
  background-color: var(--customer-profile);
  color: var(--white);
  border-color: var(--customer-profile);
  box-shadow: 0 0 20px rgba(var(--customer-profile-rgb), 0.3);
}

tr td .btn-primary:focus,
tr td .btn-primary:hover {
  background-color: rgba(var(--customer-profile-rgb), 0.7);
  border-color: rgba(var(--customer-profile-rgb), 0.7);
  box-shadow: 0 0 20px rgba(var(--customer-profile-rgb), 0.3);
}

tr td .btn-secondary {
  background-color: rgba(var(--heading-color-rgb), 0.7);
  color: var(--white);
  border-color: rgba(var(--heading-color-rgb), 0.7);
  box-shadow: 0 0 20px rgba(var(--heading-color-rgb), 0.3);
}


tr td .btn-secondary:focus,
tr td .btn-secondary:hover {
  background-color: var(--heading-color);
  border-color: var(--heading-color);
  box-shadow: 0 0 20px rgba(var(--heading-color-rgb), 0.3);
  box-shadow: none;
}

tr td .btn-info {
  background-color: var(--main-color-two);
  color: var(--white);
  border-color: var(--main-color-two);
  box-shadow: 0 0 20px rgba(var(--main-color-two-rgb), 0.3);
}


tr td .btn-info:focus,
tr td .btn-info:hover {
  color: var(--white);
  background-color: rgba(var(--main-color-two-rgb), 0.7);
  border-color: rgba(var(--main-color-two-rgb), 0.7);
  box-shadow: 0 0 20px rgba(var(--main-color-two-rgb), 0.3);
  box-shadow: none;
}

tr td .btn-warning {
  background-color: var(--review-color);
  color: var(--white);
  border-color: var(--review-color);
  box-shadow: 0 0 20px rgba(var(--review-color-rgb), 0.3);
}


tr td .btn-warning:focus,
tr td .btn-warning:hover {
  color: var(--white);
  background-color: rgba(var(--review-color-rgb), 0.7);
  border-color: rgba(var(--review-color-rgb), 0.7);
  box-shadow: 0 0 20px rgba(var(--review-color-rgb), 0.3);
  box-shadow: none;
}

tr td .btn-dark {
  color: var(--white);
  background-color: var(--heading-color);
  border-color: var(--heading-color);
  box-shadow: 0 0 20px rgba(var(--heading-color-rgb), 0.3);
}

tr td .btn-dark:focus,
tr td .btn-dark:hover {
  background-color: rgba(var(--heading-color-rgb), 0.9);
  color: var(--white);
  border-color: rgba(var(--heading-color-rgb), 0.9);
  box-shadow: 0 0 20px rgba(var(--heading-color-rgb), 0.3);
  box-shadow: none;
}

tr td .btn-success {
  color: var(--white);
  background-color: var(--success-color);
  border-color: var(--success-color);
  box-shadow: 0 0 20px rgba(var(--success-color-rgb), 0.3);
}

tr td .btn-success:focus,
tr td .btn-success:hover {
  background-color: rgba(var(--success-color-rgb), 0.9);
  color: var(--white);
  border-color: rgba(var(--success-color-rgb), 0.9);
  box-shadow: 0 0 20px rgba(var(--success-color-rgb), 0.3);
  box-shadow: none;
}

tr td .btn-light {
  color: var(--heading-color);
  background-color: var(--border-two);
  border-color: var(--border-two);
  box-shadow: 0 0 20px var(--border-two);
}

tr td .btn-light:focus,
tr td .btn-light:hover {
  background-color: var(--border-color);
  color: var(--heading-color);
  border-color: var(--border-color);
  box-shadow: 0 0 20px var(--border-color);
  box-shadow: none;
}

.subOrder__single__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-color);
}

.subOrder__single__item.no__between {
  justify-content: flex-start;
}

.subOrder__single__item:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-two);
}

.subOrder__single__item__right {
  font-size: 14px;
  line-height: 20px;
}

.subOrder__single__item__left h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: var(--heading-color);
}

.subOrder__single__item__right h6 {
  font-size: 14px;
  line-height: 20px;
}

.subOrder__single__flex {
  display: flex;
  align-items: center;
  gap: 20px;
}

.subOrder__single__thumb {
  flex-shrink: 0;
  max-width: 150px;
}

.subOrder__single__contents {
  flex: 1;
}

.subOrder__single__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--paragraph-color);
}

.subOrder__single__para {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--paragraph-color);
}

.table__input .table__input__select,
.table__input .form-control {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-color);
  height: 48px;
  border: 1px solid var(--border-two);
  border-radius: 5px;
  padding-inline: 15px;
}

.table__input .form-checkbox {
  height: 18px;
  width: 18px;
  border-radius: 2px;
  font-size: 14px;
}

.dashboard__card__productWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 10px;
}

.dashboard__card__product {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
}

.dashboard__card__product__thumb {
  max-width: 350px;
  flex-shrink: 0;
}

.dashboard__card__product__thumb img {
  border-radius: 10px;
}

.dashboard__card__product__title {
  font-family: var(--heading-font);
  margin-bottom: 9px;
  line-height: 1.5;
  color: var(--heading-color);
  font-weight: 500;
  font-size: 20px;
  display: block;
}

@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .dashboard__card__product__title {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dashboard__card__product__title {
    font-size: 21px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dashboard__card__product__title {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .dashboard__card__product__title {
    font-size: 18px;
  }
}

.dashboard__card__product__price__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--heading-color);
  display: flex;
  align-items: center;
  gap: 5px;
}

.dashboard__card__product__price__title del {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--body-color);
}

.dashboard__card__product__cate {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;

}

.dashboard__card__product__cate__title {
  font-weight: 500;
  color: var(--heading-color);
  font-size: 18px;
  line-height: 24px;
}

.dashboard__card__product__cate__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.dashboard__card__product__cate__tag {
  font-family: var(--heading-font);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
  background: rgba(var(--customer-profile-rgb), 0.1);
  color: var(--customer-profile);
  text-transform: capitalize;
  padding: 1px 8px;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  border-radius: 6px;

}

.dashboard__card__product__cate__tag:hover {
  background: var(--customer-profile);
  color: var(--white);
}

.dashboard__card__product__month {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--paragraph-color);
}

.nice-select.form-control {
  line-height: 48px;
}

.dd-list li:not(.dd-item) {
  display: none;
}

.dd-list li:not(.dd-item)::before {
  display: none;
}

.dd-list .dd-list {
  margin-top: 20px;
}

/* // for frontend  */

.faq-accordion .card:not(:last-child) {
  margin-bottom: 20px;
}

.faq-accordion .card {
  border: 1px solid var(--border-color);
}

.faq-accordion .card-header {
  padding: 12px;
}

.faq-accordion .card-header {
  padding: 0;
}

.faq-form-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: var(--heading-color);
}

.faq-accordion .accordion-btn {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: var(--heading-color);
  border: 0;
}

.faq-accordion .accordion-btn:not(.collapsed) {
  background-color: var(--main-color-one);
  color: var(--white);
}

.faq-accordion .accordion-btn:not(.collapsed) .faq__icons i {
  color: var(--white);
}

.faq-accordion .accordion-btn.collapsed .faq__icons .close {
  display: none;
}

.faq-accordion .accordion-btn:not(.collapsed) .faq__icons .close {
  display: block;
}

.faq-accordion .accordion-btn:not(.collapsed) .faq__icons .open {
  display: none;
}


.faq-accordion .accordion-btn {}

.address-wrapper {
  padding: 20px;
  background-color: var(--gray-two);
  border-radius: 10px;
}

.address-wrapper .address-list {
  margin-top: 24px;
}

.single-address-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.single-address-item:hover .icon-box {
  background-color: var(--main-color-one);
  color: var(--white);
}

.single-address-item:hover .title {
  color: var(--main-color-one);
}

.single-address-item:not(:last-child) {
  margin-bottom: 20px;
}

.single-address-item .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--white);
  color: var(--main-color-one);
  border: 1px solid var(--main-color-one);
  border-radius: 50%;
  font-size: 20px;
  flex-shrink: 0;
  transition: all .3s;
}

.single-address-item .content {
  flex: 1;
}

.single-address-item .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: var(--heading-color);
}

.single-address-item .info {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--paragraph-color);
  margin-top: 5px;
}

.get-in-touch-wrapper .custom-form-builder-form,
.custom__form .custom-form-builder-form {
  margin-top: 24px;
}

.address-wrapper .title-section .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: var(--heading-color);
}

.get-in-touch-wrapper .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: var(--heading-color);
}

.single-blog-list-item-style-1 {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-right: 24px;
}

.single-blog-list-item-style-1:not(:last-child) {
  margin-bottom: 24px;
}

.single-blog-list-item-style-1.single-blog-grid-item-style-1 {
  display: unset;
}

@media screen and (max-width: 767.98px) {
  .single-blog-list-item-style-1 {
    display: grid;
  }


}

.single-blog-list-item-style-1 .img-box {
  flex-shrink: 0;
  max-width: 400px;
}

.single-blog-grid-item-style-1 .img-box,
.single-blog-list-item-style-1.single-blog-grid-item-style-1 .img-box {
  max-width: 100%;
  height: 250px;
  background: var(--gray-two);
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-blog-grid-item-style-1 .img-box img,
.single-blog-list-item-style-1.single-blog-grid-item-style-1 .img-box img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1199.98px) {
  .single-blog-list-item-style-1 .img-box {
    max-width: 350px;
  }
}

@media screen and (max-width: 991.98px) {
  .single-blog-list-item-style-1 .img-box {
    max-width: 300px;
  }
}

@media screen and (max-width: 767.98px) {
  .single-blog-list-item-style-1 .img-box {
    max-width: 100%;
  }

  .single-blog-grid-item-style-1 .img-box,
  .single-blog-list-item-style-1.single-blog-grid-item-style-1 .img-box {
    height: auto;
  }
}

@media screen and (max-width: 575px) {

  .single-blog-grid-item-style-1 .img-box,
  .single-blog-list-item-style-1.single-blog-grid-item-style-1 .img-box {
    height: auto;
  }
}

.post-meta-list {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.post-meta-item a {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--heading-color);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: all .3s;
}

.post-meta-item a:hover {
  color: var(--main-color-one);
}

.blog-contents-inner-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: var(--heading-color);
}

.blog-contents-inner p span,
.blog-contents-inner p,
.blog-contents-inner-info,
.blog-contents-inner-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--paragraph-color);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;

}

.blog-contents-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--heading-color);
  text-decoration: none;
  transition: all .3s;
}

.blog-contents-btn:hover {
  color: var(--main-color-one);
  letter-spacing: 1px;
}

.blog-details-area-inner .main-img img {
  width: 100%;
  object-fit: contain;
}

.blog-details-tag-and-social-link .social-link-wrap,
.blog-details-tag-and-social-link .tag {
  display: flex;
  align-items: baseline;
  gap: 10px;

}

.blog-details-tag-and-social-link .social-link-wrap .name,
.blog-details-tag-and-social-link .tag .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: var(--heading-color);

}

.blog-details-tag-and-social-link .social-link-list {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;

}

.blog-details-tag-and-social-link .tag-btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-color);
  transition: all .3s;
  padding: 5px 15px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
}

.blog-details-tag-and-social-link .tag-btn:hover {
  background-color: var(--main-color-one);
  color: var(--white);
  border-color: var(--main-color-one);
}

.blog-details-tag-and-social-link .social-link-list a {
  font-size: 16px;
  color: var(--paragraph-color);
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border: 1px solid var(--border-color);
  border-radius: 3px;
}

.blog-details-tag-and-social-link .social-link-list a:hover {
  background-color: var(--main-color-one);
  color: var(--white);
  border-color: var(--main-color-one);
  border-radius: 50%;
}

.blog-details-area-inner .content .main-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  color: var(--heading-color);
}

.blog-details-area-inner .content .post-meta {
  margin-top: 15px;
}

.blog-details-area-inner .content {
  margin-top: 24px;
}

.blog-details-area-inner .content p {
  margin-top: 30px;
}

.single-recent-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.single-recent-item:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.single-recent-item .img-box {
  flex-shrink: 0;
  max-width: 90px;
}

.single-recent-item .img-box img {
  object-fit: contain;
}

.widget-area-wrapper {
  position: sticky;
  top: 0;
  z-index: 5;
}

.blog-widget .search-from {
  position: relative;
}

.blog-widget .search-from .form-group {
  padding: 0 !important;
}

.blog-widget .search-from .form-group .form-control {
  height: 48px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  padding-right: 65px;
  padding-left: 15px;
}

.blog-widget .widget-search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color-one);
  color: var(--white);
  border: 1px solid var(--main-color-one);
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  padding-inline: 15px;
  border-radius: 0 5px 5px 0;
}

.single-recent-item .content .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--heading-color);
  transition: all .3s;
}

.single-recent-item .content .title:hover {
  color: var(--main-color-one);
}

.blog-widget .single-category-item:not(:last-child) {
  margin-bottom: 10px;
}

.blog-widget .radio-btn-wrapper {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-color);
  transition: all .3s;
}

.blog-widget .radio-btn-wrapper:hover {
  color: var(--main-color-one);
  font-weight: 500;
}

.single-recent-item .content .product-meta {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-color);
}

.widget-area-wrapper .blog-widget:not(:last-child) {
  margin-bottom: 30px;
}

.widget-area-wrapper .blog-widget .widget-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: var(--heading-color);
  transition: all .3s;
}

.widget-area-wrapper .blog-widget .widget-title:hover {
  color: var(--main-color-one);
}

.blog-widget .tag-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.blog-widget .tag-wrap .tag-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-color);
  border: 1px solid var(--border-color);
  padding: 5px 15px;
  border-radius: 5px;
  transition: all .3s;
}

.blog-widget .tag-wrap .tag-btn:hover {
  background-color: var(--main-color-one);
  border-color: var(--main-color-one);
  color: var(--white);
}

.pagination-wrapper {}

.pagination-default .pagination .pagination-list,
.pagination-default .pagination,
.pagination-wrapper .pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
}

.pagination-default .pagination .pagination-list li a,
.pagination-default .page-item .page-link,
.pagination-wrapper .page-item .page-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: var(--paragraph-color);
  border: 1px solid var(--border-color);
  padding: 10px 15px;
  background-color: unset;
}

.pagination-default .pagination .pagination-list li a.current,
.pagination-default .page-item.active .page-link,
.pagination-wrapper .page-item.active .page-link {
  color: var(--white);
  background-color: var(--main-color-one);
  border-color: var(--main-color-one);
}

.pagination-default .pagination .pagination-list li a:hover,
.pagination-default .page-item .page-link:hover,
.pagination-wrapper .page-item .page-link:hover {
  color: var(--white);
  background-color: var(--main-color-one);
  border-color: var(--main-color-one);
}

.pagination-default .pagination .pagination-list li a:focus,
.pagination-default .page-item .page-link:focus,
.pagination-wrapper .page-item .page-link:focus {
  box-shadow: none;
}

.toolbox-wrapper {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.toolbox-right,
.toolbox-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  flex-wrap: wrap;
}

.layout-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.shop-nice-select select,
.toolbox-sort select {
  width: 100%;
  height: 40px;
  border: 1px solid var(--border-color);
  padding-inline: 10px;
  border-radius: 5px;
  color: var(--paragraph-color);
}
shop-nice-select select,
.toolbox-sort .search_location{
  width: 100%;
}
/*----------------------------
    About
-----------------------------*/

.about-area-wrapper .sec {
  margin-bottom: 100px;
}

.about-area-wrapper .sec:last-child {
  margin-bottom: 0;
}


.about-area-wrapper .sec.custom-reverse .content-box {
  margin-right: 40px;
}

.about-area-wrapper .sec.custom-reverse.flex-row-reverse .content-box {
  margin-left: 40px;
}


.about-area-wrapper .content-box .title {
  font-family: var(--heading-font);
  font-size: 36px;
  font-weight: 700;
  color: var(--heading-color);
  line-height: 1.2;
}

@media screen and (max-width: 991.98px) {
  .about-area-wrapper .content-box .title {
    font-size: 36px;
    line-height: 52px;
  }
}

@media screen and (max-width: 480px) {
  .about-area-wrapper .content-box .title {
    font-size: 32px;
    line-height: 36px;
  }
}

@media screen and (max-width: 375px) {
  .about-area-wrapper .content-box .title {
    font-size: 28px;
    line-height: 36px;
  }
}


.about-area-wrapper .content-box .info {
  font-weight: 400;
}

.about-area-wrapper .content-box .info.mt {
  margin-top: 15px;
}

.about-area-wrapper .content-box .btn-wrapper {
  margin-top: 36px;
}

.about-area-wrapper .content-box .btn-wrapper a {
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
}

.about-area-wrapper .advantage-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

@media screen and (max-width: 991.98px) {
  .about-area-wrapper .sec.custom-reverse .content-box {
    margin-inline: 0px;
  }

  .about-area-wrapper .sec.custom-reverse.flex-row-reverse .content-box {
    margin-left: 0;
  }
}

.about-area-wrapper .advantage-box .support-item-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 50%;
}

.about-area-wrapper .advantage-box .support-item-wrap {
  width: 100%;
  display: flex;
}

@media screen and (max-width: 575px) {
  .about-area-wrapper .advantage-box .support-item-wrap {
    width: auto;
    flex-direction: column;
  }
}

.support-area-wrapper .support-item-wrap .single-support-item .icon-box {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-right: 20px;
}

.support-area-wrapper .support-item-wrap .single-support-item .content {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.support-area-wrapper .support-item-wrap .single-support-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.about-area-wrapper .advantage-box .support-item-wrap .single-support-item {
  margin-bottom: 40px;
  width: 48%;
}

.about-area-wrapper .advantage-box .support-item-wrap .single-support-item {
  margin-bottom: 40px;
  width: 48%;
}

@media screen and (max-width: 575px) {
  .about-area-wrapper .advantage-box .support-item-wrap .single-support-item {
    width: auto;
  }
}

.about-area-wrapper .advantage-box .support-item-wrap .single-support-item .icon-box .icon {
  color: var(--main-color-one);
}

.about-area-wrapper .advantage-box .support-item-wrap .single-support-item::after {
  display: none;
}

.about-area-wrapper .advantage-box .support-item-wrap .single-support-item .content .title {
  margin-bottom: 0;
}

.about-area-wrapper .advantage-box .support-item-wrap .single-support-item:first-child {
  margin-bottom: 40px;
}

.about-area-wrapper .img-box img {
  border-radius: 10px;
}

.support-area-wrapper .support-item-wrap .single-support-item .content .title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  text-transform: capitalize;
}

@media screen and (max-width: 1399.98px) and (min-width:992px) {
  .support-area-wrapper .support-item-wrap .single-support-item .content .title {
    font-size: 16px;
    line-height: 25px;
  }

  .support-area-wrapper .support-item-wrap .single-support-item .icon-box .icon {
    font-size: 38px;
  }
}

@media screen and (max-width: 767.98px) {
  .support-area-wrapper .support-item-wrap .single-support-item .content .title {
    font-size: 16px;
    line-height: 25px;
  }

  .support-area-wrapper .support-item-wrap .single-support-item .icon-box .icon {
    font-size: 38px;
  }
}

.support-area-wrapper .support-item-wrap .single-support-item .content .info {
  font-size: 12px;
  line-height: 10px;
  font-weight: 400;
  color: #999999;
  padding-top: 10px;
}

.support-area-wrapper .support-item-wrap .single-support-item .icon-box .icon {
  color: var(--main-color-one);
  font-size: 50px;
  display: inline-block;
  line-height: 0;
}

.about-area-wrapper .advantage-box .support-item-wrap .single-support-item .icon-box .icon {
  color: var(--main-color-one);
}


/*-------------------------
    Testimonial Area
--------------------------*/
.testimonial-area-wrapper .single-testimonial-item {
  min-height: 344px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin: 0 15px;
  -webkit-box-shadow: 0px 0px 16px -7px #00000045;
  box-shadow: 0px 0px 16px -7px #00000045;
  border-radius: 5px;
  overflow: hidden;
}

.testimonial-area-wrapper .single-testimonial-item .top-box {
  min-height: 180px;
  background-color: #F2F3F5;
  padding: 19px 28px 49px;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.testimonial-area-wrapper .single-testimonial-item .top-box .info {
  color: #999999;
}

.testimonial-area-wrapper .single-testimonial-item .bottom-box {
  height: 45%;
  position: relative;
}

.testimonial-area-wrapper .single-testimonial-item .bottom-box .img-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -35px;
}

.testimonial-area-wrapper .single-testimonial-item .bottom-box .img-box img {
  border: 3px solid #fff;
  border-radius: 50%;
}

.testimonial-area-wrapper .single-testimonial-item .bottom-box .name {
  font-family: var(--heading-font);
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  padding-top: 50px;
  color: #999999;
  text-transform: capitalize;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.testimonial-area-wrapper .slick-list {
  margin: 0 -15px;
}

.testimonial-area-wrapper .single-testimonial-item .bottom-box .post {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  font-style: italic;
  color: #999999;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.testimonial-area-wrapper .single-testimonial-item .bottom-box .icon-wrap .icon {
  color: #999999;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.testimonial-area-wrapper .slick-slide.slick-current .top-box .info {
  color: var(--white);
}

.testimonial-area-wrapper .slick-slide.slick-current .bottom-box .name,
.testimonial-area-wrapper .slick-slide.slick-current .bottom-box .post {
  color: var(--heading-color);
}

.testimonial-area-wrapper .slick-slide.slick-current .bottom-box .icon-wrap .icon {
  color: var(--secondary-color);
}

.testimonial-area-wrapper .slick-track {
  padding: 5px 0;
}

.testimonial-area-wrapper .slick-slide.slick-current .top-box {
  background-color: var(--main-color-one);
}

/*---------------------------------------
    ## Button
---------------------------------------*/
.btn-wrapper {
  display: block;
}

.btn-wrapper .btn-default {
  font-size: 16px;
  display: inline-block;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid var(--main-color-one);
  background-color: var(--main-color-one);
  color: var(--white);
  text-transform: capitalize;
  padding: 9px 30px 11px;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  line-height: 20px;
}

.btn-wrapper .btn-default:hover {
  background-color: transparent;
  color: var(--main-color-one);
}

.btn-wrapper .btn-default.transparent-btn-1 {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}

.btn-wrapper .btn-default.transparent-btn-1:hover {
  background-color: var(--main-color-one);
  border-color: var(--main-color-one);
  color: var(--white);
}

.btn-wrapper .btn-default.transparent-btn-1-reverse {
  background-color: var(--main-color-one);
  border-color: var(--main-color-one);
  color: var(--white);
}

.btn-wrapper .btn-default.transparent-btn-1-reverse:hover {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}

.btn-wrapper .btn-default.transparent-btn-2 {
  background-color: transparent;
  border-color: #DDDDDD;
  color: #999999;
}

.btn-wrapper .btn-default.transparent-btn-2 .icon {
  display: inline-block;
  padding-left: 8px;
}

.btn-wrapper .btn-default.transparent-btn-2:hover {
  background-color: var(--main-color-one);
  border-color: var(--main-color-one);
  color: var(--white);
}

.btn-wrapper .btn-default.rounded-btn {
  border-radius: 25px;
}

.btn-wrapper .btn-default.semi-bold {
  font-weight: 600;
}

.btn-wrapper .shop-now-btn-style-01 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: var(--secondary-color);
  text-transform: capitalize;
  display: inline-block;
  padding: 7px 16px 9px;
  background-color: var(--white);
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.btn-wrapper .shop-now-btn-style-01:hover {
  background-color: var(--secondary-color);
  color: var(--white);
}

.blog-details-tag-and-social-link {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.relatedProducts-slider .slick-track {
  margin-left: 0;
}

.short-description p {
  color: var(--paragraph-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

/* ==================================================================
  New Home page
====================================================================*/

@media screen and (min-width: 1550px) {
  .container_1608 {
    max-width: 1400px;
  }
}

@media screen and (min-width: 1700px) {
  .container_1608 {
    max-width: 1632px;
  }
}

/*--------------------------------------------------------------
# Keyframes Animation
--------------------------------------------------------------*/
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }

  50% {
    -webkit-transform: translatey(-50px);
    transform: translatey(-50px);
  }

  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }

  50% {
    -webkit-transform: translatey(-50px);
    transform: translatey(-50px);
  }

  100% {
    -webkit-transform: translatey(0px);
    transform: translatey(0px);
  }
}

@-webkit-keyframes round-moving {
  from {
    -webkit-transform: rotate(0deg) translateX(120px) rotate(0deg);
    transform: rotate(0deg) translateX(120px) rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg) translateX(120px) rotate(-360deg);
    transform: rotate(360deg) translateX(120px) rotate(-360deg);
  }
}

@keyframes round-moving {
  from {
    -webkit-transform: rotate(0deg) translateX(120px) rotate(0deg);
    transform: rotate(0deg) translateX(120px) rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg) translateX(120px) rotate(-360deg);
    transform: rotate(360deg) translateX(120px) rotate(-360deg);
  }
}

@-webkit-keyframes round-moving2 {
  from {
    -webkit-transform: rotate(0deg) translateX(60px) rotate(0deg);
    transform: rotate(0deg) translateX(60px) rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg) translateX(60px) rotate(-360deg);
    transform: rotate(360deg) translateX(60px) rotate(-360deg);
  }
}

@keyframes round-moving2 {
  from {
    -webkit-transform: rotate(0deg) translateX(60px) rotate(0deg);
    transform: rotate(0deg) translateX(60px) rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg) translateX(60px) rotate(-360deg);
    transform: rotate(360deg) translateX(60px) rotate(-360deg);
  }
}

@-webkit-keyframes pulsing {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes pulsing {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

/*----------------------------------------------
  # Nav bar
----------------------------------------------*/
.mobile-logo {
  display: none;
}

@media only screen and (max-width: 991px) {
  .mobile-logo {
    display: block;
  }

  .desktop-logo {
    display: none !important;
  }
}

.navbar-area {
  position: relative;
  z-index: 95;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .navbar-area {
    padding: 0;
  }
}

.navbar-area.nav-absolute {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0px;
  z-index: 99;
}

.navbar-area.nav-two .nav-container .navbar-collapse .navbar-nav {
  text-align: center;
}

.navbar-area.white-nav .nav-container .navbar-collapse .navbar-nav li {
  color: var(--white);
}

.navbar-area.white-nav .nav-container .nav-right-content ul li {
  color: var(--white);
}

.navbar-area.white-nav .nav-container .nav-right-content ul li .track-icon-list .single-icon .icon {
  color: var(--white);
}

.navbar-area.white-nav .nav-container .nav-right-content ul li .track-icon-list .single-icon.hover-color-two:hover .icon:hover {
  color: var(--main-color-two);
}

.navbar-area.white-nav .nav-container .nav-right-content ul li .login-account .accounts {
  color: var(--white);
}

.navbar-area.white-nav .nav-container .nav-right-content ul li .login-account .accounts.hover-color-two:hover {
  color: var(--main-color-two);
}

.navbar-area .nav-container {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .navbar-area .nav-container {
    padding: 20px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-area .nav-container {
    padding: 15px 0;
  }
}

.navbar-area .nav-container .logo-wrapper .logo img {
  max-width: 200px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-area .nav-container .logo-wrapper .logo img {
    max-width: 160px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .navbar-area .nav-container .logo-wrapper .logo img {
    max-width: 150px;
  }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  text-align: left;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav.nav-margin-top {
  margin-top: 15px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav.desktop-center {
  text-align: center;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-size: 16px;
  font-family: var(--body-font);
  text-transform: capitalize;
  color: var(--heading-color);
  font-weight: 400;
  line-height: 32px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
  margin-left: 0px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 14px;
  }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item {
  background: none;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  padding-right: 0;
  position: relative;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children>a {
  padding: 10px 20px;
  position: relative;
  z-index: 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children>a {
    padding: 10px 10px;
  }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children>a::after {
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  top: 1px;
  left: 4px;
  position: relative;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--white);
  z-index: 992;
  border-bottom: 5px solid var(--main-color-one);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.column-count-two {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 50px;
  -webkit-column-rule-style: solid;
  -moz-column-rule-style: solid;
  column-rule-style: solid;
  -webkit-column-rule-color: rgba(221, 221, 221, 0.3);
  -moz-column-rule-color: rgba(221, 221, 221, 0.3);
  column-rule-color: rgba(221, 221, 221, 0.3);
  -webkit-column-rule-width: 2px;
  -moz-column-rule-width: 2px;
  column-rule-width: 2px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.column-count-two {
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
  }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.column-count-two li {
  margin-bottom: -1px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu.column-count-two li {
    margin-bottom: 0;
  }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: -1px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    margin-bottom: 0;
  }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:last-child {
  margin-bottom: -1px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
  border-top: 1px solid #e2e2e2;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 30px;
  background-color: var(--white);
  white-space: nowrap;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-one);
  color: var(--white);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
  left: 100%;
  top: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
  color: var(--white);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  padding: 10px 28px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    padding: 7px 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    padding: 5px 10px;
  }
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
  color: var(--main-color-one);
  background: none;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .navbar-area .nav-container .nav-right-content {
    display: none;
  }
}

.navbar-area .nav-container .nav-right-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-area .nav-container .nav-right-content ul li {
  display: inline-block;
  margin: 0 15px;
}

.navbar-area .nav-container .nav-right-content ul li:last-child {
  margin-right: 0;
  margin-left: 0;
}

.navbar-area .nav-container .nav-right-content ul li a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navbar-area .nav-container .nav-right-content ul li .info-bar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .navbar-area .nav-container .nav-right-content ul li .info-bar-item {
    gap: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-area .nav-container .nav-right-content ul li .info-bar-item {
    gap: 30px;
  }
}

.index-02 {
  padding: 0px 0;
}

.index-02 .navbar-inner-all {
  background: var(--main-color-two);
  position: relative;
  z-index: 1;
  padding: 17px 0 18px;
  border-radius: 10px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .index-02 .navbar-inner-all {
    padding: 18px 0 18px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .index-02 .navbar-inner-all {
    padding: 10px 15px;
    background: unset;
  }
}

@media only screen and (max-width: 480px) {
  .index-02 .navbar-inner-all {
    padding: 5px 10px;
  }
}

.index-02 .navbar-inner-all::before {
  content: "";
  position: absolute;
  left: -10%;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--main-color-two);
  z-index: -1;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .index-02 .navbar-inner-all::before {
    display: none;
  }
}

.navbar-inner-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .navbar-inner-all {
    display: block;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .show-nav-right-contents {
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    color: var(--heading-color);
  }

  .show-nav-right-contents:hover {
    color: var(--heading-color);
  }

  .show-nav-right-contents.white-color {
    color: var(--white);
  }

  .show-nav-right-contents.white-color:hover {
    color: var(--white);
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .navbar-right-content {
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: -20px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .navbar-right-content.show {
    visibility: visible;
    opacity: 1;
    margin-top: 10px;
  }
}

.single-right-content .btn-track {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-right-content .btn-track:hover {
  color: var(--main-color-one);
}

.single-right-content .btn-track .track-icon {
  color: var(--main-color-one);
}

.single-right-content .user-icon-price {
  background: rgba(var(--main-color-three-rgb), 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-right-content .user-icon-price .user-icon {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--main-color-three);
  color: var(--white);
  height: 46px;
  width: 46px;
}

.single-right-content .user-icon-price .user-price {
  font-size: 20px;
  line-height: 30px;
  padding: 0 10px;
  color: var(--main-color-three);
}

@media only screen and (max-width: 991px) {
  .navbar-area.index-02 .nav-container .navbar-collapse.show .navbar-nav {
    background: transparent;
  }

  .navbar-area.index-03 .nav-container .navbar-right-content {
    margin-top: -50px;
  }

  .navbar-area.index-03 .nav-container .navbar-right-content.show {
    margin-top: 10px;
  }

  .navbar-area.white-nav .navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.8);
  }
  .navbar-area.index-02.white-nav .navbar-inner-all .navbar-toggler {
    border-color: var(--heading-color);
    }
  .navbar-area.index-02.white-nav .navbar-inner-all .navbar-toggler-icon {
    background: var(--heading-color);
  }
  .navbar-area.index-02.white-nav .navbar-inner-all .navbar-toggler-icon:after,
  .navbar-area.index-02.white-nav .navbar-inner-all .navbar-toggler-icon:before {
    background: var(--heading-color);
  }
  .navbar-area.index-02.white-nav .navbar-inner-all .navbar-toggler.active .navbar-toggler-icon:after,
  .navbar-area.index-02.white-nav .navbar-inner-all .navbar-toggler.active .navbar-toggler-icon:before {
    background: var(--heading-color);
  }
  .navbar-area.index-02.white-nav .navbar-inner-all .navbar-toggler.active .navbar-toggler-icon {
    background: transparent;
  }
  .navbar-area.index-02.white-nav .navbar-inner-all .navbar-collapse.show .navbar-nav {
    background-color: var(--main-color-two);
  }

  .navbar-area.white-nav .navbar-toggler.active .navbar-toggler-icon::before,
  .navbar-area.white-nav .navbar-toggler.active .navbar-toggler-icon::after {
    background: rgba(255, 255, 255, 0.8);
  }

  .navbar-area.white-nav .navbar-toggler .navbar-toggler-icon {
    background: rgba(255, 255, 255, 0.8);
  }

  .navbar-area.white-nav .navbar-toggler .navbar-toggler-icon::before,
  .navbar-area.white-nav .navbar-toggler .navbar-toggler-icon::after {
    background: rgba(255, 255, 255, 0.8);
  }

  .navbar-area .navbar-toggler {
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    border: 1px solid rgba(0, 0, 0, 0.5);
    outline: none;
  }

  .navbar-area .navbar-toggler.active .navbar-toggler-icon {
    background: none;
  }

  .navbar-area .navbar-toggler.active .navbar-toggler-icon::before,
  .navbar-area .navbar-toggler.active .navbar-toggler-icon::after {
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .navbar-area .navbar-toggler.active .navbar-toggler-icon::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .navbar-area .navbar-toggler .navbar-toggler-icon {
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    width: 25px;
    height: 2px;
    margin: 10px -4px 10px;
    position: relative;
  }

  .navbar-area .navbar-toggler .navbar-toggler-icon::before,
  .navbar-area .navbar-toggler .navbar-toggler-icon::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 25px;
    background: rgba(0, 0, 0, 0.5);
    top: -7px;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .navbar-area .navbar-toggler .navbar-toggler-icon::after {
    top: auto;
    bottom: -7px;
  }

  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
    min-height: 50px;
    padding: 5px 0px 5px;
  }

  .navbar-area .nav-container .responsive-mobile-menu {
    display: block;
    position: relative;
    width: 100%;
  }

  .navbar-area .nav-container .navbar-brand {
    display: block;
  }

  .navbar-area .nav-container .navbar-brand .navbar-toggler {
    position: absolute;
    right: 10px;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-area .nav-container .navbar-collapse.show .navbar-nav {
    background: #DDD;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 30px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    padding: 17px 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
    margin-left: 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    top: 25px;
    right: 20px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
    padding-bottom: 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    height: auto;
    opacity: 1;
    background-color: transparent;
    border-bottom: none;
    padding-top: 10px;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    /* @include transition(height 500ms); */
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
    content: "\f107";
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    padding: 0;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
    color: var(--white);
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li+li {
    border-top: none;
  }

  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media only screen and (max-width: 575px) {
  .navbar-area .nav-container {
    padding: 0 15px;
  }

  .navbar-area .nav-container .logo-wrapper .logo img {
    max-width: 140px;
  }
}

.navbar-area.nav-color-two .navbar-collapse .navbar-nav li a:hover {
  color: var(--heading-color);
}

.navbar-area.nav-color-two .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  border-color: var(--main-color-two);
}

.navbar-area.nav-color-two .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-two);
}

.navbar-area.nav-color-two .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
  color: var(--white);
}

.navbar-area.nav-color-three .navbar-collapse .navbar-nav li a:hover {
  color: var(--main-color-three);
}

.navbar-area.nav-color-three .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  border-color: var(--main-color-three);
}

.navbar-area.nav-color-three .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-three);
}

.navbar-area.nav-color-three .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
  color: var(--white);
}

.navbar-area.nav-color-four .navbar-collapse .navbar-nav li a:hover {
  color: var(--main-color-four);
}

.navbar-area.nav-color-four .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  border-color: var(--main-color-four);
}

.navbar-area.nav-color-four .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-four);
}

.navbar-area.nav-color-four .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
  color: var(--white);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:hover>.megamenu-area {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover:hover>.megamenu-area {
    height: auto;
    padding: 20px 0;
  }
}

.nav-color-two .megamenu-area .megamenu-single .megamenu-items .megamenu-contents .megamenu-title:hover {
  color: var(--main-color-two);
}

.nav-color-two .megamenu-area .megamenu-single .megamenu-items .megamenu-contents .price-updates .price-title {
  color: var(--main-color-two);
}

.nav-color-two .megamenu-area .megamenu-single .megamenu-items-big .megamenu-contents .megamenu-title:hover {
  color: var(--main-color-two);
}

.nav-color-two .megamenu-area .megamenu-single .megamenu-items-big .megamenu-contents .price-updates .price-title {
  color: var(--main-color-two);
}

.nav-color-two .megamenu-area .megamenu-single .single-category-megamenu:hover .category-contents .titles {
  color: var(--main-color-two);
}

.nav-color-two .megamenu-area .megamenu-single .single-category-megamenu .category-contents .collection-btn:hover {
  color: var(--main-color-two);
}

.nav-color-two .megamenu-area .megamenu-single .new-collection .product-collection-btn:hover {
  background: var(--main-color-two) !important;
}

.nav-color-two .single-right-content .btn-track:hover {
  color: var(--main-color-two);
}

.nav-color-two .single-right-content .btn-track .track-icon {
  color: var(--main-color-two);
}

.nav-color-three .megamenu-area .megamenu-single .megamenu-items .megamenu-contents .megamenu-title:hover {
  color: var(--main-color-three);
}

.nav-color-three .megamenu-area .megamenu-single .megamenu-items .megamenu-contents .price-updates .price-title {
  color: var(--main-color-three);
}

.nav-color-three .megamenu-area .megamenu-single .megamenu-items-big .megamenu-contents .megamenu-title:hover {
  color: var(--main-color-three);
}

.nav-color-three .megamenu-area .megamenu-single .megamenu-items-big .megamenu-contents .price-updates .price-title {
  color: var(--main-color-three);
}

.nav-color-three .megamenu-area .megamenu-single .single-category-megamenu:hover .category-contents .titles {
  color: var(--main-color-three);
}

.nav-color-three .megamenu-area .megamenu-single .single-category-megamenu .category-contents .collection-btn:hover {
  color: var(--main-color-three);
}

.nav-color-three .megamenu-area .megamenu-single .new-collection .product-collection-btn:hover {
  background: var(--main-color-three) !important;
}

.nav-color-three .single-right-content .btn-track:hover {
  color: var(--main-color-three);
}

.nav-color-three .single-right-content .btn-track .track-icon {
  color: var(--main-color-three);
}

.nav-color-four .megamenu-area .megamenu-single .megamenu-items .megamenu-contents .megamenu-title:hover {
  color: var(--main-color-four);
}

.nav-color-four .megamenu-area .megamenu-single .megamenu-items .megamenu-contents .price-updates .price-title {
  color: var(--main-color-four);
}

.nav-color-four .megamenu-area .megamenu-single .megamenu-items-big .megamenu-contents .megamenu-title:hover {
  color: var(--main-color-four);
}

.nav-color-four .megamenu-area .megamenu-single .megamenu-items-big .megamenu-contents .price-updates .price-title {
  color: var(--main-color-four);
}

.nav-color-four .megamenu-area .megamenu-single .single-category-megamenu:hover .category-contents .titles {
  color: var(--main-color-four);
}

.nav-color-four .megamenu-area .megamenu-single .single-category-megamenu .category-contents .collection-btn:hover {
  color: var(--main-color-four);
}

.nav-color-four .megamenu-area .megamenu-single .new-collection .product-collection-btn:hover {
  background: var(--main-color-four) !important;
}

.nav-color-four .single-right-content .btn-track:hover {
  color: var(--main-color-four);
}

.nav-color-four .single-right-content .btn-track .track-icon {
  color: var(--main-color-four);
}

.white-nav .megamenu-area .megamenu-single .new-collection .product-collection-btn {
  background: var(--heading-color);
  color: var(--white);
}

.white-nav .megamenu-area .megamenu-single .new-collection .product-collection-btn:hover {
  background: var(--main-color-two) !important;
}

.megamenu-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px rgba(221, 221, 221, 0.3);
  box-shadow: 0 0 10px rgba(221, 221, 221, 0.3);
  position: absolute;
  top: 100%;
  left: 10%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
  max-width: 1600px;
  width: 1560px;
  max-height: 570px;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1550px) and (max-width: 1699.98px) {
  .megamenu-area {
    max-width: 1000px;
    gap: 40px;
    min-width: 100%;
    left: 50%;
  }
}

@media (min-width: 1400px) and (max-width: 1549.98px) {
  .megamenu-area {
    max-width: 830px;
    min-width: 100%;
    gap: 40px;
    max-height: 350px;
    overflow-y: auto;
    left: 50%;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .megamenu-area {
    min-width: 100%;
    max-width: 800px;
    gap: 30px;
    left: auto;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    right: 0;
    max-height: 350px;
    overflow-y: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .megamenu-area {
    min-width: 100%;
    max-width: 600px;
    gap: 30px;
    left: auto;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    right: 0;
    max-height: 350px;
    overflow-y: auto;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .megamenu-area {
    max-width: 100%;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    min-width: 100%;
    position: initial;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
  }
}

.megamenu-area.color-two .megamenu-single .megamenu-items .megamenu-contents .megamenu-title:hover {
  color: var(--main-color-two);
}

.megamenu-area.color-two .megamenu-single .megamenu-items .megamenu-contents .price-updates .price-title {
  color: var(--main-color-two);
}

.megamenu-area.color-three .megamenu-single .megamenu-items .megamenu-contents .megamenu-title:hover {
  color: var(--main-color-three);
}

.megamenu-area.color-three .megamenu-single .megamenu-items .megamenu-contents .price-updates .price-title {
  color: var(--main-color-three);
}

.megamenu-area.color-four .megamenu-single .megamenu-items .megamenu-contents .megamenu-title:hover {
  color: var(--main-color-four);
}

.megamenu-area.color-four .megamenu-single .megamenu-items .megamenu-contents .price-updates .price-title {
  color: var(--main-color-four);
}

.megamenu-single:not(:last-child) {
  margin-right: 45px;
}

.megamenu-single .megamenu-heading-title {
  font-size: 24px;
  font-weight: 500;
  padding: 0px 0 20px 0;
}

.megamenu-single .megamenu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 5px !important;
}

.megamenu-single .megamenu-items .megamenu-thumbs {
  margin-right: 20px;
  border: 1px solid #DDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
  width: 70px;
  font-size: 30px;
}

.megamenu-single .megamenu-items .megamenu-thumbs i {
  color: var(--main-color-one);
}

.megamenu-single .megamenu-items .megamenu-thumbs.color-two i {
  color: var(--main-color-two);
}

.megamenu-single .megamenu-items .megamenu-thumbs.color-three i {
  color: var(--main-color-three);
}

.megamenu-single .megamenu-items .megamenu-thumbs.color-four i {
  color: var(--main-color-four);
}

.megamenu-single .megamenu-items .megamenu-contents {
  text-align: left;
}

.megamenu-single .megamenu-items .megamenu-contents .megamenu-title {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.megamenu-single .megamenu-items .megamenu-contents .megamenu-title:hover {
  color: var(--main-color-one);
}

.megamenu-single .megamenu-items .megamenu-contents .price-updates .price-title {
  color: var(--main-color-one);
  font-size: 20px;
  font-weight: 500;
}

.megamenu-single .megamenu-items .megamenu-contents .price-updates .old-price {
  color: var(--body-color);
  text-decoration: line-through;
}

.megamenu-single .megamenu-items-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0 !important;
}

@media only screen and (max-width: 480px) {
  .megamenu-single .megamenu-items-big {
    display: block;
  }
}

.megamenu-single .megamenu-items-big .megamenu-thumbs {
  height: 200px;
  width: 250px;
  margin-right: 20px;
}

@media only screen and (max-width: 375px) {
  .megamenu-single .megamenu-items-big .megamenu-thumbs {
    margin-right: 0;
  }
}

.megamenu-single .megamenu-items-big .megamenu-thumbs img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.megamenu-single .megamenu-items-big .megamenu-contents {
  text-align: left;
}

@media only screen and (max-width: 480px) {
  .megamenu-single .megamenu-items-big .megamenu-contents {
    margin-top: 15px;
  }
}

.megamenu-single .megamenu-items-big .megamenu-contents .megamenu-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.megamenu-single .megamenu-items-big .megamenu-contents .megamenu-title:hover {
  color: var(--main-color-one);
}

.megamenu-single .megamenu-items-big .megamenu-contents .price-updates .price-title {
  color: var(--main-color-one);
  font-size: 20px;
  font-weight: 500;
}

.megamenu-single .megamenu-items-big .megamenu-contents .price-updates .old-price {
  color: var(--body-color);
  text-decoration: line-through;
}

.megamenu-single .new-collection {
  padding: 0px 0 !important;
  display: inline-block;
  height: 400px;
  width: 350px;
  position: relative;
  z-index: 2;
}

.megamenu-single .new-collection:hover .product-collection-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 375px) {
  .megamenu-single .new-collection {
    height: 100%;
    width: 280px;
  }
}

.megamenu-single .new-collection img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.megamenu-single .new-collection .product-collection-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  padding: 10px 20px;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}

.megamenu-single .new-collection .product-collection-btn:hover {
  background: var(--main-color-one) !important;
  color: #fff !important;
}

.megamenu-single .single-category-megamenu {
  padding: 30px 50px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.megamenu-single .single-category-megamenu:hover .category-contents {
  visibility: visible;
  opacity: 1;
  bottom: 20px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .megamenu-single .single-category-megamenu {
    padding: 30px;
  }
}

@media only screen and (max-width: 375px) {
  .megamenu-single .single-category-megamenu {
    padding: 20px;
  }
}

.megamenu-single .single-category-megamenu .category-thumb {
  height: 200px;
  width: 200px;
  display: inline-block;
}

.megamenu-single .single-category-megamenu .category-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.megamenu-single .single-category-megamenu .category-contents {
  background: #fff;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  padding: 30px 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.megamenu-single .single-category-megamenu .category-contents .titles:hover {
  color: var(--main-color-one);
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .megamenu-single .single-category-megamenu .category-contents .titles {
    font-size: 28px;
  }
}

@media only screen and (max-width: 375px) {
  .megamenu-single .single-category-megamenu .category-contents .titles {
    font-size: 24px;
  }
}

.megamenu-single .single-category-megamenu .category-contents .collection-btn {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  padding: 0 !important;
  text-decoration: underline;
  color: var(--paragraph-color);
}

@media only screen and (max-width: 767.98px) {
  .megamenu-single .single-category-megamenu .category-contents .collection-btn {
    font-size: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .megamenu-single .single-category-megamenu .category-contents .collection-btn {
    font-size: 14px;
  }
}

.megamenu-single .single-category-megamenu .category-contents .collection-btn:hover {
  color: var(--main-color-one);
}

/*--------------------------------------------------------------
04. Footer Style
--------------------------------------------------------------*/
.footer-top-border {
  border-bottom: 1px solid #ddd;
}

.footer-top-border.white-color {
  border-color: #DDD;
}

.footer_widget {
  position: relative;
  z-index: 1;
}

.footer_widget__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
  position: relative;
  font-family: var(--heading-font);
  color: var(--heading-color);
}

.footer_widget__para {
  font-size: 16px;
  line-height: 28px;
  color: var(--paragraph-color);
}

.footer_widget__link {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer_widget__link__list {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer_widget__link__list:not(:last-child) {
  margin-bottom: 15px;
}

.footer_widget__link__list:hover a {
  color: var(--main-color-one);
}

.footer_widget__link__list a {
  font-size: 16px;
  font-weight: 400;
  color: var(--paragraph-color);
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.footer_widget__link__list a:hover {
  color: var(--main-color-one);
  padding-left: 20px;
}

.footer_widget__link__list a:hover::before {
  visibility: visible;
  opacity: 1;
}

.footer_widget__link__list a::before {
  content: "\f101";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer_widget__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer_widget__social__list a {
  color: var(--white);
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #334755;
  border: 2px solid #66757F;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 575.98px) {
  .footer_widget__social__list a {
    font-size: 18px;
    height: 35px;
    width: 35px;
  }
}

@media only screen and (max-width: 375px) {
  .footer_widget__social__list a {
    height: 30px;
    width: 30px;
  }
}

.footer_widget__social__list a:hover {
  color: var(--white);
  background: var(--main-color-one);
  border-color: var(--main-color-one);
}

.footer_widget__social__list:not(:last-child) a {
  margin-right: 10px;
}

.footer_widget__form {
  margin-top: 30px;
}

.footer_widget__form__single {
  position: relative;
  max-width: 380px;
}

.footer_widget__form__single .form--control {
  width: 100%;
  height: 48px;
  line-height: 48px;
  border-radius: 5px;
  background: #334755;
  color: var(--paragraph-color);
  border: 1px solid #66757F;
  padding: 0 100px 0 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 30px;
}

.footer_widget__form__single .form--control::-webkit-input-placeholder {
  color: var(--body-color);
  font-size: 16px;
}

.footer_widget__form__single .form--control::-moz-placeholder {
  color: var(--body-color);
  font-size: 16px;
}

.footer_widget__form__single .form--control:-ms-input-placeholder {
  color: var(--body-color);
  font-size: 16px;
}

.footer_widget__form__single .form--control::-ms-input-placeholder {
  color: var(--body-color);
  font-size: 16px;
}

.footer_widget__form__single .form--control::placeholder {
  color: var(--body-color);
  font-size: 16px;
}

.footer_widget__form__single .form--control:focus {
  border: 1px solid rgba(var(--main-color-one-rgb), 0.7);
  -webkit-box-shadow: 0 0 20px rgba(var(--main-color-one-rgb), 0.1);
  box-shadow: 0 0 20px rgba(var(--main-color-one-rgb), 0.1);
}

.footer_widget__form__single button {
  outline: none;
  border: 0;
  position: absolute;
  top: 3px;
  right: 3px;
  height: calc(100% - 6px);
  padding: 0 20px;
  background: var(--white);
  font-size: 16px;
  color: var(--heading-color);
  cursor: pointer;
  border-radius: 30px;
}

.footer_widget__contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer_widget__contact__item:not(:first-child) {
  margin-top: 24px;
}

.footer_widget__contact__item:hover .footer_widget__contact__icon {
  background-color: var(--main-color-one);
  border-color: var(--main-color-one);
  color: var(--white);
}

.footer_widget__contact__item:hover .footer_widget__contact__title {
  color: var(--main-color-one);
}

.footer_widget__contact__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  border: 2px solid #66757F;
  font-size: 24px;
  background-color: #334755;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer_widget__contact__contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer_widget__contact__subtitle {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-color);
  margin-bottom: 5px;
}

.footer_widget__contact__title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--heading-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.white-color .footer_widget__title {
  color: var(--white);
}

.white-color .footer_widget__para {
  color: var(--paragraph-white);
}

.white-color .footer_widget__link__list a {
  color: var(--paragraph-white);
}

.white-color .footer_widget__link__list a:hover {
  color: var(--main-color-one);
}

.white-color .footer_widget__contact__subtitle {
  color: var(--paragraph-white);
}

.white-color .footer_widget__contact__title {
  color: var(--white);
}

.white-color .footer-widget .footer-inner .footer-link-address li .address i {
  color: var(--paragraph-white-2);
}

.white-color .footer-widget .footer-inner .info {
  color: var(--paragraph-white-2);
}

.white-color .footer-widget .footer-inner .footer-link-address li .address:hover i {
  color: var(--main-color-two);
}

.white-color.color-two .footer-widget .footer-inner .footer-link-address li .address:hover i {
  color: var(--main-color-two);
}

.white-color.color-three .footer-widget .footer-inner .footer-link-address li .address:hover i {
  color: var(--main-color-three);
}

.white-color.color-four .footer-widget .footer-inner .footer-link-address li .address:hover i {
  color: var(--main-color-four);
}

.white-color.color-five .footer-widget .footer-inner .footer-link-address li .address:hover i {
  color: var(--main-color-five);
}

/* Banner  */
.bg__blue {
  background-color: var(--blue-color);
}

.bg__yellow {
  background-color: var(--yellow-color);
}

.banner__slider {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.banner__slider__waveShape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.banner__slider .slick-dots {
  position: absolute;
  left: 50px;
  bottom: 50px;
}

.banner__slider .slick-dots li.slick-active {
  width: 30px;
  border-radius: 10px;
  background-color: var(--white);
}

.banner__height {
  height: 100%;
}

.banner__card {
  padding: 20px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner__card {
    height: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner__card {
    height: 100%;
  }
}

.banner__card.text-center .banner__card__contents {
  max-width: 100%;
}

.banner__card__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner__card__flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 480px) {
  .banner__card__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.banner__card__subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: var(--heading-color);
  text-transform: uppercase;
}

@media (min-width: 1550px) and (max-width: 1699.98px) {
  .banner__card__subtitle {
    font-size: 18px;
  }
}

@media (min-width: 1400px) and (max-width: 1549.98px) {
  .banner__card__subtitle {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner__card__subtitle {
    font-size: 18px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .banner__card__subtitle {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .banner__card__subtitle {
    font-size: 16px;
  }
}

.banner__card__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--heading-color);
  text-transform: uppercase;
  font-family: var(--DmSans-font);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner__card__title {
    font-size: 36px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .banner__card__title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 480px) {
  .banner__card__title {
    font-size: 28px;
  }
}

.banner__card__contents {
  max-width: 214px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.banner__card__thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 465px;
  margin-inline: auto;
}

@media (min-width: 1550px) and (max-width: 1699.98px) {
  .banner__card__thumb {
    max-width: 235px;
    margin-inline: auto;
  }
}

@media (min-width: 1400px) and (max-width: 1549.98px) {
  .banner__card__thumb {
    max-width: 190px;
    margin-inline: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner__card__thumb {
    max-width: 200px;
    margin-inline: auto;
  }
}

@media only screen and (max-width: 575.98px) {
  .banner__card__thumb {
    max-width: 200px;
    margin-inline: auto;
  }
}

.banner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .banner__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.banner__wrap__thumb {
  max-width: 510px;
  position: relative;
}

.banner__wrap__thumb__quality {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background-color: var(--white);
  border-radius: 30px;
  padding: 5px 20px;
  color: var(--heading-color);
  position: absolute;
  bottom: 200px;
  left: -100px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .banner__wrap__thumb__quality {
    left: 0;
  }
}

.banner__wrap__thumb__quality span {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--heading-color);
}

.banner__contents {
  max-width: 500px;
  padding: 50px 0 50px 50px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .banner__contents {
    max-width: unset;
    padding: 50px 0 0px 20px;
  }
}

.banner__contents__subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: var(--heading-color);
  text-transform: uppercase;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .banner__contents__subtitle {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .banner__contents__subtitle {
    font-size: 16px;
  }
}

.banner__contents__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--heading-color);
  font-family: var(--DmSans-font);
}

@media (min-width: 1400px) and (max-width: 1549.98px) {
  .banner__contents__title {
    font-size: 52px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner__contents__title {
    font-size: 52px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .banner__contents__title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 767.98px) {
  .banner__contents__title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 575.98px) {
  .banner__contents__title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 480px) {
  .banner__contents__title {
    font-size: 32px;
  }
}

.btn_bg_yellow {
  background-color: var(--yellow-color);
}

.btn_bg_black {
  background-color: var(--heading-color);
}

/* Topbar new */
.topBar__bg {
  background-color: #00192B;
}

.topBar {
  padding: 15px 0;
}

.topBar__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.topBar__contact__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.topBar__contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.topBar__contact__item__icon {
  font-size: 18px;
  color: #cecece;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.topBar__contact__item__icon:hover {
  color: var(--main-color-one);
}

.topBar__contact__item__para {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #cecece;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.topBar__contact__item__para:hover {
  color: var(--main-color-one);
}

.topBar__right__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.topBar__right__item__icon {
  font-size: 18px;
  color: #cecece;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.topBar__right__item__icon:hover {
  color: var(--main-color-one);
}

.topBar__right__item__para {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #cecece;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.topBar__right__item__para:hover {
  color: var(--main-color-one);
}

/* Category nav css */
.category__nav {
  -webkit-box-shadow: 0px 10px 30px #f5f5f5;
  box-shadow: 0px 10px 30px #f5f5f5;
  padding: 10px 0;
}

.category__nav__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 375px) {
  .category__nav__flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.category__nav__logoWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px 48px;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
}

@media (min-width: 1400px) and (max-width: 1549.98px) {
  .category__nav__logoWrapper {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .category__nav__logoWrapper {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .category__nav__logoWrapper {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
}

.category__nav__logo {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.category__nav__logo::before {
  content: "";
  position: absolute;
  height: 70%;
  width: 1px;
  background-color: #ddd;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.category__nav__right__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .category__nav__right__content {
    gap: 10px;
  }
}

.category__nav__item__icon {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid rgba(var(--main-color-one-rgb), 0.3);
  color: var(--main-color-one);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.category__navWrap {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}

@media only screen and (max-width: 767.98px) {
  .category__navWrap {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.category__navWrap__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 12px 24px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .category__navWrap__flex {
    gap: 12px 10px;
  }
}

.category__menu {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.category__menu__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--main-color-one);
  cursor: pointer;
  padding: 10px 0;
}

.category__menu__btn i {
  font-size: 24px;
  color: var(--main-color-one);
}

.category__menu__list {
  border: 1px solid #ddd;
  background-color: var(--white);
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.category__menu__list.show {
  visibility: visible;
  opacity: 1;
}

.category__menu__list__item {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-color);
  background-color: var(--white);
  padding: 10px 20px;
}

.category__menu__list__item:not(:first-child) {
  border-top: 1px solid #ddd;
}

.category__search__form {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.category__search__form__overlay.show {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 8;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .category__search__form.show .category__search__single {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.category__search__form__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border: 1px solid var(--border-color);
  font-size: 24px;
  color: var(--paragraph-color);
  border-radius: 5px;
  cursor: pointer;
}

@media only screen and (max-width: 767.98px) {
  .category__search__form__icon {
    height: 40px;
    width: 40px;
    font-size: 20px;
    border-radius: 50%;
  }
}

.category__search__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .category__search__single {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    z-index: 9;
    width: 90vw;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.category__search__single__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border: 1px solid var(--danger-color);
  font-size: 24px;
  color: var(--danger-color);
  background-color: var(--white);
  border-radius: 5px;
  cursor: pointer;
}

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

.category__search__single__input .form--control {
  height: 48px;
  color: var(--main-color-one);
  font-size: 14px;
  border-radius: 5px;
}

.category__search__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--main-color-one);
  height: 48px;
  border: 1px solid #ddd;
  font-size: 20px;
  padding: 0 15px;
  cursor: pointer;
  background-color: var(--white);
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.category__search__btn:hover {
  background-color: var(--main-color-one);
  color: var(--white);
  border-color: var(--main-color-one);
}

.from_control,
.from__control,
.form--control {
  height: 55px;
  font-size: 15px;
  border: 1px solid var(--border-color);
  width: 100%;
  padding: 0 15px;
  color: var(--body-color);
}

/* Products card css */
.product__offer {
  position: absolute;
  right: 0px;
  top: 10px;
  background-color: var(--main-color-two);
  padding: 5px 10px;
  border-radius: 3px 0 0 3px;
}

.product__offer.color_main {
  background-color: var(--main-color-one);
}

.product__offer__para {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: var(--white);
  display: block;
}

.product__card {
  position: relative;
}

.product__card__thumb {
  background: var(--gray-two);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  overflow: hidden;
}

.product__card__thumb img {
  border-radius: 5px;
  object-fit: contain;
}

.product__card__review {
  background-color: rgba(var(--review-rgb), 0.2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  color: var(--review-color);
}
.product__card__thumb {
  position: relative;
  .total-ratings {
    color: #000;
  }
}
.product__card__review  {
  position: absolute;
  bottom: 0;
}
.product__card__contents__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  min-height: 45px;
}

.product__card__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product__card__cart__btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  background-color: var(--main-color-one);
  border: 1px solid var(--main-color-one);
  color: var(--white);
  padding: 8px 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 250px;
}

.product__card__cart__btn:hover {
  background-color: unset;
  color: var(--main-color-one);
}

.product__card__cart__btn.btn__black {
  background-color: var(--heading-color);
  border-color: var(--heading-color);
  color: var(--white);
}

.product__card__cart__btn.btn__black:hover {
  color: var(--heading-color);
  background-color: unset;
}

.product__card__cart__outline {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  background-color: unset;
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one);
  padding: 8px 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 250px;
}

.product__card__cart__outline:hover {
  background-color: var(--main-color-one);
  border-color: var(--main-color-one);
  color: var(--white);
}

.product__card__cart__outline.color-two {
  border: 1px solid var(--main-color-two);
  color: var(--main-color-two);
}

.product__card__cart__outline.color-two:hover {
  background-color: var(--main-color-two);
  border: 1px solid var(--main-color-two);
  color: var(--white);
}

.product__card__cart__outline.color-three {
  border: 1px solid var(--main-color-three);
  color: var(--main-color-three);
}

.product__card__cart__outline.color-three:hover {
  background-color: var(--main-color-three);
  border: 1px solid var(--main-color-three);
  color: var(--white);
}

.product__card__cart__outline.color-four {
  border: 1px solid var(--main-color-four);
  color: var(--main-color-four);
}

.product__card__cart__outline.color-four:hover {
  background-color: var(--main-color-four);
  border: 1px solid var(--main-color-four);
  color: var(--white);
}

.product__card__cart__outline.color-five {
  border: 1px solid var(--main-color-five);
  color: var(--main-color-five);
}

.product__card__cart__outline.color-five:hover {
  background-color: var(--main-color-five);
  border: 1px solid var(--main-color-five);
  color: var(--white);
}

.product__card__cart__outline.btn__black {
  background-color: unset;
  border-color: var(--heading-color);
  color: var(--heading-color);
}

.product__card__cart__outline.btn__black:hover {
  background-color: var(--heading-color);
  color: var(--white);
  border-color: var(--heading-color);
}

.product__card__cart__btn__icon {
  background-color: unset;
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product__card__cart__btn__icon:hover {
  background-color: var(--main-color-one);
  color: var(--white);
}

.product__card__cart__btn__icon.color-two {
  border-color: var(--main-color-two);
  color: var(--main-color-two);
}

.product__card__cart__btn__icon.color-two:hover {
  background-color: var(--main-color-two);
  color: var(--white);
}

.product__card__cart__btn__icon.color-three {
  border-color: var(--main-color-three);
  color: var(--main-color-three);
}

.product__card__cart__btn__icon.color-three:hover {
  background-color: var(--main-color-three);
  color: var(--white);
}

.product__card__cart__btn__icon.color-four {
  border-color: var(--main-color-four);
  color: var(--main-color-four);
}

.product__card__cart__btn__icon.color-four:hover {
  background-color: var(--main-color-four);
  color: var(--white);
}

.product__card__cart__btn__icon.color-five {
  border-color: var(--main-color-five);
  color: var(--main-color-five);
}

.product__card__cart__btn__icon.color-five:hover {
  background-color: var(--main-color-five);
  color: var(--white);
}

.product__card__cart__btn__icon.btn__black {
  background-color: unset;
  border-color: var(--heading-color);
  color: var(--heading-color);
}

.product__card__cart__btn__icon.btn__black:hover {
  color: var(--white);
  background-color: var(--heading-color);
  border-color: var(--heading-color);
}

.product__card__cart__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.product__price {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.product__price__current {
  color: var(--main-color-one);
}

.product__price__current.color-two {
  color: var(--main-color-two);
}

.product__price__current.color-three {
  color: var(--main-color-three);
}

.product__price__current.color-four {
  color: var(--main-color-four);
}

.product__price__current.color-five {
  color: var(--main-color-five);
}

.product__price s,
.product__price__old {
  color: var(--body-color);
  font-weight: 400;
  font-size: 15px;
}

/* Category css start */
.single__category.text-center .single__category__thumb {
  margin-inline: auto;
}

.single__category__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 110px;
  width: 110px;
  background-color: var(--gray-two);
  border-radius: 50%;
  overflow: hidden;
}

.single__category__thumb img {
  max-width: 100%;
}


.single__category__thumb img {
  width: 80%;
}

.single__category__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--heading-color);
}

.append_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.append_category .prev-icon,
.append_category .next-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--white);
  color: var(--heading-color);
  border: 1px solid var(--border-dark);
  font-size: 18px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.append_category .prev-icon:hover,
.append_category .next-icon:hover {
  background-color: var(--main-color-one);
  color: var(--white);
  border-color: var(--main-color-one);
}

.bg__dullPink {
  background-color: #DE84A8;
}

.bg__fadedOrange {
  background-color: var(--main-color-two);
}

.bg__darkBlue {
  background-color: #7499C6;
}

.bg__dustyGray {
  background-color: #A39A93;
}

.bg__birdFlower {
  background-color: #E1CC33;
}

.bg__bluishCyan {
  background-color: #1DB3E6;
}

.bg__magentaPurple {
  background-color: #CEA1DA;
}

.bg__magentaPurple {
  background-color: var(--main-color-two);
}

/* Promo css start */
.promo__wrapper {
  -webkit-box-shadow: 0 0 20px var(--box-shadow);
  box-shadow: 0 0 20px var(--box-shadow);
  padding: 50px 24px;
  border-radius: 20px;
}

.promo__item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 12px;
}

.promo__item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  font-size: 40px;
  border-radius: 50%;
  border: 1px solid var(--main-color-one);
  background-color: rgba(var(--main-color-one-rgb), 0.1);
  color: var(--main-color-one);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.promo__item__icon svg path {
  stroke: var(--main-color-one);
}

.promo__item__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: var(--heading-color);
}

.promo__item__para {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--paragraph-color);
}

div[class*=col]:nth-child(4n+2) .promo__item__icon {
  border-color: #FD8D14;
  background-color: rgba(253, 141, 20, 0.1);
}

div[class*=col]:nth-child(4n+2) .promo__item__icon svg path {
  stroke: #FD8D14;
}

div[class*=col]:nth-child(4n+3) .promo__item__icon {
  border-color: #525FE1;
  background-color: rgba(82, 95, 225, 0.1);
}

div[class*=col]:nth-child(4n+3) .promo__item__icon svg path {
  stroke: #525FE1;
}

div[class*=col]:nth-child(4n+4) .promo__item__icon {
  border-color: #2CD4D9;
  background-color: rgba(44, 212, 217, 0.1);
}

div[class*=col]:nth-child(4n+4) .promo__item__icon svg path {
  stroke: #2CD4D9;
}

/* All Product css */
.allProduct__tab ul li {
  border-radius: 5px;
  overflow: hidden;
}

.allProduct__item {
  -webkit-box-shadow: 0 0 20px var(--box-shadow);
  box-shadow: 0 0 20px var(--box-shadow);
  overflow: hidden;
}

.allProduct__item__thumb {
  height: 100px;
  background: #f7f7f7;
}

.allProduct__item__thumb a {
  display: block;
  height: 100%;
  width: 100%;
}

.allProduct__item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.allProduct__item__contents {
  padding: 0 20px 20px;
}

.allProduct__item__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  background-color: #F2F4F7;
  border-radius: 50%;
  border: 2px solid var(--white);
  margin-top: -35px;
  position: relative;
  -webkit-box-shadow: 0 0 5px var(--box-shadow);
  box-shadow: 0 0 5px var(--box-shadow);
}

.allProduct__item__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: var(--heading-color);
  min-height: 48px;
  word-break: break-all;
}

/* Brand Logo Css */
.brand__item__thumb {
  height: 90px;
  width: 100%;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--border-two);
  padding: 10px;
}

.brand__item__thumb img {
  margin-inline: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}

/* Winter Product Css */
.winter__bg1 {
  background-color: #E0F5FF;
}

.winter__bg2 {
  background-color: #FCE6DF;
}

.winter__bg3 {
  background-color: rgba(243, 245, 101, 0.2);
}

.winterProduct__contents {
  padding: 75px 0 75px 50px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .winterProduct__contents {
    padding: 55px 0 55px 50px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .winterProduct__contents {
    padding: 40px 0 40px 30px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .winterProduct__contents {
    padding: 75px 0 75px 30px;
  }
}

@media only screen and (max-width: 767.98px) {
  .winterProduct__contents {
    padding: 35px 0 35px 20px;
  }
}

.winterProduct__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--main-color-three);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .winterProduct__title {
    font-size: 54px;
  }
}

.winterProduct__subtitle {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--main-color-three);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .winterProduct__subtitle {
    font-size: 30px;
  }
}

.winterProduct__list__item {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--main-color-three);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 5px;
}

.winterProduct__list__item:not(:first-child) {
  margin-top: 10px;
}

.winterProduct__list__item::before {
  content: "\f00c";
  font-family: "Line Awesome Free";
  font-weight: 900;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.winterProduct__moreBtn {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--main-color-three);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 5px;
}

.winterProduct__moreBtn::before {
  content: "\f067";
  font-family: "Line Awesome Free";
  font-weight: 900;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.winterProduct__single__thumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.winterProduct__single__contents {
  padding: 40px 0;
}

.winterProduct__single__contents__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--heading-color);
  text-transform: uppercase;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .winterProduct__single__contents__title {
    font-size: 18px;
  }
}

/* Counter Css */
.counter__shadow {
  -webkit-box-shadow: 0px -20px 20px var(--box-shadow);
  box-shadow: 0px -20px 20px var(--box-shadow);
}

.counter__item.text-center .counter__item__icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-inline: auto;
}

.counter__item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: rgba(var(--main-color-two-rgb), 0.1);
  color: var(--main-color-two);
  border: 1px solid var(--main-color-two);
}

.counter__item__icon svg path {
  stroke: var(--main-color-two);
}

.counter__item__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: var(--heading-color);
}

.counter__item__para {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--paragraph-color);
}

div[class*=col]:nth-child(3n+2) .counter__item__icon {
  background-color: rgba(var(--main-color-three-rgb), 0.1);
  color: var(--main-color-three);
  border: 1px solid var(--main-color-three);
}

div[class*=col]:nth-child(3n+2) .counter__item__icon svg path {
  stroke: var(--main-color-three);
}

div[class*=col]:nth-child(3n+3) .counter__item__icon {
  background-color: rgba(var(--main-color-one-rgb), 0.1);
  color: var(--main-color-one);
  border: 1px solid var(--main-color-one);
}

div[class*=col]:nth-child(3n+3) .counter__item__icon svg path {
  stroke: var(--main-color-one);
}

/*-------------------------
  Section Title
-------------------------*/
.section__title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.section__title.text-left {
  text-align: left;
}

.section__title.text-center {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section__title.white-color {
  color: var(--white);
}

.section__title.white-color .title {
  color: var(--white);
}

.section__title.section_borderBottom {
  border-bottom: 1px solid rgba(221, 221, 221, 0.4);
  padding-bottom: 20px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .section__title.section_borderBottom {
    padding-bottom: 20px;
  }
}

.section__title .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  color: var(--heading-color);
  margin: -6px 0 0 0;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .section__title .title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 575.98px) {
  .section__title .title {
    font-size: 25px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 375px) {
  .section__title .title {
    font-size: 22px;
    line-height: 28px;
  }
}

.section__title .title-left {
  display: -webkit-box;
}

.viewAll_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: var(--main-color-one);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.viewAll_btn:hover {
  color: var(--main-color-one);
  letter-spacing: 1px;
}

.viewAll_btn i {
  font-size: 20px;
}

/*---------------------------------------
  ## Button
---------------------------------------*/
.btn-wrapper {
  display: block;
}

.cmn_btn {
  color: var(--paragraph-color);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--body-font);
  display: inline-block;
  text-align: center;
  cursor: pointer;
  line-height: 20px;
  padding: 12px 30px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media only screen and (max-width: 575.98px) {
  .cmn_btn {
    padding: 10px 25px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .cmn_btn {
    padding: 5px 15px;
    font-size: 14px;
  }
}

.cmn_btn.btn_bg_1 {
  background: var(--main-color-one);
  color: var(--white);
  border: 2px solid var(--main-color-one);
}

.cmn_btn.btn_bg_1:hover {
  background: none;
  color: var(--main-color-one);
}

.cmn_btn.btn_bg_2 {
  background: var(--main-color-two);
  color: var(--white);
  border: 2px solid var(--main-color-two);
}

.cmn_btn.btn_bg_2:hover {
  background: none;
  color: var(--main-color-two);
}

.cmn_btn.btn_bg_3 {
  background: var(--main-color-three);
  color: var(--white);
  border: 2px solid var(--main-color-three);
}

.cmn_btn.btn_bg_3:hover {
  background: none;
  color: var(--main-color-three);
}

.cmn_btn.btn_bg_yellow {
  background: var(--yellow-color);
  color: var(--heading-color);
}

.cmn_btn.btn_bg_yellow:hover {
  background: var(--main-color-one);
  color: var(--white);
}

.cmn_btn.btn_bg_black {
  background: var(--heading-color);
  color: var(--white);
  border: 2px solid var(--heading-color);
}

.cmn_btn.btn_bg_black:hover {
  background-color: var(--main-color-one);
  color: var(--white);
  border-color: var(--main-color-one);
}

/*---------------------------------------
  ## Back Top
---------------------------------------*/
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: var(--main-color-one);
  color: var(--white);
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  z-index: 99;
  font-size: 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: none;
}

@media only screen and (max-width: 575.98px) {
  .back-to-top {
    height: 40px;
    width: 40px;
    font-size: 22px;
    line-height: 40px;
    bottom: 20px;
    right: 20px;
  }
}

.back-to-top.bg-color-two {
  background: var(--main-color-two);
}

.back-to-top.bg-color-three {
  background: var(--main-color-three);
}

.back-to-top.bg-color-four {
  background: var(--main-color-four);
}

/* Tabs Design */
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabs li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  padding: 5px 15px;
  -webkit-transition: 300ms;
  transition: 300ms;
  position: relative;
  color: var(--heading-color);
  background-color: var(--border-color);
  z-index: 0;
}

.tabs li::after,
.tabs li::before {
  content: "";
  position: absolute;
  height: 0%;
  width: 0%;
  left: 0%;
  bottom: 0;
  background-color: var(--main-color-one);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}

.tabs li::before {
  bottom: auto;
  top: 0;
  left: auto;
  right: 0;
  background-color: var(--border-color);
}

.tabs li.active {
  color: var(--white);
}

.tabs li.active::after,
.tabs li.active::before {
  width: 100%;
  height: 100%;
  background-color: var(--main-color-one);
}

.tab_content_item_two,
.tab_content_item {
  display: none;
}

.tab_content_item_two.active,
.tab_content_item.active {
  display: block;
  -webkit-animation: 1s fade-effects;
  animation: 1s fade-effects;
}

@keyframes fade-effects {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* Countdown Css */
.global__countdown>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.global__countdown__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 5px;
}

.global__countdown__count {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: var(--main-color-one);
  background-color: unset;
  padding: 0;
}

.global__countdown__name {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: var(--main-color-one);
}

/* ==================================================================
  New Home page Style Four
====================================================================*/


.btn-flex,
.btn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

.btn-wrapper .cmn-btn {
  line-height: 28px;
  position: relative;
}

.btn-wrapper .cmn-btn.btn-bg-5 {
  background: var(--main-color-one);
  color: var(--white);
  border: 2px solid var(--main-color-one);
  z-index: 0;
}

.btn-wrapper .cmn-btn.btn-bg-5::after,
.btn-wrapper .cmn-btn.btn-bg-5::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  left: 0;
  top: 0;
  background-color: var(--heading-color);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.btn-wrapper .cmn-btn.btn-bg-5::before {
  background-color: var(--white);
  left: auto;
  right: 0;
}

.btn-wrapper .cmn-btn.btn-bg-5:hover {
  color: var(--white);
}

.btn-wrapper .cmn-btn.btn-bg-5:hover::after,
.btn-wrapper .cmn-btn.btn-bg-5:hover::before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.btn-wrapper .cmn-btn.btn-bg-5:hover::before {
  width: 100%;
}

.btn-wrapper .cmn-btn.btn-outline-five,
.btn-wrapper .cmn-btn.btn-outline-5 {
  border: 2px solid var(--main-color-one);
  z-index: 0;
  color: var(--main-color-one);
}

.btn-wrapper .cmn-btn.btn-outline-five.color-five,
.btn-wrapper .cmn-btn.btn-outline-5.color-five {
  color: var(--main-color-one);
}

.btn-wrapper .cmn-btn.btn-outline-five::after,
.btn-wrapper .cmn-btn.btn-outline-five::before,
.btn-wrapper .cmn-btn.btn-outline-5::after,
.btn-wrapper .cmn-btn.btn-outline-5::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  left: 0;
  top: 0;
  background-color: var(--main-color-one);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
}

.btn-wrapper .cmn-btn.btn-outline-five::before,
.btn-wrapper .cmn-btn.btn-outline-5::before {
  background-color: var(--heading-color);
  left: auto;
  right: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.btn-wrapper .cmn-btn.btn-outline-five:hover,
.btn-wrapper .cmn-btn.btn-outline-5:hover {
  color: var(--white);
}

.btn-wrapper .cmn-btn.btn-outline-five:hover::after,
.btn-wrapper .cmn-btn.btn-outline-five:hover::before,
.btn-wrapper .cmn-btn.btn-outline-5:hover::after,
.btn-wrapper .cmn-btn.btn-outline-5:hover::before {
  visibility: visible;
  opacity: 1;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.btn-wrapper .cmn-btn.btn-outline-five:hover::before,
.btn-wrapper .cmn-btn.btn-outline-5:hover::before {
  width: 100%;
}

/* Topbar Four */
@media only screen and (max-width: 575px) {
  .topbar-four .topbar-left-contents {
    text-align: center;
  }

  .topbar-four .topbar-left-contents .topbar-social {
    justify-content: center;
  }
}

.topbar-four .topbar-left-contents .call-us {
  font-size: 15px;
  margin: 0;
}

.topbar-four .topbar-left-contents .call-us:hover {
  color: var(--heading-color);
}

.topbar-four .language-content {
  z-index: 980;
}

.topbar-four .language-content .nice-select {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
  font-weight: 400;
}

.topbar-four .language-content.country-content .nice-select {
  width: auto;
}

@media only screen and (max-width: 375px) {
  .topbar-four .language-content.country-content .nice-select {
    width: unset;
  }
}

.topbar-four .topbar-select-item:not(:last-child)::after {
  background-color: rgba(var(--white-rgb), 0.8);
  right: -5px;
}

.topbar-four .topbar-right-flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767.98px) {
  .topbar-four .topbar-right-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 767.98px) {
  .topbar-four .topbar-right-offer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .topbar-right-contents .list, .topbar-right-offer .list {
    justify-content: center;
  }
}

.topbar-four .topbar-right-offer-item:not(:last-child)::after {
  background-color: rgba(var(--white-rgb), 0.8);
}

.topbar-four .topbar-right-offer-para {
  color: rgba(var(--white-rgb), 0.8);
  font-size: 15px;
}

.topbar-four .topbar-right-offer-para strong {
  color: var(--white);
}

.topbar-four .topbar-right-offer-buy {
  color: var(--white);
  font-size: 15px;
}

.topbar-four .topbar-right-offer-buy:hover {
  color: var(--white);
}

@media only screen and (max-width: 767.98px) {
  .topbar-four .topbar-select-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.topbar-select-item {
  position: relative;
}

.topbar-select-item:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 70%;
  width: 2px;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--extra-light-color);
}

.topbar-right-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.topbar-right-offer-item {
  position: relative;
  font-family: var(--inter-font);
}

.topbar-right-offer-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
}

.topbar-right-offer-item:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 70%;
  width: 2px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--extra-light-color);
}

.topbar-right-offer-para {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: var(--paragraph-color);
  font-family: var(--inter-font);
}

.topbar-right-offer-buy {
  font-weight: 500;
  color: var(--heading-color);
  border-bottom: 1px solid;
}

.topbar-right-offer-buy:hover {
  color: var(--main-color-one);
}

/* Topbar Bottom Css */
.topbar-bottom-four {
  padding: 20px 0;
  border-bottom: 1px solid var(--border-color);
}

.topbar-bottom-four .category-searchbar .form--control {
  padding: 0 75px 0 20px;
}

.topbar-bottom-four .right-position-button {
  background-color: var(--main-color-one);
}

.color-two.topbar-bottom-four .right-position-button {
  background-color: var(--main-color-two);
}

.color-three.topbar-bottom-four .right-position-button {
  background-color: var(--main-color-three);
}

.color-four.topbar-bottom-four .right-position-button {
  background-color: var(--main-color-four);
}

.color-five.topbar-bottom-four .right-position-button {
  background-color: var(--main-color-five);
}

.topbar-bottom-four .topbar-bottom-right-flex {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 12px 24px;
}

@media only screen and (max-width: 767.98px) {
  .topbar-bottom-four .topbar-bottom-right-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.topbar-bottom-four .track-icon-list {
  gap: 12px 24px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .topbar-bottom-four .track-icon-list {
    gap: 12px 10px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .topbar-bottom-four .track-icon-list {
    gap: 12px 10px;
  }
}

.topbar-bottom-four .track-icon-single:hover {
  color: var(--main-color-one);
}

.color-two.topbar-bottom-four .track-icon-single:hover {
  color: var(--main-color-two);
}

.color-three.topbar-bottom-four .track-icon-single:hover {
  color: var(--main-color-three);
}

.color-four.topbar-bottom-four .track-icon-single:hover {
  color: var(--main-color-four);
}

.color-five.topbar-bottom-four .track-icon-single:hover {
  color: var(--main-color-five);
}

.topbar-bottom-four .track-icon-single .icon {
  color: var(--main-color-one);
}

.color-two.topbar-bottom-four .track-icon-single .icon {
  color: var(--main-color-two);
}

.color-three.topbar-bottom-four .track-icon-single .icon {
  color: var(--main-color-three);
}

.color-four.topbar-bottom-four .track-icon-single .icon {
  color: var(--main-color-four);
}

.color-five.topbar-bottom-four .track-icon-single .icon {
  color: var(--main-color-five);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .topbar-bottom-four .track-icon-single .icon-title {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .track-icon-list-item .icon-title {
    display: none;
  }
}

.track-icon-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  font-size: 14px;
  font-weight: 400;
  color: var(--paragraph-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.track-icon-single:hover {
  color: var(--main-color-one);
}

.track-icon-single .icon {
  font-size: 22px;
  color: var(--main-color-one);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .track-icon-single .icon-title {
    display: none;
  }
}

.topbar-bottom-four .topbar-bottom-right-content {
  margin-left: 0;
}

.single-right-content .login-account .account-list-item.hover-color-five .list a:hover {
  background: var(--main-color-one);
}

.single-right-content .login-account .account-list-item .list a:hover {
  background: var(--main-color-one);
  color: var(--white);
}

.color-two .single-right-content .login-account .account-list-item .list a:hover {
  background: var(--main-color-two);
  color: var(--white);
}

.color-three .single-right-content .login-account .account-list-item .list a:hover {
  background: var(--main-color-three);
  color: var(--white);
}

.color-four .single-right-content .login-account .account-list-item .list a:hover {
  background: var(--main-color-four);
  color: var(--white);
}

.color-five .single-right-content .login-account .account-list-item .list a:hover {
  background: var(--main-color-five);
  color: var(--white);
}

.single-right-content .login-account .accounts {
  gap: 5px;
  font-size: 14px;
}

.single-right-content .login-account .accounts i {
  color: var(--main-color-one);
}

.color-two .single-right-content .login-account .accounts i {
  color: var(--main-color-two);
}

.color-three .single-right-content .login-account .accounts i {
  color: var(--main-color-three);
}

.color-four .single-right-content .login-account .accounts i {
  color: var(--main-color-four);
}

.color-five .single-right-content .login-account .accounts i {
  color: var(--main-color-five);
}

.single-right-content .login-account .accounts:hover {
  color: var(--main-color-one);
}

.color-two .single-right-content .login-account .accounts:hover {
  color: var(--main-color-two);
}

.color-three .single-right-content .login-account .accounts:hover {
  color: var(--main-color-three);
}

.color-four .single-right-content .login-account .accounts:hover {
  color: var(--main-color-four);
}

.color-five .single-right-content .login-account .accounts:hover {
  color: var(--main-color-five);
}

.single-right-content .login-account .accounts:hover i {
  color: var(--main-color-one);
}

.color-two .single-right-content .login-account .accounts:hover i {
  color: var(--main-color-two);
}

.color-three .single-right-content .login-account .accounts:hover i {
  color: var(--main-color-three);
}

.color-four .single-right-content .login-account .accounts:hover i {
  color: var(--main-color-four);
}

.color-five .single-right-content .login-account .accounts:hover i {
  color: var(--main-color-five);
}

.single-right-content .track-icon-list {
  gap: 20px 12px;
  margin: 0;
}

.single-right-content .track-icon-list .track-icon-single:hover {
  color: var(--main-color-one);
}

.single-right-content .track-icon-list .track-icon-single:hover .icon {
  color: var(--main-color-one);
}

.single-right-content .track-icon-list .single-icon {
  margin: 0;
  color: var(--paragraph-color);
}

.single-right-content .track-icon-list .single-icon:hover {
  color: var(--main-color-one);
}

.single-right-content .track-icon-list .single-icon .icon {
  font-size: 22px;
}

.single-right-content .track-icon-list .single-icon .icon-notification {
  top: -10px;
  right: auto;
  left: 0;
  background-color: var(--main-color-one);
  font-size: 12px;
}

.color-two .single-right-content .track-icon-list .single-icon .icon-notification {
  background-color: var(--main-color-two);
}

.color-three .single-right-content .track-icon-list .single-icon .icon-notification {
  background-color: var(--main-color-three);
}

.color-four .single-right-content .track-icon-list .single-icon .icon-notification {
  background-color: var(--main-color-four);
}

.color-five .single-right-content .track-icon-list .single-icon .icon-notification {
  background-color: var(--main-color-five);
}

/* navbar css */
.navbar-area.nav-five .navbar-collapse .navbar-nav li a {
  padding: 10px 12px;
}

.navbar-area.nav-five .navbar-collapse .navbar-nav li a:hover {
  color: var(--main-color-one);
}

.navbar-area.nav-five.color-two .navbar-collapse .navbar-nav li a:hover {
  color: var(--main-color-two);
}

.navbar-area.nav-five.color-three .navbar-collapse .navbar-nav li a:hover {
  color: var(--main-color-three);
}

.navbar-area.nav-five.color-four .navbar-collapse .navbar-nav li a:hover {
  color: var(--main-color-four);
}

.navbar-area.nav-five.color-five .navbar-collapse .navbar-nav li a:hover {
  color: var(--main-color-five);
}

.navbar-area.nav-five .navbar-collapse .navbar-nav li.menu-item-has-children>a {
  padding: 10px 12px;
}

.navbar-area.nav-five .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  border-color: var(--fmain-color-five);
}

.navbar-area.nav-five .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  padding: 10px 12px;
}

.navbar-area.nav-five .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-one);
}

.navbar-area.nav-five.color-two .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-two);
}

.navbar-area.nav-five.color-three .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-three);
}

.navbar-area.nav-five.color-four .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-four);
}

.navbar-area.nav-five.color-five .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-five);
}

.navbar-area.nav-five .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu li:hover:before {
  color: var(--white);
}

.navbar-area.nav-five .cart-shopping .btn-wrapper .cart-btn {
  background-color: var(--main-color-one);
  border: 2px solid var(--main-color-one);
}

.navbar-area.nav-five .cart-shopping .btn-wrapper .cart-btn:hover {
  background: none;
  color: var(--main-color-one);
}

.color-two.navbar-area.nav-five .cart-shopping .btn-wrapper .cart-btn {
  background-color: var(--main-color-two);
  border: 2px solid var(--main-color-two);
}

.color-two.navbar-area.nav-five .cart-shopping .btn-wrapper .cart-btn:hover {
  color: var(--main-color-two);
  background: none;
}

.navbar-area.nav-five .cart-shopping .btn-wrapper .cart-btn.cart-btn-outline {
  color: var(--main-color-one);
  border: 2px solid var(--main-color-one);
  background-color: transparent;
}

.navbar-area.nav-five .cart-shopping .btn-wrapper .cart-btn.cart-btn-outline:hover {
  color: var(--white);
  background-color: var(--main-color-one);
}

.color-two.navbar-area.nav-five .cart-shopping .btn-wrapper .cart-btn.cart-btn-outline {
  color: var(--main-color-two);
  border: 2px solid var(--main-color-two);
  background-color: transparent;
}

.color-two.navbar-area.nav-five .cart-shopping .btn-wrapper .cart-btn.cart-btn-outline:hover {
  color: var(--white);
  background-color: var(--main-color-two);
}

.navbar-area.nav-five .navbar-inner-all {
  width: 100%;
}

.nav-category {
  border-right: 1px solid var(--paragraph-color);
  padding-right: 15px;
  cursor: pointer;
  display: inline-block;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .nav-category {
    border: 1px solid var(--border-color);
    padding: 5px;
    margin: 10px 0 10px;
  }

  .navbar-inner-all--left {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .nav-five.navbar-area .nav-container .responsive-mobile-menu {
    min-height: 40px;
  }

  .responsive-mobile-menu .logo-wrapper img {
    max-width: 170px;
  }
}

@media only screen and (max-width: 480px) {
  .navbar-inner-all--left {
    flex-wrap: wrap;
  }
}

.nav-category .nav-category-bars {
  font-size: 16px;
  color: var(--heading-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.nav-category .nav-category-bars i {
  font-size: 22px;
}

.categoryNav_overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(var(--black-rgb), 0.7);
  z-index: 991;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.categoryNav_overlay.show {
  visibility: visible;
  opacity: 1;
}

.categoryNav {
  position: fixed;
  height: 100vh;
  background-color: var(--white);
  padding: 20px;
  z-index: 992;
  top: 0;
  left: 0;
  width: 300px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.categoryNav.show {
  visibility: visible;
  opacity: 1;
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.categoryNav__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  background-color: #f0f0f0;
  color: red;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.categoryNav__close:hover {
  background-color: red;
  color: var(--white);
}

.categoryNav__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--heading-color);
}

.categoryNav__inner {
  position: relative;
}

.categoryNav__inner::-webkit-scrollbar {
  background-color: #ececec;
  width: 5px;
}

.categoryNav__inner::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
}

.categoryNav__list {
  background-color: #fbfbfb;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.categoryNav__list.menu_visible {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.categoryNav__list.translate-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.categoryNav__list.translate-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.categoryNav__list li:not(:last-child)>a {
  border-bottom: 1px solid var(--border-color-2);
}

.categoryNav__list li.has_children a::after {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
}

.categoryNav__list li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: var(--paragraph-color);
  padding: 10px 20px;
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.categoryNav__list li a:hover {
  background-color: rgba(var(--main-color-one-rgb), 0.1);
}
.categoryNav__list li .mega-menu-main li a {
  padding: 10px 0px;
}

.categoryNav__list .cate-list {
  padding: 0;
  border: 0;
}

.categoryNav__list .cate-list.menu-item-has-children::after {
  top: 8px;
}

.categoryNav__list .cate-list.show>a {
  background-color: rgba(var(--main-color-one-rgb), 0.1);
}

/* .categoryNav__list .cate-list.menu-item-has-children.show::after {
  content: "\f107";
} */

/* .categoryNav__list .cate-list .category-megamenu {
  height: 0;
  padding: 0;
  margin: 0;
  border: 0;
} */

/* .categoryNav__list .cate-list.show .category-megamenu {
  position: initial;
  visibility: visible;
  opacity: 1;
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: fit-content;
  padding: 10px;
  height: 100%;
} */
.categoryNav__list .cate-list.show .category-megamenu {
  top: 0;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 991.98px) {
  .categoryNav__list .cate-list.show .category-megamenu {
    height: 100%;
  }
}

.categoryNav__list li a.back_mainMenu {
  background-color: var(--heading-color);
  color: var(--white);
}

.categoryNav__list li a.back_mainMenu:hover {
  background-color: var(--heading-color);
  color: var(--white);
}

/* Banner Four */
.dot-style-one.dot-color-five .slick-dots li.slick-active {
  background: var(--main-color-one);
}

.banner-four {
  padding: 50px 0;
}

.banner-four .banner-wrapper {
  position: relative;
  padding-top: 50px;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner-four .banner-wrapper {
    padding-top: 100px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-four .banner-wrapper {
    padding-top: 100px;
  }
}

.banner-four .banner-wrapper-offer {
  position: absolute;
  right: 0;
  top: 0;
}

.banner-four .banner-wrapper-offer-shape {
  position: absolute;
  left: -30%;
  bottom: -25%;
  z-index: -1;
}

.banner-wrapper-thumb {
  max-height: 550px;
}

.banner-four .middle-content .banner-middle-title {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--heading-color);
  font-family: var(--inter-font);
  -webkit-line-clamp: unset;
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .banner-four .middle-content .banner-middle-title {
    font-size: 64px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner-four .middle-content .banner-middle-title {
    font-size: 54px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-four .middle-content .banner-middle-title {
    font-size: 48px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .banner-four .middle-content .banner-middle-title {
    font-size: 54px;
  }
}

@media only screen and (max-width: 575.98px) {
  .banner-four .middle-content .banner-middle-title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 480px) {
  .banner-four .middle-content .banner-middle-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 375px) {
  .banner-four .middle-content .banner-middle-title {
    font-size: 32px;
  }
}

.banner-four .middle-content .middle-para {
  font-size: 16px;
  font-weight: 400;
  color: var(--paragraph-color);
  line-height: 28px;
  max-width: 560px;
  font-family: var(--inter-font);
}

.banner-four .middle-content .middle-price {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--heading-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--inter-font);
  gap: 5px;
}

.banner-four .middle-content .middle-price s {
  color: var(--paragraph-color);
  font-size: 20px;
  font-weight: 400;
}

.banner-four .banner-wrapper-offer-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--heading-color);
  border-radius: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 160px;
  width: 160px;
  color: var(--white);
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner-four .banner-wrapper-offer-inner {
    height: 130px;
    width: 130px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-four .banner-wrapper-offer-inner {
    height: 130px;
    width: 130px;
  }
}

.banner-four .banner-wrapper-offer-inner .parcent {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner-four .banner-wrapper-offer-inner .parcent {
    font-size: 42px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-four .banner-wrapper-offer-inner .parcent {
    font-size: 42px;
  }
}

.banner-four .banner-wrapper-offer-inner .off {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .banner-four .banner-wrapper-offer-inner .off {
    font-size: 28px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner-four .banner-wrapper-offer-inner .off {
    font-size: 28px;
  }
}

/* Category */
.browseAl {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: var(--heading-color);
  text-decoration: underline;
  transition: all .3s;
}

.browseAl:hover {
  color: var(--main-color-one);
}

.category_wrapper__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category_wrapper__item {
  width: calc(12.5% - 21px);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .category_wrapper__item {
    width: calc(16.6666666667% - 20px);
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .category_wrapper__item {
    width: calc(20% - 19.2px);
  }
}

@media only screen and (max-width: 767.98px) {
  .category_wrapper__item {
    width: calc(25% - 18px);
  }
}

@media only screen and (max-width: 575.98px) {
  .category_wrapper__item {
    width: calc(33.3333333333% - 16px);
  }
}

@media only screen and (max-width: 375px) {
  .category_wrapper__item {
    width: calc(50% - 12px);
  }
}

.signle_category__thumb img {
  border-radius: 50%;
}

.signle_category__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: var(--heading-color);
}

@media screen and (max-width: 991.98px) and (min-width: 576px) {
  .signle_category__title {
    font-size: 16px;
  }
}

/* Flash Sale */
.flashSale_countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flashSale_countdown__para {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: var(--main-color-one);
}

.loopCounter_global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

.desktop-center .loopCounter_global,
.center-text .loopCounter_global,
.text-center .loopCounter_global {
  justify-content: center;
}

@media only screen and (max-width: 375px) {
  .loopCounter_global {
    gap: 20px;
  }
}
.global__countdown__item,
.loopCounter_global__item {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--main-color-one);
  position: relative;
  border: 1px solid var(--main-color-one);
  padding: 5px 10px;
  border-radius: 3px;
}

.loopCounter_global__item:not(:last-child)::after {
  content: ":";
  position: absolute;
  right: -14px;
  color: var(--main-color-one);
  font-weight: 500;
  font-size: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 375px) {
  .loopCounter_global__item:not(:last-child)::after {
    right: -12px;
  }
}

.loopCounter_global .counter-days,
.loopCounter_global .counter-hours,
.loopCounter_global .counter-minutes,
.loopCounter_global .counter-seconds {
  line-height: 22px;
}

/* Flash Sale Css */
.product_card {
  border: 1px solid var(--border-color);
  overflow: hidden;
  height: 100%;
}

.product_card:hover .product_card__thumb__icons {
  visibility: visible;
  opacity: 1;
}

.product_card:hover .product_card__thumb__icons .lists .icon {
  right: 0px;
}

.product_card__thumb {
  position: relative;
  height: 190px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product_card__thumb__bgImg {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 194px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .product_card__thumb__bgImg {
    height: 165px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .product_card__thumb__bgImg {
    height: 214px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .product_card__thumb__bgImg {
    height: 214px;
  }
}

@media only screen and (max-width: 767.98px) {
  .product_card__thumb__bgImg {
    height: 244px;
  }
}

@media only screen and (max-width: 575.98px) {
  .product_card__thumb__bgImg {
    height: 218px;
    background-size: cover;
  }
}

@media only screen and (max-width: 375px) {
  .product_card__thumb__bgImg {
    height: 280px;
  }
}

.product_card__thumb img {
  width: 100%;
}

.product_card__thumb__percent {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
  display: block;
}

.product_card__thumb__percent.right-side {
  left: auto;
  right: 10px;
}

.product_card__thumb__percent .percent-box {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 15px;
  background-color: var(--white);
  color: var(--heading-color);
  border: 1px solid var(--border-color);
}

.product_card__thumb__percent .percent-box:not(:last-child) {
  margin-bottom: 10px;
}

.product_card__thumb__percent .percent-box.bg-delete {
  background-color: var(--delete-color);
  color: var(--white);
  border-color: var(--delete-color);
}

.product_card__thumb__percent .percent-box.bg-topSale {
  background-color: var(--section-bg);
  color: var(--heading-color);
  border-color: var(--section-bg);
}

.product_card__thumb__percent .percent-box.bg-stock {
  background-color: var(--stock-color);
  color: var(--white);
  border-color: var(--stock-color);
}

.product_card__thumb__percent .percent-box.bg-1 {
  background-color: var(--main-color-one);
  color: var(--white);
  border-color: inherit;
}

.product_card__thumb__percent .percent-box.bg-2 {
  background-color: var(--main-color-two);
  color: var(--white);
  border-color: inherit;
}

.product_card__thumb__percent .percent-box.bg-3 {
  background-color: var(--main-color-three);
  color: var(--white);
  border-color: inherit;
}

.product_card__thumb__percent .percent-box.bg-4 {
  background-color: var(--main-color-four);
  color: var(--white);
  border-color: inherit;
}

.product_card__thumb__percent .percent-box.bg-5 {
  background-color: var(--main-color-one);
  color: var(--white);
  border-color: inherit;
}

.product_card__thumb__icons {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.product_card__thumb__icons.hover-color-one .lists .icon:hover {
  background: var(--main-color-one);
  color: var(--white);
}

.product_card__thumb__icons.hover-color-two .lists .icon:hover {
  background: var(--main-color-two);
  color: var(--white);
}

.product_card__thumb__icons.hover-color-three .lists .icon:hover {
  background: var(--main-color-three);
  color: var(--white);
}

.product_card__thumb__icons.hover-color-four .lists .icon:hover {
  background: var(--main-color-four);
  color: var(--white);
}

.product_card__thumb__icons.hover-color-five .lists .icon:hover {
  background: var(--main-color-five);
  color: var(--white);
}

.product_card__thumb__icons .lists:not(:last-child) {
  margin-bottom: 5px;
}

.product_card__thumb__icons .lists:nth-child(2n+1) .icon {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  right: -50px;
}

.product_card__thumb__icons .lists:nth-child(2n+2) .icon {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  right: -50px;
}

.product_card__thumb__icons .lists:nth-child(2n+3) .icon {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  right: -50px;
}

.product_card__thumb__icons .lists:nth-child(2n+4) .icon {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  right: -50px;
}

.product_card__thumb__icons .lists:nth-child(2n+5) .icon {
  -webkit-transition: all 1s;
  transition: all 1s;
  right: -50px;
}

.product_card__thumb__icons .lists:nth-child(2n+6) .icon {
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  right: -50px;
}

.product_card__thumb__icons .lists .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  background: var(--white);
  color: var(--paragraph-color);
  font-size: 16px;
  border: 1px solid var(--border-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product_card__thumb__icons .lists .icon:hover {
  background: var(--main-color-one);
  color: var(--white);
  border-color: inherit;
}

.product_card__contents {
  padding: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product_card__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--heading-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product_card__title:hover {
  color: var(--main-color-one);
}

.product_card__price {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--heading-color);
}

.product_card__price s {
  font-size: 16px;
  font-weight: 400;
  color: var(--extra-light-color);
}

/* updatedOffer Css */
.updatedOffer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px 5px;
}

@media only screen and (max-width: 375px) {
  .updatedOffer__flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.updatedOffer__contents {
  padding: 20px 0 20px 20px;
}

.updatedOffer__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--paragraph-color);
}

.updatedOffer__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--heading-color);
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .updatedOffer__title {
    font-size: 42px;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .updatedOffer__title {
    font-size: 36px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .updatedOffer__title {
    font-size: 36px;
  }
}

.updatedOffer__para {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--paragraph-color);
}

.updatedOffer__thumb {
  max-width: 170px;
}

/* Popular Product Css */
.popularProduct {
  border: 1px solid var(--border-color);
  overflow: hidden;
  padding: 15px;
}

.popularProduct:hover .popularProduct__thumb__icons {
  visibility: visible;
  opacity: 1;
}

.popularProduct:hover .popularProduct__thumb__icons .lists .icon {
  right: 0px;
}

.popularProduct__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .popularProduct__flex {
    gap: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .popularProduct__flex {
    gap: 10px;
  }
}

@media only screen and (max-width: 375px) {
  .popularProduct__flex {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.popularProduct__thumb {
  position: relative;
  max-width: 175px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  height: 175px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .popularProduct__thumb {
    max-width: 150px;
  }
}

@media only screen and (max-width: 375px) {
  .popularProduct__thumb {
    max-width: 120px;
  }
}

.popularProduct__thumb__percent {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
  display: block;
}

.popularProduct__thumb__percent.right-side {
  left: auto;
  right: 10px;
}

.popularProduct__thumb__percent .percent-box {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 15px;
  background-color: var(--white);
  color: var(--heading-color);
  border: 1px solid var(--border-color);
}

.popularProduct__thumb__percent .percent-box:not(:last-child) {
  margin-bottom: 10px;
}

.popularProduct__thumb__percent .percent-box.bg-delete {
  background-color: var(--delete-color);
  color: var(--white);
  border-color: var(--delete-color);
}

.popularProduct__thumb__percent .percent-box.bg-topSale {
  background-color: var(--section-bg);
  color: var(--heading-color);
  border-color: var(--section-bg);
}

.popularProduct__thumb__percent .percent-box.bg-stock {
  background-color: var(--stock-color);
  color: var(--white);
  border-color: var(--stock-color);
}

.popularProduct__thumb__percent .percent-box.bg-1 {
  background-color: var(--main-color-one);
  color: var(--white);
  border-color: inherit;
}

.popularProduct__thumb__percent .percent-box.bg-2 {
  background-color: var(--main-color-two);
  color: var(--white);
  border-color: inherit;
}

.popularProduct__thumb__percent .percent-box.bg-3 {
  background-color: var(--main-color-three);
  color: var(--white);
  border-color: inherit;
}

.popularProduct__thumb__percent .percent-box.bg-4 {
  background-color: var(--main-color-four);
  color: var(--white);
  border-color: inherit;
}

.popularProduct__thumb__percent .percent-box.bg-5 {
  background-color: var(--main-color-one);
  color: var(--white);
  border-color: inherit;
}

.popularProduct__thumb__icons {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.popularProduct__thumb__icons.hover-color-one .lists .icon:hover {
  background: var(--main-color-one);
  color: var(--white);
}

.popularProduct__thumb__icons.hover-color-two .lists .icon:hover {
  background: var(--main-color-two);
  color: var(--white);
}

.popularProduct__thumb__icons.hover-color-three .lists .icon:hover {
  background: var(--main-color-three);
  color: var(--white);
}

.popularProduct__thumb__icons.hover-color-four .lists .icon:hover {
  background: var(--main-color-four);
  color: var(--white);
}

.popularProduct__thumb__icons.hover-color-five .lists .icon:hover {
  background: var(--main-color-one);
  color: var(--white);
}

.popularProduct__thumb__icons .lists:not(:last-child) {
  margin-bottom: 5px;
}

.popularProduct__thumb__icons .lists:nth-child(2n+1) .icon {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  right: -50px;
}

.popularProduct__thumb__icons .lists:nth-child(2n+2) .icon {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  right: -50px;
}

.popularProduct__thumb__icons .lists:nth-child(2n+3) .icon {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  right: -50px;
}

.popularProduct__thumb__icons .lists:nth-child(2n+4) .icon {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  right: -50px;
}

.popularProduct__thumb__icons .lists:nth-child(2n+5) .icon {
  -webkit-transition: all 1s;
  transition: all 1s;
  right: -50px;
}

.popularProduct__thumb__icons .lists:nth-child(2n+6) .icon {
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  right: -50px;
}

.popularProduct__thumb__icons .lists .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  background: var(--white);
  color: var(--paragraph-color);
  font-size: 16px;
  border: 1px solid var(--border-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popularProduct__thumb__icons .lists .icon:hover {
  background: var(--main-color-one);
  color: var(--white);
  border-color: inherit;
}

.popularProduct__contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.popularProduct__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: var(--heading-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1399.98px) and (min-width: 1200px) {
  .popularProduct__title {
    font-size: 16px;
  }
}

@media screen and (max-width: 991.98px) and (min-width: 768px) {
  .popularProduct__title {
    font-size: 16px;
  }
}

.popularProduct__title:hover {
  color: var(--main-color-one);
}

@media only screen and (max-width: 375px) {
  .popularProduct__title {
    font-size: 16px;
    line-height: 20px;
  }
}

.popularProduct__price {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--heading-color);
}

.popularProduct__price s {
  font-size: 16px;
  font-weight: 400;
  color: var(--extra-light-color);
}

.popularProduct__cartBtn {
  display: inline-block;
  padding: 7px 15px;
  background-color: var(--main-color-one);
  color: var(--white);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 0;
}

.popularProduct__cartBtn::after,
.popularProduct__cartBtn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  left: 0;
  top: 0;
  background-color: var(--heading-color);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.popularProduct__cartBtn::before {
  background-color: var(--white);
  left: auto;
  right: 0;
}

.popularProduct__cartBtn:hover {
  color: var(--white);
}

.popularProduct__cartBtn:hover::after,
.popularProduct__cartBtn:hover::before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.popularProduct__cartBtn:hover::before {
  width: 100%;
}

.popularProduct__cartBtn.btn-bg-2 {
  background-color: var(--main-color-two);
}

.popularProduct__cartBtn.btn-bg-3 {
  background-color: var(--main-color-three);
}

.popularProduct__cartBtn.btn-bg-4 {
  background-color: var(--main-color-four);
}

.popularProduct__cartBtn.btn-bg-5 {
  background-color: var(--main-color-one);
}

.popularProduct__cartBtn.btn-outline-5 {
   background-color: unset;
}

/* Choose Brand Css */
.chooseBrand {
  border: 1px solid var(--border-color);
  padding: 15px;
  height: 100%;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chooseBrand__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.chooseBrand__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chooseBrand__icon img {
  border-radius: 50%;
  max-width: 45px;
}

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

.chooseBrand__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: var(--heading-color);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .chooseBrand__title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767.98px) {
  .chooseBrand__title {
    font-size: 16px;
  }
}

.chooseBrand__para {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--paragraph-color);
}

/* Top Selling Procuct */
.product_card.without_border {
  border: 0;
  padding: 0;
}

.product_card.without_border .product_card__contents {
  padding: 15px 0 0;
}

/* Offer Campaign css */
.offerCampaign__wrapper {
  background-color: var(--main-color-one);
  padding: 30px;
}

@media only screen and (max-width: 575.98px) {
  .offerCampaign__wrapper {
    padding: 20px;
  }
}

.offerCampaign__title {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white);
  font-family: var(--inter-font);
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .offerCampaign__title {
    font-size: 54px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .offerCampaign__title {
    font-size: 42px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .offerCampaign__title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 575.98px) {
  .offerCampaign__title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 480px) {
  .offerCampaign__title {
    font-size: 32px;
  }
}

.offerCampaign__countdown .loopCounter_global__item {
  display: -ms-grid;
  display: grid;
  background-color: unset;
  text-align: center;
  gap: 10px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 375px) {
  .offerCampaign__countdown .loopCounter_global__item {
    font-size: 14px;
  }
}

.offerCampaign__countdown .loopCounter_global__item::after {
  display: none;
}

.offerCampaign__countdown .loopCounter_global__item:not(:last-child) .counter-days::after,
.offerCampaign__countdown .loopCounter_global__item:not(:last-child) .counter-hours::after,
.offerCampaign__countdown .loopCounter_global__item:not(:last-child) .counter-minutes::after,
.offerCampaign__countdown .loopCounter_global__item:not(:last-child) .counter-seconds::after {
  content: ":";
  position: absolute;
  right: -14px;
  color: var(--white);
  font-weight: 500;
  font-size: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.offerCampaign__countdown .loopCounter_global__item .counter-days,
.offerCampaign__countdown .loopCounter_global__item .counter-hours,
.offerCampaign__countdown .loopCounter_global__item .counter-minutes,
.offerCampaign__countdown .loopCounter_global__item .counter-seconds {
  background-color: var(--white);
  color: var(--main-color-one);
  padding: 5px 10px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
}

@media only screen and (max-width: 375px) {

  .offerCampaign__countdown .loopCounter_global__item .counter-days,
  .offerCampaign__countdown .loopCounter_global__item .counter-hours,
  .offerCampaign__countdown .loopCounter_global__item .counter-minutes,
  .offerCampaign__countdown .loopCounter_global__item .counter-seconds {
    font-size: 20px;
  }
}

.offerCampaign__btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--main-color-one);
  background-color: var(--section-bg);
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  z-index: 0;
}

.offerCampaign__btn::after,
.offerCampaign__btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  left: 0;
  top: 0;
  background-color: var(--heading-color);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.offerCampaign__btn::before {
  background-color: var(--white);
  left: auto;
  right: 0;
}

.offerCampaign__btn:hover {
  color: var(--white);
}

.offerCampaign__btn:hover::after,
.offerCampaign__btn:hover::before {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.offerCampaign__btn:hover::before {
  width: 100%;
}

.offerCampaign__salesWrapper {
  position: relative;
  padding-top: 50px;
}

@media only screen and (max-width: 767.98px) {
  .offerCampaign__salesWrapper {
    padding-top: 100px;
  }
}

.offerCampaign__salesWrapper__offer {
  position: absolute;
  right: 30px;
  top: 0px;
  z-index: 1;
}

.offerCampaign__salesWrapper__offer__shape {
  position: absolute;
  left: -130px;
  bottom: 0;
  z-index: -1;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .offerCampaign__salesWrapper__offer__shape {
    left: -110px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .offerCampaign__salesWrapper__offer__shape {
    left: -100px;
  }
}

@media only screen and (max-width: 480px) {
  .offerCampaign__salesWrapper__offer__shape {
    display: none;
  }
}

.offerCampaign__salesWrapper__offer__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--section-bg);
  border-radius: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 160px;
  width: 160px;
  color: var(--main-color-one);
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .offerCampaign__salesWrapper__offer__inner {
    height: 130px;
    width: 130px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .offerCampaign__salesWrapper__offer__inner {
    height: 130px;
    width: 130px;
  }
}

@media only screen and (max-width: 575.98px) {
  .offerCampaign__salesWrapper__offer__inner {
    height: 130px;
    width: 130px;
  }
}

.offerCampaign__salesWrapper__offer .parcent {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .offerCampaign__salesWrapper__offer .parcent {
    font-size: 42px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .offerCampaign__salesWrapper__offer .parcent {
    font-size: 42px;
  }
}

@media only screen and (max-width: 575.98px) {
  .offerCampaign__salesWrapper__offer .parcent {
    font-size: 42px;
  }
}

.offerCampaign__salesWrapper__offer .off {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .offerCampaign__salesWrapper__offer .off {
    font-size: 28px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .offerCampaign__salesWrapper__offer .off {
    font-size: 28px;
  }
}

@media only screen and (max-width: 575.98px) {
  .offerCampaign__salesWrapper__offer .off {
    font-size: 28px;
  }
}

.offerCampaign__salesWrapper__thumb {
  display: inline-block;
  border-radius: 50%;
  position: relative;
  z-index: 0;
  max-width: 300px;
  height: 300px;
  background-color: var(--section-bg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 375px) {
  .offerCampaign__salesWrapper__thumb {
    max-width: 250px;
    height: 250px;
  }
}

/* Best Selling Shop css */
.bestSelling_shop {
  border: 1px solid var(--border-color);
  overflow: hidden;
  height: 100%;
}

.bestSelling_shop:hover .bestSelling_shop__thumb__icons {
  visibility: visible;
  opacity: 1;
}

.bestSelling_shop:hover .bestSelling_shop__thumb__icons .lists .icon {
  right: 0px;
}

.bestSelling_shop__thumb {
  position: relative;
  background-color: #f7f7f7;

}

.bestSelling_shop__thumb__bgImg {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  display: block;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .bestSelling_shop__thumb__bgImg {
    height: 165px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bestSelling_shop__thumb__bgImg {
    height: 214px;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .bestSelling_shop__thumb__bgImg {
    height: 214px;
  }
}

@media only screen and (max-width: 767.98px) {
  .bestSelling_shop__thumb__bgImg {
    height: 244px;
  }
}

@media only screen and (max-width: 575.98px) {
  .bestSelling_shop__thumb__bgImg {
    height: 218px;
    background-size: cover;
  }
}

@media only screen and (max-width: 375px) {
  .bestSelling_shop__thumb__bgImg {
    height: 280px;
  }
}

.bestSelling_shop__thumb img {
  width: 100%;
}

.bestSelling_shop__thumb__percent {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
  display: block;
}

.bestSelling_shop__thumb__percent.right-side {
  left: auto;
  right: 10px;
}

.bestSelling_shop__thumb__percent .percent-box {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 15px;
  background-color: var(--white);
  color: var(--heading-color);
  border: 1px solid var(--border-color);
}

.bestSelling_shop__thumb__percent .percent-box:not(:last-child) {
  margin-bottom: 10px;
}

.bestSelling_shop__thumb__percent .percent-box.bg-delete {
  background-color: var(--delete-color);
  color: var(--white);
  border-color: var(--delete-color);
}

.bestSelling_shop__thumb__percent .percent-box.bg-topSale {
  background-color: var(--section-bg);
  color: var(--heading-color);
  border-color: var(--section-bg);
}

.bestSelling_shop__thumb__percent .percent-box.bg-stock {
  background-color: var(--stock-color);
  color: var(--white);
  border-color: var(--stock-color);
}

.bestSelling_shop__thumb__percent .percent-box.bg-1 {
  background-color: var(--main-color-one);
  color: var(--white);
  border-color: inherit;
}

.bestSelling_shop__thumb__percent .percent-box.bg-2 {
  background-color: var(--main-color-two);
  color: var(--white);
  border-color: inherit;
}

.bestSelling_shop__thumb__percent .percent-box.bg-3 {
  background-color: var(--main-color-three);
  color: var(--white);
  border-color: inherit;
}

.bestSelling_shop__thumb__percent .percent-box.bg-4 {
  background-color: var(--main-color-four);
  color: var(--white);
  border-color: inherit;
}

.bestSelling_shop__thumb__percent .percent-box.bg-5 {
  background-color: var(--main-color-one);
  color: var(--white);
  border-color: inherit;
}

.bestSelling_shop__thumb__icons {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.bestSelling_shop__thumb__icons.hover-color-one .lists .icon:hover {
  background: var(--main-color-one);
  color: var(--white);
}

.bestSelling_shop__thumb__icons.hover-color-two .lists .icon:hover {
  background: var(--main-color-two);
  color: var(--white);
}

.bestSelling_shop__thumb__icons.hover-color-three .lists .icon:hover {
  background: var(--main-color-three);
  color: var(--white);
}

.bestSelling_shop__thumb__icons.hover-color-four .lists .icon:hover {
  background: var(--main-color-four);
  color: var(--white);
}

.bestSelling_shop__thumb__icons.hover-color-five .lists .icon:hover {
  background: var(--main-color-one);
  color: var(--white);
}

.bestSelling_shop__thumb__icons .lists:not(:last-child) {
  margin-bottom: 5px;
}

.bestSelling_shop__thumb__icons .lists:nth-child(2n+1) .icon {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  right: -50px;
}

.bestSelling_shop__thumb__icons .lists:nth-child(2n+2) .icon {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  right: -50px;
}

.bestSelling_shop__thumb__icons .lists:nth-child(2n+3) .icon {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  right: -50px;
}

.bestSelling_shop__thumb__icons .lists:nth-child(2n+4) .icon {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  right: -50px;
}

.bestSelling_shop__thumb__icons .lists:nth-child(2n+5) .icon {
  -webkit-transition: all 1s;
  transition: all 1s;
  right: -50px;
}

.bestSelling_shop__thumb__icons .lists:nth-child(2n+6) .icon {
  -webkit-transition: all 1.2s;
  transition: all 1.2s;
  right: -50px;
}

.bestSelling_shop__thumb__icons .lists .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  background: var(--white);
  color: var(--paragraph-color);
  font-size: 16px;
  border: 1px solid var(--border-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bestSelling_shop__thumb__icons .lists .icon:hover {
  background: var(--main-color-one);
  color: var(--white);
  border-color: inherit;
}

.bestSelling_shop__contents {
  padding: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bestSelling_shop__brand {
  margin-top: -35px;
  max-width: 45px;
  height: 45px;
  position: relative;
  z-index: 5;
  margin-left: auto;
}

.bestSelling_shop__brand img {
  border-radius: 50%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.bestSelling_shop__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: var(--heading-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bestSelling_shop__title:hover {
  color: var(--main-color-one);
}

.bestSelling_shop__btn {
  display: inline-block;
  font-size: 14px;
  list-style: 1.1;
  font-weight: 400;
  color: var(--main-color-two);
  border-bottom: 1px solid var(--main-color-two);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bestSelling_shop__btn:hover {
  letter-spacing: 1px;
  color: var(--main-color-one);
  border-color: inherit;
}

/* Mobile App */
.mobileApp__bgShape {
  position: relative;
  display: inline-block;
  padding-top: 50px;
}

.mobileApp__bgShape::before,
.mobileApp__bgShape::after {
  content: "";
  position: absolute;
  height: calc(100% - 50px);
  width: calc(100% - 50px);
  left: -20px;
  top: 0px;
  background-color: var(--main-color-two);
  /* IE 9 */
  -webkit-transform: rotate(-5deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-5deg);
  border-radius: 20px;
  z-index: -1;
}

.mobileApp__bgShape::after {
  background-color: var(--main-color-one);
  /* IE 9 */
  -webkit-transform: rotate(5deg);
  /* Chrome, Safari, Opera */
  transform: rotate(5deg);
  left: auto;
  right: -20px;
  top: 20px;
}

.mobileApp__thumb {
  height: 550px;
}

.mobileApp__thumb img {
  height: 100%;
  border-radius: 30px;
}

.mobileApp__title {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--heading-color);
  font-family: var(--inter-font);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .mobileApp__title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767.98px) {
  .mobileApp__title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 480px) {
  .mobileApp__title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 375px) {
  .mobileApp__title {
    font-size: 28px;
  }
}

.mobileApp__para {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--paragraph-color);
  -webkit-line-clamp: 5;
  font-family: var(--inter-font);
  margin-top: 30px;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  text-align: justify;
}

.mobileApp__btn {
  max-width: 160px;
  border-radius: 10px;
}

/* Blog Four */
.blogFour {
  border: 1px solid var(--border-color);
}

.blogFour__thumb {
  position: relative;
  background: #f7f7f7;
  height: 195px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.blogFour__thumb img {
  width: 100%;
}

.blogFour__thumb__tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.blogFour__thumb__tag.right-side {
  left: auto;
  right: 10px;
}

.blogFour__thumb__tag .tag_item {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 3px 12px;
  background-color: var(--white);
  color: var(--heading-color);
  border: 1px solid var(--border-color);
}

.blogFour__thumb__tag .tag_item.bg-delete {
  background-color: var(--delete-color);
  color: var(--white);
  border-color: var(--delete-color);
}

.blogFour__thumb__tag .tag_item.bg-topSale {
  background-color: var(--section-bg);
  color: var(--heading-color);
  border-color: var(--section-bg);
}

.blogFour__thumb__tag .tag_item.bg-stock {
  background-color: var(--stock-color);
  color: var(--white);
  border-color: var(--stock-color);
}

.blogFour__thumb__tag .tag_item.bg-1 {
  background-color: var(--main-color-one);
  color: var(--white);
  border-color: inherit;
}

.blogFour__thumb__tag .tag_item.bg-2 {
  background-color: var(--main-color-two);
  color: var(--white);
  border-color: inherit;
}

.blogFour__thumb__tag .tag_item.bg-3 {
  background-color: var(--main-color-three);
  color: var(--white);
  border-color: inherit;
}

.blogFour__thumb__tag .tag_item.bg-4 {
  background-color: var(--main-color-four);
  color: var(--white);
  border-color: inherit;
}

.blogFour__thumb__tag .tag_item.bg-5 {
  background-color: var(--white);
  color: var(--heading-color);
  border-color: inherit;
}

.blogFour__contents {
  padding: 15px;
}

.blogFour__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: var(--heading-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blogFour__title:hover {
  color: var(--main-color-one);
}

.blogFour__para {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: var(--paragraph-color);
}

.blogFour__btn {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: var(--main-color-one);
  border-bottom: 1px solid var(--main-color-one);
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blogFour__btn:hover {
  color: var(--main-color-one);
  letter-spacing: 1px;
}

/* footer css */
.footer-four .footer-widget .footer-inner .footer-link-list .list::before {
  color: var(--main-color-one);
}

.footer-four .footer-widget .footer-inner .footer-link-list .list:hover a {
  color: var(--section-bg);
}

.footer-four .footer-widget .footer-inner .footer-social-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-four .footer-widget .footer-inner .footer-social-list .lists a {
  background-color: var(--section-bg);
  border-radius: 0;
  color: var(--heading-color);
  height: 35px;
  width: 35px;
  font-size: 18px;
}

.footer-four .footer-widget .footer-inner .footer-social-list .lists a:hover {
  color: var(--main-color-one);
  background: var(--white);
}

.footer-four .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control:focus {
  border: 1px solid rgba(var(--main-color-one-rgb), 0.2);
  -webkit-box-shadow: 0 0 20px rgba(var(--main-color-one-rgb), 0.1);
  box-shadow: 0 0 20px rgba(var(--main-color-one-rgb), 0.1);
}

.footer-four .footer-widget .footer-inner .subscribe-form .widget-form-single button {
  background: var(--main-color-one);
}

.footer-four.white-color .footer-widget .widget-title {
  color: var(--white);
}

.footer-four.white-color .footer-widget .footer-inner .widget-para {
  color: var(--paragraph-white-2);
}

.footer-four.white-color .footer-widget .footer-inner .subscribe-para {
  color: var(--paragraph-white-2);
}

.footer-four.white-color .footer-widget .footer-inner .footer-link-list .list a {
  color: var(--paragraph-white-2);
}

.footer-four.white-color .footer-widget .footer-inner .footer-link-list .list a:hover {
  color: var(--section-bg);
}

.footer-four.white-color .footer-widget .footer-inner .footer-social-list .lists a {
  color: var(--heading-color);
}

.footer-four.white-color .footer-widget .footer-inner .footer-social-list .lists a:hover {
  background: var(--white);
  color: var(--main-color-one);
}

.footer-four.white-color .footer-widget .footer-inner .subscribe-form .widget-form-single .form--control {
  -webkit-box-shadow: 0 0 10px rgba(var(--white-rgb), 0.1);
  box-shadow: 0 0 10px rgba(var(--white-rgb), 0.1);
}

.footer-four.white-color .footer-widget .footer-inner .payment-list .list {
  background: rgba(var(--white-rgb), 0.7);
}

.footer-four.white-color .copyright-contents {
  color: rgba(var(--white-rgb), 0.7);
}

.footer-four.white-color .copyright-border {
  border-color: rgba(var(--white-rgb), 0.2);
}

.footer-logo-wrapper {
  max-width: 200px;
}

/* Back to top */
.back-to-top.bg-color-five {
  background-color: var(--main-color-five);
}

.error-wrapper-contents {
  max-width: 600px;
  margin-inline: auto;
}

.error-wrapper-title {
  font-size: 150px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--delete-color);
}

.error-wrapper-error-subtitle {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--heading-color);
}

.error-wrapper-error-para {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--paragraph-color);
}

.dashboard_posSystem__item__thumb__main {
  height: 150px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--border-color);
}

.dashboard_posSystem__item__thumb__main img {
  object-fit: cover;
}

.dashboard_posSystem__item__title {
  min-height: 48px;
}

.dashboard_posSystem__header__scan__code {
  display: flex;
  gap: 10px !important;
}

.editProduct__contents__title + p {
  color: var(--paragraph-color);
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}

.editProduct__contents__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--heading-color);
}
.dashboard_posSystem__sidebar {
  z-index: 0;
}

.value-input-area .form--input {
  border: 0;
}
.posBtn.btn_bg_1 {
  background-color: var(--main-color-one);
  color: var(--white);
  border: 1px solid var(--main-color-one);
}

.editProduct .shop-details-thumb-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  gap: 10px !important;
  flex-wrap: wrap;
  margin-top: 10px;
}

.editProduct .shop-details-thums {
  width: calc(100% / 2 - 5px);
}

.product__card__cart__btn:hover {
  cursor: pointer;
}

.product__card__cart__btn.product-quick-view-ajax {
  background: inherit;
  color: var(--main-color-one);
}

.product__card__cart__btn.product-quick-view-ajax:hover {
  background: var(--main-color-one);
  color: var(--white);
}

.product__card__cart__btn.product-quick-view-ajax.btn__black {
  background: inherit;
  color: var(--heading-color);
}

.product__card__cart__btn.product-quick-view-ajax.btn__black:hover {
  background: var(--heading-color);
  color: var(--white);
}

section.deal-area:last-child {
  padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
  .footer-middle div[class*=col]:nth-child(2) .footer-widget .footer-widget {
    padding-left: 3rem!important;
  }
  .footer-area.footer-bg.footer-color-two div[class*=col]:nth-child(2) .footer-widget {
    padding-left: 3rem!important;
  }
}

.signin__account__para .active,
label.form-check-label .text-active {
    color: var(--main-color-one)!important;
}

.vendor-signin-area {
  height: 100vh;
  display: grid;
  place-items: center;
}

/* solve summernote content issue */
.note-editable > p {
  max-width: 100%;
  word-break: break-all;
}
.note-editable > div {
  max-width: 100%;
  word-break: break-all;
  padding: 10px;
}
.note-editable > div pre {
  max-width: 100%;
  word-break: break-all;
  display: contents;
}


.payment-slider-item {
  padding: 5px;
  border: 2px solid #ddd;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-slider-item img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.payment-slider .prev-icon,
.payment-slider .next-icon {
  width: 30px;
  height: 30px;
  font-size: 18px;
}

.copyright-block a {
  display: inline-block;
  color: var(--customer-profile);
}

.bg-unset {
  background: unset;
}

a.blog-contents-btn.outline-blog-button {
  background: unset;
  color: var(--main-color-one);
  padding: 6px 20px 7px;
}

a.blog-contents-btn.outline-blog-button:hover {
  background: var(--main-color-one);
  color: var(--white);
}
.min-width-100 {
  min-width: 100px;
}
.max-width-200 {
  max-width: 200px;
}
.max-width-300 {
  max-width: 300px;
}
.color-calendar .calendar__days .calendar__day {
  z-index: 0;
}
.color-calendar.basic .calendar__arrow-prev {
  z-index: 0;
}

ul.mega-menu-main .round-menu-product > a {
  height: 150px;
  background: var(--border-color);
  display: block;
}

ul.mega-menu-main .round-menu-product > a img {
  height: 100%;
  object-fit: cover;
}

div#gdpr-cookie-message #gdpr-cookie-close:hover{
  background: var(--white);
  color: var(--delete-color);
  transform: rotate(90deg);
}

.vendor-superMarket-shape svg {
  position: absolute;
  left: 23%;
  top: -21px;
  height: 40px;
  width: 40px;
}

@media (min-width: 1419px) and (max-width: 1620px) {
  .vendor-superMarket-shape svg {
    left: 25%;
  }
}
@media (min-width: 1119px) and (max-width: 1420px) {
  .vendor-superMarket-shape svg {
    left: 26%;
  }
}

@media (min-width: 1020px) and (max-width: 1120px) {
  .vendor-superMarket-shape svg {
    left: 27%;
  }
}
@media (min-width: 920px) and (max-width: 1019px) {
  .vendor-superMarket-shape svg {
    left: 28%;
  }
}

@media (min-width: 820px) and (max-width: 919px) {
  .vendor-superMarket-shape svg {
    left: 29%;
  }
}
@media (min-width: 720px) and (max-width: 820px) {
  .vendor-superMarket-shape svg {
    left: 30%;
  }
}
@media (min-width: 619px) and (max-width: 719px) {
  .vendor-superMarket-shape svg {
    left: 32%;
  }
}
@media (min-width: 519px) and (max-width: 620px) {
  .vendor-superMarket-shape svg {
    left: 35%;
  }
}

@media (min-width: 376px) and (max-width: 520px) {
  .vendor-superMarket-shape svg {
    left: 38%;
  }
}

@media (min-width: 320px) and (max-width: 375px) {
  .vendor-superMarket-shape svg {
    left: 40%;
  }
}


h5.common-title-two svg {
  height: 24px;
  width: 24px;
}




