@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Oregano:ital@0;1&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);


: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-black: #000;
    --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-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

*,
::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
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

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

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

ol,
ul {
    padding-left: 2rem;
    margin-top: 0;
    margin-bottom: 1rem
}

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

b,
strong {
    font-weight: bolder
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

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

img,
svg {
    vertical-align: middle
}

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

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

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

button,
select {
    text-transform: none
}

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

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

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

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

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

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

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

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

[hidden] {
    display: none !important
}

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

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

.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

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

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

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

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

@media (min-width:1400px) {
    .container {
        max-width: 1320px
    }
}

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

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

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

@media (min-width:576px) {
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .dropdown-menu-sm-start {
        --bs-position: start
    }
    .dropdown-menu-sm-end {
        --bs-position: end
    }
}

@media (min-width:768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .dropdown-menu-md-start {
        --bs-position: start
    }
    .dropdown-menu-md-end {
        --bs-position: end
    }
}

@media (min-width:992px) {
    .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-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .dropdown-menu-lg-start {
        --bs-position: start
    }
    .dropdown-menu-lg-end {
        --bs-position: end
    }
}

@media (min-width:1200px) {
    .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-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .dropdown-menu-xl-start {
        --bs-position: start
    }
    .dropdown-menu-xl-end {
        --bs-position: end
    }
}

@media (min-width:1400px) {
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }
    .dropdown-menu-xxl-start {
        --bs-position: start
    }
    .dropdown-menu-xxl-end {
        --bs-position: end
    }
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

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

.table-group-divider {
    border-top: calc(var(--bs-border-width) * 2) solid currentcolor
}

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

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

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

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

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

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

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #cfe2ff;
    --bs-table-border-color: #a6b5cc;
    --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: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #e2e3e5;
    --bs-table-border-color: #b5b6b7;
    --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: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #d1e7dd;
    --bs-table-border-color: #a7b9b1;
    --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: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #cff4fc;
    --bs-table-border-color: #a6c3ca;
    --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: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #fff3cd;
    --bs-table-border-color: #ccc2a4;
    --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: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #c6acae;
    --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: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: #c6c7c8;
    --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: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: #4d5154;
    --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: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.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-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 {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
}

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

.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] {
    --bs-form-check-bg-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 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    --bs-form-check-bg-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 {
    cursor: default;
    opacity: .5
}

.form-check-input.is-valid {
    border-color: var(--bs-form-valid-border-color)
}

.form-check-input.is-valid:checked {
    background-color: var(--bs-form-valid-color)
}

.form-check-input.is-valid:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

.form-check-input.is-valid~.form-check-label {
    color: var(--bs-form-valid-color)
}

.form-check-input.is-invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.form-check-input.is-invalid:checked {
    background-color: var(--bs-form-invalid-color)
}

.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

.form-check-input.is-invalid~.form-check-label {
    color: var(--bs-form-invalid-color)
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    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: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn:disabled {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.fade {
    transition: opacity .15s linear
}

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

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

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

.dropdown,
.dropdown-center {
    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 {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

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

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

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0)
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: .875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color)
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd
}

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

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

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

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

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

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

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: 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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity)
}

.btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity)
}

.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity)
}

.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity)
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    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,
    .nav-link {
        transition: none
    }
}

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

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

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2)
}

.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% - var(--bs-modal-margin) * 2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}

@media (min-width:576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow)
    }
    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }
    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        --bs-modal-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-footer,
.modal-fullscreen .modal-header {
    border-radius: 0
}

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

@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-footer,
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@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-footer,
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@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-footer,
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@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-footer,
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@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-footer,
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.carousel {
    position: relative
}

.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%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

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

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start,
    .carousel-item {
        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
}

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

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

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,
    .carousel-control-prev,
    .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
}

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

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

.offcanvas {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5;
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition)
}

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

.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%)
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%)
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
    transform: none
}

.offcanvas.show,
.offcanvas.showing {
    visibility: visible
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y))
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height)
}

.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto
}

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

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

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

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

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.d-none {
    display: none !important
}

.w-100 {
    width: 100% !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-center {
    align-items: center !important
}

.order-2 {
    order: 2 !important
}

.visible {
    visibility: visible !important
}

@media (min-width:768px) {
    .order-md-1 {
        order: 1 !important
    }
}

@media (min-width:992px) {
    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-none {
        display: none !important
    }
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-30px)
    }
    60% {
        transform: translateY(-15px)
    }
}

@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px)
    }
}

@keyframes swing {
    20% {
        transform: rotate(15deg)
    }
    40% {
        transform: rotate(-10deg)
    }
    60% {
        transform: rotate(5deg)
    }
    80% {
        transform: rotate(-5deg)
    }
    100% {
        transform: rotate(0)
    }
}

@keyframes tada {
    0% {
        transform: scale(1)
    }
    10%,
    20% {
        transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        transform: scale(1) rotate(0)
    }
}

