@charset "UTF-8";

/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-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;
}

*,
::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,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.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 + 0.9vw);
}

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

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

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

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

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

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

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

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

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


ul {
    padding-left: 2rem;
}

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


ul ul {
    margin-bottom: 0;
}

b,
strong {
    font-weight: bolder;
}

.small,
small {
    font-size: 0.875em;
}

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

code {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
}

code {
    font-size: 0.875em;
    color: var(--bs-code-color);
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

img,
svg {
    vertical-align: middle;
}


tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

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

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

button,
select {
    text-transform: none;
}

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

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

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

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

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

textarea {
    resize: vertical;
}

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

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

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

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

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

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

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

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

iframe {
    border: 0;
}

[hidden] {
    display: none !important;
}

.container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.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: 1440px) {
    .container {
        max-width: 1320px;
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1440px;
}

.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(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

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

@media (min-width: 576px) {

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

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

@media (min-width: 768px) {

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

@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-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 1200px) {

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

@media (min-width: 1440px) {

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

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

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

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


.btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}


.btn.show:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.fade {
    transition: opacity 0.15s linear;
}

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

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

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

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

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

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

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

.dropdown,
.dropdown-center,
.dropstart,
.dropup,
.dropup-center {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.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[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
}

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

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

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

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

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }

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

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

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

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }

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

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

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

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }

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

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

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

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }

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

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

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

@media (min-width: 1440px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }

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

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

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

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer);
}

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

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

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer);
}

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

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

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

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer);
}

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

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

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

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

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

.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,
.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: 0.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-box-shadow: ;
    --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;
}


.btn-group > .btn.dropdown-toggle-split:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

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

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

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

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

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

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --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-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


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


.nav-underline .show > .nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor;
}


.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color);
}

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

@media (min-width: 576px) {

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

    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }

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

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

@media (min-width: 768px) {

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

    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }

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

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

@media (min-width: 992px) {

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

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }

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

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

@media (min-width: 1200px) {

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

    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }

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

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

@media (min-width: 1440px) {

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

    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }

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

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

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

.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
}

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

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

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}


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

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
}

.active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
}

.disabled > .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
}

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

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius);
}

.toast.showing {
    opacity: 0;
}

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

.toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

.toast-container > :not(:last-child) {
    margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

.toast-header .btn-close {
    margin-right: calc(-0.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x);
}

.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word;
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --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-bg: ;
    --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 0.3s ease-out;
    transform: translate(0, -50px);
}

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

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

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

.modal-dialog-scrollable {
    height: calc(100% - 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) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
    margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x))
        calc(-0.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) * 0.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) * 0.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: 992px) {
    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px;
    }
}

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

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity);
}

.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height);
}

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

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
    border-top-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    left: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height)
        calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
    border-right-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: calc(-1 * var(--bs-tooltip-arrow-height));
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg);
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    right: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width);
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5)
        var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg);
}

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: var(--bs-box-shadow);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: inherit;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
}

.popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height);
}

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

.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color);
}

.carousel {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.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: 0.5;
    transition: opacity 0.6s ease;
}

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

.carousel-indicators .active {
    opacity: 1;
}

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

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

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

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

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

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

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

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --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;
}

@media (max-width: 575.98px) {
    .offcanvas-sm {
        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 (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
        transition: none;
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm.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-sm.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-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }

    .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }

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

    .offcanvas-sm.hiding,
    .offcanvas-sm.show,
    .offcanvas-sm.showing {
        visibility: visible;
    }
}

@media (min-width: 576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }

    .offcanvas-sm .offcanvas-header {
        display: none;
    }

    .offcanvas-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md {
        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 (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
        transition: none;
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md.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-md.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-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }

    .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }

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

    .offcanvas-md.hiding,
    .offcanvas-md.show,
    .offcanvas-md.showing {
        visibility: visible;
    }
}

@media (min-width: 768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }

    .offcanvas-md .offcanvas-header {
        display: none;
    }

    .offcanvas-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg {
        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 (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
        transition: none;
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg.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-lg.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-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }

    .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }

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

    .offcanvas-lg.hiding,
    .offcanvas-lg.show,
    .offcanvas-lg.showing {
        visibility: visible;
    }
}

@media (min-width: 992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }

    .offcanvas-lg .offcanvas-header {
        display: none;
    }

    .offcanvas-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl {
        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 (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
        transition: none;
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl.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-xl.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-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }

    .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }

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

    .offcanvas-xl.hiding,
    .offcanvas-xl.show,
    .offcanvas-xl.showing {
        visibility: visible;
    }
}

@media (min-width: 1200px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }

    .offcanvas-xl .offcanvas-header {
        display: none;
    }

    .offcanvas-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}

@media (max-width: 1399.98px) {
    .offcanvas-xxl {
        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 (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
        transition: none;
    }
}

@media (max-width: 1399.98px) {
    .offcanvas-xxl.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-xxl.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-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }

    .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }

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

    .offcanvas-xxl.hiding,
    .offcanvas-xxl.show,
    .offcanvas-xxl.showing {
        visibility: visible;
    }
}

@media (min-width: 1440px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }

    .offcanvas-xxl .offcanvas-header {
        display: none;
    }

    .offcanvas-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}

.offcanvas {
    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.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
}

.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
}

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

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

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

.offcanvas-backdrop.fade {
    opacity: 0;
}

.offcanvas-backdrop.show {
    opacity: 0.5;
}

.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) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
    margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-0.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: 0.5;
}

@keyframes placeholder-glow {
    50% {
        opacity: 0.2;
    }
}

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