@keyframes wobble {
    0%,
    100% {
        transform: translateX(0)
    }
    15% {
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        transform: translateX(-5%) rotate(-1deg)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        transform: scale(1.05)
    }
    70% {
        transform: scale(.9)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        transform: translateY(30px)
    }
    80% {
        transform: translateY(-10px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        transform: translateX(30px)
    }
    80% {
        transform: translateX(-10px)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        transform: translateX(-30px)
    }
    80% {
        transform: translateX(10px)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        transform: translateY(-30px)
    }
    80% {
        transform: translateY(10px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes bounceOut {
    0% {
        transform: scale(1)
    }
    25% {
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        transform: scale(.3)
    }
}

@keyframes bounceOutDown {
    0% {
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        transform: translateY(2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(20px)
    }
}

.fadeOutDown {
    animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(2000px)
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(20px)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig
}

@keyframes flip {
    0% {
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        animation-timing-function: ease-out
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        animation-timing-function: ease-out
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in
    }
    80% {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        animation-timing-function: ease-in
    }
    100% {
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        animation-timing-function: ease-in
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
}

@keyframes flipOutX {
    0% {
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
    100% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        transform: perspective(400px) rotateY(0);
        opacity: 1
    }
    100% {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes lightSpeedIn {
    0% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
    60% {
        transform: translateX(-20%) skewX(30deg);
        opacity: 1
    }
    80% {
        transform: translateX(0) skewX(-15deg);
        opacity: 1
    }
    100% {
        transform: translateX(0) skewX(0);
        opacity: 1
    }
}

@keyframes lightSpeedOut {
    0% {
        transform: translateX(0) skewX(0);
        opacity: 1
    }
    100% {
        transform: translateX(100%) skewX(-30deg);
        opacity: 0
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center center;
        transform: rotate(-200deg);
        opacity: 0
    }
    100% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center center;
        transform: rotate(0);
        opacity: 1
    }
    100% {
        transform-origin: center center;
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(0);
        opacity: 1
    }
    100% {
        transform-origin: left bottom;
        transform: rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(0);
        opacity: 1
    }
    100% {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }
    100% {
        transform: translateY(700px);
        opacity: 0
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        transform: translateX(0) rotate(0)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        transform: translateX(0) rotate(0)
    }
    100% {
        opacity: 0;
        transform: translateX(100%) rotate(120deg)
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide img {
    display: block;
    height: 100%;
    width: 100% !important
}

.slick-slide.slick-loading img {
    display: 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
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
    z-index: 99
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 50px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    text-transform: capitalize;
    font-size: 14px
}

.select2-results__option--selectable {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    overflow: hidden
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--colorGray);
    line-height: 50px;
    text-transform: capitalize
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px;
    padding-right: 0
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -20px;
    margin-top: 8px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: 700;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0 0 0 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #f1f1f1;
    color: #333;
    outline: 0
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ddd
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    scrollbar-width: thin !important;
    background: #eee;
    width: 5px
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background: #c5dbaf;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--themeColoeOne);
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    height: 26px;
    margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: 0
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

@keyframes sk-rotatePlane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes sk-doubleBounce {
    0%,
    100% {
        transform: scale(0)
    }
    50% {
        transform: scale(1)
    }
}

@keyframes sk-waveStretchDelay {
    0%,
    100%,
    40% {
        transform: scaleY(.4)
    }
    20% {
        transform: scaleY(1)
    }
}

@keyframes sk-wanderingCube {
    0% {
        transform: rotate(0)
    }
    25% {
        transform: translateX(30px) rotate(-90deg) scale(.5)
    }
    50% {
        transform: translateX(30px) translateY(30px) rotate(-179deg)
    }
    50.1% {
        transform: translateX(30px) translateY(30px) rotate(-180deg)
    }
    75% {
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }
    100% {
        transform: rotate(-360deg)
    }
}

@keyframes sk-pulseScaleOut {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-chasingDotsRotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes sk-chasingDotsBounce {
    0%,
    100% {
        transform: scale(0)
    }
    50% {
        transform: scale(1)
    }
}

@keyframes sk-three-bounce {
    0%,
    100%,
    80% {
        transform: scale(0)
    }
    40% {
        transform: scale(1)
    }
}

@keyframes sk-circleBounceDelay {
    0%,
    100%,
    80% {
        transform: scale(0)
    }
    40% {
        transform: scale(1)
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%,
    100%,
    70% {
        transform: scale3D(1, 1, 1)
    }
    35% {
        transform: scale3D(0, 0, 1)
    }
}

@keyframes sk-circleFadeDelay {
    0%,
    100%,
    39% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }
    25%,
    75% {
        transform: perspective(140px) rotateX(0);
        opacity: 1
    }
    100%,
    90% {
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

.mobile_menu_icon {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--themeColoeOne);
    color: var(--colorWhite);
    cursor: pointer;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear
}

.mobile_menu_icon:hover {
    background: var(--colorBlack)
}

.mobile_menu_area .btn-close {
    position: absolute;
    top: 13px;
    right: 0;
    background: var(--colorRed);
    color: var(--colorWhite);
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    opacity: 1;
    z-index: 1;
    border: 1px solid var(--colorWhite);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px
}

.mobile_menu_area .offcanvas.offcanvas-start {
    width: 340px
}

.mobile_menu_area .offcanvas-body {
    padding: 25px;
    border: 1px solid #eee
}

.mobile_menu_area .offcanvas-body::-webkit-scrollbar {
    display: none
}

.mobile_menu_header {
    margin-top: 20px;
    background: var(--lightBg2);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px
}

.mobile_menu_header li {
    width: 25%;
    border-right: 1px solid #ddd;
    text-align: center;
    padding: 12px 0
}

.mobile_menu_header li:last-child {
    border-right: 0
}

.mobile_menu_header li a {
    text-align: center;
    color: var(--colorBlack);
    position: relative;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear
}

.mobile_menu_header li a b {
    display: block;
    width: 25px
}

.mobile_menu_header li a span {
    position: absolute;
    line-height: 14px;
    font-size: 14px;
    font-weight: 600;
    color: var(--colorBlack);
    top: -2px;
    right: -8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.mobile_menu_header li a:hover {
    color: var(--colorPrimary);
    border-color: var(--colorPrimary)
}

.mobile_menu_header li a:hover span {
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    background: var(--colorPrimary);
    line-height: 20px;
    font-size: 12px;
    color: var(--colorWhite);
    top: -4px;
    right: -4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.mobile_menu_search {
    position: relative;
    margin: 20px 0
}

.mobile_menu_search input {
    font-size: 15px;
    padding: 10px 20px
}

.mobile_menu_search button {
    position: absolute;
    top: 50%;
    right: 7px;
    width: 40px;
    height: 40px;
    color: var(--colorPrimary);
    background: 0 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.mobile_menu_item_area .nav {
    border-bottom: 1px solid var(--colorWhite);
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

.mobile_menu_item_area .nav .nav-item {
    width: 50%
}

.mobile_menu_item_area .nav .nav-item button {
    border: 0;
    color: var(--colorBlack);
    text-transform: capitalize;
    width: 100%;
    padding: 10px 5px;
    text-align: center;
    background: var(--lightBg2);
    border-right: 1px solid var(--colorWhite);
    font-size: 15px;
    font-weight: 600;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.mobile_menu_item_area .nav .nav-item:last-child button {
    border-right: 0
}

.mobile_menu_item_area .nav .nav-item button.active,
.mobile_menu_item_area .nav .nav-item button:hover {
    color: var(--colorWhite);
    background: var(--colorBlack)
}

.main_mobile_menu .mobile_dropdown {
    position: relative
}

.main_mobile_menu li a {
    border-bottom: 1px solid #ddd;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--paraColor);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear;
    line-height: initial;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 0;
    position: relative
}

.main_mobile_menu li.active>a,
.main_mobile_menu li:hover>a {
    color: var(--colorBlack)
}

.main_mobile_menu .mobile_dropdown::after {
    position: absolute;
    content: "";
    background: url(../images/plus_icon.png) center/cover no-repeat;
    width: 15px;
    height: 15px;
    top: 17px;
    right: 0;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear
}

.main_mobile_menu .active::after {
    background: url(../images/minus_icon.png) center/cover no-repeat;
    transform: rotate(180deg);
    bottom: 80px;
    height: 14px
}

.main_mobile_menu li .inner_menu {
    border-top: 0;
    padding-left: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-in-out;
    -webkit-transition: max-height .3s ease-in-out;
    -moz-transition: max-height .3s ease-in-out;
    -ms-transition: max-height .3s ease-in-out;
    -o-transition: max-height .3s ease-in-out
}

.main_mobile_menu li.active .inner_menu {
    border-bottom: 1px solid #ddd
}

.main_mobile_menu li ul li a {
    padding: 0;
    margin-top: 15px;
    font-weight: 400;
    border: 0
}

.main_mobile_menu li ul li a:hover {
    color: var(--colorPrimary);
    padding-left: 5px
}

.main_mobile_menu li ul li:last-child {
    padding-bottom: 15px
}

.mobile_currency {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px
}

.mobile_currency>li {
    width: 49%
}

.mobile_currency .nice-select {
    width: 100%;
    padding-left: 15px;
    padding-right: 25px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px
}

.mobile_currency .current {
    font-size: 13px;
    font-weight: 500
}

.mobile_currency .nice-select .option {
    font-size: 13px;
    font-weight: 400
}

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    background: var(--colorWhite);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: .2s linear;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    -moz-transition: .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: .2s linear
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0)
}

.progress-wrap::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: var(--colorBlack);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: .2s linear
}

.progress-wrap:hover::after {
    opacity: 0
}

.progress-wrap::before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    opacity: 0;
    background-image: linear-gradient(298deg, #000, #000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: .2s linear
}

.progress-wrap:hover::before {
    opacity: 1
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    stroke: var(--colorBlack);
    stroke-width: 4;
    box-sizing: border-box;
    transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: .2s linear
}

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-minus:before {
    content: "\f068"
}

.fa-plus:before {
    content: "\f067"
}

.fa-search:before {
    content: "\f002"
}

.fa-star:before {
    content: "\f005"
}

.fa-stream:before {
    content: "\f550"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-times:before {
    content: "\f00d"
}

.fa-whatsapp:before {
    content: "\f232"
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-brands-400.eot);
    src: url(../webfonts/fa-brands-400.eot@) format("embedded-opentype"), url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"), url(../webfonts/fa-brands-400.svg) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-regular-400.eot);
    src: url(../webfonts/fa-regular-400.eot@) format("embedded-opentype"), url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.woff) format("woff"), url(../webfonts/fa-regular-400.ttf) format("truetype"), url(../webfonts/fa-regular-400.svg) format("svg")
}

.fab,
.far {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../webfonts/fa-solid-900.eot);
    src: url(../webfonts/fa-solid-900.eot@) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"), url(../webfonts/fa-solid-900.svg) format("svg")
}

.far,
.fas {
    font-family: "Font Awesome 5 Free"
}

.fas {
    font-weight: 900
}

body {
    outline: 0
}

.mt_10 {
    margin-top: 10px !important
}

.mt_20 {
    margin-top: 20px !important
}

.mt_25 {
    margin-top: 25px !important
}

.mt_50 {
    margin-top: 50px !important
}

.mt_75 {
    margin-top: 75px !important
}

.mt_90 {
    margin-top: 90px !important
}

.mt_95 {
    margin-top: 95px !important
}

.mt_100 {
    margin-top: 100px !important
}

.mb_15 {
    margin-bottom: 15px !important
}

.mb_50 {
    margin-bottom: 50px !important
}

.mb_70 {
    margin-bottom: 70px !important
}

.mb_95 {
    margin-bottom: 95px !important
}

.mb_100 {
    margin-bottom: 100px !important
}

.pt_100 {
    padding-top: 100px !important
}

.pb_100 {
    padding-bottom: 100px !important
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 20px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 220px;
    border-radius: 0;
    border: 1px solid rgba(93, 99, 116, .1) !important;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 1px solid var(--colorBlack);
    border-right: 1px solid var(--colorBlack);
    content: '';
    display: block;
    height: 7px;
    width: 7px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: .15s ease-in-out
}

.nice-select.open:after {
    transform: rotate(-135deg)
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 20px;
    padding-right: 20px;
    transition: .2s;
    text-transform: capitalize
}

.nice-select .option:hover {
    background-color: #f6f6f6
}

.current {
    text-transform: capitalize
}

@media (min-width:1600px) and (max-width:1800px) {
    .product_item_2 .product_img {
        height: 245px
    }
    .category_2 .category_item .img {
        width: 150px;
        height: 150px
    }
    .shop_page .product_item_2 .product_img {
        height: 255px
    }
    .shop_details_text {
        padding: 0 35px
    }
    .details_slider_nav_item {
        width: 91px;
        height: 108px
    }
}

@media (min-width:1400px) and (max-width:1999.99px) {
    .features_item {
        padding: 0;
        margin-left: 35px
    }
    .features_item .text {
        padding: 35px 20px 35px 55px
    }

    .features_item .text p {
        font-size: 15px
    }
    .features_item .icon {
        width: 70px;
        height: 70px;
        left: -35px
    }
    .product_item_2 .product_img {
        height: 275px
    }
    .shop_page .product_item_2 .product_img {
        height: 220px
    }
    .shop_details_text {
        padding: 0 30px
    }
    .details_slider_thumb_item {
        height: 500px
    }
    .details_slider_nav_item {
        width: 78px;
        height: 90px
    }
    .shop_details_des_area {
        margin-right: 0
    }
}

@media (min-width:1200px) and (max-width:1399.99px) {
    header form {
        margin-left: 0
    }
    header form .input {
        width: 55%
    }
    .category_item .img {
        width: 120px;
        height: 120px
    }
    .product_item .product_img {
        height: 260px
    }
    .product_item .rating,
    .product_item .rating span {
        font-size: 13px
    }
    .title {
        font-size: 16px
    }
    .features_item .icon {
        width: 70px;
        height: 70px;
        left: -35px
    }
    .features_item {
        padding: 0;
        margin-left: 35px
    }
    .features_item .text h3 {
        font-size: 20px
    }
    .features_item .text p {
        font-size: 14px
    }
    .features_item .text {
        padding: 30px 20px 30px 45px
    }
    .product_item_2 .product_img {
        height: 230px !important
    }
    .footer_2 .footer_2_logo_area {
        padding-right: 0
    }
    .about_us_img {
        padding-right: 30px
    }
    .about_us_img .img {
        height: 560px
    }
    .about_us_img p {
        position: initial;
        margin-top: 25px
    }
    .about_us_img h3 {
        top: 75%;
        right: 0
    }
    .about_choose_text_box {
        padding: 20px 20px 20px 40px
    }
    .shop_details_text {
        padding: 0
    }
    .details_slider_thumb_item {
        height: 510px
    }
    .details_slider_nav_item {
        width: 80px;
        height: 93px
    }
    .shop_details_des_area {
        margin-right: 0
    }
}

@media (min-width:992px) and (max-width:1199.99px) {
    header form .input {
        width: 55%
    }
    header .header_support .icon {
        width: 35px;
        height: 35px;
        line-height: 31px;
        font-size: 15px;
        margin-right: 5px
    }
    header .header_support_user {
        gap: 10px 10px
    }
    header .header_support h3 a,
    header .header_support h3 a span {
        font-size: 13px
    }
    .main_menu .menu_category_area,
    .menu_cat_droapdown,
    .menu_category_area .menu_cat_item {
        width: 230px !important
    }
    .menu_category_bar p {
        font-size: 14px
    }
    .menu_cat_item li a {
        font-size: 13px
    }
    .menu_item li {
        margin-right: 18px
    }
    .menu_item li a {
        font-size: 14px
    }
    .category_item {
        padding: 20px
    }
    .category_item .img {
        width: 120px;
        height: 120px
    }
    .product_item .product_img {
        height: 295px
    }
    .footer_2_logo_area p,
    .footer_copyright p,
    .footer_link ul li a,
    .footer_logo_area p,
    .footer_logo_area span {
        font-size: 14px
    }
    .progress-wrap {
        right: 25px
    }
    .product_item_2 .product_img {
        height: 265px !important
    }
    .footer_2 .footer_2_logo_area {
        padding-right: 0
    }
    .footer_2 .footer_2_logo_area ul li span {
        font-size: 13px
    }
    .footer_2 .footer_2_logo_area ul li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }
    .footer_2 .footer_logo_area span {
        margin-bottom: 10px
    }
    .category_2 .category_item .img {
        width: 160px;
        height: 160px
    }
    .footer_2 .footer_copyright {
        margin-top: 85px !important
    }
    .grocery_banner .grocery_banner_text h1 {
        font-size: 50px
    }
    .about_us_img p {
        position: initial
    }
    .about_us_img .img {
        height: 500px;
        margin-bottom: 25px
    }
    .about_us_img h3 {
        top: 70%;
        right: 0;
        width: 150px;
        height: 150px;
        font-size: 42px
    }
    .about_choose_text_box {
        padding: 20px 20px 20px 40px
    }
    .about_us_text .description {
        max-width: 100%
    }
    .shop_details_text {
        padding: 0
    }
    .details_slider_thumb_item {
        height: 380px
    }
    .details_slider_nav_item {
        width: 105px;
        height: 118px
    }
    .shop_details_text .details_title {
        font-size: 30px
    }
    .shop_details_des_area {
        margin-right: 0
    }
    header form .select2-container {
        width: 170px !important
    }
}

@media (min-width:768px) and (max-width:991.99px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
        height: 70px;
        line-height: 70px;
        box-shadow: rgba(149, 157, 165, .2) 0 8px 24px
    }
    .category_item .img {
        width: 120px;
        height: 120px
    }
    .product_item .product_img {
        height: 215px !important
    }
    .product_item .product_img .discount_list li {
        font-size: 12px
    }
    .product_item .product_img .discount_list {
        top: 10px
    }
    .title {
        font-size: 16px
    }
    .category_item {
        padding: 15px 10px
    }
    .product_item .rating {
        margin: 5px 0 9px
    }
    .footer_link {
        margin-top: 50px
    }
    .footer_link h3 {
        margin-bottom: 20px
    }
    .footer_copyright {
        margin-top: 100px !important
    }
    .footer_copyright .payment {
        width: 100%;
        margin-top: 15px
    }
    .progress-wrap {
        right: 15px;
        bottom: 15px
    }
    .product_item_2 {
        padding: 0
    }
    .product_item_2 .product_img .discount_list {
        left: 10px
    }
    .footer_2 .footer_copyright {
        margin-top: 85px !important
    }
    .product_item_2 .product_img {
        height: 215px
    }
    .category_2 .category_item .img {
        width: 152px;
        height: 150px
    }
    .footer_2 .footer_copyright .payment {
        width: auto;
        margin-top: 0
    }
    .product_item .rating span {
        display: none
    }
    .footer_2 .footer_2_logo_area {
        padding-right: 0
    }
    .footer_2 .footer_logo_area span {
        margin-bottom: 10px
    }
    .grocery_banner .grocery_banner_text h1 {
        font-size: 46px
    }
    .grocery_banner {
        padding-top: 65px
    }
    .section_heading h3,
    .section_heading h3 span {
        font-size: 32px
    }
    .about_us_img .img {
        height: 630px;
        margin-bottom: 25px
    }
    .about_us_img h3 span {
        font-size: 14px
    }
    .about_us_text h2 {
        font-size: 24px
    }
    .about_choose_text .section_heading_2 h3 span::after {
        width: 85px;
        height: 65px
    }
    .shop_filter_area {
        display: none
    }
    .shop_filter_area.show {
        display: block;
        margin-bottom: 25px
    }
    .details_slider_thumb_item {
        height: 475px
    }
    .details_slider_nav_item {
        width: 130px;
        height: 150px
    }
    .shop_details_text {
        padding: 0;
        margin-top: 25px
    }
    .shop_details_text .details_title {
        font-size: 34px
    }
    .shop_details_des_area {
        padding: 30px;
        margin-right: 0
    }
    .related_products .section_heading_2 h3 span::after {
        width: 120px
    }
}

@media (min-width:576px) and (max-width:767.99px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9;
        height: 70px;
        line-height: 70px;
        box-shadow: rgba(149, 157, 165, .2) 0 8px 24px
    }
    .category_item .img {
        width: 110px;
        height: 110px
    }
    .section_heading h3,
    .section_heading h3 span {
        font-size: 26px
    }
    .product_item .product_img {
        height: 245px !important
    }
    .product_item .product_img .discount_list li {
        font-size: 12px
    }
    .product_item .product_img .discount_list {
        top: 10px
    }
    .title {
        font-size: 16px !important
    }
    .category_item {
        padding: 15px 10px
    }
    .product_item .rating {
        margin: 5px 0 9px
    }
    .brand .brand_marquee ul li {
        width: 140px
    }
    .footer_link {
        margin-top: 50px
    }
    .footer_link h3 {
        margin-bottom: 20px
    }
    .footer_copyright {
        margin-top: 100px !important
    }
    .footer_copyright p {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100%
    }
    .progress-wrap {
        right: 15px;
        bottom: 15px
    }
    .brand .brand_marquee ul li a {
        padding: 10px
    }
    .section_heading_2 h3 span::after {
        width: 70px;
        bottom: -18px
    }
    .product_item_2 {
        padding: 0
    }
    .trending_product_2 .section_heading_2 h3 span::after {
        width: 110px
    }
    .product_item_2 .product_img .discount_list {
        left: 10px
    }
    .footer_2 .footer_copyright {
        margin-top: 85px !important
    }
    .product_item_2 .product_img {
        height: 245px
    }
    .footer_2 .footer_2_logo_area {
        padding-right: 0
    }
    .category_2 .category_item .img {
        width: 150px;
        height: 150px
    }
    .footer_2 .footer_logo_area span {
        margin-bottom: 10px
    }
    .grocery_banner {
        height: auto;
        padding: 170px 0 100px
    }
    .grocery_banner .grocery_banner_text h1 {
        font-size: 42px
    }
    .about_us_img .img {
        height: 560px
    }
    .about_us_img p {
        position: initial;
        margin-top: 10px;
        margin-bottom: 25px
    }
    .about_us_img h3 {
        right: 0;
        top: 80%
    }
    .about_us_img h3 span {
        font-size: 14px
    }
    .about_us_text h2 {
        font-size: 24px
    }
    .about_choose_text .section_heading_2 h3 span::after {
        width: 65px
    }
    .shop_filter_area {
        display: none
    }
    .shop_filter_area.show {
        display: block;
        margin-bottom: 25px
    }
    .details_slider_thumb_item {
        height: 575px
    }
    .details_slider_nav_item {
        width: 95px;
        height: 105px;
        margin: 5px 12px 0
    }
    .shop_details_text {
        padding: 25px 0 0
    }
    .shop_details_text .details_title {
        font-size: 32px
    }
    .shop_details_des_area {
        padding: 20px;
        margin-right: 0
    }
    .related_products .section_heading_2 h3 span::after {
        width: 95px
    }
    .shop_details_des_area .nav-pills button {
        font-size: 14px
    }
}

@media (max-width:575.99px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        height: 70px;
        line-height: 70px;
        z-index: 99;
        box-shadow: rgba(149, 157, 165, .2) 0 8px 24px
    }
    .category_item .img {
        width: 110px;
        height: 110px
    }
    .section_heading h3,
    .section_heading h3 span {
        font-size: 24px
    }
    .product_item .product_img {
        height: auto !important
    }
    .product_item .product_img .discount_list li {
        padding: 1px 7px;
        font-size: 12px
    }
    .product_item .product_img .discount_list {
        top: 10px
    }
    .title {
        font-size: 14px !important
    }
    .category_item {
        padding: 15px 10px
    }
    .product_item .rating span {
        display: none
    }
    .product_item .rating {
        margin: 5px 0 9px;
        font-size: 12px
    }
    .brand .brand_marquee ul li {
        width: 110px
    }
    .footer_link {
        margin-top: 50px
    }
    .footer_link h3 {
        margin-bottom: 20px
    }
    .footer_copyright {
        margin-top: 100px !important
    }
    .footer_copyright p {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100%
    }
    .progress-wrap {
        right: 15px;
        bottom: 15px
    }
    .brand .brand_marquee ul li a {
        padding: 10px
    }
    .features_item .icon {
        width: 70px;
        height: 70px;
        left: -35px
    }
    .features_item {
        margin-left: 35px
    }
    .features_item .text {
        padding: 10px 10px 10px 35px
    }
    .section_heading_2 h3 span::after {
        width: 70px;
        bottom: -18px
    }
    .product_item_2 {
        padding: 0
    }
    .trending_product_2 .section_heading_2 h3 span::after {
        width: 110px
    }
    .product_item_2 .product_img .discount_list {
        left: 10px
    }
    .footer_2 .footer_copyright {
        margin-top: 75px !important
    }
    .footer_2 .footer_2_logo_area {
        padding-right: 0
    }
    .category_2 .category_item .img {
        width: 150px;
        height: 150px
    }
    .grocery_banner {
        height: auto;
        padding: 170px 0 100px
    }
    .grocery_banner .grocery_banner_text h1 {
        font-size: 32px
    }
    .about_us_img .img {
        height: auto
    }
    .about_us_img p {
        position: initial;
        margin-top: 10px;
        margin-bottom: 25px
    }
    .about_us_img h3 {
        right: 0;
        width: 130px;
        height: 130px;
        font-size: 36px
    }
    .about_us_img h3 span {
        font-size: 14px
    }
    .about_us_text h2 {
        font-size: 24px
    }
    .about_choose_text .section_heading_2 h3 span::after {
        width: 65px
    }
    .shop_filter_area {
        display: none
    }
    .shop_filter_area.show {
        display: block;
        margin-bottom: 25px
    }
    .details_slider_thumb_item {
        height: auto
    }
    .details_slider_nav_item {
        width: 100px;
        height: auto;
        margin: 5px 12px 0
    }
    .shop_details_text {
        padding: 25px 0 0
    }
    .shop_details_text .details_title {
        font-size: 28px
    }
    .shop_details_text .details_btn_area {
        width: 100%;
        margin-top: 10px
    }
    .shop_details_des_area {
        padding: 20px;
        margin-right: 0
    }
    .related_products .section_heading_2 h3 span::after {
        width: 95px
    }
}


* {
    margin: 0;
    padding: 0
}

li,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    display: inline-block;
    text-decoration: none;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear
}

a:hover {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    font-family: var(--headingFont);
    color: var(--colorBlack)
}

p,
span {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    color: var(--paraColor)
}

body {
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: var(--bodyFont)
}

img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: all .3s 0s ease-out;
    -o-transition: .3s ease-out
}

input {
    width: 100%;
    padding: 12px 20px;
    outline: 0;
    resize: none;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 300;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

input::-moz-placeholder {
    color: #a6a6ac
}

input::placeholder {
    color: #a6a6ac
}

button {
    border: none
}

:root {
    --themeColoeOne: #0A69D8;
    --themeColorTwo: #ffa500;
    --colorGreen: #05A845;
    --colorGray: #0009;
    --colorBl: #F5F8FC;
    --colorOlive: #AB9774;
    --colorYellow: #FFD43A;
    --colorYellowBack: linear-gradient(135deg, #ffbf00 0%, #fde375 100%);
    --colorRed: #DB4437;
    --paraColor: #7d7b7b;
    --colorBlack: #000;
    --colorWhite: #ffffff;
    --lightBg: #edf5ff;
    --lightBg2: #F5F5F5;
    --headingFont: "Roboto", serif;
    --bodyFont: "Roboto", serif;
    --cursiveFont: "Oregano", serif;
    --ratingColor: #F9A61C;
    --boxShadow: rgb(149 157 165 / 16%) 0px 3px 22px
}

.common_btn {
    background: var(--colorYellowBack);
    padding: 12px 25px;
    color: var(--colorBlack);
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: all .3s ease;
    -o-transition: .3s
}

.common_btn i {
    margin-left: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: all .3s ease;
    -o-transition: .3s
}

.common_btn:hover i {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0)
}

.common_btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: var(--colorYellow);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: all .3s ease;
    -o-transition: .3s
}

.common_btn:hover:after {
    left: 0;
    width: 100%
}

.section_heading p {
    color: var(--themeColorTwo);
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 400;
    text-transform: capitalize
}

.section_heading p::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 15px;
    background: url(../images/line_shapes.png) center/contain no-repeat;
    bottom: -10px;
    left: 50%;
    z-index: -1;
    opacity: .5;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}

.section_heading h3,
.section_heading h3 span {
    font-weight: 600;
    font-size: 36px;
    color: var(--colorBlack);
    position: relative;
    z-index: 1
}

.section_heading_2 p {
    display: block
}

.section_heading_2 h3 span::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 75px;
    background: url(../images/heading_shapes.png) center/contain no-repeat;
    bottom: -10px;
    left: -7px;
    z-index: -1;
    opacity: 1
}

.title {
    display: block;
    color: var(--colorBlack);
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear;
    font-family: var(--headingFont);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.title:hover {
    color: var(--themeColoeOne)
}

@keyframes playAnimi {
    from {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1)
    }
    to {
        opacity: 0;
        transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2)
    }
}

.topbar {
    width: 100%;
    height: 40px;
    background: var(--colorBl);
    position: sticky;
    z-index: 999;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear
}

.topbar .topbar_info {
    gap: 30px
}

.topbar .topbar_icon,
.topbar .topbar_info {
    line-height: 38px;
    align-items: center
}

.topbar .topbar_info li a,
.topbar .topbar_info li p {
    color: var(--colorGray);
    font-family: var(--bodyFont);
    font-size: 12px;
    font-weight: 400;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear
}

.topbar .topbar_info li a i,
.topbar .topbar_info li p i {
    margin-right: 5px
}

.topbar .topbar_icon {
    justify-content: end;
    margin-right: 7px
}

.topbar .topbar_icon li a {
    font-size: 12px;
    font-weight: 400;
    color: var(--colorGray);
    position: relative;
    padding-right: 10px;
    margin-left: 10px;
    line-height: 15px;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear
}

.topbar .topbar_icon li:last-child a::after {
    display: none
}

.topbar_right .nice-select {
    width: auto;
    height: 25px;
    line-height: 24px;
    padding-left: 15px;
    padding-right: 30px;
    background: 0 0;
    border: none !important
}

.topbar_right .nice-select.language {
    border-left: 1px solid #93939361 !important;
    width: 110px
}

.topbar_right .current {
    color: var(--colorGray);
    font-size: 13px;
    font-weight: 500
}

.topbar_info li {
    color: var(--colorGray);
    font-size: 13px;
    font-weight: 400
}

.topbar_right .nice-select:after {
    border-bottom: 2px solid var(--colorGray);
    border-right: 2px solid var(--colorGray);
    right: 17px
}

.topbar .nice-select .option {
    padding-left: 14px;
    padding-right: 14px
}

header {
    width: 100%;
    height: 90px;
    line-height: 90px;
    background: var(--colorWhite);
    position: relative;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear;
    z-index: 2
}

header .header_logo_area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

header .header_logo {
    width: 200px
}

header form {
    line-height: 0;
    position: relative;
    border: 2px solid var(--colorYellow);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 10px;
    border-radius: 5px
}

header form .select2-container {
    width: 200px !important;
    border-right: 1px solid #c1c1c1
}

header form .select2-container .select2-selection--single {
    height: 37px;
    border: none;
    background: 0 0
}

header form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
    font-size: 14px
}

header form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 2px
}