.link-dark {
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark:focus,
.link-dark:hover {
    color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

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


.visually-hidden:not(caption) {
    position: absolute !important;
}

.opacity-100 {
    opacity: 1 !important;
}

.d-flex {
    display: flex !important;
}

.d-none {
    display: none !important;
}

.position-relative {
    position: relative !important;
}

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

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

.flex-column {
    flex-direction: column !important;
}

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

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

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

.justify-content-center {
    justify-content: center !important;
}

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

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

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

.align-content-center {
    align-content: center !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.text-start {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

@media (min-width: 576px) {

    .d-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) {

    .ps-md-0 {
        padding-left: 0 !important;
    }
}

@media (min-width: 992px) {

    .d-lg-block {
        display: block !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 1200px) {

    .d-xl-block {
        display: block !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

@media (min-width: 1440px) {

    .d-xxl-flex {
        display: flex !important;
    }
}
/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
:root {
  --white: #ffffff;
  --black: #000000;
  --primary: #DC4646;
  --secondary: #70857A;
  --third: #FFEB8A;
  --text: #101010;
  --text-2: #696E73;
  --text-3: #B1B2B7;
  --bg: #F7F7F7;
  --bg-2: #f3f3f3;
  --bg-3: #2C2762;
  --bg-4: #CD3E341A;
  --bg-5: #FDF1E3;
  --bg-6: #103C29;
  --bg-7: #F8F4EC;
  --line: #E9E9E9;
  --white-04: rgba(255, 255, 255, 0.04);
  --white-10: rgba(255, 255, 255, 0.1);
  --white-20: rgba(255, 255, 255, 0.2);
  --white-60: rgba(255, 255, 255, 0.6);
  --yellow: #F0A750;
  --pink: #EC749D;
  --critical: #F03E3E;
  --success: #3DAB25;
  --on-surface: #0C2C48;
  --surface: #F6F6F6;
  --cl-1: #0BE7B4;
  --cl-2: #FDB900;
}

/*------------ Core CSS ---------------- */
/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
code,
img,
q,
s,
small,
strong,
var,
b,
i,
center,
dl,
ul,
li,
fieldset,
form,
label,
tr,
article,
details,
footer,
header,
menu,
nav,
section,
time,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article,
details,
footer,
header,
menu,
nav,
section {
  display: block;
}

/* Elements
-------------------------------------------------------------- */
html {
  margin-right: 0 !important;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--text);
  background: var(--white);
}
body::-webkit-scrollbar {
  width: 3px;
}
body::-webkit-scrollbar-thumb {
  cursor: grab;
  background-color: var(--primary);
  border-radius: 999px;
}
@media (max-width: 1199px) {
  body {
    padding-bottom: 70px;
  }
}

img {
  max-width: 100%;
  height: auto;
  transform: scale(1);
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

ul,
li {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

button {
  background: transparent;
  border: 0;
  display: inline-flex;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

select,
option {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

/* Since FF19 lowers the opacity of the placeholder by default */

b,
strong {
  font-weight: bolder;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-family: "DM Sans", sans-serif;
  color: var(--text);
}
a:focus, a:hover {
  outline: 0;
}

p {
  display: block;
}
#scroll-top.show {
  opacity: 1;
  visibility: visible;
}

/* Preload 
------------------------------------------- */
.preload-container {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 3px solid transparent;
  border-top: 3px solid var(--text);
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.br-line {
  width: 100%;
  height: 1px;
  display: flex;
  background-color: var(--line);
}
.br-line.type-vertical {
  width: 1px;
  height: 16px;
}
.br-line.fake-class {
  position: absolute;
  left: 0;
  right: 0;
}
.br-line.h-24 {
  height: 24px;
}

.tf-swiper .swiper-slide {
  height: auto;
}
.tf-swiper .swiper-slide > * {
  height: 100%;
}

.initial-child-container {
  flex: 0 0 auto;
  display: flex;
  min-width: auto;
  flex-direction: row;
  align-items: center;
}

.marquee-wrapper {
  display: flex;
  animation: infiniteScroll 7s linear infinite;
  align-items: center;
  transition: animation-duration 300ms;
}

/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
/* Typography
============================================================== */
/* Heading */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  text-rendering: optimizeLegibility;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 0;
}

h1,
.h1 {
  font-size: clamp(34px, 5vw, 56px);
  line-height: clamp(44px, 6vw, 68px);
  letter-spacing: 0.05em;
}

h2,
.h2 {
  font-size: clamp(30px, 4.2vw, 44px);
  line-height: clamp(38px, 5vw, 50px);
  letter-spacing: 0.05em;
}

h3,
.h3 {
  font-size: clamp(28px, 3.8vw, 40px);
  line-height: clamp(36px, 4.5vw, 48px);
  letter-spacing: 0.05em;
}

h4,
.h4 {
  font-size: clamp(24px, 3.5vw, 30px);
  line-height: clamp(32px, 4.2vw, 42px);
  letter-spacing: 0.02em;
}

h5,
.h5 {
  font-size: clamp(22px, 3vw, 24px);
  line-height: clamp(28px, 3.5vw, 30px);
}

h6,
.h6 {
  font-size: 20px;
  line-height: 28px;
}

.fw-7 {
  font-weight: 700;
}

/* Font custom */

.text-display {
  font-size: clamp(36px, 6vw, 80px);
  line-height: clamp(40px, 6.5vw, 88px);
  letter-spacing: 0.05em;
}

.text-body-1 {
  font-size: 18px;
  line-height: 28px;
}

.text-caption-01 {
  font-size: 14px;
  line-height: 22px;
}

.text-label {
  font-size: 12px;
  line-height: 16px;
}

/* Font size */

.fs-20 {
  font-size: 20px !important;
}

.fs-24 {
  font-size: 24px !important;
}

/* Line height */

.lh-24 {
  line-height: 24px !important;
}

.lh-26 {
  line-height: 26px !important;
}

/* Letter spacing */

.letter-space-0 {
  letter-spacing: 0 !important;
}

/* Responsive */
/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
/* General
============================================================== */
/* Margin */

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

/* Padding */

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

/* Gap */
.gap-4 {
  gap: 4px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-20 {
  gap: 20px !important;
}

/* Spacing */
.flat-spacing {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .flat-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 425px) {
  .flat-spacing {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* Orther */
.text-primary {
  color: var(--primary) !important;
}

.cl-text-2 {
  color: var(--text-2) !important;
}

.cl-text-3 {
  color: var(--text-3) !important;
}

.link {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link:hover {
  color: var(--primary) !important;
}

.link-dark {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link-dark:hover {
  color: var(--text) !important;
}

.link-underline {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.link-underline:hover {
  text-decoration-color: var(--primary);
}

.link-underline-text {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.link-underline-text:hover {
  text-decoration-color: var(--text);
}

.cs-pointer {
  cursor: pointer;
}

.bg-dark {
  background-color: var(--text) !important;
}

.text-line-clamp-1 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
}

.text-line-clamp-2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media (max-width: 991px) {
  .lg-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/*------------ Component ---------------- */
/*------------ Layout ---------------- */
/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.tf-grid-layout {
  display: grid;
  column-gap: 16px;
  row-gap: 24px;
}
.tf-grid-layout.tf-col-2 {
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 576px) {
  .tf-grid-layout {
    column-gap: 24px;
    row-gap: 32px;
  }
}
@media (min-width: 1200px) {
  .tf-grid-layout {
    column-gap: 30px;
    row-gap: 40px;
  }
}

.row {
  margin-right: -16px;
  margin-left: -16px;
}
.row > * {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 1200px) {
  .row {
    margin-right: -24px;
    margin-left: -24px;
  }
  .row > * {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.row > * {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 1440px;
  max-width: 100%;
}

.container-full {
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 1800px;
  max-width: 100%;
}

/*------------ Header ---------------- */
/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */

header {
  position: sticky;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tf-header .box-open-menu-mobile {
  flex: 1;
  display: flex;
}
@media (max-width: 1199px) {
  .tf-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .tf-header .logo-site img {
    max-width: 120px;
  }
  .tf-header .header-inner {
    align-items: center;
  }
  .tf-header .header-inner .header-left {
    flex: unset;
  }
}

.tf-header .tf-dropdown-select.type-currencies > .dropdown-menu {
  width: max-content !important;
}

.header-abs-3 {
  margin-bottom: -124px;
}
@media (max-width: 1199px) {
  .header-abs-3 {
    margin-bottom: -60px;
  }
}

.header-s7 .header-left {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header-s7 .header-right {
  gap: 28px;
}
@media (min-width: 1200px) {
  .header-s7 .header-left {
    gap: 78px;
  }
  .header-s7 .header-left,
  .header-s7 .header-right {
    flex: unset !important;
  }
}
@media (min-width: 1440px) {
  .header-s7 .form-search-nav {
    min-width: 340px;
  }
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-inner .header-left,
.header-inner .header-right {
  flex: 1;
}
.header-inner .header-right {
  display: flex;
  justify-content: flex-end;
}

.nav-icon-list {
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav-icon-list .nav-icon-item {
  display: flex;
}
.nav-icon-list .nav-icon-item .icon {
  font-size: 24px;
}
.nav-icon-list .nav-icon-item.has-text {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-icon-list .shop-cart {
  position: relative;
}
.nav-icon-list .shop-cart .count {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 11px;
  line-height: 10px;
  color: var(--white);
  background: var(--primary);
}
@media (max-width: 767px) {
  .nav-icon-list {
    gap: 12px;
  }
}
.box-navigation.style-white-2 .item-link {
  color: var(--white);
}
.box-navigation.style-white-2 .item-link .cus-text::after {
  background: var(--text);
}
.box-navigation.style-white-2 .menu-item:hover .item-link {
  color: var(--text);
}

.box-nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
}

.item-link {
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 4px;
  padding-top: 27px;
  padding-bottom: 27px;
  position: relative;
}
.item-link::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 48px);
  height: 100%;
  display: none;
}
.item-link .cus-text {
  position: relative;
}
.item-link .cus-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background: var(--primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item-link .icon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-item:hover .item-link {
  color: var(--primary);
}
.menu-item:hover .item-link::after {
  display: block;
}
.menu-item:hover .item-link .cus-text::after {
  right: auto;
  left: 0;
  width: 100%;
}
.menu-item:hover .item-link .icon {
  transform: rotate(180deg);
}
.menu-item:hover .sub-menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.sub-menu {
  position: absolute;
  left: -32px;
  right: auto;
  padding: 32px;
  background: var(--white);
  box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.1215686275);
  border-radius: 0px 0px 16px 16px;
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 1439px) {
  .sub-menu {
    min-width: 180px;
  }
}

.sub-menu_list li:not(:first-child) .sub-menu_link {
  padding-top: 8px;
}
.sub-menu_list li:not(:last-child) .sub-menu_link {
  padding-bottom: 8px;
}
@media (min-width: 1440px) {
  .sub-menu_list {
    min-width: 150px;
  }
}

.sub-menu_link {
  white-space: nowrap;
  color: var(--text-2);
  font-weight: 500;
}
.sub-menu_link .cus-text {
  position: relative;
}
.sub-menu_link .cus-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background: var(--text);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sub-menu_link:hover {
  color: var(--text);
}
.sub-menu_link:hover .cus-text::after {
  right: auto;
  left: 0;
  width: 100%;
}
.sub-menu_link.has-text {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* -- Nav Mobile -- */
.btn-open-menu {
  font-size: 24px;
  display: inline-flex;
}
.icon-close-popup,
.tf-sw-nav-2,
.nav-prev-swiper,
.nav-next-swiper {
  background: transparent;
  border: 0;
  padding: 0;
}
.icon-close-popup:focus-visible,
.tf-sw-nav-2:focus-visible,
.nav-prev-swiper:focus-visible,
.nav-next-swiper:focus-visible {
  outline: 2px solid var(--Primary);
  outline-offset: 4px;
}

.canvas-mb .canvas-header {
  display: grid;
  gap: 20px;
  justify-content: unset;
  padding: 20px;
}
.canvas-mb .canvas-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding-top: 0;
}
.canvas-mb .need-help-wrap {
  display: grid;
}
.nav-account .dropdown-account {
  pointer-events: none;
  position: absolute;
  background-color: var(--white);
  min-width: 200px;
  z-index: 999;
  visibility: hidden;
  text-align: left;
  top: calc(100% + 28px);
  opacity: 0;
  visibility: hidden;
  border-radius: 8px;
  transform: translateX(0px) translateY(15px);
  box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.12);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: -100px;
  padding: 8px 28px;
}
.nav-account .dropdown-account .list-menu-item li:not(:last-child) {
  margin-bottom: 8px;
}
.nav-account .dropdown-account .list-menu-item li:not(:last-child) a {
  border-bottom: 1px solid var(--line);
}
.nav-account .dropdown-account .list-menu-item a {
  padding: 8px 0px;
  display: block;
}
.nav-account:hover .dropdown-account {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  transform: translateX(0px) translateY(0px);
}
.nav-account .dropdown-login {
  left: -200px;
  min-width: 290px;
  padding: 24px;
}
.nav-account .dropdown-login .tf-btn {
  border-radius: 4px;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.nav-account .dropdown-login .sub-top {
  display: grid;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}
.nav-account .dropdown-login .sub-bot {
  padding: 16px 0px;
}

/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.tf-topbar {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  z-index: 101;
}
.tf-topbar .br-line.fake-class {
  position: absolute;
  left: 0;
  right: 0;
}

.swiper-topbar {
  height: 26px;
}

.topbar-s3 {
  padding-top: 9px;
  padding-bottom: 9px;
}

.tf-topbar .tf-dropdown-select.type-currencies > .dropdown-menu {
  width: max-content !important;
}

/*------------ Blog ---------------- */
/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.article-blog {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}
.article-blog .blog-image {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.article-blog .entry-date {
  margin-bottom: 12px;
}
.article-blog .entry-title {
  margin-bottom: 8px;
}
.article-blog.style-2 {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.article-blog.style-2 img {
  min-height: 450px;
}
.article-blog.style-2 .blog-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 28px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(40px);
}
@media (max-width: 767px) {
  .article-blog.style-2 .blog-content {
    padding: 24px 15px;
  }
}
.article-blog.style-3 .blog-image {
  border-radius: 1000px 1000px 0 0;
  position: relative;
}
@media (min-width: 1200px) {
  .article-blog {
    gap: 24px;
  }
}

/*------------ Element ---------------- */
/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
@keyframes sliderShape {
  0%, 100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
@keyframes tf-animate-zoom-in-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ripple-line {
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes shine-reverse {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
@-webkit-keyframes spinner-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes spinner-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes iconBounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes float1 {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-5px) rotate(-5deg);
  }
}
@keyframes float2 {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(5px) rotate(10deg);
  }
}
@keyframes float3 {
  0%, 100% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.1) rotate(-8deg);
  }
}
@keyframes float4 {
  0%, 100% {
    opacity: 0.6;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-8px);
  }
}
@keyframes float5 {
  0%, 100% {
    transform: rotate(0deg) scale(1);
  }
  25% {
    transform: rotate(5deg) scale(1.05);
  }
  75% {
    transform: rotate(-5deg) scale(1.05);
  }
}
@keyframes bgMove {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: 0% 0;
  }
}
@keyframes effect-send {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  49% {
    transform: translate3d(42px, -39px, 38px);
    opacity: 0;
  }
  50% {
    transform: translate3d(-42px, 39px, 38px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes move-stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

@keyframes erFlashEffect {
  100%, 20% {
    left: -200%;
  }
}
@keyframes BackgroundAnimatedVertical {
  0% {
    background-position: 50% 0;
  }
  100% {
    background-position: 50% 100%;
  }
}

/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.hover-img .img-style {
  overflow: hidden;
}
.hover-img .img-style > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: opacity 0.5s ease, transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
  transition: opacity 0.5s ease, transform 1.5s cubic-bezier(0, 0, 0.44, 1.18);
}
.hover-img:hover .img-style > img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hover-img4 .img-style4 {
  position: relative;
  overflow: hidden;
}
.hover-img4 .img-style4:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.hover-img4 .img-style4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.hover-img4:hover .img-style4:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.hover-img4:hover .img-style4 img {
  transform: scale(1.1);
}

.pagi2 .swiper-pagination2:hover .box-img .icon-practice,
.swiper-button-next2:hover .box-img .icon-practice,
.swiper-button-prev2:hover .box-img .icon-practice {
  opacity: 1;
  z-index: 99;
  top: 50%;
  transition-delay: 0.5s;
}
.pagi2 .swiper-pagination2:hover .img-style::before,
.swiper-button-next2:hover .img-style::before,
.swiper-button-prev2:hover .img-style::before {
  opacity: 1;
}
.pagi2 .swiper-pagination2 .img-style,
.swiper-button-next2 .img-style,
.swiper-button-prev2 .img-style {
  border-radius: 10px;
  overflow: hidden;
}
.pagi2 .swiper-pagination2 .img-style::before,
.swiper-button-next2 .img-style::before,
.swiper-button-prev2 .img-style::before {
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5019607843);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 99;
  opacity: 0;
  border-radius: 10px;
}
.pagi2 .swiper-pagination2 .img-style.s-one::before,
.swiper-button-next2 .img-style.s-one::before,
.swiper-button-prev2 .img-style.s-one::before {
  border-radius: 50%;
}

.hover-tooltip {
  position: relative;
}
.hover-tooltip .tooltip {
  font-family: "DM Sans", sans-serif;
  position: absolute;
  white-space: nowrap;
  padding: 2px 12px;
  border-radius: 2px;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  color: var(--white);
  background-color: var(--black);
  transition: transform 0.3s ease 0.1s, opacity 0.3s ease 0.1s;
  z-index: 5;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  border-radius: 8px;
  text-align: center;
  display: none;
}
.hover-tooltip .tooltip::before {
  content: "";
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  top: 22px;
  position: absolute;
  background: var(--black);
  width: 9px;
  height: 9px;
  z-index: -1;
}
@media (min-width: 1200px) {
  .hover-tooltip .tooltip {
    display: block;
  }
}
.hover-tooltip:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.hover-tooltip.tooltip-bot .tooltip {
  top: calc(100% + 9px);
  bottom: unset;
}
.hover-tooltip.tooltip-bot .tooltip::before {
  top: -5px;
}
.hover-tooltip.tooltip-left .tooltip {
  right: 100%;
  bottom: auto;
  transform: translateX(0px);
  left: unset;
}
.hover-tooltip.tooltip-left .tooltip::before {
  top: 50%;
  left: auto;
  transform: translateY(-50%) rotate(45deg);
  right: -4px;
}
.hover-tooltip.tooltip-left:hover .tooltip {
  transform: translateX(-12px);
}
.hover-tooltip.tooltip-right .tooltip {
  left: 100%;
  bottom: auto;
  transform: translateX(0px);
}
.hover-tooltip.tooltip-right .tooltip::before {
  top: 50%;
  right: auto;
  transform: translateY(-50%) rotate(45deg);
  left: -4px;
}
.hover-tooltip.tooltip-right:hover .tooltip {
  transform: translateX(8px);
}

/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.tf-social-icon-2 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tf-social-icon-2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--line);
}
.tf-social-icon-2 a:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}
.tf-social-icon-2 .icon {
  font-size: 24px;
}
.tf-social-icon-2.style-2 a {
  width: 32px;
  height: 32px;
}
.tf-social-icon-2.style-2 a:hover {
  border-color: var(--text);
  background-color: var(--text);
}
.tf-social-icon-2.style-2 .icon {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .tf-social-icon-2 a {
    width: 44px;
    height: 44px;
  }
}

/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.offcanvas {
  border: none !important;
  color: var(--black);
  z-index: 3000;
  background-color: var(--white);
}
.offcanvas.offcanvas-end, .offcanvas.offcanvas-start {
  width: 320px;
}
.offcanvas .icon-close-popup {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 24px;
  z-index: 2;
}
.offcanvas .icon-close-popup:hover {
  color: var(--primary);
}
.offcanvas .offcanvas-content {
  height: 100%;
}
.offcanvas.offcanvas-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  opacity: 0;
  visibility: hidden;
  max-width: calc(100vw - 30px);
}
.offcanvas.offcanvas-center.show {
  visibility: visible;
  opacity: 1;
}

.offcanvas-backdrop {
  z-index: 2999;
  cursor: url(../images/cursor-close.svg), auto;
}

.modal {
  cursor: url(../images/cursor-close.svg), auto;
}
.modal .icon-close-popup {
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg);
  z-index: 2;
}
.modal .icon-close-popup:hover {
  background: var(--text);
  color: var(--white);
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .modal .icon-close-popup {
    top: 20px;
    right: 20px;
  }
}
.modal .modal-content {
  border: 0;
}
.modal .modal-body {
  padding: 0;
}
.modal.fullRight .modal-dialog {
  transform: translate(100%, 0);
  min-width: 100%;
  height: 100%;
  margin: 0;
  transition: transform 1s ease-out;
}
.modal.fullRight .modal-dialog .modal-content {
  border-radius: 0;
  border: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 0;
}
.modal.fullRight .modal-dialog .modal-content .modal-body {
  overflow: auto;
  padding: 0;
  padding-bottom: 30px;
}
.modal.fullRight.show .modal-dialog {
  transform: none;
  transition: transform 0.4s ease-out;
}
.modal.fullLeft .modal-dialog {
  transform: translate(-100%, 0) !important;
  min-width: 100%;
  height: 100%;
  margin: 0;
  transition: all 0.3s !important;
}
.modal.fullLeft .modal-content {
  border-radius: 0;
  border: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  padding: 0;
}
.modal.fullLeft .modal-body {
  overflow: auto;
  padding: 0;
  padding-bottom: 30px;
}
.modal.fullLeft.show .modal-dialog {
  transform: translate(0, 0) !important;
}
.modal.fullBottom .modal-dialog {
  transform: translate(0, 100%);
  min-width: 100%;
  height: 100%;
  max-height: unset;
  margin: 0;
  transition: transform 0.3s linear !important;
}
.modal.fullBottom .modal-content {
  border-radius: 0;
  border: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
  max-height: max-content;
}
.modal.fullBottom .modal-body {
  overflow: auto;
  padding: 0;
  padding-bottom: 30px;
}
.modal.fullBottom.show .modal-dialog {
  transform: translate(0, 0);
}
.modal.modalCentered .modal-dialog {
  margin: 15px auto;
  padding-left: 15px;
  padding-right: 15px;
  transform: translate(0, 0) !important;
}
.modal.fade:not(.show) {
  opacity: 0;
}
.modal .modal-content {
  cursor: default !important;
  border-radius: 0px;
}
@media (max-width: 575px) {
  .modal {
    --bs-modal-margin: 1.75rem;
  }
}

.modal-dialog {
  background-clip: var(--white);
}

.modal-heading {
  position: relative;
  margin-bottom: 28px;
}

.canvas-wrapper {
  padding: 0;
  isolation: isolate;
  height: 100%;
  width: 100%;
  max-height: none;
  display: grid;
  grid-auto-rows: auto minmax(0, 1fr) auto;
  align-content: start;
}

.canvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  position: relative;
  text-transform: capitalize;
}
.canvas-header::after {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 0;
  height: 1px;
  background-color: var(--line);
}

.canvas-body {
  background-color: var(--white);
  padding: 24px;
  overscroll-behavior-y: contain;
  overflow-y: auto;
  flex: 1;
}
.canvas-body::-webkit-scrollbar {
  width: 2px;
}
.canvas-body::-webkit-scrollbar-track {
  background-color: var(--white);
}
.canvas-body::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 4px;
}
@media (min-width: 1200px) {
  .canvas-filter.offcanvas .canvas-body > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .sidebar-filter.show {
    transform: none;
  }
}

.modal-log .modal-dialog {
  max-width: 510px;
}
.modal-log .modal-content {
  position: relative;
  padding: 20px 15px;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .modal-log .modal-content {
    padding: 32px;
  }
}

.modal-ask .modal-dialog {
  max-width: 710px;
}
.modal-ask .tf-field textarea {
  height: 160px;
}

.tf-toolbar-bottom {
  display: none;
  padding: 15px 0px 15px;
  position: fixed;
  z-index: 200;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: var(--white);
  box-shadow: 0px 5px 18px 5px rgba(64, 72, 87, 0.1490196078);
}
.tf-toolbar-bottom .toolbar-item {
  flex: 1 0 20%;
  position: relative;
}
.tf-toolbar-bottom a {
  width: 100%;
  gap: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tf-toolbar-bottom .toolbar-icon {
  font-size: 20px;
  position: relative;
  display: flex;
}
.tf-toolbar-bottom .toolbar-count {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  border-radius: 50%;
  font-size: 11px;
  line-height: 10px;
  color: var(--white);
}
.tf-toolbar-bottom .toolbar-label {
  font-size: 12px;
  line-height: 16px;
}
@media (max-width: 1199px) {
  .tf-toolbar-bottom {
    display: flex;
  }
}

.modal-newsletter .modal-dialog {
  max-width: 870px;
}
.modal-newsletter .modal-content {
  border-radius: 16px;
  overflow: hidden;
}
.modal-newsletter .image-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(20px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
}
.modal-newsletter .content-right {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateX(-20px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
}
.modal-newsletter .desc-pop {
  margin-bottom: 28px;
}
.modal-newsletter.show .image-left img {
  transform: translateX(0px);
}
.modal-newsletter.show .content-right {
  transform: translateX(0px);
}
@media (min-width: 768px) {
  .modal-newsletter .image-left {
    max-width: 360px;
    width: 100%;
  }
  .modal-newsletter .modal-content {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .modal-newsletter .desc-pop {
    margin-bottom: 40px;
  }
  .modal-newsletter .content-right {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .modal-newsletter .image-left img {
    max-height: 300px;
    object-position: top;
  }
}

.modal-search .modal-dialog {
  max-width: 1154px;
}
.modal-search .modal-content {
  gap: 24px;
  padding: 20px 20px 20px;
  border-radius: 24px;
}
.modal-search .icon-close-popup {
  position: unset;
}
.modal-search .form-search-nav input {
  border-radius: 12px;
}
.modal-search .tf-list-tag {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.modal-search .link-tag {
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid var(--line);
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.modal-search .link-tag:hover {
  background: var(--line);
}
@media (min-width: 1200px) {
  .modal-search .modal-content {
    gap: 32px;
  }
  .modal-search .form-search-nav input {
    padding: 12px 23px;
    padding-right: 52px;
    font-size: 18px;
    line-height: 28px;
  }
  .modal-search .modal-content {
    padding: 40px;
  }
}

/* -- Shoping Cart -- */
.tf-minicart-recommendations {
  width: 260px;
  flex-shrink: 0;
  padding: 24px 23px 0px 24px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.tf-minicart-recommendations .title {
  margin-bottom: 12px;
}
.tf-minicart-recommendations > .wrap-recommendations {
  flex-grow: 1;
  overflow-y: auto;
}
.tf-minicart-recommendations > .wrap-recommendations::-webkit-scrollbar {
  width: 0px;
}
@media (max-width: 767px) {
  .tf-minicart-recommendations {
    display: none;
  }
}

.popup-shopping-cart {
  flex-direction: row;
}
.popup-shopping-cart .popup-header {
  padding: 24px 24px 20px;
}
.popup-shopping-cart .cart-threshold {
  padding: 20px;
  background: var(--bg);
  border-radius: 12px;
}
.popup-shopping-cart .cart-threshold .tf-progress-ship {
  border-radius: 100px;
  height: 4px;
  background: var(--line);
  margin-top: 8px;
  margin-bottom: 8px;
}
.popup-shopping-cart .cart-threshold .tf-progress-ship .value {
  background: var(--success);
  height: 4px;
  border-radius: 100px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.popup-shopping-cart .cart-threshold .tf-progress-ship .value:before {
  content: "\e930";
  font-size: 12px;
  color: var(--success);
  font-family: "icomoon";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: var(--white);
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--success);
}
.popup-shopping-cart .wrap {
  display: flex;
  flex-direction: column;
}
.popup-shopping-cart .tf-mini-cart-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}
.popup-shopping-cart .tf-mini-cart-bottom-wrap {
  padding: 16px 24px 20px;
}
.popup-shopping-cart .tf-mini-cart-bottom-wrap .tf-mini-cart-total {
  margin-bottom: 12px;
}
.popup-shopping-cart .tf-mini-cart-bottom-wrap .tf-mini-cart-view-checkout {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.popup-shopping-cart .tf-mini-cart-bottom-wrap .tf-mini-cart-view-checkout a {
  width: 100%;
}
.popup-shopping-cart .tf-mini-cart-view-checkout {
  display: grid;
  gap: 12px;
}
@media (min-width: 576px) {
  .popup-shopping-cart {
    max-width: 740px;
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .popup-shopping-cart {
    background: transparent;
    pointer-events: none;
  }
  .popup-shopping-cart .tf-minicart-recommendations,
  .popup-shopping-cart .canvas-wrapper {
    background: var(--white);
    pointer-events: all;
  }
  .popup-shopping-cart .canvas-wrapper {
    max-width: 480px;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .popup-shopping-cart {
    flex-direction: column;
    max-width: min(500px, 100vw);
    max-width: 340px;
  }
  .popup-shopping-cart .tf-minicart-recommendations {
    padding: 16px 16px 0;
    width: unset;
  }
  .popup-shopping-cart .tf-minicart-recommendations .title {
    margin-bottom: 16px;
  }
  .popup-shopping-cart .list-cart {
    display: flex;
    gap: 15px;
    overflow-x: auto;
  }
  .popup-shopping-cart .cart-threshold {
    padding: 15px;
  }
  .popup-shopping-cart .tf-mini-cart-sroll {
    padding: 0 16px;
  }
  .popup-shopping-cart .popup-header {
    padding: 16px;
  }
  .popup-shopping-cart .tf-mini-cart-tool {
    padding: 10px 16px;
  }
  .popup-shopping-cart .tf-mini-cart-tool-btn {
    padding: 6px 8px;
  }
  .popup-shopping-cart .tf-mini-cart-bottom-wrap {
    padding: 20px 16px 20px;
  }
  .popup-shopping-cart .tf-mini-cart-tool-openable .tf-mini-cart-tool-content {
    padding: 24px 16px;
  }
}

.tf-mini-cart-main {
  flex: 1 1 auto;
  position: relative;
}

.tf-mini-cart-sroll {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  padding: 0px 24px;
}
.tf-mini-cart-sroll::-webkit-scrollbar {
  width: 4px;
  background: var(--line);
}
.tf-mini-cart-sroll::-webkit-scrollbar-thumb {
  background-color: var(--text-3);
}
@media (min-width: 1200px) {
  .tf-mini-cart-sroll::-webkit-scrollbar {
    width: 8px;
    background: var(--line);
  }
}

.tf-mini-cart-items {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.tf-mini-cart-tool {
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--bg-2);
}
@media (max-width: 767px) {
  .tf-mini-cart-tool {
    gap: 6px;
  }
}

.tf-mini-cart-tool-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--white);
}
.tf-mini-cart-tool-btn .icon {
  font-size: 20px;
}
.tf-mini-cart-tool-btn:hover {
  background: var(--text);
  color: var(--white);
}
@media (max-width: 767px) {
  .tf-mini-cart-tool-btn {
    gap: 6px;
  }
}

.tf-mini-cart-tool-openable {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 70;
  opacity: 0;
  visibility: hidden;
}
.tf-mini-cart-tool-openable.open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.tf-mini-cart-tool-openable.open > .overlay {
  opacity: 0;
  visibility: visible;
}
.tf-mini-cart-tool-openable.open .tf-mini-cart-tool-content {
  box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.1019607843);
}
.tf-mini-cart-tool-openable > .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 200vh;
  right: 0;
  background-color: transparent;
  opacity: 0;
  background-color: var(--black);
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-mini-cart-tool-openable .tf-mini-cart-tool-close {
  cursor: pointer;
}
.tf-mini-cart-tool-openable .tf-mini-cart-tool-content {
  position: relative;
  z-index: 80;
  padding: 24px;
  background-color: var(--white);
}
.tf-mini-cart-tool-openable .tf-mini-cart-tool-content .tf-mini-cart-tool-text {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: var(--black);
}
.tf-mini-cart-tool-openable .tf-mini-cart-tool-content .tf-mini-cart-tool-text .icon {
  font-size: 20px;
}
.tf-mini-cart-tool-openable .tf-mini-cart-tool-content .tf-cart-tool-btns {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.tf-mini-cart-tool-openable.add-note textarea {
  height: 150px;
  margin-bottom: 12px;
}
.tf-mini-cart-tool-openable.add-gift .wrap {
  padding: 44px 15px;
  border-radius: 12px;
  border: 1px solid var(--line);
  text-align: center;
  margin-bottom: 24px;
}
.tf-mini-cart-tool-openable.add-gift .wrap .icon {
  margin-bottom: 8px;
  font-size: 40px;
}
.tf-mini-cart-tool-openable.estimate-shipping .tf-cart-tool-btns {
  margin-top: 24px;
}
.tf-mini-cart-tool-openable.estimate-shipping .error {
  color: #FF6F61;
}
.tf-mini-cart-tool-openable.estimate-shipping .success .standard {
  color: #1CAA23;
  margin-top: 4px;
}

/* -- Quick View -- */
.canvas-quickview {
  flex-direction: row;
}
.canvas-quickview .wrap-canvas {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .canvas-quickview {
    gap: 24px;
    width: 848px !important;
  }
  .canvas-quickview.style-2 {
    max-width: 468px !important;
  }
}
@media (min-width: 1200px) {
  .canvas-quickview {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .canvas-quickview {
    flex-direction: column;
  }
  .canvas-quickview .wrap-canvas {
    overflow: auto;
  }
  .canvas-quickview .canvas-header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.modal-quickadd .modal-dialog {
  max-width: 498px;
}
.modal-quickadd .modal-content {
  padding: 24px;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .modal-quickadd .modal-content {
    padding: 20px 15px;
  }
}

.box-text_empty.type-shop_cart {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 32px;
  gap: 30px;
}
.box-text_empty.type-shop_cart .shop-empty_top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  max-width: 354px;
  margin: 0 auto;
  flex: 1;
}
.box-text_empty.type-shop_cart .shop-empty_top .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--black);
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  margin-bottom: 24px;
}
.box-text_empty.type-shop_cart .shop-empty_top .text-emp {
  margin-bottom: 12px;
}
.box-text_empty.type-shop_cart .shop-empty_bot {
  display: grid;
  gap: 12px;
}
@media (max-width: 767px) {
  .box-text_empty.type-shop_cart .shop-empty_top .icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
  .box-text_empty.type-shop_cart .text-emp {
    font-size: 24px;
    line-height: 32px;
  }
}

.modal-order_detail .modal-dialog {
  max-width: 1191px;
}
.modal-order_detail .modal-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.modal-order_detail .modal-content {
  border-radius: 16px;
}
.modal-order_detail .col-left {
  padding: 40px;
  border-right: 1px solid var(--line);
}
.modal-order_detail .col-right {
  padding: 40px;
}
.modal-order_detail .box-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.modal-order_detail .list-order-product .order-item {
  padding-bottom: 15px;
  margin-bottom: 16px;
}
.modal-order_detail .list-order-product .order-item:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}
.modal-order_detail .list-total {
  padding-top: 19px;
  padding-bottom: 19px;
  margin-bottom: 20px;
}
.modal-order_detail .list-total .total-item:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .modal-order_detail .col-left .tf-grid-layout {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .modal-order_detail .col-left,
  .modal-order_detail .col-right {
    padding: 20px;
  }
  .modal-order_detail .grid-info {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .modal-order_detail .col-left {
    border: 0;
    order: 2;
  }
  .modal-order_detail .box-info {
    gap: 4px;
  }
}

.canvas-compare {
  height: max-content !important;
  width: 100% !important;
  z-index: 5000;
}
.canvas-compare .canvas-body {
  padding: 32px 0;
}
.canvas-compare .canvas-wrapper {
  height: unset;
}

.tf-compare-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tf-compare-list .tf-compare-head {
  flex: 0 0 18.96%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.tf-compare-list .tf-compare-head .title {
  font-size: 28px;
  line-height: 34px;
}
.tf-compare-list .tf-compare-offcanvas {
  display: flex;
  align-items: center;
  flex: 1 1 100%;
  overflow-x: auto;
}
.tf-compare-list .tf-compare-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 0 0 17%;
}
.tf-compare-list .tf-compare-buttons .tf-compare-button-clear-all {
  cursor: pointer;
}
@media (max-width: 1024px) {
  .tf-compare-list {
    flex-direction: column;
    max-height: 100%;
    overflow-y: auto;
    gap: 20px;
  }
  .tf-compare-list > div {
    flex: 0 0 100% !important;
  }
  .tf-compare-list .tf-compare-buttons {
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
  }
}

.modal-share .modal-dialog {
  max-width: 620px;
}
.modal-share .wrap-code {
  position: relative;
  border-radius: 999px;
  padding: 12px 20px;
  background-color: var(--bg-2);
}
.modal-share .btn-action-copy {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  min-width: 100px;
  height: unset;
}
.modal-share .modal-content {
  position: relative;
  padding: 20px 15px;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .modal-share .modal-content {
    padding: 32px;
  }
}
@media (min-width: 1200px) {
  .modal-share .tf-social-icon {
    margin-bottom: 40px;
  }
}

.title-pop {
  letter-spacing: 0;
}

.modal-find_size .modal-dialog {
  max-width: 900px;
}
.modal-find_size .tf-sizeguide-table {
  border: 1px solid var(--line);
  border-radius: 5px;
  width: 100%;
  white-space: nowrap;
}
.modal-find_size .tf-sizeguide-table th {
  border: 1px solid var(--line);
  padding: 10px;
  font-weight: 600;
  line-height: 20px;
}
.modal-find_size .tf-sizeguide-table td {
  border: 1px solid var(--line);
  border-width: 0 1px 1px 0;
  padding: 10px;
  line-height: 20px;
}
.modal-find_size .tf-page-size-chart-content {
  display: grid;
  gap: 10px;
  grid-template-columns: 8fr 4fr;
}
.modal-find_size p {
  color: var(--text-2);
}
.modal-find_size .modal-content {
  position: relative;
  padding: 20px 15px;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .modal-find_size .modal-content {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .modal-find_size .tf-page-size-chart-content {
    grid-template-columns: unset;
  }
  .modal-find_size .tf-page-size-chart-content > div:last-child {
    text-align: center;
  }
}

.offcanvas-pickup .pickup-available-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.offcanvas-pickup .pickup-available-item .title {
  margin-bottom: 8px;
}
.offcanvas-pickup .pickup-available-item .desc {
  margin-bottom: 12px;
}
.offcanvas-pickup .pickup-available-item ul {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 12px;
}
.offcanvas-pickup .pickup-available-item a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.offcanvas-pickup .pickup-available-item a .icon {
  font-size: 10px;
}
@media (min-width: 576px) {
  .offcanvas-pickup {
    width: 520px !important;
  }
}
@media (min-width: 1200px) {
  .offcanvas-pickup .modal-inner {
    padding: 40px 32px;
  }
  .offcanvas-pickup .pickup-available-list {
    gap: 40px;
  }
}

.canvas-lookbook.offcanvas {
  height: auto;
}

.modalDemo .demo-title {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}
.modalDemo .modal-dialog {
  max-width: 1540px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.modalDemo .modal-content {
  padding: 0 40px 40px;
  background-color: var(--white);
  width: 100%;
  border-radius: 20px;
  margin: 0 30px;
  max-height: calc(100vh - 60px);
  border: 0;
  cursor: default;
  overflow: hidden;
}
.modalDemo .mega-menu {
  padding: 0 20px;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}
.modalDemo .mega-menu::-webkit-scrollbar {
  width: 6px;
  background: var(--line);
}
.modalDemo .mega-menu::-webkit-scrollbar:hover {
  width: 12px;
  height: 12px;
}
.modalDemo .mega-menu::-webkit-scrollbar-thumb {
  background: var(--text);
  transition: all 0.3s ease;
}
.modalDemo .top {
  position: relative;
}
.modalDemo .top .btn-close-popup {
  position: absolute;
  top: 18px;
  right: 0;
  font-size: 24px;
}
.modalDemo .row-demo {
  grid-template-columns: repeat(5, 1fr);
  row-gap: 32px;
}
@media (max-width: 1439px) {
  .modalDemo .row-demo {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */

/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
form {
  position: relative;
  z-index: 30;
}
form select,
form textarea,
form input[type=text],
form input[type=time],
form input[type=week],
form input[type=number],
form input[type=email],
form input[type=url],
form input[type=search],
form input[type=tel] {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 11px 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form select::placeholder,
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=time]::placeholder,
form input[type=week]::placeholder,
form input[type=number]::placeholder,
form input[type=email]::placeholder,
form input[type=url]::placeholder,
form input[type=search]::placeholder,
form input[type=tel]::placeholder {
  color: var(--text-3);
  font-size: 16px;
  line-height: 26px;
}
form select:focus,
form textarea:focus,
form input[type=text]:focus,
form input[type=time]:focus,
form input[type=week]:focus,
form input[type=number]:focus,
form input[type=email]:focus,
form input[type=url]:focus,
form input[type=search]:focus,
form input[type=tel]:focus {
  border-color: var(--black);
}
form button,
form input[type=button],
form input[type=submit] {
  background-color: transparent;
  overflow: hidden;
  padding: 0;
}
form textarea {
  height: 100px;
  resize: none;
}
form .form-content {
  display: grid;
  gap: 20px;
}
form .tf-grid-layout {
  gap: 20px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-search-nav {
  position: relative;
  width: 100%;
}
.form-search-nav .btn-action {
  position: absolute;
  font-size: 24px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.form-search-nav fieldset input {
  padding-left: 44px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.form-search-nav.style-2 .btn-action {
  right: 16px;
  left: auto;
}
.form-search-nav.style-2 fieldset input {
  padding-left: 15px;
  padding-right: 52px;
}
.form-search-nav.style-2 fieldset input::placeholder {
  font-size: 18px;
  line-height: 28px;
  color: var(--text-3);
  font-weight: normal;
}
.form-search-nav.style-3 .btn-action {
  right: 12px;
  left: auto;
}
.form-search-nav.style-3 fieldset input {
  padding-left: 12px;
  padding-right: 48px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.form-sub {
  position: relative;
}
.form-sub fieldset input {
  border-radius: 128px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
}
.form-sub .btn-action {
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 4px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--black);
  border-radius: 50%;
  color: var(--white);
  font-size: 20px;
}
.form-sub .btn-action .icon {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-sub .btn-action:hover {
  background: var(--primary);
}
.form-sub .btn-action:hover .icon {
  transform: rotate(45deg);
}

.tf-select {
  position: relative;
}
.tf-select select {
  width: 100%;
  padding: 11px 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--text);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  appearance: none;
  outline: 0 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
}
.tf-select select:focus {
  border-color: var(--text);
}
.tf-select::after {
  font-family: "icomoon";
  position: absolute;
  content: "\e908";
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  z-index: 1;
  font-weight: 400;
  color: var(--text);
}
.tf-select:hover select {
  border-color: var(--text);
}
.tf-select.style-2 {
  min-width: 100px;
}

.btn-open-search {
  min-width: 320px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--white);
  padding-top: 8px;
  padding-bottom: 7px;
  color: var(--white);
}
.btn-open-search .icon {
  font-size: 24px;
}
.btn-open-search.style-2 {
  color: var(--text-2);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 19px;
}
.btn-open-search.style-2 .icon {
  color: var(--text);
}
@media (min-width: 1440px) {
  .btn-open-search.style-2 {
    width: 100%;
    max-width: 690px;
  }
}

/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.tf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 44px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  background: var(--text);
  color: var(--white);
  border-radius: 60px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-btn.w-100 {
  padding-left: 12px;
  padding-right: 12px;
}
.tf-btn.btn-white {
  background: var(--white);
  color: var(--text);
}
.tf-btn.btn-white:hover {
  background: var(--text);
  color: var(--white);
}
.tf-btn.btn-white::after {
  display: none;
}
.tf-btn.btn-white.hv-primary:hover {
  background: var(--primary);
}
.tf-btn.btn-stroke {
  border: 1px solid var(--text);
}
.tf-btn.btn-stroke:not(:hover) {
  background: transparent;
  color: var(--text);
}
.tf-btn.small {
  height: 42px;
  padding-left: 24px;
  padding-right: 24px;
}
.tf-btn.small.w-100 {
  padding-left: 12px;
  padding-right: 12px;
}
.tf-btn.style-2 {
  border-radius: 12px;
}
@media (min-width: 1200px) {
  .tf-btn {
    height: 58px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.animate-btn {
  position: relative;
  overflow: hidden;
}
.animate-btn:hover::after {
  animation: shine-reverse 1s forwards;
}
.animate-btn.w-100:hover::after {
  animation: shine-reverse 1.5s forwards;
}

.animate-btn:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100%;
  opacity: 0.6;
}

button.animate-btn::after,
.animate-btn.tf-btn::after {
  background-image: linear-gradient(120deg, rgba(0, 0, 0, 0) 20%, rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0) 70%);
}

/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.tf-swiper .tf-sw-pagination:not(.swiper-pagination-lock) {
  margin-top: 20px;
}

.swiper-button-disabled {
  pointer-events: none !important;
}
.sw-dot-default .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: transparent;
  position: relative;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.sw-dot-default .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--text-3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw-dot-default .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid var(--text);
}
.sw-dot-default .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: var(--text);
}
.sw-dot-default.style-2 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}
.sw-dot-default.style-2 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active)::before {
  border: 1px solid var(--text);
  background: transparent;
}
.sw-dot-default.swiper-pagination-lock {
  margin: 0;
}

.sw-line-default {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.sw-line-default .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  background: var(--white);
  border-radius: 0;
  margin: 0 !important;
}
.sw-line-default .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw-line-default .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
}
.sw-line-default .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  opacity: 0.3;
}
.sw-line-default.style-2 .swiper-pagination-bullet {
  background: var(--text);
}
@media (max-width: 991px) {
  .sw-line-default {
    gap: 6px;
  }
  .sw-line-default .swiper-pagination-bullet {
    width: 20px;
  }
  .sw-line-default .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
  }
}

.tf-sw-nav-2 {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  border: 1px solid var(--line);
  background: var(--white);
}
.tf-sw-nav-2:hover {
  border-color: var(--text);
  background: var(--text);
  color: var(--white);
}
.tf-sw-nav-2.swiper-button-disabled {
  opacity: 0.4 !important;
}
.tf-sw-nav-2.style-2 {
  border: 0;
  border-radius: 0;
}
.tf-sw-nav-2.style-2:not(:hover) {
  background: var(--white);
}
.tf-sw-nav-2.style-3 {
  background: rgba(255, 255, 255, 0.1019607843);
  border-color: transparent;
  border-radius: 8px;
}
.tf-sw-nav-2.style-3:hover {
  border-color: var(--white);
}
.tf-sw-nav-circle.swiper-button-disabled {
  opacity: 0.5;
}

.slider_effect_fade .swiper-slide.swiper-slide-active .fade-item {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.slider_effect_fade .swiper-slide.swiper-slide-active .scale-item {
  transform: scale(1);
}
.slider_effect_fade .swiper-slide.swiper-slide-active .width-item {
  width: 100%;
}
.slider_effect_fade .fade-item {
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider_effect_fade .fade-item.fade-box {
  transition-delay: 0.4s;
  transform: translateY(0px);
}
.slider_effect_fade .fade-item.fade-item-1 {
  transition-delay: 0.5s;
}
.slider_effect_fade .fade-item.fade-item-2 {
  transition-delay: 0.6s;
}
.slider_effect_fade .fade-item.fade-item-3 {
  transition-delay: 0.7s;
}
.slider_effect_fade .fade-item.fade-item-4 {
  transition-delay: 0.8s;
}
.slider_effect_fade .fade-item.fade-item-5 {
  transition-delay: 1s;
}

@media (max-width: 767px) {
  .slider_effect_scale-md .swiper-slide {
    overflow: hidden;
  }
  .slider_effect_scale-md .swiper-slide.swiper-slide-active .scale-item {
    transform: scale(1);
  }
}

@media (max-width: 767px) {
  .slider_effect_fade-md .swiper-slide.swiper-slide-active .fade-item {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .slider_effect_fade-md .fade-item {
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .slider_effect_fade-md .fade-item.fade-box {
    transition-delay: 0.4s;
    transform: translateY(0px);
  }
  .slider_effect_fade-md .fade-item.fade-item-1 {
    transition-delay: 0.5s;
  }
  .slider_effect_fade-md .fade-item.fade-item-2 {
    transition-delay: 0.6s;
  }
  .slider_effect_fade-md .fade-item.fade-item-3 {
    transition-delay: 0.7s;
  }
  .slider_effect_fade-md .fade-item.fade-item-4 {
    transition-delay: 0.8s;
  }
}

.tf-slideshow {
  position: relative;
}
.tf-slideshow .sw-line-default {
  position: absolute;
  bottom: 28px;
  right: 0;
  left: 0;
  z-index: 2;
}
.tf-slideshow.style-2 .sld_image {
  background-color: var(--text);
}
.tf-slideshow.style-2 .sld_image img {
  opacity: 0.8;
}
.tf-slideshow.style-2 .tf-sw-nav-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
}
@media (min-width: 992px) {
  .tf-slideshow.style-2 .sub-text_sld {
    margin-bottom: 40px !important;
  }
}
.tf-slideshow.style-2 .nav-next-swiper {
  right: 40px;
}
.tf-slideshow.style-2 .nav-prev-swiper {
  left: 40px;
}
.tf-slideshow.style-2 .sld_content {
  top: calc(50% + 25px);
}
@media (max-width: 1439px) {
  .tf-slideshow .slideshow-wrap {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .tf-slideshow .sw-line-default {
    bottom: 15px;
  }
  .tf-slideshow .slideshow-wrap {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .tf-slideshow .slideshow-wrap {
    height: 450px;
  }
}

.slideshow-wrap {
  position: relative;
}

.sld_content {
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
}
.sld_content .heading {
  margin-bottom: 32px;
}
.sld_content .group-action {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media (min-width: 992px) {
  .sld_content.type-2 {
    left: 45px;
  }
}
@media (min-width: 1200px) {
  .sld_content .heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .sld_content .sub-text_sld {
    display: none;
  }
}

.sld_image {
  height: 100%;
  overflow: hidden;
}
.sld_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap-sw-over {
  margin-left: -10px;
  padding-left: 10px;
  margin-bottom: -10px;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .wrap-sw-over {
    margin-left: -40px;
    padding-left: 40px;
    margin-bottom: -40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .swiper-cate .category-v04 {
    max-width: 240px;
    display: flex;
    flex-direction: column;
  }
  .swiper-cate .swiper-slide:not(:first-child) .category-v04 {
    margin: 0 auto;
  }
  .swiper-cate .swiper-slide:last-child .category-v04 {
    margin: 0 0 0 auto;
  }
}
.box-nav-pag .nav-pag_wrap .pagination-fraction .swiper-slice::after {
  content: "/";
}

/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.sw-pg-thumb .swiper-pagination-bullet {
  margin: 0 !important;
  width: 40px;
  border-radius: 0;
  height: 4px;
  background-color: var(--white);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.sw-pg-thumb .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  opacity: 0.3;
  width: 24px;
}
.sw-pg-thumb .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  height: calc(100% + 30px);
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-v01 {
  display: flex;
  gap: 30px;
}
.testimonial-v01 .star-wrap {
  margin-bottom: 16px;
}
.testimonial-v01.style-2 {
  padding: 20px;
  background: var(--bg);
  border-radius: 16px;
}
.testimonial-v01.style-2.type-2 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial-v01.style-2.type-2 .star-wrap {
  margin-bottom: 8px;
}
.testimonial-v01.style-3 {
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
  background: var(--white);
}
.testimonial-v01.style-6 {
  flex-direction: column;
  gap: 24px;
}
.testimonial-v01.style-6 .star-wrap i {
  color: var(--text);
}
@media (min-width: 576px) {
  .testimonial-v01.style-3 > * {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .testimonial-v01.style-2 {
    padding: 40px;
  }
  .testimonial-v01.style-2.type-2 {
    padding: 28px;
  }
  .testimonial-v01.style-2.type-2 .star-wrap .icon {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .testimonial-v01.style-2.type-2:hover {
    background: var(--secondary);
  }
  .testimonial-v01.style-2.type-2:hover .star-wrap .icon {
    color: var(--white) !important;
  }
}
@media (max-width: 991px) {
  .testimonial-v01 {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .testimonial-v01 {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .testimonial-v01.style-3 {
    flex-direction: column;
  }
  .testimonial-v01.style-3 > * {
    width: 100%;
  }
}

.section-testimonials {
  padding: 108px 0;
}
@media (max-width: 991px) {
  .section-testimonials {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .section-testimonials {
    padding: 40px 0;
  }
}
.section-testimonials .banner {
  position: absolute;
  inset: 0;
  background-color: #150a12;
  border-radius: 20px;
  overflow: hidden;
}
.section-testimonials .banner img {
  opacity: 40%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .section-testimonials .tf-sw-pagination {
    margin-top: 31px !important;
  }
}

/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */

.tf-dropdown-select.style-default {
  width: unset !important;
  display: flex;
}
.tf-dropdown-select.style-default > select {
  display: none !important;
}
.tf-dropdown-select.style-default > .dropdown-toggle {
  padding: 0px;
  padding-right: 20px;
  background-color: transparent !important;
  border: 0;
  outline: none !important;
  color: var(--black);
}
.tf-dropdown-select.style-default > .dropdown-toggle::after {
  border: 0;
  position: absolute;
  right: 0;
  content: "\e908";
  font-family: "icomoon";
  font-size: 16px;
  line-height: 1;
  color: var(--black);
  margin-left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.tf-dropdown-select.style-default > .dropdown-menu {
  overflow: unset !important;
  margin-top: 17px !important;
  margin-bottom: 17px !important;
  padding: 15px 20px;
  border-radius: 4px;
  border: 0;
  background-color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 18px 0px;
}
.tf-dropdown-select.style-default > .dropdown-menu a {
  padding: 5px 0;
}
.tf-dropdown-select.style-default > .dropdown-menu a .text {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.tf-dropdown-select.style-default > .dropdown-menu a .text img {
  width: 20px;
  height: 15px;
}
.tf-dropdown-select.style-default > .dropdown-menu a:hover, .tf-dropdown-select.style-default > .dropdown-menu a:active, .tf-dropdown-select.style-default > .dropdown-menu a.active {
  color: var(--primary) !important;
  background-color: unset !important;
}
.tf-dropdown-select.style-default > .dropdown-menu::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: var(--white);
  top: 0;
  left: 50%;
  z-index: 2;
}
.tf-dropdown-select.style-default > .dropdown-menu[data-popper-placement=top-start]::after {
  display: none;
}
.tf-dropdown-select.style-default > .dropdown-menu[data-popper-placement=top-start]::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  transform: translate(-50%, 50%) rotate(45deg);
  background-color: var(--white);
  bottom: 0%;
  left: 50%;
  z-index: 2;
}
.tf-dropdown-select.style-default .dropdown-menu > .inner {
  overflow-y: hidden !important;
}
.tf-dropdown-select.type-currencies > .dropdown-menu {
  width: 120px !important;
}
.tf-dropdown-select.type-languages > .dropdown-menu {
  width: 110px !important;
  margin-left: -25px !important;
}
.tf-dropdown-select.color-white > .dropdown-toggle {
  color: var(--white);
}
.tf-dropdown-select.color-white > .dropdown-toggle::after {
  color: var(--white);
}
.tf-dropdown-select.color-text-2 > .dropdown-toggle {
  color: var(--text-2);
}
.tf-dropdown-select.color-text-2 > .dropdown-toggle::after {
  color: var(--text-2);
}
.tf-dropdown-select.color-text-3 > .dropdown-toggle {
  color: var(--text-3);
}
.tf-dropdown-select.color-text-3 > .dropdown-toggle::after {
  color: var(--text-3);
}
select.tf-dropdown-select.style-default {
  width: auto;
  padding-right: 18px;
  border: 0;
  background-color: transparent;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  color: var(--black);
  cursor: pointer;
  font: inherit;
  line-height: 26px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23101010' d='M3.22 5.97a.75.75 0 0 1 1.06 0L8 9.69l3.72-3.72a.75.75 0 1 1 1.06 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L3.22 7.03a.75.75 0 0 1 0-1.06Z'/%3E%3C/svg%3E");
}
select.tf-dropdown-select.style-default.color-white {
  color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M3.22 5.97a.75.75 0 0 1 1.06 0L8 9.69l3.72-3.72a.75.75 0 1 1 1.06 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L3.22 7.03a.75.75 0 0 1 0-1.06Z'/%3E%3C/svg%3E");
}
.tf-dropdown-sort.show .btn-select .icon {
  transform: rotate(180deg);
}
.tf-dropdown-sort .dropdown-menu {
  min-width: 200px;
  border: 1px solid var(--line);
  padding: 10px 5px;
  border-radius: 0px;
  max-height: 68vh;
  isolation: isolate;
  overscroll-behavior-y: contain;
  overflow-y: auto;
  z-index: 99;
}
.tf-dropdown-sort .dropdown-menu::-webkit-scrollbar {
  width: 3px;
}
.tf-dropdown-sort .dropdown-menu::-webkit-scrollbar-thumb {
  border-radius: 4px;
}

.dropdown-filter .dropdown-toggle {
  min-width: 80px;
  border-radius: 8px;
  padding: 6px 14px;
  border: 1px solid var(--line);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dropdown-filter .dropdown-toggle::after {
  display: none;
}
.dropdown-filter .dropdown-toggle.show .icon {
  transform: rotate(180deg);
}
.dropdown-filter .dropdown-toggle:hover {
  border-color: var(--text);
}
.dropdown-filter .icon {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dropdown-filter .text-value {
  text-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  font-weight: 500;
}
.dropdown-filter .dropdown-menu {
  margin-top: -2px !important;
  min-width: 238px;
  box-shadow: var(--shadow-1);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 15px 10px;
  max-height: 68vh;
  isolation: isolate;
  overscroll-behavior-y: contain;
  overflow-y: auto;
  z-index: 99;
  box-shadow: 0 0 25px 3px rgba(0, 0, 0, 0.1);
}
.dropdown-filter .dropdown-menu::-webkit-scrollbar {
  width: 5px;
}
.dropdown-filter .dropdown-menu::-webkit-scrollbar-track {
  background-color: var(--line);
}
.dropdown-filter .dropdown-menu::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 4px;
}
.dropdown-filter .dropdown-menu.drop-menu-brand {
  max-height: 180px;
}
.dropdown-filter .filter-color-box,
.dropdown-filter .filter-size-box {
  gap: 8px;
}
@media (min-width: 1200px) {
  .dropdown-filter .dropdown-menu {
    min-width: 240px;
    padding: 25px 15px;
  }
}

.select-category .dropdown_product_cate {
  display: none;
}
.tf-variant-dropdown .dropdown-menu {
  margin: 0px !important;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
  min-width: 180px;
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 6px;
  max-height: 68vh;
  isolation: isolate;
  overscroll-behavior-y: contain;
  overflow-y: auto;
}
.tf-variant-dropdown .dropdown-menu::-webkit-scrollbar {
  width: 5px;
}
.tf-variant-dropdown .dropdown-menu::-webkit-scrollbar-track {
  background-color: var(--bg-scrollbar-track);
}
.tf-variant-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background: var(--bg-scrollbar-thumb);
  border-radius: 4px;
}
.tf-variant-dropdown.full .dropdown-menu {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed;
}

/*-- CSS --*/

@keyframes fadeShop {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.widget-facet .facet-title.collapsed {
  margin-bottom: 0px;
}
.widget-facet .facet-title.collapsed .icon {
  transform: rotate(180deg);
}
.overlay-filter.show {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1200px) {
  .filter-drawer-wrap .collapse-body {
    padding-bottom: 0 !important;
  }
  .filter-drawer-wrap.show {
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
  }
}

/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */

/* -- Color Prd -- */

.card-product {
  display: flex;
  flex-direction: column;
  gap: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.card-product:hover .product-action_bot {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.card-product:hover .product-marquee_sale {
  transform: translateY(50px);
}
.card-product.style-2 .product-action_list {
  top: unset;
  left: 8px;
  right: 8px;
  justify-content: center;
  flex-direction: row;
  bottom: 58px;
}
.card-product.style-2 .product-action_list li {
  transform: translateY(0px);
  transition-delay: unset !important;
}
@media (min-width: 576px) {
  .card-product.style-2 .product-action_list {
    bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .card-product:hover .product-action_list li {
    opacity: 1;
    visibility: visible;
  }
  .card-product:hover .product-action_list li:nth-child(1) {
    transform: translateX(0px);
  }
  .card-product:hover .product-action_list li:nth-child(2) {
    transform: translateX(0px);
    transition-delay: 0.1s;
  }
  .card-product:hover .product-action_list li:nth-child(3) {
    transform: translateX(0px);
    transition-delay: 0.2s;
  }
  .card-product:hover .product-action_list li:nth-child(4) {
    transform: translateX(0px);
    transition-delay: 0.3s;
  }
  .card-product.style-2 .product-action_list li {
    transform: translateY(20px);
  }
  .card-product.style-2:hover .product-action_list li {
    transform: translateY(0px);
  }
}

.card-product_wrapper {
  aspect-ratio: 0.75;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.card-product_wrapper .product-img {
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  z-index: 0;
  width: 100%;
}
.card-product_wrapper img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition-duration: 700ms;
}
.card-product_wrapper .img-product {
  z-index: 1;
  position: relative;
}
.card-product_wrapper .img-hover {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0;
}
.card-product_wrapper .tf-btn {
  box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.1215686275);
}
.card-product_wrapper:hover .img-hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}

.product-action_list {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  top: 8px;
  right: 8px;
  z-index: 6;
}
.product-action_list .box-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--white);
  box-shadow: 0px 10px 25px 0px rgba(43, 52, 74, 0.1215686275);
}
.product-action_list .box-icon:hover {
  background-color: var(--black);
  color: var(--white);
}
.product-action_list .icon {
  font-size: 20px;
}
@media (min-width: 1200px) {
  .product-action_list {
    top: 12px;
    right: 12px;
  }
  .product-action_list li {
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media (max-width: 575px) {
  .product-action_list .wishlist,
  .product-action_list .compare {
    display: none;
  }
  .product-action_list .icon {
    font-size: 16px;
  }
}

.card-product_info {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4px;
}
.card-product_info .name-product {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.price-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.price-wrap .price-old {
  text-decoration: line-through;
}

.star-wrap .icon {
  color: var(--yellow);
  font-size: 12px;
}

.product-color_list {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
}
.product-color_list .product-color-item {
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product-color_list .product-color-item .swatch-value {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-color_list .product-color-item img {
  visibility: hidden;
  width: 18px;
  height: 18px;
  position: absolute;
}
.product-color_list .product-color-item.disabled {
  pointer-events: none;
}
.product-color_list .product-color-item.active, .product-color_list .product-color-item:hover {
  border-color: var(--text);
}
.product-color_list .product-color-item.active .swatch-value, .product-color_list .product-color-item:hover .swatch-value {
  inset: 3px;
}
@media (min-width: 1200px) {
  .product-color_list {
    gap: 8px;
  }
}

.product-badge_list {
  display: flex;
  gap: 4px;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .product-badge_list {
    top: 12px;
    left: 12px;
  }
}
@media (max-width: 575px) {
  .product-badge_list {
    flex-direction: column;
    align-items: start;
    gap: 4px;
  }
}

.product-badge_item {
  padding: 0px 8px;
  color: var(--white);
  font-weight: 500;
  border-radius: 12px;
}
.product-badge_item.sale {
  background-color: var(--primary);
}
.product-badge_item.new {
  background-color: #3dab25;
}

.product-marquee_sale {
  font-weight: 600;
  background: var(--black);
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  color: var(--white);
  border-radius: 100px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.product-marquee_sale .initial-child-container {
  gap: 4px;
  align-items: center;
  display: flex;
}
.product-marquee_sale .icon {
  color: var(--primary);
}
@media (max-width: 1199px) {
  .product-marquee_sale {
    display: none;
  }
}

.product-action_bot {
  position: absolute;
  bottom: 16px;
  right: 15px;
  left: 15px;
  z-index: 2;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-action_bot > *:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .product-action_bot {
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-action_bot > * {
    width: 180px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 991px) {
  .product-action_bot {
    left: 8px;
    right: 8px;
  }
}
@media (max-width: 575px) {
  .product-action_bot {
    bottom: 8px;
  }
  .product-action_bot > * {
    padding: 10px 5px;
    width: 100%;
  }
  .product-action_bot > *:not(:last-child) {
    margin-bottom: 8px;
  }
  .product-action_bot > *.small {
    height: 36px;
  }
  .product-action_bot .icon {
    font-size: 16px;
  }
}

/* Product Single */
.product-thumbs-slider .tf-product-media-thumbs .swiper-slide.swiper-slide-thumb-active .item {
  border-color: var(--text);
}
.product-thumbs-slider .tf-product-media-thumbs .swiper-slide:not(.swiper-slide-thumb-active) .item {
  opacity: 0.6;
}
@media (min-width: 1200px) {
  .product-thumbs-slider.style-row .tf-product-media-thumbs .swiper-slide {
    max-height: 106px;
  }
}
.tf-product-media-thumbs .swiper-slide .item {
  width: 100%;
  height: 100%;
}
.tf-product-media-thumbs .swiper-slide .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tf-sticky-btn-atc.show {
  transform: translateY(0);
}

@media (min-width: 768px) {
  .product-grid-img .swiper-wrapper {
    transform: none !important;
    display: grid;
    gap: 24px;
  }
  .product-grid-img .swiper-wrapper .swiper-slide {
    height: auto;
    width: 100% !important;
  }
  .product-grid-img.grid-img_2 .swiper-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .product-grid-img.grid-img_stacked .swiper-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .product-grid-img.grid-img_stacked .swiper-wrapper .swiper-slide:first-child {
    grid-column: 1/-1;
    width: 100%;
  }
}

/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */

/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.accordion-action.collapsed {
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.accordion-action.collapsed .ic-ar {
  transform: rotate(0deg);
}
.accordion-action.collapsed .icon::before {
  transform: rotate(0deg);
}
.accordion-action.collapsed .icon::after {
  transform: rotate(0deg);
}
@media (max-width: 991px) {
  .accordion-action.collapsed {
    padding-bottom: 20px;
  }
}
.faq-accordion_item .accordion-action.collapsed {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .faq-accordion_item .accordion-action.collapsed {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.accordion-faq .accordion-title.collapsed {
  margin-bottom: 0;
}
.accordion-faq .accordion-title.collapsed .text {
  color: var(--text-2);
  font-weight: 400;
}
.accordion-faq .accordion-title.collapsed .icon {
  border: 1px solid var(--line);
  background-color: transparent;
}
.accordion-faq .accordion-title.collapsed .ic-accordion-custom::before {
  transform: rotate(0deg);
  background-color: var(--text);
}
.accordion-faq .accordion-title.collapsed .ic-accordion-custom::after {
  transform: rotate(0deg);
  background-color: var(--text);
}

/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */

/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */

/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.tf-pin-btn {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.tf-pin-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: transparent;
  border: 8px solid var(--white);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-pin-btn span::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 1px var(--white);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-pin-btn span::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 1px var(--white);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  animation-delay: 1s !important;
}
.tf-pin-btn span::before, .tf-pin-btn span::after {
  animation: ripple-line 2s linear infinite;
}
.tf-pin-btn.number {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E9E9E9;
}
.tf-pin-btn.number.show {
  background-color: var(--text);
  color: var(--white);
}
.tf-pin-btn.style-2.show span {
  background-color: var(--text);
}

.banner-lookbook {
  position: relative;
}
.banner-lookbook .img-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-lookbook .lookbook-item {
  position: absolute;
}
.banner-lookbook .position3 {
  top: 46.8%;
  left: 50.7%;
}
.banner-lookbook .dropdown-menu {
  border: 0;
  border-radius: 0px;
  background-color: transparent;
  margin: 0px 0px 0px 10px !important;
}
.banner-lookbook .dropdown.dropstart .dropdown-menu::after {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 8px solid var(--white);
  border-bottom: 10px solid transparent;
}
.banner-lookbook .dropdown.dropend .dropdown-menu::after {
  content: "";
  position: absolute;
  left: -7px !important;
  right: unset !important;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 8px solid var(--white) !important;
  border-bottom: 10px solid transparent;
  border-left: unset !important;
}
.banner-lookbook .dropdown.dropup .dropdown-menu::after {
  display: none;
}
.banner-lookbook.style-2 .img-banner {
  min-height: 450px;
}
@media (max-width: 575px) {
  .banner-lookbook.style-2 .lookbook-product {
    margin: 15px;
    border-radius: 8px;
  }
}
.banner-lookbook.style-3 {
  height: unset;
}
.banner-lookbook.style-3 .img-banner {
  min-height: 200px;
}
@media (min-width: 576px) {
  .banner-lookbook .dropdown-menu {
    z-index: 99;
  }
}
@media (min-width: 992px) {
  .banner-lookbook .lookbook-product {
    margin: -54px 0px;
  }
  .banner-lookbook .dropdown-menu {
    margin: 0px 10px 0px 10px !important;
  }
}
@media (min-width: 1200px) {
  .banner-lookbook .dropdown-menu {
    margin: 0px 25px 0px 25px !important;
  }
}
@media (max-width: 1199px) {
  .banner-lookbook {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .banner-lookbook .position2 .dropdown-menu {
    margin: 0px 0px 0px -15px !important;
  }
}
@media (max-width: 575px) {
  .banner-lookbook {
    height: 400px;
  }
  .banner-lookbook .img-banner {
    min-height: 400px;
  }
  .banner-lookbook .lookbook-product {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0;
    width: 100%;
  }
  .banner-lookbook .dropdown-menu {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    transform: unset !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: end;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
  }
  .banner-lookbook .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
  }
  .banner-lookbook .dropdown-menu.pst-2 {
    align-items: start;
  }
}

.lookbook-product {
  padding: 12px;
  min-width: 280px;
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.lookbook-product .name-prd {
  margin-bottom: 4px;
}
.lookbook-product .image {
  max-width: 88px;
  flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}
.lookbook-product .image img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .lookbook-product {
    min-width: max-content;
    gap: 12px;
  }
  .lookbook-product .image {
    max-width: 80px;
  }
}
@media (max-width: 991px) {
  .lookbook-product {
    min-width: 250px;
  }
}
@media (max-width: 575px) {
  .lookbook-product {
    box-shadow: unset;
    border: 1px solid var(--line);
  }
}

@media (min-width: 576px) {
  .wrap-lookbook_hover .lookbook-item {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .wrap-lookbook_hover:has(.lookbook-item:hover) .lookbook-item:not(:hover) {
    opacity: 0.5;
  }
}

/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */

.category-v03 {
  position: relative;
  display: grid;
}
.category-v03 .cate-image {
  border-radius: 16px;
  overflow: hidden;
}
.category-v03 .cate-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-v03 .cate-content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.category-v03 .cate_name {
  padding: 8px 16px;
  background: var(--white);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
}
.category-v03 .cate_name .icon {
  font-size: 24px;
  margin-left: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category-v03 .cate_name:not(:hover) .icon {
  font-size: 0;
  transform: scale(0);
  margin-left: 0;
}
.category-v03 .cate_name:hover {
  background: var(--text);
  color: var(--white);
}
.category-v03.style-3 .cate_name {
  border-radius: 0px;
  min-width: 140px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .category-v03.style-2 .cate_name {
    padding: 12px 40px;
  }
  .category-v03.style-3 .cate_name {
    padding: 12px 16px;
  }
}
@media (max-width: 991px) {
  .category-v03 .cate-content {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}

.banner-image-text {
  display: flex;
}
.banner-image-text.type-abs {
  position: relative;
  height: 100%;
}
.banner-image-text.type-abs .bn-content {
  position: absolute;
  display: flex;
  align-items: start;
  flex-direction: column;
}
.banner-image-text .bn-image {
  display: inline-flex;
  width: 100%;
}
.banner-image-text .bn-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-image-text .bn-image {
  border-radius: 16px;
  overflow: hidden;
}
.banner-image-text.style-2 .bn-content {
  left: 20px;
  top: 20px;
  bottom: 20px;
  justify-content: center;
}
.banner-image-text.style-2 .title {
  margin-bottom: 12px;
}
.banner-image-text.style-2 .desc {
  margin-bottom: 24px;
}
.banner-image-text.style-2 .bn-image img {
  min-height: 400px;
}
.banner-image-text.style-3 .bn-image {
  border-radius: 0px;
}
.banner-image-text.style-3 .bn-content {
  left: 20px;
  right: 20px;
  bottom: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  gap: 12px;
}
.banner-image-text.style-3 .title {
  margin-bottom: 8px;
}
.banner-image-text.style-3 .bn-image img {
  min-height: 400px;
}
.banner-image-text.style-6 .bn-content {
  top: 20px;
  left: 20px;
  right: 20px;
}
.banner-image-text.style-6 .title {
  margin-bottom: 20px;
}
.banner-image-text.style-6 .desc {
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .banner-image-text.style-15 .bn-image {
    max-height: 600px;
  }
}
.banner-image-text.style-15 .bn-content {
  top: 60px;
  left: 15px;
  right: 15px;
  text-align: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .banner-image-text.style-2 .bn-content {
    left: 80px;
  }
  .banner-image-text.style-2 .desc {
    margin-bottom: 32px;
  }
  .banner-image-text.style-3 .bn-content {
    left: 32px;
    right: 32px;
  }
  .banner-image-text.style-6 .bn-content {
    left: 48px;
    top: 48px;
    right: 48px;
  }
  .banner-image-text.style-6 .title {
    margin-bottom: 32px;
  }
}
@media (max-width: 1599px) {
  .banner-image-text.style-3 {
    position: relative;
  }
  .banner-image-text.style-3::after {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0) 55%);
  }
  .banner-image-text.style-3 .bn-content {
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .banner-image-text.style-2 .bn-content {
    z-index: 1;
  }
  .banner-image-text.style-2::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(270deg, rgba(6, 6, 11, 0.3) 50%, rgba(6, 6, 11, 0.7019607843) 80%);
  }
   .banner-image-text.style-6 .bn-image img {
    max-height: 400px;
  }
}

/*-- Button Go Top --*/
#goTop {
  position: fixed;
  padding: 0;
  bottom: 40px;
  right: 20px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--white);
  color: var(--white);
  cursor: pointer;
  border: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 12px 30px rgba(0, 0, 0, 0.12);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#goTop .border-progress {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid var(--text);
  mask-image: conic-gradient(var(--text) var(--progress-angle, 0deg), transparent 0);
  -webkit-mask-image: conic-gradient(var(--text) var(--progress-angle, 0deg), transparent 0);
  content: "";
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
}
#goTop.show {
  opacity: 1;
  visibility: visible;
}
#goTop .icon {
  color: var(--text);
}
#goTop .ic-wrap {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  animation: iconBounce 2s linear 0s infinite;
  display: flex;
}
#goTop:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
@media (min-width: 992px) {
  #goTop {
    right: 40px;
    width: 48px;
    height: 48px;
  }
  #goTop .icon {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  #goTop {
    bottom: 90px;
  }
}

/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.tf-list {
  display: flex;
  align-items: center;
  gap: 24px;
}
.tf-list li {
  display: flex;
}

.sect-heading {
  margin-bottom: 24px;
}
.sect-heading .s-title {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .sect-heading {
    margin-bottom: 40px;
  }
  .sect-heading .s-title {
    margin-bottom: 12px;
  }
  .sect-heading.type-2 {
    margin-bottom: 44px;
  }
  .sect-heading.type-2 .s-title {
    margin-bottom: 8px;
  }
  .sect-heading.type-5 {
    margin-bottom: 38px;
  }
  .sect-heading.type-6 {
    margin-bottom: 44px;
  }
}
@media (max-width: 575px) {
  .sect-heading .s-desc {
    font-size: 14px;
    line-height: 22px;
  }
}

.infiniteSlide-text {
  padding-top: 32px;
  padding-bottom: 32px;
}
.infiniteSlide-text .infiniteSlide-wrapper > * {
  margin-left: 40px;
  margin-right: 40px;
}
.infiniteSlide-text .text {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  text-rendering: geometricPrecision;
  letter-spacing: 0.08em;
}
@media (max-width: 1439px) {
  .infiniteSlide-text {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .infiniteSlide-text .infiniteSlide-wrapper > * {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1600px) {
  .lookbook-hover-v1 .swiper-lookbook {
    max-width: 690px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .banner-product-single.style-4 .tf-product-media-thumbs .swiper-slide {
    max-height: 80px;
  }
}
@media (min-width: 1200px) {
  .banner-product-single.style-3 .tf-product-media-thumbs .swiper-slide {
    max-width: 100px;
    max-height: 133.33px;
  }
}

.section-lookbook-hover-v02 .wrap {
  display: flex;
}
@media (max-width: 991px) {
  .section-lookbook-hover-v02 .wrap {
    flex-direction: column;
  }
}
.section-lookbook-hover-v02 .bundle-hover-wrap {
  max-width: 806px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .section-lookbook-hover-v02 .card-product {
    gap: 33px;
  }
}
.section-lookbook-hover-v02 .card-product_wrapper {
  aspect-ratio: unset;
  margin-left: auto;
  margin-right: auto;
  max-width: 476px;
}
@media (min-width: 992px) {
  .section-lookbook-hover-v02 .card-product_wrapper {
    margin-bottom: 39px;
  }
}
@media (min-width: 992px) {
  .section-lookbook-hover-v02 .box-left,
  .section-lookbook-hover-v02 .box-right {
    width: 50%;
  }
}
.section-lookbook-hover-v02 .box-left {
  padding: 60px 15px;
  background-color: #f7f7f7;
}
@media (min-width: 1440px) {
  .section-lookbook-hover-v02 .box-left {
    padding: 82px 77px 60px;
  }
}
.section-lookbook-hover-v02 .box-right {
  height: unset;
}
.section-lookbook-hover-v02 .box-right > div {
  height: 100%;
}
@media (max-width: 991px) {
  .section-lookbook-hover-v02 .dropdown-menu {
    display: none;
  }
}
.section-lookbook-hover-v02 .tf-sw-nav-2 {
  position: absolute;
  top: calc(50% - 11px);
  transform: translateY(-50%);
  z-index: 3;
}
.section-lookbook-hover-v02 .nav-prev-swiper {
  left: 0;
}
.section-lookbook-hover-v02 .nav-next-swiper {
  right: 0;
}
.section-lookbook-hover-v02 .position3 {
  top: 65%;
  left: 58%;
}
@media (max-width: 767px) {
  .section-lookbook-hover-v03 .dropdown-menu {
    display: none;
  }
}

.section-banner-highlight .row {
  row-gap: 40px;
}
@media (min-width: 1200px) {
  .section-banner-highlight .banner-image-text {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .section-banner-highlight .tf-grid-layout {
    row-gap: 60px;
  }
}

.section-categories .tf-sw-nav-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  opacity: 0;
}
.section-categories .nav-prev-swiper {
  left: 12px;
  margin-left: 10px;
}
.section-categories .nav-next-swiper {
  right: 12px;
  margin-right: 10px;
}
.section-categories:hover .tf-sw-nav-2 {
  opacity: 1;
}
.section-categories:hover .nav-prev-swiper {
  margin-left: 0;
}
.section-categories:hover .nav-next-swiper {
  margin-right: 0;
}

.banner-v01 {
  position: relative;
}
.banner-v01 .bn_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 500px;
}
.banner-v01 .bn_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 63px;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner-v01 .infiniteSlide-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1439px) {
  .banner-v01 .bn_content {
    bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .banner-v01 .bn_image img {
    min-height: 400px;
  }
}
.list-btn-tab-accordion .accordion-title.collapsed {
  color: var(--text-2);
}
.list-btn-tab-accordion.style-2 .accordion-title.collapsed {
  padding-bottom: 20px;
}

@media (min-width: 1200px) {
  .banner-product-single-v2 .product-thumbs-slider.style-row .tf-product-media-thumbs .swiper-slide {
    max-height: 100px;
  }
}

/*------------ Footer ---------------- */
/* ---------------------------------------------------------
    * Name: Amerce - Multipurpose eCommerce HTML Template
    * Version: 1.0.1
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Core CSS

    * Components
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.tf-footer .br-line.fake-class {
  position: absolute;
  left: 0;
  right: 0;
}
.tf-footer .tf-dropdown-select.type-currencies > .dropdown-menu {
  width: max-content !important;
}
@media (max-width: 425px) {
  .tf-footer .list-currenci {
    gap: 12px;
    place-items: center;
  }
}

.footer-inner {
  padding-bottom: 0;
}
@media (min-width: 576px) {
  .footer-inner {
    padding-bottom: 60px;
  }
}

.footer-heading {
  font-weight: 600;
  margin-bottom: 12px;
}

.footer-menu-list {
  display: grid;
  gap: 8px;
}

@media (min-width: 576px) {
  .footer-wrap-1,
  .footer-wrap-2 {
    width: max-content;
  }
}

.footer-wrap-3 .form-sub {
  margin-bottom: 20px;
}
.footer-wrap-3 .footer-desc {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .footer-wrap-3 {
    max-width: 400px;
    margin-left: auto;
  }
}

.footer-infor {
  margin-bottom: 28px;
}

.footer-bottom {
  position: relative;
}
.footer-bottom .inner-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
  padding-top: 16px;
  padding-bottom: 16px;
}
.footer-bottom .payment-list {
  gap: 8px;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.footer-bottom .inner-bottom-top {
  align-items: center;
}
.footer-bottom .inner-bottom-payments {
  width: 100%;
  padding-bottom: 16px;
}
.footer-bottom .inner-bottom-payments .payment-list {
  width: 100%;
  justify-content: center;
}
.footer-bottom .payment-list img {
  border-radius: 4px;
  height: 20px !important;
  width: auto !important;
  object-fit: contain;
  display: block;
}
.footer-bottom .tf-list {
  flex: 1;
}
@media (max-width: 991px) {
  .footer-bottom .text-nocopy {
    margin-left: auto;
  }
  .footer-bottom .tf-list {
    flex: unset;
    order: 1;
  }
  .footer-bottom .inner-bottom-top {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .footer-bottom .inner-bottom {
    justify-content: center;
  }
  .footer-bottom .inner-bottom-top {
    justify-content: center;
  }
  .footer-bottom .inner-bottom-top .text-nocopy {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}

.footer-col-block {
  margin-bottom: 28px;
}

@media (max-width: 575px) {
  .footer-heading-mobile {
    display: block;
    position: relative;
    padding-right: 20px;
    line-height: 24px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer-heading-mobile::after {
    position: absolute;
    content: "";
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 1px;
    background-color: var(--text);
    transition: 0.25s ease-in-out;
  }
  .footer-heading-mobile::before {
    position: absolute;
    content: "";
    right: 5px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 12px;
    background-color: var(--text);
    transition: 0.25s ease-in-out;
  }
  .footer-col-block {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
  }
  .footer-col-block.open .footer-heading-mobile {
    margin-bottom: 12px;
  }
  .footer-col-block.open .footer-heading-mobile::before {
    opacity: 0;
  }
  .footer-col-block.open .footer-heading-mobile::after {
    transform: translate(0%, -50%) rotate(180deg);
  }
  .footer-col-block .tf-collapse-content {
    display: none;
  }
}
@media (min-width: 1200px) {
  .list-currenci {
    gap: 28px;
  }
}

.tf-header .logo-site img {
  width: 50px !important;
  height: auto !important;
}
@media (max-width: 1199px) {
  .tf-header .logo-site img {
    width: 30px !important;
    height: auto !important;
  }
}

.tf-footer .logo-site img {
  width: 80px !important;
  height: auto !important;
}

.tf-languages,
.tf-dropdown-select.type-languages {
  display: none !important;
}

/* Global link treatment */
a,
a.link,
.link,
.item-link,
.sub-menu_link,
.sub-nav-menu .sub-nav-link,
.nav-ul-mb a,
.tf-toolbar-bottom a,
.sb-category a,
.sb-tag a,
.main-blog-single .blog-content .tf-rte a,
.main-blog-single .box-social-tag .tags-right a,
.tf-product-info-wrap .tf-product-extra-link a,
.offcanvas-pickup .pickup-available-item a,
.tf-dropdown-select.style-default > .dropdown-menu a,
.select-category .select-options li a {
  color: var(--primary);
  text-decoration: none !important;
}

a:hover,
a:focus,
a.link:hover,
a.link:focus,
.link:hover,
.link:focus,
.item-link:hover,
.item-link:focus,
.sub-menu_link:hover,
.sub-menu_link:focus,
.sub-nav-menu .sub-nav-link:hover,
.sub-nav-menu .sub-nav-link:focus,
.nav-ul-mb a:hover,
.nav-ul-mb a:focus {
  color: var(--primary);
  text-decoration: none !important;
}

.link-underline,
.link-underline-primary,
.link-underline-white,
.link-underline-text,
.text-decoration-underline,
.main-blog-single .blog-content .tf-rte a,
.main-blog-single .blog-content .tf-rte a:hover {
  text-decoration: none !important;
  text-decoration-color: transparent !important;
}

a.active,
a[aria-current="page"],
.link.active,
.link[aria-current="page"],
.item-link.active,
.item-link[aria-current="page"],
.sub-menu_link.active,
.sub-menu_link[aria-current="page"],
.nav-ul-mb a.active,
.nav-ul-mb a[aria-current="page"],
.mb-menu-link.active,
.sub-nav-menu .sub-nav-link.active,
.menu-item.active > .item-link,
.menu-item.current > .item-link,
.menu-item.current-menu-item > .item-link,
.menu-item.current_page_item > .item-link {
  color: var(--black) !important;
}

.tf-footer a,
.tf-footer a.link,
.tf-footer .footer-menu-list a,
.tf-footer .text-remember a,
.tf-footer .footer-infor a {
  color: var(--primary) !important;
  text-decoration: none !important;
}