header form .input {
    width: 65%
}

header form input {
    border: none;
    padding: 14px 20px;
    font-size: 14px;
    background: 0 0
}

header form button {
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 5px;
    width: 37px;
    height: 37px;
    background: var(--colorYellowBack);
    color: var(--colorGray);
    line-height: 40px;
    text-align: center;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear;
    font-size: 14px
}

header form button:hover {
    background: var(--colorYellow)
}

header .header_support_user {
    justify-content: end;
    gap: 10px 30px
}

header .header_support {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end
}

header .header_support .icon {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border: 2px solid #ddd;
    text-align: center;
    line-height: 36px;
    color: var(--colorYellow);
    font-size: 17px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

header .header_support h3 {
    font-size: 13px;
    font-weight: 400;
    color: var(--colorGray);
    font-family: var(--bodyFont)
}

header .header_support h3 a,
header .header_support h3 a span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: var(--colorBlack);
    font-family: var(--headingFont);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear;
    margin-top: 2px
}

header .header_support h3 a:hover,
header .header_support h3 a:hover span {
    color: var(--themeColoeOne)
}
.main_menu.menu_fix {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0;
    z-index: 999;
    animation: menu_animate 1.5s;
    -webkit-animation: menu_animate 1.5s;
    background: var(--colorWhite);
}
.main_menu {
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 9;
    border-bottom: 1px solid #8585851a
}

.menu_category_bar {
    background: var(--colorYellowBack);
    width: 200px;
    height: 58px;
    color: var(--colorBlack);
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    overflow: hidden;
    border-radius: 7px
}

.menu_category_bar p {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    color: var(--colorBlack);
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.menu_category_bar span {
    display: block;
    width: 17px;
    height: auto;
    overflow: hidden;
    margin-right: 10px;
    position: relative;
    top: -1px;
    color: var(--colorBlack)
}

.menu_category_bar i {
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -ms-transition: all linear .2s;
    -o-transition: .2s linear;
    font-size: 12px
}

.menu_cat_item {
    background: var(--colorWhite);
    box-shadow: var(--boxShadow);
    width: 100%;
    position: relative;
    z-index: 99
}

.menu_cat_item li {
    position: relative
}

.menu_cat_item li a {
    border-bottom: 1px solid #ececec;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, .6);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear;
    line-height: initial;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 8px 20px;
    position: relative
}

.menu_cat_item li a span {
    display: block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    background: var(--lightBg);
    padding: 5px;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear
}

.menu_cat_item>li:hover>a {
    color: var(--colorYellow)
}

.menu_cat_item>li:hover>a span {
    background: var(--colorWhite)
}

.menu_cat_item>li:hover a::after {
    color: var(--colorYellow);
    opacity: 1
}

.menu_cat_item>li>a::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-style: normal;
    position: absolute;
    content: "\f105";
    right: 20px;
    color: var(--paraColor);
    opacity: .8;
    font-size: 14px;
    border: none;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear
}

.menu_cat_droapdown {
    width: 300px;
    background: var(--colorWhite);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 105%;
    padding: 0;
    box-shadow: var(--boxShadow);
    opacity: 0;
    visibility: hidden;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear
}

.menu_cat_droapdown li a {
    padding: 0 20px !important;
    line-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.menu_cat_droapdown li:last-child a {
    border: none
}

.menu_cat_droapdown li a i {
    width: auto;
    color: var(--paraColor);
    font-size: 17px
}

.menu_cat_droapdown li:hover>a,
.menu_cat_droapdown li:hover>a i {
    color: var(--themeColoeOne)
}

.menu_cat_item li:hover .menu_cat_droapdown {
    opacity: 1;
    visibility: visible;
    left: 100%
}

.menu_item {
    line-height: 60px;
    position: relative;
    margin-left: 25px
}

.menu_icon {
    line-height: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 10px;
    margin-left: auto
}

.menu_icon li {
    position: relative
}

.menu_icon li a {
    width: 25px;
    height: 25px;
    line-height: 30px;
    text-align: center;
    color: var(--colorBlack);
    position: relative;
    cursor: pointer;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 0;
    margin-right: 8px
}

.menu_icon li a span {
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    background: var(--colorRed);
    line-height: 20px;
    font-size: 12px;
    color: var(--colorWhite);
    top: -4px;
    right: -8px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.menu_icon li a.active,
.menu_icon li a:hover {
    color: var(--themeColoeOne) !important;
    border-color: var(--themeColoeOne)
}

.menu_item li {
    margin-right: 25px;
    float: left;
    position: relative
}

.menu_item li a {
    color: var(--colorBlack);
    font-weight: 500;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear;
    font-size: 16px;
    opacity: .8
}

.menu_item li a i {
    margin-left: 3px;
    font-size: 12px
}

.menu_item li a.active,
.menu_item>li:hover>a {
    color: var(--colorYellow);
    opacity: 1
}

@keyframes menu_animate {
    from {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%)
    }
    to {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
}

.main_menu .main_menu_area {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.main_menu .menu_category_area {
    width: 280px;
    height: 60px
}

.menu_category_area .menu_cat_item {
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    width: 280px !important;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0)
}

.menu_category_area.show_category .menu_cat_item {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    border-radius: 5px
}

.mini_cart .offcanvas-header {
    background: var(--themeColoeOne);
    padding: 10px 20px
}

.mini_cart .offcanvas-header h5 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: var(--colorWhite);
    padding: 10px 0
}

.mini_cart .offcanvas-header h5 span {
    color: var(--colorWhite);
    margin-left: 5px
}

.mini_cart .offcanvas-header .btn-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    margin-right: 0;
    background: var(--colorWhite);
    color: var(--themeColoeOne);
    opacity: 1;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.mini_cart .offcanvas-header .btn-close:hover {
    background: var(--colorBlack);
    color: var(--colorWhite)
}

.mini_cart ul {
    display: block;
    overflow-y: auto !important;
    scrollbar-width: thin;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear;
    padding-left: 5px;
    max-height: 660px;
    margin-bottom: 10px
}

.mini_cart ul::-webkit-scrollbar {
    scrollbar-width: thin !important;
    background: var(--themeColoeOne);
    width: 5px
}

.mini_cart ul::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px
}

.mini_cart li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative
}

.mini_cart li:last-child {
    margin-bottom: 0;
    border: none
}

.mini_cart .cart_img {
    width: 85px;
    height: 90px;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear
}

.mini_cart .cart_img:hover {
    border-color: var(--themeColoeOne)
}

.del_icon {
    position: absolute;
    top: 50%;
    right: 0;
    color: var(--colorBlack);
    font-size: 18px;
    transform: translateY(-50%);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.del_icon:hover {
    color: red
}

.mini_cart .cart_text {
    width: 70%;
    margin-left: 15px
}

.mini_cart .cart_text a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear;
    color: var(--colorBlack);
    font-family: var(--headingFont);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.mini_cart .cart_text a:hover {
    color: var(--themeColoeOne)
}

.mini_cart .cart_text p {
    font-size: 14px;
    font-weight: 600;
    color: var(--colorBlack);
    margin-top: 2px
}

.mini_cart .cart_text p del {
    color: var(--paraColor);
    font-weight: 400;
    margin-left: 5px;
    font-size: 12px
}

.mini_cart .cart_text span {
    display: block;
    font-size: 13px;
    font-weight: 400
}

.mini_cart .cart_text span b {
    font-weight: 500
}

.mini_cart h5 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    padding: 10px 0 13px
}

.mini_cart h5 span {
    color: var(--colorBlack);
    font-weight: 600;
    font-size: 20px
}

.minicart_btn_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px
}

.minicart_btn_area a {
    width: 100%
}

@keyframes bannerAnimi {
    from {
        margin-right: 0
    }
    to {
        margin-right: 30px
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px)
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
}

.category_item {
    background: #f2f3f5;
    padding: 30px 20px;
    display: block;
    margin: 0 12px;
    border: 1px solid transparent;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear
}

.category_item h3 {
    font-size: 16px;
    text-align: center;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.category_item p {
    text-align: center;
    color: var(--themeColorTwo);
    text-transform: capitalize;
    font-size: 14px;
    margin-top: 3px
}

.category_item .img {
    margin: 20px auto 0;
    width: 150px;
    height: 150px;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear
}

.category_item:hover {
    background: var(--colorWhite) !important;
    border-color: var(--themeColoeOne)
}

.category_item:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05)
}

.product_item {
    border: 1px solid #eee;
    margin-top: 25px;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear;
    position: relative;
    overflow: hidden
}

.product_item .product_img {
    position: relative;
    border-bottom: 1px solid #eee;
    height: 305px;
    overflow: hidden
}

.product_item .product_img .discount_list {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 5px;
    position: absolute;
    top: 20px;
    left: -1px
}

.product_item .product_img .discount_list li {
    background: var(--colorRed);
    padding: 3px 12px;
    color: var(--colorWhite);
    font-size: 14px;
    text-align: center;
    text-transform: capitalize
}

.product_item .title {
    margin-bottom: 5px
}

.product_item .rating {
    color: var(--ratingColor);
    margin: 5px 0 17px;
    font-size: 14px
}

.product_item .rating span {
    color: var(--paraColor);
    margin-left: 3px;
    text-transform: capitalize;
    font-size: 14px
}

.product_item:hover {
    border-color: var(--themeColoeOne)
}

.brand {
    overflow: hidden
}

.brand .brand_marquee ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px !important;
    margin-right: 15px
}

.brand .brand_marquee ul li {
    width: 170px;
    max-height: 85px;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear
}

.brand .brand_marquee ul li:hover {
    border-color: var(--themeColoeOne)
}

.brand .brand_marquee ul li a {
    padding: 20px
}

footer {
    background: #232934
}

.footer_2_logo_area .footer_logo,
.footer_logo_area .footer_logo {
    display: block
}

.footer_2_logo_area p,
.footer_logo_area p {
    color: rgb(183 183 183);
    font-size: 15px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 30px
}

.footer_logo_area span {
    display: block;
    color: rgb(183 183 183);
    font-size: 15px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px
}

.footer_logo_area span b {
    position: absolute;
    left: 0;
    top: -1px;
    display: block;
    width: 20px
}

.footer_logo_area span a {
    color: rgb(183 183 183);
    font-size: 15px;
    font-weight: 400;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear
}

.footer_logo_area span a:hover {
    color: var(--themeColorTwo)
}

.footer_link h3 {
    color: var(--colorWhite);
    font-family: var(--bodyFont);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px
}

.footer_link ul li a {
    color: rgb(183 183 183);
    font-size: 15px;
    display: block;
    font-weight: 400;
    margin-top: 15px;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear
}

.footer_link ul li a:hover {
    color: var(--themeColorTwo);
    padding-left: 5px;
    opacity: 1
}

.footer_copyright {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eeeeee24;
    padding: 20px 0
}

.footer_copyright p {
    color: rgb(183 183 183);
    font-size: 15px
}

.footer_copyright p b {
    color: var(--colorYellow)
}

.footer_copyright .payment {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px
}

.footer_copyright .payment li {
    overflow: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

.footer_copyright .payment li:first-child {
    width: auto;
    height: auto;
    color: rgb(183 183 183);
    font-size: 15px;
    font-weight: 400
}

.slick-dots li.slick-active button {
    opacity: 1
}

.features_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    border: 1px solid var(--colorGray);
    padding: 20px;
    margin-top: 25px;
    position: relative;
    margin-left: 45px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px
}

.features_item .icon {
    background: #fff;
    width: 90px;
    height: 90px;
    border: 1px solid var(--colorGray);
    padding: 10px;
    position: absolute;
    left: -45px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px
}

.features_item .text {
    width: 100%;
    padding: 20px 20px 20px 45px
}

.features_item .text p {
    font-size: 22px;
    margin-bottom: 5px
}

.product_item_2 {
    border-color: #ddd !important;
    padding: 15px;
    border-radius: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px
}

.product_item_2:hover {
    border-color: #fff !important;
    box-shadow: var(--boxShadow)
}

.product_item_2:hover .product_img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05)
}

.product_item_2 .product_img {
    background: var(--lightBg2) !important;
    height: 265px;
    border: none;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

.product_item_2 .product_img .discount_list li {
    padding: 3px 10px;
    font-weight: 500;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px
}

.product_item_2 .product_img .discount_list {
    top: 15px;
    left: 15px
}

.related_products .product_item {
    margin: 20px 12px
}

.category_2 .category_item {
    background: 0 0;
    border: none;
    padding: 0
}

.category_2 .category_item .img {
    margin: 20px auto;
    width: 170px;
    height: 170px;
    background: var(--lightBg2);
    padding: 40px;
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    -webkit-border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    -moz-border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    -ms-border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    -o-border-radius: 100% 60% 60% 100%/100% 100% 60% 60%
}

.category_2 .category_item:hover .img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.category_2 .category_item h3 {
    font-size: 18px
}

.trending_product_2 .section_heading_2 h3 span::after {
    width: 150px
}

.footer_2 {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.footer_2 .footer_2_logo_area {
    padding-right: 50px
}

.footer_2 .footer_2_logo_area ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px
}

.footer_2 .footer_2_logo_area ul li span {
    font-size: 16px;
    font-weight: 500;
    color: rgb(183 183 183)
}

.footer_2 .footer_2_logo_area ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: var(--colorYellow);
    font-size: 16px;
    background: #ffffff47;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.footer_2 .footer_2_logo_area ul li a:hover {
    background: var(--colorWhite);
    color: var(--colorBlack)
}

.grocery_banner {
    height: 520px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important
}

.grocery_banner div {
    height: 100%
}

.grocery_banner .grocery_banner_text {
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start;
    justify-content: center
}

.grocery_banner .grocery_banner_text h3 {
    font-family: var(--cursiveFont);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--colorGreen)
}

.grocery_banner .grocery_banner_text h1 {
    font-size: 35px;
    line-height: initial;
    margin: 5px 0 0;
    color: var(--colorBlack);
    font-family: var(--headingFont);
    font-weight: 700
}

.grocery_banner .grocery_banner_text p {
    margin-top: 10px;
    margin-bottom: 45px;
    font-size: 16px;
    max-width: 80%
}

@keyframes farmingAnimi {
    from {
        top: 110px
    }
    to {
        top: 170px
    }
}

.about_us_img {
    position: relative
}

.about_us_img .img {
    overflow: hidden;
    height: 700px;
    border: 10px solid var(--colorWhite);
    box-shadow: var(--boxShadow);
    border-radius: 150px 20px 20px;
    -webkit-border-radius: 150px 20px 20px 20px;
    -moz-border-radius: 150px 20px 20px;
    -ms-border-radius: 150px 20px 20px 20px;
    -o-border-radius: 150px 20px 20px
}

.about_us_img h3 {
    position: absolute;
    top: 50%;
    right: -90px;
    background: var(--themeColorTwo);
    width: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 52px;
    font-weight: 900;
    color: var(--colorWhite);
    padding: 30px;
    text-align: center;
    text-transform: capitalize;
    border: 5px solid var(--colorWhite);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-family: var(--cursiveFont);
    letter-spacing: 1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.about_us_img h3 span {
    display: block;
    color: var(--colorWhite);
    margin-bottom: 10px;
    font-family: var(--bodyFont)
}

.about_us_img p {
    position: absolute;
    background: var(--colorBlack);
    color: var(--colorWhite);
    width: 350px;
    padding: 30px;
    bottom: 50px;
    right: -100px;
    border: 5px solid var(--colorWhite);
    border-radius: 40px 0;
    -webkit-border-radius: 40px 0 40px 0;
    -moz-border-radius: 40px 0;
    -ms-border-radius: 40px 0 40px 0;
    -o-border-radius: 40px 0;
    font-size: 14px
}

.about_us_img p span {
    display: block;
    color: var(--themeColorTwo);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--cursiveFont);
    padding-left: 40px;
    position: relative;
    margin-top: 9px
}

.about_us_img p span::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background: var(--themeColorTwo);
    left: 0;
    top: 11px
}

.about_us_text h2 {
    font-weight: 600;
    font-size: 36px;
    color: var(--colorBlack);
    position: relative;
    margin-top: 10px;
    margin-bottom: 14px
}

.about_us_text .description {
    max-width: 85%;
    padding-bottom: 10px
}

.about_us_text ol,
.about_us_text ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 42px
}

.about_us_text ol li,
.about_us_text ul li {
    text-transform: capitalize;
    font-size: 16px;
    color: var(--colorBlack);
    padding-left: 70px;
    position: relative;
    margin-bottom: 25px
}

.about_us_text ol li:last-child,
.about_us_text ul li:last-child {
    margin-bottom: 0
}

.about_us_text ul li h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px
}

.about_us_text ul li p {
    font-size: 14px
}

.about_us_text ol li::after,
.about_us_text ol li::before,
.about_us_text ul li::after,
.about_us_text ul li::before {
    position: absolute;
    content: "";
    background: url(../images/about_check.png) center/cover no-repeat;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px
}

.about_us_text ol li::before,
.about_us_text ul li::before {
    background: #faf1e1;
    border-radius: 50%;
    top: 5px;
    left: 4px;
    width: 50px;
    height: 50px
}

.about_choose {
    background: var(--lightBg2)
}

.about_choose_text .section_heading_2 h3 span::after {
    width: 95px
}

.about_choose_text_box {
    padding: 20px 20px 20px 50px;
    background: var(--colorWhite);
    margin-top: 25px;
    border-left: 3px solid var(--themeColorTwo);
    position: relative;
    margin-left: 28px;
    transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.about_choose_text_box span {
    display: block;
    background: var(--themeColorTwo);
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: var(--colorWhite);
    margin-bottom: 10px;
    position: absolute;
    top: 50%;
    left: -32px;
    transform: translateY(-50%) skewX(10deg);
    -webkit-transform: translateY(-50%) skewX(10deg);
    -moz-transform: translateY(-50%) skewX(10deg);
    -ms-transform: translateY(-50%) skewX(10deg);
    -o-transform: translateY(-50%) skewX(10deg);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.about_choose_text_box h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg)
}

.about_choose_text_box p {
    transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    font-size: 14px;
    margin-left: 8px
}

.about_choose_text_box.orange {
    background: var(--colorPrimary)
}

.about_choose_text_box.orange span {
    background: #ffffff4a
}

.about_choose_text_box.orange h4,
.about_choose_text_box.orange p {
    color: var(--colorWhite)
}

.form-check-input:checked {
    background-color: var(--themeColorTwo);
    border-color: var(--themeColorTwo)
}

.form-check-input:focus {
    box-shadow: none;
    border-color: var(--themeColorTwo)
}

.shop_filter_area h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px
}

.sidebar_status .form-check {
    margin-bottom: 5px
}

.sidebar_rating .form-check input,
.sidebar_status .form-check input {
    padding: 0;
    width: 16px !important;
    height: 16px !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important
}

.sidebar_status .form-check label {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--paraColor);
    font-family: var(--headingFont)
}

.sidebar_category,
.sidebar_rating,
.sidebar_status {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-top: 30px
}

.sidebar_category ul {
    max-height: 245px;
    overflow: hidden;
    overflow-y: auto
}

.sidebar_category ul::-webkit-scrollbar {
    scrollbar-width: thin !important;
    background: #f8f8f8;
    width: 5px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px
}

.sidebar_category ul::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px
}

.sidebar_category ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
    padding-left: 15px
}

.sidebar_category ul li a,
.sidebar_category ul li a span {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--paraColor);
    font-family: var(--headingFont);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear
}

.sidebar_category ul li a span {
    margin-right: 10px
}

.sidebar_category ul li a:hover,
.sidebar_category ul li a:hover span {
    color: var(--themeColorTwo)
}

.sidebar_category ul li a::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #ddd;
    top: 9px;
    left: 0;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.sidebar_category ul li a:hover::after {
    background: var(--themeColorTwo)
}

.sidebar_rating .form-check {
    margin-bottom: 10px
}

.sidebar_rating .form-check label {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--paraColor);
    font-family: var(--headingFont)
}

.sidebar_rating .form-check label i {
    color: var(--ratingColor)
}

.shop_filter_btn {
    background: var(--themeColorTwo);
    padding: 10px 20px;
    margin-bottom: 25px;
    color: var(--colorWhite);
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

.shop_filter_btn::after,
.shop_filter_btn::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    background: var(--colorWhite);
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear
}

.shop_filter_btn::before {
    width: 3px;
    height: 15px;
    right: 26px
}

.shop_filter_btn.show::before {
    height: 0
}

.shop_page .product_item_2 .product_img {
    height: 275px
}

.details_slider_nav_item {
    background: var(--lightBg2);
    overflow: hidden;
    width: 98px;
    height: 108px;
    cursor: pointer;
    margin: 0 12px 3px;
    border: 2px solid var(--lightBg2);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.details_slider_thumb_item {
    background: var(--lightBg2);
    overflow: hidden;
    margin: 0 12px;
    height: 590px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px
}

.shop_details_text {
    padding: 0 50px
}

.shop_details_text .details_title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .15px;
    line-height: 32px;
    margin-bottom: 24px
}

.shop_details_text .rating {
    color: var(--ratingColor);
    font-size: 13px
}

.shop_details_text .rating span {
    font-size: 14px;
    margin-left: 5px;
    text-transform: capitalize
}

.details_qty_input {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: var(--lightBg2);
    overflow: hidden;
    margin-right: 15px;
    width: 200px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

.details_qty_input input {
    width: 130px;
    height: 45px;
    padding: 0;
    text-align: center;
    background: 0 0;
    border: none;
    border-right: 1px solid var(--colorWhite);
    border-left: 1px solid var(--colorWhite);
    font-size: 14px;
    font-weight: 500;
    color: var(--colorBlack);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0
}

.details_qty_input input::-moz-placeholder {
    color: var(--colorBlack)
}

.details_qty_input input::placeholder {
    color: var(--colorBlack)
}

.details_qty_input button {
    width: 35px;
    height: 45px;
    font-weight: 400;
    color: var(--colorBlack);
    background: var(--lightBg2);
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear;
    padding: 0;
    font-size: 15px
}

.details_qty_input button:hover {
    background: var(--colorYellow);
    color: var(--colorWhite)
}

.details_qty_input button.minus:hover {
    background: var(--colorYellow)
}

.details_qty_input h3 {
    font-size: 20px;
    font-weight: 600
}

.details_btn_area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px
}

.shop_details .slick-current .details_slider_nav_item {
    border-color: var(--themeColorTwo)
}

.shop_details_des_area {
    border: 1px solid #ddd;
    padding: 50px;
    margin-right: 50px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px
}

.shop_details_des_area .nav-pills {
    gap: 10px 15px
}

.shop_details_des_area .nav-pills button {
    background: 0 0 !important;
    font-size: 16px;
    font-weight: 400;
    color: var(--paraColor);
    border: 1px solid #ddd;
    padding: 8px 20px;
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: all linear .3s;
    -o-transition: .3s linear;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px
}

.shop_details_des_area .nav-pills button.active,
.shop_details_des_area .nav-pills button:hover {
    color: var(--themeColorTwo);
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px
}

.shop_details_additional_info {
    margin-top: 27px;
    overflow: hidden;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px
}

.shop_details_additional_info table {
    width: 100%;
    --bs-table-striped-bg: var(--lightBg2);
    margin-bottom: 0
}

.shop_details_vendor {
    margin-top: 25px
}

.related_products .section_heading_2 h3 span::after {
    width: 135px
}

.category_page .category_item {
    margin-top: 25px
}

.form-check-input:focus {
    border-color: var(--themeColorTwo);
    box-shadow: none
}

.menu_cat_droapdown li:hover>a {
    color: var(--colorYellow)
}

.menu_cat_droapdown li:hover>a i {
    color: var(--colorBlack)
}

.features_item .text h3 {
    font-size: 22px
}

.product-article {
    font-size: 12px;
    color: #888;
    margin: 8px 5px
}

.product-title {
    font-weight: 500;
    font-size: 14px;
    margin: 8px 5px;
    color: #222
}

.product-rating {
    font-size: 13px;
    color: #f9a825;
    margin: 8px 5px
}

.product-price {
    margin: 8px 5px
}

.price-main {
    font-size: 18px;
    font-weight: 700
}

.price-shop-details {
    font-size: 27px;
    font-weight: 700
}

.price-shop-details .unit {
    font-size: 17px;
    font-weight: 700;
    color: var(--colorBlack)
}

.price-main .unit {
    font-size: 13px;
    font-weight: 400
}

.price-sub {
    font-size: 12px;
    color: #888
}

.price-sub-shop-details {
    font-size: 18px;
    color: #888
}

.product-actions {
    display: flex;
    gap: 8px;
    align-items: center
}

.btn-cart {
    flex: 1;
    padding: 8px 12px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: 700;
    cursor: pointer
}

.btn-cart.btn:hover {
    background: #ffd43a
}

.page-title {
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #8585851a
}

.page-title h1 {
    font-size: 24px;
    font-weight: 700
}

.page-title .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #919395
}

.page-title .breadcrumbs ol li+li {
    padding-left: 10px
}

.page-title .breadcrumbs a {
    color: #919395
}

.page-title .breadcrumbs a:hover {
    color: #000
}

.page-title .breadcrumbs ol li+li::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color: color-mix(in srgb, var(--default-color), transparent 70%)
}

.vds-listing-data {
    list-style: none;
    margin: 0;
    padding: 30px 0 0;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: .2px
}

.vds-listing-data .vds-data-entry {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    position: relative
}

.vds-listing-data .vds-data-entry:last-child {
    margin-bottom: 0
}

.vds-listing-data .vds-data-entry::before {
    content: "";
    order: 1;
    flex: 1;
    border-bottom: 1px dashed #bbc2ce;
    margin: 0 8px
}

.vds-listing-data .vds-prop-name {
    flex-shrink: 0;
    order: 0;
    font-weight: 600;
    color: rgba(0, 0, 0, .8);
    white-space: nowrap
}

.vds-listing-data .vds-prop-value {
    flex-shrink: 0;
    order: 2;
    font-weight: 500;
    color: #212529;
    white-space: nowrap
}

.shop_details_additional_info p,
.shop_details_additional_info ul,
.shop_details_vendor p {
    line-height: 30px;
    color: rgba(0, 0, 0, .8)
}

.shop_details_vendor ul {
    line-height: 30px;
    padding: 10px;
    color: rgba(0, 0, 0, .8)
}

@media (max-width: 575.99px) {
    header {
  position: sticky; /* или fixed */
  top: 0;
  z-index: 1000;
  background: #fff;
}
}
@media (min-width: 1400px) and (max-width: 1999.99px) { 
        .features_item {
        padding: 0;
        margin-left: 35px;
    }

    .features_item .text {
        padding: 35px 20px 35px 55px;
    }

    .features_item .text h3 {
        font-size: 22px;
    }

    .features_item .text p {
        font-size: 15px;
    }

    .features_item .icon {
        width: 70px;
        height: 70px;
        left: -35px;
    }
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 20px;
  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: 220px;
  border-radius: 0;
  border: 1px solid rgba(93, 99, 116, 0.10) !important;
  background: #FFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 1px solid var(--colorBlack);
  border-right: 1px solid var(--colorBlack);
  content: '';
  display: block;
  height: 7px;
  width: 7px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  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;
}

.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: #cccccc;
}

.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: 0px;
  box-sizing: border-box;
  margin-top: 0;
  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(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: auto;
  border: 1px solid rgba(93, 99, 116, 0.10) !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.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: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: capitalize;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
  color: var(--colorBlack);
}

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

.current {
  text-transform: capitalize;
}