@charset "UTF-8";

@import "./fonts.css";

:root, [data-theme=light] {
    --font-family: "IRANSans";
    --body-font-family: var(--font-family);
    --body-background-color: #F7EED3;
    --body-text-color: #674636;
    --border-color: #e1e1e1;
    --svg-default-color: #674636;
    --header-border-bottom: #F7EED3;
    --header-menu-anchor-color: #e06c69;
    --link-color: #674636;
    --link-hover-color: #e06c69;
    --color-seconday: #e06c69;
    --heading-text-color: #674636;
    --mega-menu-background-color: #fff;
    --body-text-size: 14px;
    --body-font-weight: 500;
    --body-line-height: 1.5;
    --body-direction: rtl;
    --body-text-align: right;
    --header-background-color: #F7EED3;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1400px;
}

:root, [data-bs-theme=light] {
    --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: #0a58ca;
    --bs-secondary-text: #6c757d;
    --bs-success-text: #146c43;
    --bs-info-text: #087990;
    --bs-warning-text: #997404;
    --bs-danger-text: #b02a37;
    --bs-light-text: #6c757d;
    --bs-dark-text: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #f8f9fa;
    --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: #e9ecef;
    --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-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "IRANSans";
    --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-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-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --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-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-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
    --bs-emphasis-color: #000;
    --bs-form-control-bg: var(--bs-body-bg);
    --bs-form-control-disabled-bg: var(--bs-secondary-bg);
    --bs-highlight-bg: #fff3cd;
    --bs-breakpoint-xs: 320px;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}

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

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

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

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

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


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

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

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

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

.h-full {
    height: 100%;
}

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


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

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

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

.text-right {
    text-align: right;
}

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

ol, ul {
    padding-left: 2rem;
}

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

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

b, strong {
    font-weight: bolder;
}

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

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

sub {
    bottom: -.25em;
}

a {
    color: rgba(var(--link-color), 1);
    text-decoration: none;
}

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

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

figure {
    margin: 0 0 1rem;
}

img, svg {
    vertical-align: middle;
}

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


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

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

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

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

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

button, select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important;
}

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

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

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

textarea {
    resize: vertical;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

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

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

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

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

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

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

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

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

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

.figure {
    display: inline-block;
}

.figure-caption {
    font-size: .875em;
    color: var(--bs-secondary-color);
}

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

.container, .container-xs {
    max-width: 100%;
}


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

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

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

.product-cart-quick .bg-f5f5f5 {
    background: #f5f5f5;
}

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

.blue_bg {
    background-color: #AAB396;
}

.bg_dark {
    background-color: #FFF8E8;
}

.bg_dark2 {
    background-color: #555555;
}

.bg_red {
    background-color: #e06c69;
}



.bg_green {
    background-color: #AAB396;
}

.back-fff {
    background: #fff;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.px-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.pr-8 {
    padding-right: 2rem;
}

.gap-3 {
    gap: 0.75rem !important;
}

.z-1 {
    z-index: 1 !important;
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.pt-8 {
    padding-top: 2rem !important;
}

.pb-3 {
    padding-bottom: .75rem !important;
}

.pt-3 {
    padding-top: .75rem !important;
}

.py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

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

.pt-5 {
    padding-top: 1.25rem !important;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mr-1 {
    margin-right: 0.25rem;
}

.dirLtr {
    direction: ltr
}

.d-inline-block {
    display: inline-block;
}

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

.rounded-sm {
    border-radius: 10px;
}

.mt-8 {
    margin-top: 2rem !important;
}

.mt-4 {
    margin-top: 1rem !important;
}

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

.mt-5 {
    margin-top: 3rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.col {
    flex: 1 0 0%;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-21 {
    font-size: 21px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

.leading-8 {
    line-height: 2rem;
}

.footer_dark {
    background-color: #e4e4e4;
    position: relative;
}

.radius-10p {
    border-radius: 10px;
}

.font-size-10 {
    font-size: 10px;
}

.parts-layout > div {
    border-bottom: 1px solid #fefefe;
    padding: 10px;
}

/* ######################## Table ############################*/

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

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

.table > tbody {
    vertical-align: inherit
}

.table > thead {
    vertical-align: bottom
}

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

.caption-top {
    caption-side: top
}

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

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

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

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

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

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

.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ######################## Global Classes ############################*/
.d-flex {
    display: flex !important;
}

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

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

.overflow-x-hidden {
    overflow-x: hidden !important;
}

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

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

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

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

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

.z-99999 {
    z-index: 99999;
}

.z-999 {
    z-index: 999;
}

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

.flex-grow-1 {
    flex-grow: 1 !important;
}

.p-x-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

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

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

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

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

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

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

.gap-1 {
    gap: 0.25rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.column-gap-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
}

.font-size-8 {
    font-size: 8px;
}

.font-size-20 {
    font-size: 20px;
}

.text-h5 {
    font-size: 14px;
    font-weight: 700;
    line-height: 2.15;
    color: var(--color-seconday)
}

.text-body-1 {
    font-size: 13px;
    font-weight: 400;
    line-height: 2.15;
}

.text-body-2 {
    font-size: 13px;
    font-weight: 400;
    line-height: 2.17;
}

.color-300 {
    color: #c0c2c5;
}

.as-end {
    align-self: flex-end;
}

.line-through {
    text-decoration: line-through;
}

.pl-5 {
    padding-left: 1.25rem;
}

.mr-auto {
    margin-right: auto;
}

.mr-4 {
    margin-right: 1rem;
}

.h-18p {
    height: 18px;
}

.w-18p {
    width: 18px;
}

/* ######### Hiddens ######### */


@media (min-width: 0) and  (max-width: 576px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 576px) and  (max-width: 768px) {
    .hidden-sm {
        display: none !important;
    }

}

@media (min-width: 768px) and  (max-width: 992px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 992px) and  (max-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (min-width: 1200px) and  (max-width: 1400px) {
    .hidden-xl {
        display: none !important;
    }
}

@media (min-width: 1400px) {
    .hidden-xxl {
        display: none !important;
    }
}

.cursor-pointer {
    cursor: pointer;
}

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

.category-side-close-layout {
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    z-index: 9;
}

.left-0 {
    left: 0;
}

.top-0 {
    top: 0;
}

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

.bottom-0 {
    bottom: 0;
}

.right-0 {
    right: 0;
}

.right-5 {
    right: 5px;
}

.left-10 {
    left: 10px;
}

.top-5 {
    top: 5px;
}

.left-15 {
    left: 15px;
}

.top-15 {
    top: 15px;
}

.radius-circle {
    border-radius: 50%;
}

/* ######### Hiddens ######### */

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

.h-full {
    height: 100%;
}

.justify-content-start {
    justify-content: flex-start;
}

.gap-2 {
    gap: 0.5rem !important;
}

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

.p-2 {
    padding: 0.5rem !important;
}

.px-3 {
    padding-right: .75rem !important;
    padding-left: .75rem !important;
}

.p-3 {
    padding: .75rem !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.mb-3 {
    margin-bottom: .75rem !important;
}

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

.p-3 {
    padding: .75rem !important;
}

.mt-3 {
    margin-top: .75rem !important;
}

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

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

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--color-seconday);
    --bs-btn-border-color: var(--color-seconday);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--color-seconday);
    --bs-btn-hover-border-color: var(--color-seconday);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--color-seconday);
    --bs-btn-active-border-color: var(--color-seconday);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--color-seconday);
    --bs-btn-disabled-border-color: var(--color-seconday);
}

.btn-green {
    --bs-btn-color: #fff;
    --bs-btn-bg: #66bb6a;
    --bs-btn-border-color: #66bb6a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #66bb6a;
    --bs-btn-hover-border-color: #66bb6a;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #66bb6a;
    --bs-btn-active-border-color: #66bb6a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #66bb6a;
    --bs-btn-disabled-border-color: #66bb6a;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #66bb6a;
    --bs-btn-border-color: #66bb6a;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #66bb6a;
    --bs-btn-hover-border-color: #66bb6a;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #66bb6a;
    --bs-btn-active-border-color: #66bb6a;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #66bb6a;
    --bs-btn-disabled-border-color: #66bb6a;
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}

.py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.aside-open {
    overflow: hidden;
}

.overflow-hidden {
    overflow: hidden;
}

.text-body2-strong {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 700;
    line-height: 2.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--body-text-color);
    width: 100%;
    text-align: right;
    margin-bottom: 10px
}

.grow-1 {
    flex-grow: 1;
}

/* ######################## Header Module ############################*/
.header {
    background: var(--header-background-color);
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    z-index: 11;

    justify-content: center;
    flex-grow: 1;
    transition: all 0.5s ease 0s;
    border-bottom: 1px solid var(--header-border-bottom);
}

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

.header.header-fixed {
    box-shadow: 0 0 5px rgba(103, 70, 54, 0.15);
    position: fixed !important;
    right: 0;
    left: 0;
    top: 0;
    -webkit-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    -o-animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    animation: slideInDown 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-animation-fill-mode: none;
    -moz-animation-fill-mode: none;
    -o-animation-fill-mode: none;
    animation-fill-mode: none;
}

.header .navbar {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    flex: 1;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

.header .navbar .children > li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .header-logo-section {
    display: flex;
    align-items: center;
    flex-shrink: inherit;
}
.header .header-logo-section .ullogo {
    height:65px
}
.header .header-logo-section .ullogo img {
    height:100%;
    width:100%;
}

.humbarger-menu {
    color: var(--body-text-color);
    display: none;
    font-size: 1.5rem;
    padding: 13px;
}

@media (max-width: 992px) {
    aside#menu {
        display: block;
    }

    .navbar .children {
        display: none !important;
    }

    .header {
        top: 0;
        left: 0;
        right: 0;
        padding: 0;
        position: fixed;
        box-shadow: 0 0 3px 1px rgba(0, 0, 0, .04);
        -o-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .04);
        -ms-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .04);
        -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .04);
        -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .04);
    }

    @keyframes slideInDown {
        from {
            transform: translate3d(0, -100%, 0);
            visibility: visible;
        }

        to {
            transform: translate3d(0, 0, 0);
        }
    }

    .slideInDown {
        animation-name: slideInDown;
    }

    .humbarger-menu {
        display: block;
    }
}

.basket-icon svg {
    fill: var(--svg-default-color);
    width: 24px;
    height: 24px;
}

.user-box-menu svg {
    fill: var(--svg-default-color);
    width: 24px;
    height: 24px;
}

.search-icon svg {
    fill: var(--svg-default-color);
    width: 24px;
    height: 24px;
}

.header .navbar ul li a {
    display: block;
    position: relative;
    padding: 11px 13px 11px;
    border-bottom: 2px solid transparent;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    white-space: nowrap;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: .75rem !important;
    margin-bottom: .75rem !important;
}

.my-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.ml-5 {
    margin-left: 1.25rem;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.border-h1 {
    border-bottom: 1px solid #eee;
}

.default-logo-text {
    font-size: 18px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    min-width: 150px;
    font-weight: bold;
    padding: 11px 13px 14px;
}

.header .navbar ul li:hover > a {
    color: var(--link-hover-color);
    border-bottom-color: var(--header-menu-anchor-color);
}

@media (max-width: 370px) {
    .default-logo-text {

        min-width: 133px;

        padding: 11px 5px 14px;
    }

    .header .navbar ul li a {

        padding: 11px 6px 11px;

    }
}

@media (min-width: 992px) {
    .header .navbar .children {
        width: 633px;
        overflow: hidden;
    }

}

@media (min-width: 1200px) {
    .header .navbar .children {
        width: 800px;
        overflow: hidden;
    }

}

@media (min-width: 1400px) {
    .header .navbar .children {
        width: 900px;
        overflow: hidden;
    }

}

.basketlink .item {
    color: #fff;
    background: #FF1743;
    width: 25px;
    border-radius: 6px;
    position: absolute;
    height: 25px;
    right: 0;
    top: 0;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}


/* ################## Switch #################### */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    right: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked + .slider {
    background-color: var(--color-seconday);
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px var(--color-seconday);
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(-23px);
    -ms-transform: translateX(-23px);
    transform: translateX(-23px);
}

/* Rounded sliders */
.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

/*###################Range Slider##################*/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    right: 0;
    left: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 0.3rem;
}

.noUi-horizontal .noUi-handle {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 100%;
    right: -11px;
    top: -7px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    right: -8px;
    auto: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
    background: rgba(238, 238, 238, 1);
    border-radius: 4px;
}

.noUi-connects {
    border-radius: 3px;
}

.noUi-connect {
    background: rgba(55, 125, 255, 1);
}

/* Handles and cursors;
 */
.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border-radius: 3px;
    background: rgba(55, 125, 255, 1);
    cursor: default;
}

.noUi-active {
}

/* Handle stripes;
 */

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
    background: #B8B8B8;
}

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

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

/* Values;
 *
 */
.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-sub {
    background: #AAA;
}

.noUi-marker-large {
    background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px;
}

/* ############ checkbox ##################*/
/* Customize the label (the container) */
.checkbox-wrapper {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: .8rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.checkbox-wrapper label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 6px;
    border: 1px solid #ddd;
    height: 25px;
    width: 25px;
}


/* When the checkbox is checked, add a blue background */
.checkbox-wrapper input:checked ~ .checkmark {
    background-color: var(--color-seconday);
    border-color: var(--color-seconday);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-wrapper input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-wrapper .checkmark:after {
    right: 6px;
    top: 1px;
    width: 9px;
    height: 17px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*########### Header Megamenu ####################*/
.header .navbar ul li:first-child a:before {
    display: none;
}

.header .navbar ul li:first-child a i {
    font-size: 1.6em;
    vertical-align: middle;
}

.header .navbar .children ul li a:before {
    right: 0;
    width: 1px;
    content: "";
    float: left;
    height: 23px;
    position: absolute;
    border-left: 1px solid rgba(0, 0, 0, .09);
}

.header .navbar .children ul li .megaMenu {
    right: 44px;
    padding: 0 1rem;
    top: 88%;
    height: 0;
    opacity: 0;
    transition: opacity 400ms ease-in-out;
    width: 50%;
    overflow: hidden;
    position: absolute;
}

.header .navbar .children ul li .megaMenu .menuColWrap {
    border-top: none;
    background: #fff;
    height: 300px;
    padding: 10px;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    
}

.header .navbar .children ul li .megaMenu .menuColWrap .menuCol {
    padding: 0 1%;
    position: relative;
    vertical-align: top;
    height: 100%;
    display: flex;
    gap:12px;
    flex-wrap: wrap;
    flex-direction: column;
}

.header .navbar .children ul li .megaMenu .menuColWrap .menuCol .title > a {
    color: var(--body-text-color);
    font-size: 1rem;
    max-width: 100%;
}

.header .navbar .children ul li .megaMenu .menuColWrap .menuCol .title > a > span {
    padding-right: 10px;
}

.header .navbar .children ul li .megaMenu .menuColWrap .menuCol .title > a:before {
    content: "";
    display: block;
    width: 2px;
    height: 22px;
    background-color: var(--color-seconday);
}

.header .navbar .children ul li .megaMenu .menuColWrap .menuCol a {
    border: none;
    color: var(--link-color);
    padding: 3px 0 3px 3px;
}

.header .navbar .children ul li .megaMenu .menuColWrap .menuCol a:hover {
    color: var(--link-hover-color);
}

.header .navbar .children ul li .megaMenu .menuColWrap .menuCol a:before {
    display: none;
}

.header .navbar .children ul li .megaMenu .menuColWrap .menuCol .subMenu {
    background: var(--mega-menu-background-color);
}

.header .navbar .children ul li:hover > .megaMenu {
    opacity: 1;
    height: auto;
}

.header .navbar .children ul .current a {
    color: var(--color-seconday);
}

.header .navbar .children span.fa {
    display: none;
}

/* ######################## Header Module ############################*/
/* ######################## Quick Cart ###############################*/
.quick-cart-layout.open {
    display: block;
    min-width: 300px;
    width: 300px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.quick-cart-layout {
    position: fixed;
    right: auto;
    bottom: 0;
    top: 0;
    width: 0;
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
    background: #fff;
    z-index: 10000001;
    left: 0;
    box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.quick-cart-layout .quckcart-header {
    position: relative;
    height: 54px;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    color: #777;
    font-size: 16px;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    -ms-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}

.quickcart-body.inline-loading-enabled {
    align-items: center;
    justify-content: center;
}

.quick-cart-layout .quick-cart-layout-inner {
    padding: 0;
    z-index: 2;
    position: relative;
}

.quick-cart-layout .btn-controller {
    background: #f5f5f5;
}

.product-cart-quick {
    position: relative;
    padding: 10px;
    border: 1px solid;
    margin: 0 10px;
    border-radius: 10px;
    border-color: #ecdcdc;
    margin-top: 10px;
}

.product-cart-quick .close {
    position: absolute;
    left: 20px;
    top: 14px;
    font-size: 27px;
}

.product-cart-quick .message {
    width: 250px;
}

.product-cart-quick .image img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.product-cart-quick .image {
    width: 50px;
    height: 50px;
    float: right;
}

.product-cart-quick .text {
    float: right;
    width: 198px;
    padding: 3px 5px;
}

.product-cart-quick .text .prod-name {
    font-family: var(--bs-body-font-family);
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
}

.product-cart-quick .text .desc {
    font-family: var(--bs-body-font-family);
    margin-top: 6px;
}

.btn-default.continue-sale {
    background-color: #fff !important;
    border: 1px solid #ccc;
    box-shadow: none !important;
    border-radius: 5px;
    font-size: 15px;
}
.btn-default.continue-sale:hover {
    color:inherit;
}

.btn-success.complete-sale {
    background-color: #fde64e !important;
    border: 1px solid #ddc62e;
    border-radius:5px;
    color: #666 !important;
    font-size: 16px;
    margin-right: 14px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 6px 20px 0 rgba(230,73,88,.19);
}
/*####################### Overlay ################### */

.GeneralOverlay {
    opacity: 0;
    pointer-events: none;
    transition-duration: .2s;
    -webkit-transform-style: opacity;
    transform-style: opacity;
}

.GeneralOverlay--visible {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    pointer-events: auto;
    opacity: .5;
    background-color: #080a38;
}

.QuickCartGeneralOverlay--visible {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 14;
    pointer-events: auto;
    opacity: .5;
    background-color: #080a38;
}

/*########category menu ############*/

.category-menu {
    position: fixed;
    right: auto;
    bottom: 0;
    top: 0;
    width: 0;
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
    background: #fefefe;
    width: 230px;
    min-width: 230px;
    display: none;
    z-index: 15;
    right: 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.35);
    -webkit-transform: translate3d(330px, 0, 0);
    transform: translate3d(230px, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}


.category-menu.open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav-mobile {
    display: block;
    position: relative;
}

.nav-mobile span.fa {
    display: block;
}

.nav-mobile ul {
    padding: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
}

.nav-mobile ul li {
    background: #fefefe;
    position: relative;
}

.nav-mobile ul li a {
    color: #000;
    display: block;
    font-size: .9rem;
    text-align: right;
    padding: 10px 9px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.nav-mobile ul li a:hover {
    background: rgba(0, 0, 0, .1);
}

.nav-mobile ul li a .fa-home {
    font-size: 1.3rem;
}

.nav-mobile ul li span.fa {
    top: 0;
    left: 0;
    right: 0;
    color: #000;
    height: 42px;
    font-size: 20px;
    cursor: pointer;
    text-align: left;
    line-height: 23px;
    position: absolute;
    padding: 7px 0 0 10px;
}

.nav-mobile ul li .megaMenu {
    width: 100%;
    display: none;
    position: static;
}

.nav-mobile ul li .megaMenu li {
    background: rgba(0, 0, 0, .1);
}

.nav-mobile ul li .megaMenu .menuColWrap {
    background: rgba(0, 0, 0, .04);
}

.nav-mobile ul li .megaMenu .menuCol {
    position: relative;
}

.nav-mobile ul li .megaMenu .menuCol a {
    padding: 15px 20px;
}

.nav-mobile ul li .megaMenu .menuCol .title {
    margin-bottom: 0;
}

.nav-mobile ul li .megaMenu .menuCol span.fa {
    padding-left: 18px;
    line-height: 30px;
}

.nav-mobile ul li .megaMenu .menuCol ul {
    width: 100%;
    display: none;
    position: static;
    overflow: visible;
    
}

.nav-mobile ul li .megaMenu .menuCol ul a {
    padding: 10px 30px;
}

@media (max-width: 992px) {
    .category-menu {
        display: block;
    }

    .CategoryGeneralOverlay--visible {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 14;
        pointer-events: auto;
        opacity: .5;
        background-color: #080a38;
    }


}

/*#################################### footer #######################################*/
.seoTextBox {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0px;
    padding-bottom: 40px;
    position: relative;
    background: #F7F7F7;
}

.seoTextTitle h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #212121;
    font-size: 30px;
}

.seoTextTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    font-size: 30px;
}

.seoTextDescription p {
    padding: 0px 80px;
    text-align: justify;
    font-size: 15px;
    color: #212121;
    line-height: 30px;

}

@media (max-width: 992px) {
    .seoTextTitle {
        padding-top: 16px;
    }

    .seoTextTitle h2 {
        font-size: 26px;
    }

    .seoTextDescription p {
        padding: 0px 24px;
    }

    .order-3 {
        order: 3
    }
    .seoTextBox {
        align-items: center;
        width: 90%;
        height: auto;
        margin: 0px auto;
        margin-bottom:30px;
        padding-bottom: 40px;
        max-width: 1200px;
        position: relative;
        background: #F7F7F7;
        border-radius: 10px;
        box-shadow: 0px 2px 2px rgba(0,0,0,.2);
    }
}


@media (max-width: 1200px) {
    .seoTextDescription p {
        padding: 0px 50px;
    }
}

.footerNav {
    width: 100%;
    height: 95px;
    background: #74B300;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerNav .footerNavContent {
    width: 85%;
    max-width: 1200px;
    height: 95px;
    background: #74B300;
    color: #ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.footerNav .footerNavContent .Support {
    width: 63%;
    height: 95px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 22px;
    color: #ffffff;
}
.footerNav .footerNavContent .Tell {
    width: 37%;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    cursor: default;
}
.footerNav .footerNavContent .Tell > div {
    margin: 0px 8px;
}
.footerNav .footerNavContent .Tell .supportText {
    font-size: 14px;
}
.footerNav .footerNavContent .Tell .supportTell {
    font-size: 40px;
    font-weight:bold;
}
.footerNav .footerNavContent .Tell .supportImg img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
}
@media (max-width: 992px){
    .footerNav {
        width: 88.8%;
        border-radius: 10px;
        margin: 0px auto;
        height: 180px;
    }
    .footerNav .footerNavContent {
        flex-direction: column;
        height: 170px;
        text-align: center;
        width: 98%;
    }
    .footerNav .footerNavContent .Tell .supportTell {
        font-size: 22px;
        font-weight:bold;
    }

    .footerNav .footerNavContent .Support {
        width: 90%;
        justify-content: center;
        margin: 8px auto;
        height: 72px;
        font-size: 18px;
    }
    .footerNav .footerNavContent .Tell {
        width: 100%;
        height: 63px;
    }
}
@media (min-width: 1400px) {
    .footerNav .footerNavContent {
        width: 100%;
    }
}


footer .footericons {
    width: 100%;
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 22px;
}
footer .footericons .N-footerMenu {
    width: 60%;
    overflow: hidden;
    flex-wrap: nowrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 22px;
}
footer .footericons .N-footerMenu a {
    border-left: 1px solid #757575;
    height: 15px;
    padding: 0px 16px;
    font-size: 14px;
    color: #757575;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
footer .footericons .N-footerMenu a:last-child {
    padding-left: 0px;
    border-left: 0px solid #757575;
}
@media (max-width: 992px){
    footer .footericons {
        height: auto;
        flex-direction: column-reverse;
    }
    footer .footericons .N-footerMenu {
        width: 100%;
        justify-content: space-around;
        height: auto;
        flex-wrap: wrap;
    }
    footer .footericons .N-footerMenu a {
        border-left: 0px solid #757575;
        height: 45px;
        padding: 12px 6px;
        margin: 8px;
        border-radius: 50px;
        width: 40%;
        background: #FFFFFF;
        box-shadow: 0px 2px 2px rgba(0,0,0,.2);
    }
}
@media (max-width: 1200px){
    footer .footericons .N-footerMenu a {
        padding: 0px 8px;
    }
}

footer .footericons .footerSocial {
    width: 40%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 22px;
    font-size: 14px;
}
footer .footericons .footerSocial .social-icon {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 14px;
    flex-grow: .8;
}

footer .footericons .footerSocial a {
    width: 20px;
    height: 20px;
}
footer .footericons .footerSocial a svg {
    width: 20px;
    height: 20px;
    fill: #757575;
}
@media (max-width: 1050px){
    footer .footericons .footerSocial {
        width: 35%;
    }
}
@media (max-width: 992px){

    footer .footericons .footerSocial {
        width: 100%;
        flex-direction: column-reverse;
        height: 100%;
        gap: 21px;
        margin-bottom: 15px;
        justify-content: space-around;
    }
    footer .footericons .footerSocial .social-icon  {
        width: 100%;

        justify-content: space-around;
    }
    footer .footericons .footerSocial a {
        width: 32px;
        height: 32px;
    }
    footer .footericons .footerSocial a svg {
        width: 32px;
        height: 32px;
        fill: #757575;
    }
}


footer .footerNemad {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
}
@media (max-width: 992px){
    footer .footerNemad {
        width: 100%;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 50px;
    }
}
footer .footerNemad .copyRightText {
    width: 60%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 54px;
    color: #757575;
    font-size: 14px;
}
@media (max-width: 992px){
    footer .footerNemad .copyRightText {
        line-height: 30px;
        width:100%;
    }
}

@media (max-width: 1050px){
    footer .footerNemad .copyRightText {
        font-size: 13px;
    }
}
footer .footerNemad .imgNemad {
    width: 39%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 86px;
}
@media (max-width: 992px){
    footer .footerNemad .imgNemad {
        width: 73%;
        height: auto;
        margin: 16px 0px;
        flex-wrap: wrap;
    }
}
footer .footerNemad .figure img {
    width: 82px;
    height: auto;
}
@media (max-width: 992px){
    .mainFooterBox .footerNemad .figure img {
        width: 150px;
        margin: 30px;
        height: auto;
    }
}

.social {
    padding: 12px 0;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
}

.social li {
    display: inline-block;
}

.social li a .icon {
    width: 37px;
    height: 22px;
    fill: #d9dee2;
    display: inline-block;
    vertical-align: middle;
}

footer .widget_title h2 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;

}

footer svg {
    width: 24px;
    height: 24px;
}

footer > * {
    color: #222222;
    fill: #222222;
    font-size: 13px
}

footer .footerImages {
    display: flex;
    direction: ltr;
    padding: 25px 0;
}

footer .footerImages .figure {
    padding-right: 35px;
    display: inline-block;
    vertical-align: middle;
}

footer .footerImages .figure:nth-child(1), footer .footerImages .figure:nth-child(2) {
    margin-bottom: 25px;
}

footer .footerImages .figure img {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.copy {
    margin: 0 auto;
    display: block;
    color: #8e9db4;
    font-size: .9em;
    text-align: center;
    line-height: normal;
    padding: 12px 0 10px;
}

.copy span {
    display: block;
}

/*################## HomePage body #####################*/


/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    width: 100%;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}


.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg, .swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 14px;
    font-weight: bolder;
}

.home_page_slider {
    height: 10px;
    transition: width .2s ease-in-out;
    width: 10px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid var(--color-seconday);
    background: transparent;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
    cursor: pointer;
}

.home_page_slider--active {
    background-color: var(--color-seconday);
    height: 10px;
    opacity: 1;

    width: 10px;
    cursor: default;
}

.slider .swiper-navigation {
    position: absolute;
    bottom: 25%;
    right: 10px;
    transition: opacity .25s ease-in;
    z-index: 10;
}


.slider .swiper-slide img {
    height: 100%;
    width:100%;
}


.swiper-max-height {
    max-height: 400px;
}

.swiper-min-height {
    min-height: 400px;
}

@media (max-width: 540px) {
    .swiper-max-height {
        max-height: 200px;
    }

    .swiper-min-height {
        min-height: 200px;
    }
}

.swiper-button-next, .swiper-button-prev {
    border: 1px solid #c3c3ce;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    color: #000;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.carousel-wrapper {
    height: 100%;
    width: 100%;
}

.slider-wrapper {
    box-sizing: border-box;
    padding: 10px 0;
}

.slider-wrapper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.swiper-slide img {
    display: block;
    object-fit: contain;
}

.slider .swiper-button-prev:after {
    font-size: 14px;
    font-weight: bolder;
}

.slider .swiper-button-next {
    right: 10px;
    left: auto;
}

.slider .swiper-button-prev {
    left: 10px;
    right: auto;
}

.slider .swiper-button-next:after {
    font-size: 14px;
    font-weight: bolder;
}

.slider .swiper-navigation {
    width: 118px;

}

/* ###################### Amazing #########################*/
.amazing-home-page-style {
    background: linear-gradient(76.02deg, #66bb6a 33.32%, #66bb6a 71.55%), radial-gradient(21.29% 87.33% at 50% 50.67%, #66bb6a 0, #66bb6a 100%);
    border-radius: 16px;
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
}

.amazing-slider-homepage .swiper-slide .product-special-slide {
    border-radius: .7rem;
}

.amazing-slider-homepage .swiper-slide:nth-child(2) .product-special-slide {
    border-radius: .7rem;
}

.discount-percent {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    line-height: 27px;
    padding: 0 8px;
    color: #141414;
    background: #feed00;
    border-radius: 2px;
    font-size: 14px;
    margin: 0 4px;
}

.product-special .swiper-button-disabled {
    display: none;
}

.real-price {
    height: 30px
}

.product-special .swiper-button-disabled {
    display: flex;
}

.product-special .homepage-product-title {
    display: flex;
    justify-content: space-between;
}

.product-special .homepage-product-title h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.product-special .homepage-product-title {
    color: #fff;
}

.product-special .navigation {
    width: 120px;
    height: 47px;
    top: 0px;
}

.product-special .navigation .swiper-button-prev:after, .product-special .navigation .swiper-button-next:after {
    font-size: 14px;
    font-weight: bolder;
    color: var(--color-seconday)
}

.product-special .navigation .swiper-button-next, .product-special .navigation .swiper-button-prev {
    border: 0;
    margin-top: 0px;
    top: 4px;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 10%;
    margin-right: 10px;
    color: #000;
}

.product-special .navigation .swiper-button-next, .product-special .navigation .swiper-button-prev {
    border: 0;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 10%;
    color: #000;
}

/* ################### breadcrumb ######################*/
.breadcrumbList {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 25px;
    color: #6c757d;
    width: 100%;
    transition: all .3s ease-in-out;
}

.breadcrumbList * {

    transition: all .1s ease-in-out;
}

.breadcrumbList li.items {
    color: #999;
    font-size: 12px;

}

.breadcrumbList li:after {
    padding: 0 5px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #6c757d;
    font-family: FontAwesome;
}

.breadcrumbList li:last-child:after {
    display: none;
}

/* ################### Category Page #################### */
/* ############### Category Aside ################## */

@media (min-width: 1024px) {
    .category-aside-filter {
        order: -1;
        min-width: 270px;
        border: 1px solid #e0e0e2;
        border-radius: 15px;

    }
}

.filterCol {
    width: 100%;
    display: block;
    min-height: auto;
    background: inherit;
    border-radius: 18px;
    padding: .75rem 1.25rem;
}

.filterCol .title {
    line-height: 1.75rem;
    font-weight: bold;
    font-size: .8rem;
}

/* ############## Search Box #################*/
.category-aside-filter .keyword {
    width: 100%;
    margin: 14px 0;
    box-shadow: none;
}

.category-aside-filter .keyword-search-box {
    width: 100%;
    padding: 1px;
    height: 43px;
    background: rgba(255, 255, 255, 1);
    line-height: 30px;
    position: relative;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.category-aside-filter .keyword-search-box * {
    box-sizing: border-box;
    outline: 0;
}

.category-aside-filter .keyword-search-box .InputField input {
    display: block;
    width: 100%;
    height: 39px;
    padding: 0 9px 0 54px;
    background: none;
    border: none;
    border-radius: 2px 0 0 2px;
    font-size: 12px;
    transition: all ease-in-out .15s;
    font-family: var(--bs-body-font-family);

    appearance: none;
    box-sizing: border-box;
}

.category-aside-filter .keyword-search-box .InputField > * {
    display: table-cell;
    vertical-align: top;
}

.category-aside-filter .keyword-search-box .ButtonField {
    top: 0;
    left: 0;
    z-index: 2;
    width: 47px;
    height: 100%;
    font-size: 19px;
    position: absolute;
    font-family: FontAwesome;
    border-radius: 5px 0 0 5px;
}

.category-aside-filter .keyword-search-box .ButtonField button {
    border: none;
    width: 100%;
    height: 100%;
    background: none;
}

.category-aside-filter .keyword-search-box .ButtonField button {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    height: 32px;
    padding: 6px 12px;
    user-select: none;
    color: #aaa;
}

.category-aside-filter .keyword-search-box .Cancelbtn {
    visibility: hidden;
    user-select: none;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    right: 0.6em;
    cursor: pointer;
    background: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQzOC41MzMgNDM4LjUzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDM4LjUzMyA0MzguNTMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQwOS4xMzMsMTA5LjIwM2MtMTkuNjA4LTMzLjU5Mi00Ni4yMDUtNjAuMTg5LTc5Ljc5OC03OS43OTZDMjk1LjczNiw5LjgwMSwyNTkuMDU4LDAsMjE5LjI3MywwICAgYy0zOS43ODEsMC03Ni40Nyw5LjgwMS0xMTAuMDYzLDI5LjQwN2MtMzMuNTk1LDE5LjYwNC02MC4xOTIsNDYuMjAxLTc5LjgsNzkuNzk2QzkuODAxLDE0Mi44LDAsMTc5LjQ4OSwwLDIxOS4yNjcgICBjMCwzOS43OCw5LjgwNCw3Ni40NjMsMjkuNDA3LDExMC4wNjJjMTkuNjA3LDMzLjU5Miw0Ni4yMDQsNjAuMTg5LDc5Ljc5OSw3OS43OThjMzMuNTk3LDE5LjYwNSw3MC4yODMsMjkuNDA3LDExMC4wNjMsMjkuNDA3ICAgczc2LjQ3LTkuODAyLDExMC4wNjUtMjkuNDA3YzMzLjU5My0xOS42MDIsNjAuMTg5LTQ2LjIwNiw3OS43OTUtNzkuNzk4YzE5LjYwMy0zMy41OTYsMjkuNDAzLTcwLjI4NCwyOS40MDMtMTEwLjA2MiAgIEM0MzguNTMzLDE3OS40ODUsNDI4LjczMiwxNDIuNzk1LDQwOS4xMzMsMTA5LjIwM3ogTTMyMi42MjEsMjcwLjkzOWMzLjYxNywzLjYxMyw1LjQyOCw3LjkwNSw1LjQyOCwxMi44NTQgICBjMCw1LjEzMy0xLjgxMSw5LjUxNC01LjQyOCwxMy4xMjdsLTI1LjY5MywyNS43MDFjLTMuNjE0LDMuNjEzLTcuOTk0LDUuNDItMTMuMTM1LDUuNDJjLTQuOTQ4LDAtOS4yMzYtMS44MDctMTIuODQ3LTUuNDIgICBsLTUxLjY3Ni01MS42ODJsLTUxLjY3OCw1MS42ODJjLTMuNjE2LDMuNjEzLTcuODk4LDUuNDItMTIuODQ3LDUuNDJjLTUuMTQsMC05LjUxNy0xLjgwNy0xMy4xMzQtNS40MmwtMjUuNjk3LTI1LjcwMSAgIGMtMy42MTYtMy42MTMtNS40MjQtNy45OTQtNS40MjQtMTMuMTI3YzAtNC45NDgsMS44MDktOS4yNCw1LjQyNC0xMi44NTRsNTEuNjc4LTUxLjY3M2wtNTEuNjc4LTUxLjY3OCAgIGMtMy42MTYtMy42MTItNS40MjQtNy44OTgtNS40MjQtMTIuODQ3YzAtNS4xNCwxLjgwOS05LjUxNyw1LjQyNC0xMy4xMzRsMjUuNjk3LTI1LjY5M2MzLjYxNy0zLjYxNiw3Ljk5NC01LjQyNCwxMy4xMzQtNS40MjQgICBjNC45NDksMCw5LjIzMSwxLjgwOSwxMi44NDcsNS40MjRsNTEuNjc4LDUxLjY3NGw1MS42NzYtNTEuNjc0YzMuNjEtMy42MTYsNy44OTgtNS40MjQsMTIuODQ3LTUuNDI0ICAgYzUuMTQxLDAsOS41MjEsMS44MDksMTMuMTM1LDUuNDI0bDI1LjY5MywyNS42OTNjMy42MTcsMy42MTcsNS40MjgsNy45OTQsNS40MjgsMTMuMTM0YzAsNC45NDgtMS44MTEsOS4yMzUtNS40MjgsMTIuODQ3ICAgbC01MS42NzUsNTEuNjc4TDMyMi42MjEsMjcwLjkzOXoiIGZpbGw9IiM1NTU1NTUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) no-repeat scroll center center transparent;
}

.category-aside-filter .keyword.cancel .keyword-search-box .Cancelbtn {
    visibility: visible;
    opacity: .25;
}

.category-aside-filter .keyword.cancel .keyword-search-box .InputField input {
    padding: 0 31px 0 54px;
}

.CategoryNow .category-header {
    display: block;
    font: normal 0.8rem var(--bs-body-font-family);
    font-weight: bold;
}

.CategoryNow .CategoryList {
    margin: 0 15px;
}

.CategoryNow .CategoryList .MainCategory span.firstCategory {
    font-size: 12px;
    font-weight: bold;
}

.CategoryNow .CategoryList i {
    font-size: 16px;
    margin-left: 5px;
    color: #6b6b6b;
}

.range-slider__action {
    position: relative;
    display: block;
    height: 46px;
    margin-top: 15px;
    border-radius: 0.75rem;
    border: 3px solid var(--color-seconday);
    color: var(--color-seconday);
    text-align: center;
    line-height: 41px;
    font-size: .8rem;
    font-weight: bold;
    cursor: pointer;
}

.noUi-connect {
    background: var(--color-seconday);
}

.noUi-handle {
    background: var(--color-seconday);
}

.range-slider__control {
    margin: 0;
    text-align: center;
    font-size: 12px;
    font-size: .75rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .category-aside-filter {
        order: -1;
        min-width: 250px;
    }
}

.filter-side-close-layout {
    display: none !important;
}

.product-list_ProductList__filterButton--active__O1Y21 {
    background: var(--color-seconday);
    border: 3px solid #fff;
    width: 12px;
    height: 12px;
    top: 25%;
    right: 0;
    border-radius: 50%;
}

.filter-action-icon {
    display: none !important;
}

@media (max-width: 768px) {
    .breadcrumbList {
        margin-bottom: 5px;

    }

    .filter-side-close-layout {
        display: flex !important;
        width: 40px;
        height: 40px;
    }

    .filter-action-icon {
        display: flex !important;
    }

    .category-aside-filter {
        position: fixed;
        top: 0;
        bottom: 0;
        transition: all .2s;
        right: -250px;
        z-index: 100000;
        background: #fff;
        width: 250px;
        overflow-y: auto;
        overflow-x: hidden
    }

    .filterCol {
        width: 100%;
        display: block;
        min-height: auto;
        background: #fff;
        padding: 0.75rem 1rem;
    }

    .noUi-horizontal .noUi-handle {
        width: 1.2rem;
        height: 1.2rem;
        border-radius: 100%;
        right: -11px;
        top: -6px;
    }

    .sorting {
        justify-content: center;
        display: flex;
    }

    .sorting__title {
        display: none;
    }

    .product-section .title-box {
        font-size: 1rem

    }

    .filter-side-close-layout {
        display: flex !important;
        width: 40px;
        height: 40px;
    }

    .FilterGeneralOverlay--visible {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 99999;
        pointer-events: auto;
        opacity: .5;
        background-color: #080a38;
    }
}

@media (max-width: 576px) {


    .sorting li {

        font-size: 9px;

    }

    .sorting ul {
        margin-right: 0px;
    }

    .flex-column-xs {
        flex-direction: column;
    }

    .pagination .prev, .pagination .next {
        display: none;
    }
}

.show_filters {
    right: 0;
}

.order-by {
    border-bottom: 1px solid #ccc;
}

.sorting {
    float: left;
    font-size: 10px
}

.sorting ul {
    float: left;
    margin-right: 20px;
}

.sorting li.active {
    border-bottom: 2px solid var(--color-seconday);
}

.sorting li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
    padding: 0 10px 6px;
    cursor: pointer;
}

@media (max-width: 583px) {

    .sorting svg {
        display: none;
    }

    .sorting ul {
        float: left;
        margin-right: -20px;
    }

    .sorting li {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        font-size: 10px;
        padding: 0 4px 6px;
        cursor: pointer;
    }
}

@media (max-width: 768px) {
    .sorting {
        width: 100%;
        margin-top: 10px;
        float: left;
        font-size: 10px;
    }
}

@media (min-width: 320px) and (max-width: 447px) {
    .sorting__title {
        display: none;
    }
}

/* ################### product box ##############*/
.product-section-box, .widget-product-list {
    width: 100%;
}

.category-product-list .product-section, .widget-product-list .product-section {
    width: 100%;
}

@media (min-width: 480px) {
    .category-product-list .product-section, .widget-product-list .product-section {
        width: 228px !important;
    }
}

@media (min-width: 576px) {
    .category-product-list .product-section, .widget-product-list .product-section {
        width: 275px !important;
    }
}

@media (min-width: 750px) {
    .category-product-list .product-section, .widget-product-list .product-section {
        width: 238px !important;
    }
}

@media (min-width: 768px) {
    .category-product-list .product-section, .widget-product-list .product-section {
        width: 239px !important;
    }
}

@media (min-width: 992px) {
    .category-product-list .product-section, .widget-product-list .product-section {
        width: 324px !important;
    }
}

@media (min-width: 1200px) {
    .category-product-list .product-section, .widget-product-list .product-section {
        width: 275px !important;
    }
}

@media (min-width: 1400px) {
    .category-product-list .product-section, .widget-product-list .product-section {
        width: 252px !important;
    }


}

.category-product-list .add-to-cart, .widget-product-list .add-to-cart {
    font-size: 13px;
    border-radius: 0;
    margin: 0px -2px;
}


.category .pagination,.blog .pagination, .widget-box .pagination, .body-account-detail .pagination {
    line-height: 15px;
    display: flex;
    justify-content: center;
    margin-left: 5px;
    width: 100%;
    text-align: center;

}

.category .pagination,.blog .pagination, .widget-box .pagination, .body-account-detail .pagination {
    line-height: 15px;
}

.category .pagination li a, .category .pagination li span,.blog .pagination li a, .blog .pagination li span, .widget-box .pagination li a, .widget-box .pagination li span, .body-account-detail .pagination li a, .body-account-detail .pagination li span {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #fff 0%, #efefef 100%) repeat scroll 0 0;
    border: 1px solid #bbb;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #666;
    float: left;
    font-weight: normal;
    line-height: 29px;
    margin: 0 5px 0 0;
    min-width: 29px;
    padding: 0 5px;
    text-align: center;
}

.category .pagination .disabled a,.blog .pagination .disabled a, .widget-box .pagination .disabled a, .body-account-detail .pagination .disabled a {
    background: #666 none repeat scroll 0 0;
    border-color: #444;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
    color: #fff;
    cursor: default;
}

.category .pagination .active a,.blog .pagination .active a, .widget-box .pagination .active a, .body-account-detail .pagination .active a {
    background: var(--color-seconday) none repeat scroll 0 0;
    border-color: var(--color-seconday);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
    color: #fff;
    cursor: default;
}

@media (max-width: 1164px) {

    .filterCol .filter__header {
        font: normal 11px/55px var(--bs-body-font-family);

    }

}

/*-------------------------------------------*/


/*############# CART Inlie ####################3*/

.modal-open {
    overflow: hidden;
}

.loading_circle1 {
    animation: animation_09 1.2s linear infinite normal forwards;
}

.loading_circle2 {
    animation: animation_66 1.2s linear infinite normal forwards;
}

.loading_circle3 {
    animation: animation_33 1.2s linear infinite normal forwards;
}


@keyframes animation_09 {
    0% {
        opacity: .9
    }

    33.333333% {
        opacity: .6
    }

    66.666667% {
        opacity: .3
    }

    to {
        opacity: .9
    }
}


@keyframes animation_66 {
    0% {
        opacity: .6
    }

    33.333333% {
        opacity: .3
    }

    66.666667% {
        opacity: .9
    }

    to {
        opacity: .6
    }
}


@keyframes animation_33 {
    0% {
        opacity: .3
    }

    33.333333% {
        opacity: .9
    }

    66.666667% {
        opacity: .6
    }

    to {
        opacity: .3
    }
}

.jq-toast-wrap, .jq-toast-wrap * {
    margin: 0;
    padding: 0
}

.jq-toast-wrap {
    display: block;
    position: fixed;
    width: 290px;
    pointer-events: none !important;
    letter-spacing: normal;
    z-index: 9999999 !important
}

.jq-toast-wrap.bottom-left {
    bottom: 20px;
    left: 20px
}

.jq-toast-wrap.bottom-right {
    bottom: 20px;
    right: 40px
}

.jq-toast-wrap.top-left {
    top: 20px;
    left: 20px
}

.jq-toast-wrap.top-right {
    top: 20px;
    right: 40px
}

.jq-toast-single {
    display: block;
    width: 100%;
    padding: 15px 10px;
    margin: 0 0 5px;
    border-radius: 4px;
    font-size: 12px;
    font-family: IRANSans;
    line-height: 17px;
    position: relative;
    pointer-events: all !important;
    background-color: #444;
    color: #fff
}

.jq-toast-single h2 {
    font-family: arial, sans-serif;
    font-size: 14px;
    margin: 0 0 7px;
    background: 0 0;
    color: inherit;
    line-height: inherit;
    letter-spacing: normal
}

.jq-toast-single a {
    color: #eee;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    font-size: 12px
}

.jq-toast-single ul {
    margin: 0 0 0 15px;
    background: 0 0;
    padding: 0
}

.jq-toast-single ul li {
    list-style-type: disc !important;
    line-height: 17px;
    background: 0 0;
    margin: 0;
    padding: 0;
    letter-spacing: normal
}

.close-jq-toast-single {
    position: absolute;
    top: 3px;
    left: 7px;
    font-size: 14px;
    cursor: pointer
}

.jq-toast-loader {
    display: block;
    position: absolute;
    top: -2px;
    height: 5px;
    width: 0;
    left: 0;
    border-radius: 5px;
    background: red
}

.jq-toast-loaded {
    width: 100%
}

.jq-has-icon {
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px
}

.jq-icon-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);
    background-color: #31708f;
    color: #d9edf7;
    border-color: #bce8f1
}

.jq-icon-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);
    background-color: #8a6d3b;
    color: #fcf8e3;
    border-color: #faebcc
}

.jq-icon-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);
    background-color: #a94442;
    color: #f2dede;
    border-color: #ebccd1
}

.jq-icon-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);
    color: #dff0d8;
    background-color: #3c763d;
    border-color: #d6e9c6
}

.border-color-eee {
    border-color: #eee;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 45px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    flex-grow: 1;
    font-size: 13px;
    padding-right: 8px;
    padding-left: 32px;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

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

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

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

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

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

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

.select2-results {
    display: block;
}

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

.select2-results__option {

    padding: 8px;
    text-align: right;
    font-size: 12px;
    direction: rtl;
    user-select: none;
    -webkit-user-select: none;
}

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

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

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

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

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

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

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

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

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

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

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
}

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

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

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

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

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: inline-block;
    border: solid #bbb;
    border-width: 0 3px 3px 0;
    padding: 4px;
    transform: rotate(45deg);
    transition: all 300ms;
    height: 0;
    left: 50%;
    margin-left: -0px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

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

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

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    margin-top: -4px;
    transform: rotate(225deg);
}

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

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

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

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

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

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

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

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb;
    color: white;
}

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

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

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

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

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

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

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

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

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

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

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

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

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

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

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

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

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

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

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

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

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

label[data-type="radio"][color="none"] input[type="radio"] {
    display: none;
    visibility: hidden;
    user-select: none;
}

label[data-type="radio"][color="none"] {

    min-width: 50px;
    height: 30px;
    text-align: center;
    user-select: none;
    border: 1px solid #cceeee;
    border-radius: 10px;
    padding: 4px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

label[data-type="radio"][color="none"] input:checked + span {
    background: #cceeee;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

label[data-type="radio"][color="withColor"] {
    width: 40px;
    height: 40px;
    position: relative;
    border: 1px solid #cceeee;
    padding: 3px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

label[data-type="radio"][color="withColor"] input[type="radio"] {
    display: none;
    visibility: hidden;
    user-select: none;
}

label[data-type="radio"][color="withColor"] span:first-of-type {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    border: 1px solid #fff;
    border-radius: 50%;

}

label[data-type="radio"][color="withColor"] input:checked ~ span:first-of-type:after {
    content: '';
    display: flex;
    border: 1px solid #fff;
    width: 7px;
    height: 14px;
    top: 6px;
    position: absolute;
    right: 11px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
}

label[data-type="radio"][color="withColor"] div.toast {
    display: none;
    position: absolute;
    font-size: 10px;
    z-index: 1;
    top: 100%;
    justify-content: center;
    text-align: center;
    min-width: 58px;
    border-color: transparent;
    transition: all 0.3s;
    height: 30px;
    opacity: 0;
    color: #fff;
    background: #23254e;
    align-items: center;

}

label[data-type="radio"][color="withColor"] input:checked ~ span:last-of-type {
    background: #19bfd3;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;

}

label[data-type="radio"][color="withColor"] input ~ span:last-of-type {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;

}

label[data-type="radio"][color="withColor"]:hover div.toast {
    display: flex;
    opacity: 1
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 13;
}

.modal {
    --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: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
    --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;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        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: 12;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }


}


.modal.fade {
    opacity: 1;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}

.modal .modal-header {
    color: #fff;
    font-size: 1em;
    text-align: center;
    padding: .8em 10px;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    border-radius: 5px 5px 0 0;
}

.modal .modal-header h4 {
    font-size: 1.2em !important;

}

.modal .modal-header {
    background: #38b7be;
}

.modal .modal-header .close {
    right: 0;
    top: 6px;
    bottom: auto;
    margin-top: 0;
    font-size: 2em;
    line-height: 17px;
    position: absolute;
    padding: 9px 18px 10px;
    vertical-align: middle;
}

.btn.btn-raised.btn-danger.register_button, .btn.btn-fab.btn-danger.register_button, .btn-group-raised .btn.btn-danger.register_button, .input-group-btn .btn.btn-raised.btn-danger.register_button, .input-group-btn .btn.btn-fab.btn-danger.register_button, .btn-group-raised .input-group-btn .btn.btn-danger.register_button {
    color: rgba(255, 255, 255, 1);
    display: block;
    height: 38px;
    line-height: 24px;
    text-align: center;
    font-size: 11px;
}

.btn.btn-raised.btn-success.register_button {

    font-size: 13px;
    padding: 11px
}

.btn.btn-raised.btn-danger.register_button:hover, .btn.btn-fab.btn-danger.register_button:hover, .btn-group-raised .btn.btn-danger.register_button:hover, .input-group-btn .btn.btn-raised.btn-danger.register_button:hover, .input-group-btn .btn.btn-fab.btn-danger.register_button:hover, .btn-group-raised .input-group-btn .btn.btn-danger.register_button:hover {
    color: rgba(255, 255, 255, 1);
    display: block;
    line-height: 24px;
    text-align: center;
}

.input-group-addon:first-child {
    border-right: 1px solid #ccc;
    border-left: 0;
    border-radius: 0;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 26px;
    font-weight: normal;
    line-height: 1;
    color: #aaa;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.radio {
    position: relative;
    padding: 18px 3px 18px 2px;
    display: block;
    color: #aaa;
    margin-left: 0;
    width: 98%;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0px 1px 3px #eee;
    margin-right: 0;
    font-size: 14px;
    direction: rtl;
    margin-top: 10px;
    margin-bottom: 10px;
}


.radio label, .checkbox label {

    padding-right: 36px;

}

.radio span, label.radio-inline span {

    right: 10px;

}

.radio label, label.radio-inline {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.6);
    padding-left: 0;
}

.radio.clicked {
    background: #eee;
}

.show {
    display: block;
}


.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity)
}

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

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

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

.btn-close-white {
    filter: var(--bs-btn-close-white-filter)
}

.border-color-ccc {
    border-color: #ccc;
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/*######################################### Product Detail ###############################################3*/
.image-product {
    align-self: flex-start;
    border: 1px solid #e0e0e2;
    border-radius: 15px;
}

.image-product .swiper {
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

@media (min-width: 768px) {
    .product-image-box-layout {
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .product-image-box-layout {
        width: 500px;
        height: 500px
    }
}

.swiper-thumbs {
    border-top: 1px solid #e0e0e2
}

.slider-wrapper .swiper-slide-thumb-active {
    opacity: 1;
}

.color-secondary-500 {
    color: var(--color-seconday);
}

.product-detail p {
    text-align: justify;
    line-height: 36px;
}

.product-detail .styles_Link__hWQBW .text-body1-strong:hover {
    text-decoration: underline;
}

.text-body1-strong {
    font-size: 15px
}

.text-body_zero-five-strong {
    font-size: 12px
}

.text-body-5 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2;
}

.color-000 {
    color: #000;
}

.image-product .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.h-100p {
    height: 100px !important;
}

.w-100p {
    width: 100px !important;
}

.font-bold {
    font-weight: bold;
}

.font-size-27p {
    font-size: 27px;
}

.color-neutral-400 {
    color: #9e9fb1;
}

.text-decoration-line-through {
    text-decoration: line-through !important
    text-underline-offset: 10px;
}

.color-neutral-600 {
    color: #5a5c7a;
}

.font-size-16 {
    font-size: 16px !important;
}

.product-detail .item-quantity-item {
    width: 150px;
    max-width: 150px;
    min-height: 55px;
    max-height: 55px;
}

.border-200 {
    border: 1px solid #ccc;
}

.radius-md {
    border-radius: 8px;
}

.product-detail .cart-counter-icon {
    width: 21px;
    height: 22px;
    fill: var(--color-seconday);
}

.product-details-variants .variant-title {
    font-size: 14px !important;
    font-weight: bold;

}

.product-details-variants .variant-title:after {
    content: ':';
    margin-right: 5px;

}

.variant_group .value {
    padding-right: 5px;
    font-size: 11px;
    color: #3f4064
}


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

    .md-width-114 {
        width: 114px !important
    }

    .ml-8-md {
        margin-left: calc(8 * 0.25rem);
    }
}

@media (min-width: 1024px) {
    .lg-width-250 {
        width: 250px !important;
    }

    .lg-width-200 {
        width: 200px !important
    }

    .ml-12-lg {
        margin-left: calc(12 * 0.25rem);
    }
}


@media (max-width: 768px) {
    .product-detail .mobile-flex-column {
        flex-direction: column !important;
    }
}

.border-bottom-color-neutral-100 {
    border-bottom-color: #f1f2f4 !important;
}

.text-body-4 {
    font-size: .8rem;
    font-weight: 400;
    line-height: 3.15;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.pl-3 {
    padding-left: 0.75rem;
}

.pr-3 {
    padding-right: 0.75rem;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

div[data-element="review-text"] {
    text-align: justify;
    line-height: 36px;
}

.product-detail .product-details-variants {
    width: 300px
}

/* ######################################### Login Page ########################################################*/

@media (min-width: 640px) {
    .w-responsive {
        width: 60% !important;
    }
}

@media (min-width: 1024px) {
    .w-responsive {
        width: 25.25rem !important;
    }
}

.shadow-design-base {
    --tw-shadow: 0px 2px 14px #0000001a;
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 2px 14px #0000001a;
}

.input-login {
    direction: rtl;
    border: 0;
    font-size: 18px;
    background: #f1f2f4;
    padding: 12px;
    border-radius: 15px;
    transition: all 300ms;
    margin-top: 13px;
}

.input-login::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 12px;
    font-weight: bold;
    color: #999;
    opacity: 1; /* Firefox */
}

.input-login:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: .7rem;
    font-weight: bold;
    color: #999;

}

.input-login::-ms-input-placeholder { /* Microsoft Edge */
    font-size: .7rem;
    font-weight: bold;
    color: #999;

}

.input-login:focus {
    background: #fff;
    outline-color: rgba(55, 125, 255, 1) !important;
}

.otp-inputs {
}

.digit {
    width: 40px;
    height: 40px;
    text-align: center;
    border: none;
    border-bottom: 1.5px solid #999;
    margin: 0;
}

.digit:focus {
    border-bottom: 1.5px solid deepskyblue;
    outline: none;
}

.wrong-number {
    cursor: pointer;
}

.color-19bfd3 {
    color: #19bfd3
}

.min-vh-50 {
    min-height: 50vh;
}

.submit-login-btn {
    font-size: 15px;
    padding: 0.8rem 4.5rem !important;
    background: var(--color-seconday);
    border-color: var(--color-seconday);
    transition: background-color 200ms;
}

.submit-login-btn[disabled] {
    opacity: .7;
    cursor: inherit;
}


/*##################################### Checkout ###############################*/
.checkout .fixed-step .nav {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    position: relative;
    padding-top: 1rem;
}

.checkout .fixed-step .nav .nav-item {
    margin-right: 50px;
    margin-left: 50px;
}

.checkout .fixed-step .nav:after {
    content: '';
    border: 1px solid #ddd;
    display: block;
    position: absolute;
    top: 40%;
    z-index: -1;
    height: 1px;
    background: #eee;
    right: 15%;
    left: 15%;
}

.checkout .fixed-step .nav .nav-item .box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    background: #fff;
}


.checkout .fixed-step .nav .nav-item .box .number {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 18px;
    color: #999;
    box-shadow: 0 5px 30px 1px rgba(0, 0, 0, .11);
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkout .fixed-step .nav .active-item .box .number {
    display: none;
}

.checkout .fixed-step .nav .nav-item .titr-item {
    font-size: 14px;
    font-weight: bold;
    color: #a2a2a2;
    display: block;
    margin-top: 20px;
    text-align: center;
}

.checkout .fixed-step .nav .active-item .titr-item {
    color: #5b606a;
}

.checkout .fixed-step .nav .active-item .titr-item {
    color: #377dff !important;
}


.checkout .fixed-step .nav .nav-item .box i {
    font-size: 40px;
    height: 45px;
    display: block;
    color: #999;
}

.checkout .fixed-step .nav .active-item .box i {
    color: #377dff;
}

.checkout .fixed-step .nav .nav-item .box svg {
    fill: #999;
}

.checkout .fixed-step .nav .active-item .box svg {
    fill: #377dff;
}

.checkout .fixed-step .nav .box svg {
    width: 50px;
    height: 50px
}

.state-city-box > div {
    width: 100%
}

@media (min-width: 728px) {
    .state-city-box > div {
        width: 48%
    }
}

@media (max-width: 611px) {
    .checkout .fixed-step .nav .nav-item .box {
        width: 70px;
        height: 70px;
    }

    .checkout .fixed-step .nav .box svg {
        width: 25px;
        height: 25px;
    }

    .checkout .fixed-step .nav .nav-item {
        margin-right: 15px;
        margin-left: 15px;
    }

    .checkout .fixed-step .nav .nav-item .titr-item {
        font-size: 10px;
    }

    .modal.modal-type2.select-map .modal-body div[data-step="1"] {
        height: 500px;
        max-height: 100%;
    }
    .modal.modal-type2.guest-select-map .modal-body div[data-guest-step="1"] {
        height: 500px;
        max-height: 100%;
    }
}

.select-state-city-box {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
}

@media (max-width: 728px) {
    .checkout .fixed-step .nav .nav-item .box {
        width: 70px;
        height: 70px;
    }

    .checkout .fixed-step .nav .box svg {
        width: 25px;
        height: 25px;
    }

    .checkout .fixed-step .nav .nav-item {
        margin-right: 15px;
        margin-left: 15px;
    }

    .checkout .fixed-step .nav .nav-item .titr-item {
        font-size: 10px;
    }

    .modal.modal-type2.select-map .modal-body div[data-step="1"] {
        height: 500px;
        max-height: 100%;
    }
    .modal.modal-type2.guest-select-map .modal-body div[data-guest-step="1"] {
        height: 500px;
        max-height: 100%;
    }

    .select-state-city-box {
        position: relative;
        top: 0
    }

    .map-search {
        box-shadow: none;
        border-radius: 8px;
        border-color: transparent;
        width: 100% !important;
    }

    .select-state-city-box {
        position: relative;
        top: 0
    }


}

.thead-radius {
    border-radius: 10px 10px 0 0;
}

.cart-layout .tfoot {
    border-radius: 0 0 10px 10px;
    background: #eee;
    padding: 10px;
}

.cart-layout .table-responsive-vertical {
    max-height: 500px;
    overflow-y: auto;
}

.cart-layout .item-quantity-item {
    width: 102px;
    max-width: 102px;
    min-height: 44px;
    max-height: 44px;
}

.cart-counter-icon {
    width: 18px;
    height: 18px;
    fill: var(--color-seconday)
}

.total-payable {
    color: var(--color-seconday)
}

.min-width-700 {
    min-width: 700px;
}

.background-eee {
    background-color: #eee;
}

table tr {
    border-bottom: 1px solid #f0f1f2;
}

.cart-layout .table {
    margin-bottom: 0
}

.cart-layout .table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 1px solid #f0f1f2;
    font-weight: 600;
}

.table td {
    text-align: center;
    vertical-align: middle !important;
    border-right: 1px solid #f0f1f2;
}

th {
    text-align: right;
    background-color: #f7f9fa;
    font-size: 13px;
    height: 48px;
    font-weight: normal;
    color: #666;
}

.variants ul li {
    font-size: 10px;
    padding: 5px 10px;
    text-align: center;
    border-radius: 15px;
    background: #eee;
}

.table .pd .pic {
    float: right;
    width: 70px;
    height: 70px;
    text-align: right;
    display: table;
}

.table .pd .desc {
    direction: rtl;
    text-align: right;
    margin-right: 80px;
    min-height: 53px;
    display: flex;
    align-items: center;
}

.table .pd .desc h2 {
    font-size: 14px;
    color: #4d4d4d;
    margin-bottom: 5px;
    margin-top: 7px;

}

.table .pd .desc h3 {
    color: #4d4d4d;
    margin-top: 9px;
    font: 13px var(--bs-body-font-family);
}

@media ( max-width: 468px) {
    .table .pd .desc {
        direction: rtl;
        text-align: right;
        margin-right: 0;
        min-height: 53px;
    }

    .userform {
        width: 303px;
        margin: 0 auto;
        float: none;
    }

    .radio, .checkbox {
        position: relative;
        display: block;
        margin-right: 50px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.carting {
    max-height: 426px;
}

table {
    border: 1px solid #f0f1f2;
    margin-bottom: 0 !important;
    border-collapse: collapse;
    direction: rtl;
}


.table .pd .desc h2 {

    line-height: 26px;
}

/* Sweet Alert */
.swal2-popup.swal2-toast {
    flex-direction: row;
    align-items: center;
    width: auto;
    padding: .625em;
    overflow-y: hidden;
    background: #fff;
    box-shadow: 0 0 .625em #d9d9d9
}

.swal2-popup.swal2-toast .swal2-header {
    flex-direction: row;
    padding: 0
}

.swal2-popup.swal2-toast .swal2-title {
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 .6em;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-footer {
    margin: .5em 0 0;
    padding: .5em 0 0;
    font-size: .8em
}

.swal2-popup.swal2-toast .swal2-close {
    position: static;
    width: .8em;
    height: .8em;
    line-height: .8
}

.swal2-popup.swal2-toast .swal2-content {
    justify-content: flex-start;
    padding: 0;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-icon {
    width: 2em;
    min-width: 2em;
    height: 2em;
    margin: 0
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 1.8em;
    font-weight: 700
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
        font-size: .25em
    }
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    top: .875em;
    width: 1.375em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: .3125em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: .3125em
}

.swal2-popup.swal2-toast .swal2-actions {
    flex-basis: auto !important;
    width: auto;
    height: auto;
    margin: 0 .3125em;
    padding: 0
}

.swal2-popup.swal2-toast .swal2-styled {
    margin: 0 .3125em;
    padding: .3125em .625em;
    font-size: 1em
}

.swal2-popup.swal2-toast .swal2-styled:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(100, 150, 200, .5)
}

.swal2-popup.swal2-toast .swal2-success {
    border-color: #a5dc86
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 1.6em;
    height: 3em;
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.8em;
    left: -.5em;
    transform: rotate(-45deg);
    transform-origin: 2em 2em;
    border-radius: 4em 0 0 4em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.25em;
    left: .9375em;
    transform-origin: 0 1.5em;
    border-radius: 0 4em 4em 0
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
    width: 2em;
    height: 2em
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
    top: 0;
    left: .4375em;
    width: .4375em;
    height: 2.6875em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
    height: .3125em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
    top: 1.125em;
    left: .1875em;
    width: .75em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
    top: .9375em;
    right: .1875em;
    width: 1.375em
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
    -webkit-animation: swal2-toast-animate-success-line-tip .75s;
    animation: swal2-toast-animate-success-line-tip .75s
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
    -webkit-animation: swal2-toast-animate-success-line-long .75s;
    animation: swal2-toast-animate-success-line-long .75s
}

.swal2-popup.swal2-toast.swal2-show {
    -webkit-animation: swal2-toast-show .5s;
    animation: swal2-toast-show .5s
}

.swal2-popup.swal2-toast.swal2-hide {
    -webkit-animation: swal2-toast-hide .1s forwards;
    animation: swal2-toast-hide .1s forwards
}

.img-responsive {
    width: 100%
}

.swal2-container {
    display: flex;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: .625em;
    overflow-x: hidden;
    transition: background-color .1s;
    -webkit-overflow-scrolling: touch
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, .4)
}

.swal2-container.swal2-backdrop-hide {
    background: 0 0 !important
}

.swal2-container.swal2-top {
    align-items: flex-start
}

.swal2-container.swal2-top-left, .swal2-container.swal2-top-start {
    align-items: flex-start;
    justify-content: flex-start
}

.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.swal2-container.swal2-center {
    align-items: center
}

.swal2-container.swal2-center-left, .swal2-container.swal2-center-start {
    align-items: center;
    justify-content: flex-start
}

.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end
}

.swal2-container.swal2-bottom {
    align-items: flex-end
}

.swal2-container.swal2-bottom-left, .swal2-container.swal2-bottom-start {
    align-items: flex-end;
    justify-content: flex-start
}

.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.swal2-container.swal2-bottom-end > :first-child, .swal2-container.swal2-bottom-left > :first-child, .swal2-container.swal2-bottom-right > :first-child, .swal2-container.swal2-bottom-start > :first-child, .swal2-container.swal2-bottom > :first-child {
    margin-top: auto
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center
}

.swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center
}

.swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column
}

.swal2-container.swal2-grow-column.swal2-bottom, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-top {
    align-items: center
}

.swal2-container.swal2-grow-column.swal2-bottom-left, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-top-start {
    align-items: flex-start
}

.swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-bottom-right, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-top-right {
    align-items: flex-end
}

.swal2-container.swal2-grow-column > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center
}

.swal2-container.swal2-no-transition {
    transition: none !important
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
    margin: auto
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
        margin: 0 !important
    }
}

.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    font-family: inherit;
    font-size: 1rem
}

.swal2-popup:focus {
    outline: 0
}

.swal2-popup.swal2-loading {
    overflow-y: hidden
}

.swal2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1.8em
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 1.875em;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word
}

.swal2-actions {
    display: flex;
    z-index: 1;
    box-sizing: border-box;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 1.25em auto 0;
    padding: 0 1.6em
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
    opacity: .4
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1))
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2))
}

.swal2-loader {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.2em;
    height: 2.2em;
    margin: 0 1.875em;
    -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
    border-width: .25em;
    border-style: solid;
    border-radius: 100%;
    border-color: #2778c4 transparent #2778c4 transparent
}

.swal2-styled {
    margin: .3125em;
    padding: .625em 2em;
    box-shadow: none;
    font-weight: 500
}

.swal2-styled:not([disabled]) {
    cursor: pointer
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #2778c4;
    color: #fff;
    font-size: 1.0625em
}

.swal2-styled.swal2-deny {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #d14529;
    color: #fff;
    font-size: 1.0625em
}

.swal2-styled.swal2-cancel {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #757575;
    color: #fff;
    font-size: 1.0625em
}

.swal2-styled:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(100, 150, 200, .5)
}

.swal2-styled::-moz-focus-inner {
    border: 0
}

.swal2-footer {
    justify-content: center;
    margin: 1.25em 0 0;
    padding: 1em 0 0;
    border-top: 1px solid #eee;
    color: #545454;
    font-size: 1em
}

.swal2-timer-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: .25em;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.swal2-timer-progress-bar {
    width: 100%;
    height: .25em;
    background: rgba(0, 0, 0, .2)
}

.swal2-image {
    max-width: 100%;
    margin: 1.25em auto
}

.swal2-close {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color .1s ease-out;
    border: none;
    border-radius: 5px;
    background: 0 0;
    color: #ccc;
    font-family: serif;
    font-size: 2.5em;
    line-height: 1.2;
    cursor: pointer
}

.swal2-close:hover {
    transform: none;
    background: 0 0;
    color: #f27474
}

.swal2-close:focus {
    outline: 0;
    box-shadow: inset 0 0 0 3px rgba(100, 150, 200, .5)
}

.swal2-close::-moz-focus-inner {
    border: 0
}

.swal2-content {
    z-index: 1;
    justify-content: center;
    margin: 0;
    padding: 0 1.6em;
    color: #545454;
    font-size: 1.125em;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    word-wrap: break-word
}

.swal2-checkbox, .swal2-file, .swal2-input, .swal2-radio, .swal2-select, .swal2-textarea {
    margin: 1em auto
}

.swal2-file, .swal2-input, .swal2-textarea {
    box-sizing: border-box;
    width: 100%;
    transition: border-color .3s, box-shadow .3s;
    border: 1px solid #d9d9d9;
    border-radius: .1875em;
    background: inherit;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
    color: inherit;
    font-size: 1.125em
}

.swal2-file.swal2-inputerror, .swal2-input.swal2-inputerror, .swal2-textarea.swal2-inputerror {
    border-color: #f27474 !important;
    box-shadow: 0 0 2px #f27474 !important
}

.swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus {
    border: 1px solid #b4dbed;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(100, 150, 200, .5)
}

.swal2-file::-moz-placeholder, .swal2-input::-moz-placeholder, .swal2-textarea::-moz-placeholder {
    color: #ccc
}

.swal2-file:-ms-input-placeholder, .swal2-input:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
    color: #ccc
}

.swal2-file::placeholder, .swal2-input::placeholder, .swal2-textarea::placeholder {
    color: #ccc
}

.swal2-range {
    margin: 1em auto;
    background: #fff
}

.swal2-range input {
    width: 80%
}

.swal2-range output {
    width: 20%;
    color: inherit;
    font-weight: 600;
    text-align: center
}

.swal2-range input, .swal2-range output {
    height: 2.625em;
    padding: 0;
    font-size: 1.125em;
    line-height: 2.625em
}

.swal2-input {
    height: 2.625em;
    padding: 0 .75em
}

.swal2-input[type=number] {
    max-width: 10em
}

.swal2-file {
    background: inherit;
    font-size: 1.125em
}

.swal2-textarea {
    height: 6.75em;
    padding: .75em
}

.swal2-select {
    min-width: 50%;
    max-width: 100%;
    padding: .375em .625em;
    background: inherit;
    color: inherit;
    font-size: 1.125em
}

.swal2-checkbox, .swal2-radio {
    align-items: center;
    justify-content: center;
    background: #fff;
    color: inherit
}

.swal2-checkbox label, .swal2-radio label {
    margin: 0 .6em;
    font-size: 1.125em
}

.swal2-checkbox input, .swal2-radio input {
    margin: 0 .4em
}

.swal2-input-label {
    display: flex;
    justify-content: center;
    margin: 1em auto
}

.swal2-validation-message {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 -2.7em;
    padding: .625em;
    overflow: hidden;
    background: #f0f0f0;
    color: #666;
    font-size: 1em;
    font-weight: 300
}

.swal2-validation-message::before {
    content: "!";
    display: inline-block;
    width: 1.5em;
    min-width: 1.5em;
    height: 1.5em;
    margin: 0 .625em;
    border-radius: 50%;
    background-color: #f27474;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center
}

.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em
}

.swal2-icon.swal2-error {
    border-color: #f27474;
    color: #f27474
}

.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    flex-grow: 1
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: .3125em;
    border-radius: .125em;
    background-color: #f27474
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 1.0625em;
    transform: rotate(45deg)
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 1em;
    transform: rotate(-45deg)
}

.swal2-icon.swal2-error.swal2-icon-show {
    -webkit-animation: swal2-animate-error-icon .5s;
    animation: swal2-animate-error-icon .5s
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
    -webkit-animation: swal2-animate-error-x-mark .5s;
    animation: swal2-animate-error-x-mark .5s
}

.swal2-icon.swal2-warning {
    border-color: #facea8;
    color: #f8bb86
}

.swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee
}

.swal2-icon.swal2-question {
    border-color: #c9dae1;
    color: #87adbd
}

.swal2-icon.swal2-success {
    border-color: #a5dc86;
    color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.4375em;
    left: -2.0635em;
    transform: rotate(-45deg);
    transform-origin: 3.75em 3.75em;
    border-radius: 7.5em 0 0 7.5em
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.6875em;
    left: 1.875em;
    transform: rotate(-45deg);
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0
}

.swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    z-index: 2;
    top: -.25em;
    left: -.25em;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border: .25em solid rgba(165, 220, 134, .3);
    border-radius: 50%
}

.swal2-icon.swal2-success .swal2-success-fix {
    position: absolute;
    z-index: 1;
    top: .5em;
    left: 1.625em;
    width: .4375em;
    height: 5.625em;
    transform: rotate(-45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    z-index: 2;
    height: .3125em;
    border-radius: .125em;
    background-color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    top: 2.875em;
    left: .8125em;
    width: 1.5625em;
    transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
    transform: rotate(-45deg)
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
    -webkit-animation: swal2-animate-success-line-tip .75s;
    animation: swal2-animate-success-line-tip .75s
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
    -webkit-animation: swal2-animate-success-line-long .75s;
    animation: swal2-animate-success-line-long .75s
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
    -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
    animation: swal2-rotate-success-circular-line 4.25s ease-in
}

.swal2-progress-steps {
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin: 0 0 1.25em;
    padding: 0;
    background: inherit;
    font-weight: 600
}

.swal2-progress-steps li {
    display: inline-block;
    position: relative
}

.swal2-progress-steps .swal2-progress-step {
    z-index: 20;
    flex-shrink: 0;
    width: 2em;
    height: 2em;
    border-radius: 2em;
    background: #2778c4;
    color: #fff;
    line-height: 2em;
    text-align: center
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: #2778c4
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
    background: #add8e6;
    color: #fff
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
    background: #add8e6
}

.swal2-progress-steps .swal2-progress-step-line {
    z-index: 10;
    flex-shrink: 0;
    width: 2.5em;
    height: .4em;
    margin: 0 -1px;
    background: #2778c4
}

[class^=swal2] {
    -webkit-tap-highlight-color: transparent
}

.swal2-show {
    -webkit-animation: swal2-show .3s;
    animation: swal2-show .3s
}

.swal2-hide {
    -webkit-animation: swal2-hide .15s forwards;
    animation: swal2-hide .15s forwards
}

.swal2-noanimation {
    transition: none
}

.swal2-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.swal2-rtl .swal2-close {
    right: auto;
    left: 0
}

.swal2-rtl .swal2-timer-progress-bar {
    right: 0;
    left: auto
}

@supports (-ms-accelerator:true) {
    .swal2-range input {
        width: 100% !important
    }

    .swal2-range output {
        display: none
    }
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .swal2-range input {
        width: 100% !important
    }

    .swal2-range output {
        display: none
    }
}

@-webkit-keyframes swal2-toast-show {
    0% {
        transform: translateY(-.625em) rotateZ(2deg)
    }
    33% {
        transform: translateY(0) rotateZ(-2deg)
    }
    66% {
        transform: translateY(.3125em) rotateZ(2deg)
    }
    100% {
        transform: translateY(0) rotateZ(0)
    }
}

@keyframes swal2-toast-show {
    0% {
        transform: translateY(-.625em) rotateZ(2deg)
    }
    33% {
        transform: translateY(0) rotateZ(-2deg)
    }
    66% {
        transform: translateY(.3125em) rotateZ(2deg)
    }
    100% {
        transform: translateY(0) rotateZ(0)
    }
}

@-webkit-keyframes swal2-toast-hide {
    100% {
        transform: rotateZ(1deg);
        opacity: 0
    }
}

@keyframes swal2-toast-hide {
    100% {
        transform: rotateZ(1deg);
        opacity: 0
    }
}

@-webkit-keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }
    54% {
        top: .125em;
        left: .125em;
        width: 0
    }
    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
    }
    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }
    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@keyframes swal2-toast-animate-success-line-tip {
    0% {
        top: .5625em;
        left: .0625em;
        width: 0
    }
    54% {
        top: .125em;
        left: .125em;
        width: 0
    }
    70% {
        top: .625em;
        left: -.25em;
        width: 1.625em
    }
    84% {
        top: 1.0625em;
        left: .75em;
        width: .5em
    }
    100% {
        top: 1.125em;
        left: .1875em;
        width: .75em
    }
}

@-webkit-keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }
    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }
    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }
    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}

@keyframes swal2-toast-animate-success-line-long {
    0% {
        top: 1.625em;
        right: 1.375em;
        width: 0
    }
    65% {
        top: 1.25em;
        right: .9375em;
        width: 0
    }
    84% {
        top: .9375em;
        right: 0;
        width: 1.125em
    }
    100% {
        top: .9375em;
        right: .1875em;
        width: 1.375em
    }
}

@-webkit-keyframes swal2-show {
    0% {
        transform: scale(.7)
    }
    45% {
        transform: scale(1.05)
    }
    80% {
        transform: scale(.95)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes swal2-show {
    0% {
        transform: scale(.7)
    }
    45% {
        transform: scale(1.05)
    }
    80% {
        transform: scale(.95)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes swal2-hide {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(.5);
        opacity: 0
    }
}

@-webkit-keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }
    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }
    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }
    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }
    100% {
        top: 2.8125em;
        left: .8125em;
        width: 1.5625em
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }
    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }
    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }
    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }
    100% {
        top: 2.8125em;
        left: .8125em;
        width: 1.5625em
    }
}

@-webkit-keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }
    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }
    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }
    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }
    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }
    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }
    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg)
    }
    5% {
        transform: rotate(-45deg)
    }
    12% {
        transform: rotate(-405deg)
    }
    100% {
        transform: rotate(-405deg)
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        transform: rotate(-45deg)
    }
    5% {
        transform: rotate(-45deg)
    }
    12% {
        transform: rotate(-405deg)
    }
    100% {
        transform: rotate(-405deg)
    }
}

@-webkit-keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
    }
    50% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
    }
    80% {
        margin-top: -.375em;
        transform: scale(1.15)
    }
    100% {
        margin-top: 0;
        transform: scale(1);
        opacity: 1
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
    }
    50% {
        margin-top: 1.625em;
        transform: scale(.4);
        opacity: 0
    }
    80% {
        margin-top: -.375em;
        transform: scale(1.15)
    }
    100% {
        margin-top: 0;
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0
    }
    100% {
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        transform: rotateX(100deg);
        opacity: 0
    }
    100% {
        transform: rotateX(0);
        opacity: 1
    }
}

@-webkit-keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes swal2-rotate-loading {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden
}

body.swal2-height-auto {
    height: auto !important
}

body.swal2-no-backdrop .swal2-container {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: calc(100% - .625em * 2);
    background-color: transparent !important
}

body.swal2-no-backdrop .swal2-container > .swal2-modal {
    box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

body.swal2-no-backdrop .swal2-container.swal2-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-top-left, body.swal2-no-backdrop .swal2-container.swal2-top-start {
    top: 0;
    left: 0
}

body.swal2-no-backdrop .swal2-container.swal2-top-end, body.swal2-no-backdrop .swal2-container.swal2-top-right {
    top: 0;
    right: 0
}

body.swal2-no-backdrop .swal2-container.swal2-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

body.swal2-no-backdrop .swal2-container.swal2-center-left, body.swal2-no-backdrop .swal2-container.swal2-center-start {
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-center-end, body.swal2-no-backdrop .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-left, body.swal2-no-backdrop .swal2-container.swal2-bottom-start {
    bottom: 0;
    left: 0
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-end, body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
    right: 0;
    bottom: 0
}

@media print {
    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
        overflow-y: scroll !important
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
        display: none
    }

    body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
        position: static !important
    }
}

body.swal2-toast-shown .swal2-container {
    background-color: transparent
}

body.swal2-toast-shown .swal2-container.swal2-top {
    top: 0;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto
}

body.swal2-toast-shown .swal2-container.swal2-top-left, body.swal2-toast-shown .swal2-container.swal2-top-start {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0
}

body.swal2-toast-shown .swal2-container.swal2-center-left, body.swal2-toast-shown .swal2-container.swal2-center-start {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-center {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%)
}

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-left, body.swal2-toast-shown .swal2-container.swal2-bottom-start {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto
}

body.swal2-toast-column .swal2-toast {
    flex-direction: column;
    align-items: stretch
}

body.swal2-toast-column .swal2-toast .swal2-actions {
    flex: 1;
    align-self: stretch;
    height: 2.2em;
    margin-top: .3125em
}

body.swal2-toast-column .swal2-toast .swal2-loading {
    justify-content: center
}

body.swal2-toast-column .swal2-toast .swal2-input {
    height: 2em;
    margin: .3125em auto;
    font-size: 1em
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
    font-size: 1em
}

/* Shipping */
.shiping-layout .title-checkout .title, .payment-thanks-layout .title-checkout .title {
    font-size: 15px;
    font-weight: 700;
    color: #636363;
    display: inline-block;
    position: relative;
    padding-bottom: 17px;
}

.shiping-layout .title-checkout .title:after, .payment-thanks-layout .title-checkout .title:after {
    content: '';
    position: absolute;
    bottom: -6px;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #5d5d5d;
}

.shiping-layout .title-checkout, .payment-thanks-layout .title-checkout {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dddddd;
}

.w-24p {
    width: 24px;
}

.h-24p {
    height: 24px;
}

.h-20 {
    height: 20px;
}

.shiping-layout .fill-111 {
    fill: #111;
}

.ml-3 {
    margin-left: .75rem;
}

.shiping-layout .w-100 {
    width: 100%
}

.font-size-21px {
    font-size: 27px;
}


.modal.modal-type2 .modal-header {
    background-color: transparent;
    border-bottom: none;
    color: #333;
    padding: 1.3em 13px 0 13px
}

@media (min-width: 1024px) {
    .modal.modal-type2.select-map .modal-dialog {
        max-width: 750px;
        margin-right: auto;
        margin-left: auto;
    }
    .modal.modal-type2.guest-select-map .modal-dialog {
        max-width: 750px;
        margin-right: auto;
        margin-left: auto;
    }
}

.modal.modal-type2.select-map .modal-body div[data-step="1"] {
    height: 400px;
}

.modal.modal-type2.guest-select-map .modal-body div[data-guest-step="1"] {
    height: 400px;
}

.modal .h1, h1 {
    font-size: 18px;
    margin-bottom: 10px;
}

.fill-19bfd3 {
    fill: #19bfd3 !important;
}

.map-search {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    border-radius: 8px;
    border-color: #f1f2f4;
}

/* leaflet */

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
}

.leaflet-container {
    overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
    background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
    max-width: none !important;
    max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    /* Fallback for FF which doesn't support pinch-zoom */
    touch-action: none;
    touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none;
}

.leaflet-container {
    -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
    -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
    filter: inherit;
    visibility: hidden;
}

.leaflet-tile-loaded {
    visibility: inherit;
}

.leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
    -moz-user-select: none;
}

.leaflet-pane {
    z-index: 400;
}

.leaflet-tile-pane {
    z-index: 200;
}

.leaflet-overlay-pane {
    z-index: 400;
}

.leaflet-shadow-pane {
    z-index: 500;
}

.leaflet-marker-pane {
    z-index: 600;
}

.leaflet-tooltip-pane {
    z-index: 650;
}

.leaflet-popup-pane {
    z-index: 700;
}

.leaflet-map-pane canvas {
    z-index: 100;
}

.leaflet-map-pane svg {
    z-index: 200;
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
}


/* control positioning */

.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 400;
    pointer-events: none;
}

.leaflet-top {
    top: 0;
}

.leaflet-right {
    right: 0;
}

.leaflet-bottom {
    bottom: 0;
}

.leaflet-left {
    left: 0;
}

.leaflet-control {
    float: left;
    clear: both;
}

.leaflet-right .leaflet-control {
    float: right;
}

.leaflet-top .leaflet-control {
    margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
    margin-left: 10px;
}

.leaflet-right .leaflet-control {
    margin-right: 10px;
}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
    will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
}

.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
}


/* cursors */

.leaflet-interactive {
    cursor: pointer;
}

.leaflet-grab {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
    pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
    pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
    pointer-events: auto;
}

/* visual tweaks */

.leaflet-container {
    background: #ddd;
    outline: 0;
}

.leaflet-container a {
    color: #0078A8;
}

.leaflet-container a.leaflet-active {
    outline: 2px solid orange;
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, 0.5);
}


/* general typography */
.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* general toolbar styles */

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}

.leaflet-bar a:hover {
    background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
    font-size: 22px;
}


/* layers control */

.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    background: #fff;
    border-radius: 5px;
}

.leaflet-control-layers-toggle {
    background-image: url(../img/layers.png);
    width: 36px;
    height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(../img/layers-2x.png);
    background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}

.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 5px;
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}

.leaflet-control-layers label {
    display: block;
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
    background-image: url(../img/marker-icon.png);
}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
}

.leaflet-control-attribution a {
    text-decoration: none;
}

.leaflet-control-attribution a:hover {
    text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
}


/* popup */

.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
}

.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
}

.leaflet-popup-content p {
    margin: 18px 0;
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
}


/* div icon */

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

/* Directions */

.leaflet-tooltip-bottom {
    margin-top: 6px;
}

.leaflet-tooltip-top {
    margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
}

.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
}

.leaflet-tooltip-left {
    margin-left: -6px;
}

.leaflet-tooltip-right {
    margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
}

.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
}

.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
}

.TitleMarker {
    margin: 5px 0px;
    padding: 10px;
    line-height: 2.1;
    border-radius: 10px;
    font-size: 14px;
}

﻿ /*!
 * icheck-material v1.0.0 (https://github.com/bantikyan/icheck-material)
 * Copyright 2018 Hovhannes Bantikyan.
 * Licensed under MIT (https://github.com/bantikyan/icheck-material/blob/master/LICENSE)
 */
[class*="icheck-material"] {
    min-height: 22px;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    padding-right: 0px;
}

[class*="icheck-material"] > label {
    padding-right: 29px !important;
    min-height: 22px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

[class*="icheck-material"] > input:first-child {
    position: absolute !important;
    opacity: 0;
    margin: 0;
    background-color: #787878;
    border-radius: 50%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    display: block;
    pointer-events: none;
    width: 22px;
    height: 22px;
    outline: none;
    transform: scale(2);
    -ms-transform: scale(2);
    transition: opacity 0.3s, transform 0.3s;
}

[class*="icheck-material"] > input:first-child:disabled {
    cursor: default;
}

[class*="icheck-material"] > input:first-child:disabled + label,
[class*="icheck-material"] > input:first-child:disabled + input[type="hidden"] + label,
[class*="icheck-material"] > input:first-child:disabled + label::before,
[class*="icheck-material"] > input:first-child:disabled + input[type="hidden"] + label::before {
    pointer-events: none;
    cursor: default;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

[class*="icheck-material"] > input:first-child + label::before,
[class*="icheck-material"] > input:first-child + input[type="hidden"] + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 2px solid #787878;
    border-radius: 3px;
    margin-right: -29px;
    box-sizing: border-box;
}

[class*="icheck-material"] > input:first-child:checked + label::after,
[class*="icheck-material"] > input:first-child:checked + input[type="hidden"] + label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 10px;
    border: solid 2px #fff;
    border-left: none;
    border-top: none;
    transform: translate(7.75px, 4.5px) rotate(45deg);
    -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
    box-sizing: border-box;
}

[class*="icheck-material"] > input:first-child:not(:checked):not(:disabled):hover + label::before,
[class*="icheck-material"] > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-width: 2px;
}

[class*="icheck-material"] > input:first-child::-ms-check {
    opacity: 0;
    border-radius: 50%;
}

[class*="icheck-material"] > input:first-child:active {
    transform: scale(0);
    -ms-transform: scale(0);
    opacity: 1;
    transition: opacity 0s, transform 0s;
}

[class*="icheck-material"] > input[type="radio"]:first-child + label::before,
[class*="icheck-material"] > input[type="radio"]:first-child + input[type="hidden"] + label::before {
    border-radius: 50%;
}

[class*="icheck-material"] > input[type="radio"]:first-child:checked + label::before,
[class*="icheck-material"] > input[type="radio"]:first-child:checked + input[type="hidden"] + label::before {
    background-color: transparent;
}

[class*="icheck-material"] > input[type="radio"]:first-child:checked + label::after,
[class*="icheck-material"] > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    top: 6px;
    right: 6px;
    transform: none;
    -ms-transform: none;
}

[class*="icheck-material"] > input[type="checkbox"]:first-child:checked + label::after,
[class*="icheck-material"] > input[type="checkbox"]:first-child:checked + input[type="hidden"] + label::after {
    width: 8px;
    height: 14px;
    transform: translate(7px, 2px) rotate(45deg);
    -ms-transform: translate(7px, 2px) rotate(45deg);
}

.icheck-inline {
    display: inline-block;
}

.icheck-inline + .icheck-inline {
    margin-left: .75rem;
    margin-top: 6px;
}

.icheck-material-red > input:first-child {
    background-color: #f44336;
}

.icheck-material-red > input:first-child::-ms-check {
    background-color: #f44336;
}

.icheck-material-red > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-red > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #f44336;
}

.icheck-material-red > input:first-child:checked + label::before,
.icheck-material-red > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #f44336;
    border-color: #f44336;
}

.icheck-material-red > input:first-child:checked + label::after,
.icheck-material-red > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-red > input[type="radio"]:first-child:checked + label::after,
.icheck-material-red > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #f44336;
}

.icheck-material-pink > input:first-child {
    background-color: #e91e63;
}

.icheck-material-pink > input:first-child::-ms-check {
    background-color: #e91e63;
}

.icheck-material-pink > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-pink > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #e91e63;
}

.icheck-material-pink > input:first-child:checked + label::before,
.icheck-material-pink > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #e91e63;
    border-color: #e91e63;
}

.icheck-material-pink > input:first-child:checked + label::after,
.icheck-material-pink > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-pink > input[type="radio"]:first-child:checked + label::after,
.icheck-material-pink > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #e91e63;
}

.icheck-material-purple > input:first-child {
    background-color: #9c27b0;
}

.icheck-material-purple > input:first-child::-ms-check {
    background-color: #9c27b0;
}

.icheck-material-purple > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-purple > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #9c27b0;
}

.icheck-material-purple > input:first-child:checked + label::before,
.icheck-material-purple > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #9c27b0;
    border-color: #9c27b0;
}

.icheck-material-purple > input:first-child:checked + label::after,
.icheck-material-purple > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-purple > input[type="radio"]:first-child:checked + label::after,
.icheck-material-purple > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #9c27b0;
}

.icheck-material-deeppurple > input:first-child {
    background-color: #673ab7;
}

.icheck-material-deeppurple > input:first-child::-ms-check {
    background-color: #673ab7;
}

.icheck-material-deeppurple > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-deeppurple > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #673ab7;
}

.icheck-material-deeppurple > input:first-child:checked + label::before,
.icheck-material-deeppurple > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #673ab7;
    border-color: #673ab7;
}

.icheck-material-deeppurple > input:first-child:checked + label::after,
.icheck-material-deeppurple > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-deeppurple > input[type="radio"]:first-child:checked + label::after,
.icheck-material-deeppurple > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #673ab7;
}

.icheck-material-indigo > input:first-child {
    background-color: #3f51b5;
}

.icheck-material-indigo > input:first-child::-ms-check {
    background-color: #3f51b5;
}

.icheck-material-indigo > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-indigo > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #3f51b5;
}

.icheck-material-indigo > input:first-child:checked + label::before,
.icheck-material-indigo > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #3f51b5;
    border-color: #3f51b5;
}

.icheck-material-indigo > input:first-child:checked + label::after,
.icheck-material-indigo > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-indigo > input[type="radio"]:first-child:checked + label::after,
.icheck-material-indigo > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #3f51b5;
}

.icheck-material-blue > input:first-child {
    background-color: #2196f3;
}

.icheck-material-blue > input:first-child::-ms-check {
    background-color: #2196f3;
}

.icheck-material-blue > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-blue > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #2196f3;
}

.icheck-material-blue > input:first-child:checked + label::before,
.icheck-material-blue > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #2196f3;
    border-color: #2196f3;
}

.icheck-material-blue > input:first-child:checked + label::after,
.icheck-material-blue > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-blue > input[type="radio"]:first-child:checked + label::after,
.icheck-material-blue > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #2196f3;
}

.icheck-material-lightblue > input:first-child {
    background-color: #03a9f4;
}

.icheck-material-lightblue > input:first-child::-ms-check {
    background-color: #03a9f4;
}

.icheck-material-lightblue > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-lightblue > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #03a9f4;
}

.icheck-material-lightblue > input:first-child:checked + label::before,
.icheck-material-lightblue > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #03a9f4;
    border-color: #03a9f4;
}

.icheck-material-lightblue > input:first-child:checked + label::after,
.icheck-material-lightblue > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-lightblue > input[type="radio"]:first-child:checked + label::after,
.icheck-material-lightblue > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #03a9f4;
}

.icheck-material-cyan > input:first-child {
    background-color: #00bcd4;
}

.icheck-material-cyan > input:first-child::-ms-check {
    background-color: #00bcd4;
}

.icheck-material-cyan > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-cyan > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #00bcd4;
}

.icheck-material-cyan > input:first-child:checked + label::before,
.icheck-material-cyan > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #00bcd4;
    border-color: #00bcd4;
}

.icheck-material-cyan > input:first-child:checked + label::after,
.icheck-material-cyan > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-cyan > input[type="radio"]:first-child:checked + label::after,
.icheck-material-cyan > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #00bcd4;
}

.icheck-material-teal > input:first-child {
    background-color: #009688;
}

.icheck-material-teal > input:first-child::-ms-check {
    background-color: #009688;
}

.icheck-material-teal > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-teal > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #009688;
}

.icheck-material-teal > input:first-child:checked + label::before,
.icheck-material-teal > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #009688;
    border-color: #009688;
}

.icheck-material-teal > input:first-child:checked + label::after,
.icheck-material-teal > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-teal > input[type="radio"]:first-child:checked + label::after,
.icheck-material-teal > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #009688;
}

.icheck-material-green > input:first-child {
    background-color: #4caf50;
}

.icheck-material-green > input:first-child::-ms-check {
    background-color: #4caf50;
}

.icheck-material-green > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-green > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #4caf50;
}

.icheck-material-green > input:first-child:checked + label::before,
.icheck-material-green > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #4caf50;
    border-color: #4caf50;
}

.icheck-material-green > input:first-child:checked + label::after,
.icheck-material-green > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-green > input[type="radio"]:first-child:checked + label::after,
.icheck-material-green > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #4caf50;
}

.icheck-material-lightgreen > input:first-child {
    background-color: #8bc34a;
}

.icheck-material-lightgreen > input:first-child::-ms-check {
    background-color: #8bc34a;
}

.icheck-material-lightgreen > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-lightgreen > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #8bc34a;
}

.icheck-material-lightgreen > input:first-child:checked + label::before,
.icheck-material-lightgreen > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #8bc34a;
    border-color: #8bc34a;
}

.icheck-material-lightgreen > input:first-child:checked + label::after,
.icheck-material-lightgreen > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-lightgreen > input[type="radio"]:first-child:checked + label::after,
.icheck-material-lightgreen > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #8bc34a;
}

.icheck-material-lime > input:first-child {
    background-color: #cddc39;
}

.icheck-material-lime > input:first-child::-ms-check {
    background-color: #cddc39;
}

.icheck-material-lime > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-lime > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #cddc39;
}

.icheck-material-lime > input:first-child:checked + label::before,
.icheck-material-lime > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #cddc39;
    border-color: #cddc39;
}

.icheck-material-lime > input:first-child:checked + label::after,
.icheck-material-lime > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-lime > input[type="radio"]:first-child:checked + label::after,
.icheck-material-lime > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #cddc39;
}

.icheck-material-yellow > input:first-child {
    background-color: #ffeb3b;
}

.icheck-material-yellow > input:first-child::-ms-check {
    background-color: #ffeb3b;
}

.icheck-material-yellow > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-yellow > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #ffeb3b;
}

.icheck-material-yellow > input:first-child:checked + label::before,
.icheck-material-yellow > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #ffeb3b;
    border-color: #ffeb3b;
}

.icheck-material-yellow > input:first-child:checked + label::after,
.icheck-material-yellow > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-yellow > input[type="radio"]:first-child:checked + label::after,
.icheck-material-yellow > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #ffeb3b;
}

.icheck-material-amber > input:first-child {
    background-color: #ffc107;
}

.icheck-material-amber > input:first-child::-ms-check {
    background-color: #ffc107;
}

.icheck-material-amber > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-amber > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #ffc107;
}

.icheck-material-amber > input:first-child:checked + label::before,
.icheck-material-amber > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #ffc107;
    border-color: #ffc107;
}

.icheck-material-amber > input:first-child:checked + label::after,
.icheck-material-amber > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-amber > input[type="radio"]:first-child:checked + label::after,
.icheck-material-amber > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #ffc107;
}

.icheck-material-orange > input:first-child {
    background-color: #ff9800;
}

.icheck-material-orange > input:first-child::-ms-check {
    background-color: #ff9800;
}

.icheck-material-orange > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-orange > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #ff9800;
}

.icheck-material-orange > input:first-child:checked + label::before,
.icheck-material-orange > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #ff9800;
    border-color: #ff9800;
}

.icheck-material-orange > input:first-child:checked + label::after,
.icheck-material-orange > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-orange > input[type="radio"]:first-child:checked + label::after,
.icheck-material-orange > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #ff9800;
}

.icheck-material-deeporange > input:first-child {
    background-color: #ff5722;
}

.icheck-material-deeporange > input:first-child::-ms-check {
    background-color: #ff5722;
}

.icheck-material-deeporange > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-deeporange > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #ff5722;
}

.icheck-material-deeporange > input:first-child:checked + label::before,
.icheck-material-deeporange > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #ff5722;
    border-color: #ff5722;
}

.icheck-material-deeporange > input:first-child:checked + label::after,
.icheck-material-deeporange > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-deeporange > input[type="radio"]:first-child:checked + label::after,
.icheck-material-deeporange > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #ff5722;
}

.icheck-material-brown > input:first-child {
    background-color: #795548;
}

.icheck-material-brown > input:first-child::-ms-check {
    background-color: #795548;
}

.icheck-material-brown > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-brown > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #795548;
}

.icheck-material-brown > input:first-child:checked + label::before,
.icheck-material-brown > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #795548;
    border-color: #795548;
}

.icheck-material-brown > input:first-child:checked + label::after,
.icheck-material-brown > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-brown > input[type="radio"]:first-child:checked + label::after,
.icheck-material-brown > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #795548;
}

.icheck-material-grey > input:first-child {
    background-color: #9e9e9e;
}

.icheck-material-grey > input:first-child::-ms-check {
    background-color: #9e9e9e;
}

.icheck-material-grey > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-grey > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #9e9e9e;
}

.icheck-material-grey > input:first-child:checked + label::before,
.icheck-material-grey > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}

.icheck-material-grey > input:first-child:checked + label::after,
.icheck-material-grey > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-grey > input[type="radio"]:first-child:checked + label::after,
.icheck-material-grey > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #9e9e9e;
}

.icheck-material-bluegrey > input:first-child {
    background-color: #607d8b;
}

.icheck-material-bluegrey > input:first-child::-ms-check {
    background-color: #607d8b;
}

.icheck-material-bluegrey > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-material-bluegrey > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #607d8b;
}

.icheck-material-bluegrey > input:first-child:checked + label::before,
.icheck-material-bluegrey > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #607d8b;
    border-color: #607d8b;
}

.icheck-material-bluegrey > input:first-child:checked + label::after,
.icheck-material-bluegrey > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.icheck-material-bluegrey > input[type="radio"]:first-child:checked + label::after,
.icheck-material-bluegrey > input[type="radio"]:first-child:checked + input[type="hidden"] + label::after {
    background-color: #607d8b;
}

.icheck-material-blue {
    margin-top: 20px;
}


.checkmart {
    width: 24px;
    height: 24px;
    border: 2px solid #eee;
    border-radius: 100%;
}

input[type="radio"] + .checkmart:after {
    content: '';
    top: 4px;
    left: 4px;
    width: 13px;
    height: 13px;
    position: absolute;
    border-radius: 50%;
    background: var(--color-seconday);
    scale: 0;
    transition: all 200ms ease-in;
}

input[type="radio"]:checked + .checkmart:after {
    scale: 1;
}

input[type="radio"][disabled] + .checkmart {
    background-color: #eee;
    cursor: not-allowed;

}

input[type="radio"][disabled] + .checkmart:after {
    background-color: #ccc;

}


.input-box {
    max-width: 270px;
    margin: 0 auto
}

.shiping-layout .discount input {
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
    border-radius: 50px;
    direction: ltr;
    padding-left: 120px;
    height: 44px;
    width: 100%;
    outline: 0;
}

.shiping-layout .discount .btn {
    width: auto;
    color: white;
    font-size: small;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 4px;
    left: 5px;
    font-size: 12px;
    border-radius: 20px;
}

.shiping-layout .guest-discount input {
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
    border-radius: 50px;
    direction: ltr;
    padding-left: 120px;
    height: 44px;
    width: 100%;
    outline: 0;
}

.shiping-layout .guest-discount .btn {
    width: auto;
    color: white;
    font-size: small;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 4px;
    left: 5px;
    font-size: 12px;
    border-radius: 20px;
}


.textarea-form:focus {
    outline: 0;
    border: 0
}

.input-form:focus {
    outline: 0;
    border: 0
}

.border-color-bbb {
    border-color: #bbb !important;
}

textarea::-moz-placeholder {
    color: #ccc;
    opacity: 1
}

textarea::placeholder {
    color: #ccc;
    opacity: 1
}

py-0-5 {
    padding-top: .5rem
}

.futher-address-information {
    flex-direction: column;
    display: flex;
}

.receiver-information {
    flex-direction: column;
    display: flex;
}

@media (min-width: 728px) {
    .futher-address-information {
        flex-direction: row;
        display: flex;
        justify-content: space-between;
    }

    .futher-address-information > div {
        width: 20%
    }

    .futher-address-information > div:last-child {
        width: 58%
    }

    .receiver-information {
        flex-direction: row;
        display: flex;
        justify-content: space-between;
    }

    .receiver-information > div {
        width: 49%
    }

}

.radius-10 {
    border-radius: 10px;
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-1 {
    --bs-border-width: 1px;
}

.resize-none {
    resize: none;
}

.h-100px {
    height: 100px !important;
}

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

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

.line-height-2-5 {
    line-height: 2.5;
}

.text-h4 {
    font-size: .9rem;
    font-weight: 700;
    line-height: 2.12;
}

.color-hint-text-error {
    color: #b2001a;
}

.w-max-75 {
    max-width: 75% !important;
}

.Hint--error {
    background: rgba(178, 0, 26, .1);
}

.info-fill {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    border-radius: 100%;
    background: #d32f2f;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    margin-top: 0.4rem;
}

.text-body-4 {
    font-size: 13px;
    font-weight: 400;
    line-height: 3;
}

.change-gateway .modal-dialog {
    width: 300px
}

.color-81858b {
    color: #81858b
}

.payment-status-dot {
    display: flex;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    position: relative;
}

.payment-fail {
    background-color: #ef394e;
}

.payment-success {
    background-color: #39ae00;
}

.font-size-10 {
    font-size: 10px
}

.payment-history {
    border-bottom: 1px solid #eee;
}

.submit-again-pay {
    width: 133px;
    font-size: 13px;
    padding: 0.8rem 1rem !important;
    background: #e6123d;
    border-color: #e6123d;
    transition: background-color 200ms;
}

@media (max-width: 651px) {
    .shiping-layout .title-checkout .title {
        font-size: 11px;
    }

    .mobile-w-47 {
        width: 47%
    }

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

    .factor-layout {
        flex-direction: column;
    }
}

.bg-0a53be {
    background: #0a53be;
}

.color-fff {
    color: #ffffff;
}

.h-20p {
    height: 20px;
}

.min-w-20p {
    min-width: 20px;
}

.radius-4p {
    border-radius: 4px;
}

.order-tabs .tabs a.selected:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 6px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: var(--color-seconday);
}

.aside-menu {
    position: relative;
}

.aside-menu a.selected:before {
    content: '';
    width: 5px;
    position: absolute;
    height: 75%;
    background: var(--color-seconday);
    right: 0;
    border-radius: 2px 0 0 2px;
}

.aside-menu a.selected {
    font-weight: bold;
}

.body-account-detail .h2, .body-account-detail h2 {
    font-size: .8rem;
}

.user-info-grid {
    height: 100px;
    padding: 10px;
    border-bottom: 1px solid #f1f2f4;
}

.user-layout:last-child .user-info-grid:last-child {
    padding: 10px;
    border-bottom: none;
}

@media ( min-width: 580px ) {
    .user-info-grid {
        padding: 10px;
        border-bottom: 1px solid #f1f2f4 !important;
    }

    .user-info-grid:first-child {
        border-left: 1px solid #f1f2f4;
    }
}

@media (max-width: 600px) {
    .mobile-flex-column {
        flex-direction: column !important;
    }
}

.shadow-3-bottom {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .3);
}

.quick-account-menu {
    width: 256px;
    border-radius: 15px;
    left: 0;
}


.quick-account-menu a {

    max-width: 100% !important;
}

@media (max-width: 768px) {
    .quick-account-menu {
        display: none !important;
    }
}

.product-special-slide .add-to-cart {
    height: 50px
}

/* Search */

.header-searchBox .typeahead__container {
    width: 100%;
    padding: 0;
    height: 52px;
    background: #f1f1f4;
    line-height: 30px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    transition: all .2s;
}

.typeahead__container {
    position: relative;
    font: 14px Lato, "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.header-searchBox .typeahead__container .typeahead__field .typeahead__cancel-button {
    top: 12px;
}

.typeahead__cancel-button {
    visibility: hidden;
    user-select: none;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 8px;
    right: .8em;
    cursor: pointer;
    background: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQzOC41MzMgNDM4LjUzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDM4LjUzMyA0MzguNTMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQwOS4xMzMsMTA5LjIwM2MtMTkuNjA4LTMzLjU5Mi00Ni4yMDUtNjAuMTg5LTc5Ljc5OC03OS43OTZDMjk1LjczNiw5LjgwMSwyNTkuMDU4LDAsMjE5LjI3MywwICAgYy0zOS43ODEsMC03Ni40Nyw5LjgwMS0xMTAuMDYzLDI5LjQwN2MtMzMuNTk1LDE5LjYwNC02MC4xOTIsNDYuMjAxLTc5LjgsNzkuNzk2QzkuODAxLDE0Mi44LDAsMTc5LjQ4OSwwLDIxOS4yNjcgICBjMCwzOS43OCw5LjgwNCw3Ni40NjMsMjkuNDA3LDExMC4wNjJjMTkuNjA3LDMzLjU5Miw0Ni4yMDQsNjAuMTg5LDc5Ljc5OSw3OS43OThjMzMuNTk3LDE5LjYwNSw3MC4yODMsMjkuNDA3LDExMC4wNjMsMjkuNDA3ICAgczc2LjQ3LTkuODAyLDExMC4wNjUtMjkuNDA3YzMzLjU5My0xOS42MDIsNjAuMTg5LTQ2LjIwNiw3OS43OTUtNzkuNzk4YzE5LjYwMy0zMy41OTYsMjkuNDAzLTcwLjI4NCwyOS40MDMtMTEwLjA2MiAgIEM0MzguNTMzLDE3OS40ODUsNDI4LjczMiwxNDIuNzk1LDQwOS4xMzMsMTA5LjIwM3ogTTMyMi42MjEsMjcwLjkzOWMzLjYxNywzLjYxMyw1LjQyOCw3LjkwNSw1LjQyOCwxMi44NTQgICBjMCw1LjEzMy0xLjgxMSw5LjUxNC01LjQyOCwxMy4xMjdsLTI1LjY5MywyNS43MDFjLTMuNjE0LDMuNjEzLTcuOTk0LDUuNDItMTMuMTM1LDUuNDJjLTQuOTQ4LDAtOS4yMzYtMS44MDctMTIuODQ3LTUuNDIgICBsLTUxLjY3Ni01MS42ODJsLTUxLjY3OCw1MS42ODJjLTMuNjE2LDMuNjEzLTcuODk4LDUuNDItMTIuODQ3LDUuNDJjLTUuMTQsMC05LjUxNy0xLjgwNy0xMy4xMzQtNS40MmwtMjUuNjk3LTI1LjcwMSAgIGMtMy42MTYtMy42MTMtNS40MjQtNy45OTQtNS40MjQtMTMuMTI3YzAtNC45NDgsMS44MDktOS4yNCw1LjQyNC0xMi44NTRsNTEuNjc4LTUxLjY3M2wtNTEuNjc4LTUxLjY3OCAgIGMtMy42MTYtMy42MTItNS40MjQtNy44OTgtNS40MjQtMTIuODQ3YzAtNS4xNCwxLjgwOS05LjUxNyw1LjQyNC0xMy4xMzRsMjUuNjk3LTI1LjY5M2MzLjYxNy0zLjYxNiw3Ljk5NC01LjQyNCwxMy4xMzQtNS40MjQgICBjNC45NDksMCw5LjIzMSwxLjgwOSwxMi44NDcsNS40MjRsNTEuNjc4LDUxLjY3NGw1MS42NzYtNTEuNjc0YzMuNjEtMy42MTYsNy44OTgtNS40MjQsMTIuODQ3LTUuNDI0ICAgYzUuMTQxLDAsOS41MjEsMS44MDksMTMuMTM1LDUuNDI0bDI1LjY5MywyNS42OTNjMy42MTcsMy42MTcsNS40MjgsNy45OTQsNS40MjgsMTMuMTM0YzAsNC45NDgtMS44MTEsOS4yMzUtNS40MjgsMTIuODQ3ICAgbC01MS42NzUsNTEuNjc4TDMyMi42MjEsMjcwLjkzOXoiIGZpbGw9IiM1NTU1NTUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) no-repeat scroll center center transparent
}

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button {
    visibility: visible;
    opacity: .25
}

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button:hover {
    opacity: .4
}

.header-searchBox .typeahead__container .typeahead__field input {
    border: none;
    width: 100%;
    height: 100%;
    direction: rtl;
    color: #333;
    background: none;
    padding: 0 37px 0 48px;
    font-size: 17px;

    font-family: var(--bs-body-font-family);
}

.header-searchBox .typeahead__container .typeahead__field .typeahead__cancel-button {
    top: 18px;
}

.typeahead__field input {
    display: block;
    width: 100%;
    padding: 6px 12px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px 0 0 2px;
    transition: all ease-in-out .15s;
    appearance: none;
    box-sizing: border-box;
}

.typeahead__container button, .typeahead__container input {
    overflow: visible;
}

.typeahead__container button, .typeahead__container input, .typeahead__container optgroup, .typeahead__container select, .typeahead__container textarea {
    font: inherit;
    margin: 0;
}

.typeahead__container * {
    box-sizing: border-box;
    outline: 0;
}

.typeahead__query, .typeahead__filter, .typeahead__button {
    font-size: 14px;
}

.typeahead__field > * {
    display: table-cell;
    vertical-align: top;
}

.typeahead__query {
    position: relative;
    z-index: 2;
    width: 100%;
}

.header-searchBox .typeahead__container .typeahead__button {
    top: 0;
    left: 0;
    width: 47px;
    height: 100%;
    font-size: 18px;
    position: absolute;
    font-family: FontAwesome;
    border-radius: 5px 0 0 5px;
}

.typeahead__container * {
    box-sizing: border-box;
    outline: 0;
}

.header-searchBox .typeahead__container .typeahead__button button {
    border: none;
    width: 100%;
    height: 100%;
    background: none;
}

.typeahead__filter button, .typeahead__button button {
    margin-left: -1px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.typeahead__container button {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ccc;
    height: 32px;
    padding: 0;
    user-select: none;
    color: #555;
}

.typeahead__button button {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.typeahead__container button, .typeahead__container html [type="button"], .typeahead__container [type="reset"], .typeahead__container [type="submit"] {
    -webkit-appearance: button;
}

.typeahead__container button, .typeahead__container select {
    text-transform: none;
}

.typeahead__container button, .typeahead__container input {
    overflow: visible;
}

.typeahead__container button, .typeahead__container input, .typeahead__container optgroup, .typeahead__container select, .typeahead__container textarea {
    font: inherit;
    margin: 0;
}

.typeahead__field {
    color: #555;
}

.typeahead__field {
    font-size: 0;
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    height: 100%;
}

.header-searchBox .typeahead__container .typeahead__button button .fa-search {
    padding: 0;
    width: 100%;
    color: #555;
    height: 100%;
    display: block;
    line-height: 50px;
}

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button {
    visibility: visible;
    opacity: .25
}

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button:hover {
    opacity: .4
}

.typeahead__search-icon {
    padding: 0 1.25rem;
    width: 16px;
    height: 16px;
    display: block;
    background: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1MC4zMTMgMjUwLjMxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUwLjMxMyAyNTAuMzEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJTZWFyY2giPgoJPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTI0NC4xODYsMjE0LjYwNGwtNTQuMzc5LTU0LjM3OGMtMC4yODktMC4yODktMC42MjgtMC40OTEtMC45My0wLjc2ICAgYzEwLjctMTYuMjMxLDE2Ljk0NS0zNS42NiwxNi45NDUtNTYuNTU0QzIwNS44MjIsNDYuMDc1LDE1OS43NDcsMCwxMDIuOTExLDBTMCw0Ni4wNzUsMCwxMDIuOTExICAgYzAsNTYuODM1LDQ2LjA3NCwxMDIuOTExLDEwMi45MSwxMDIuOTExYzIwLjg5NSwwLDQwLjMyMy02LjI0NSw1Ni41NTQtMTYuOTQ1YzAuMjY5LDAuMzAxLDAuNDcsMC42NCwwLjc1OSwwLjkyOWw1NC4zOCw1NC4zOCAgIGM4LjE2OSw4LjE2OCwyMS40MTMsOC4xNjgsMjkuNTgzLDBDMjUyLjM1NCwyMzYuMDE3LDI1Mi4zNTQsMjIyLjc3MywyNDQuMTg2LDIxNC42MDR6IE0xMDIuOTExLDE3MC4xNDYgICBjLTM3LjEzNCwwLTY3LjIzNi0zMC4xMDItNjcuMjM2LTY3LjIzNWMwLTM3LjEzNCwzMC4xMDMtNjcuMjM2LDY3LjIzNi02Ny4yMzZjMzcuMTMyLDAsNjcuMjM1LDMwLjEwMyw2Ny4yMzUsNjcuMjM2ICAgQzE3MC4xNDYsMTQwLjA0NCwxNDAuMDQzLDE3MC4xNDYsMTAyLjkxMSwxNzAuMTQ2eiIgZmlsbD0iIzU1NTU1NSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat scroll center center transparent
}

.typeahead__container.loading .typeahead__query:before,
.typeahead__container.loading .typeahead__query:after {
    transition: all 0s linear, opacity .2s ease;
    position: absolute;
    z-index: 3;
    content: '';
    top: 50%;
    right: .55em;
    margin-top: -10.5px;
    width: 21px;
    height: 21px;
    box-sizing: border-box;
    border-radius: 500rem;
    border-style: solid;
    border-width: .1em
}

.typeahead__container.loading .typeahead__query:before {
    border-color: rgba(0, 0, 0, .35)
}

.typeahead__container.loading .typeahead__query:after {
    animation: button-spin .6s linear;
    animation-iteration-count: infinite;
    border-color: #fff transparent transparent;
    box-shadow: 0 0 0 1px transparent
}

@keyframes button-spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.header .typeahead__result .searchResultImg img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
}

.header .typeahead__result {
    font-family: var(--bs-body-font-family)
}

.header .typeahead__result a {
    color: #333;
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
}

.header .typeahead__result a:hover {
    color: #6d96c2;
    background: transparent
}

.header .typeahead__result a:hover small {
    color: #6d96c2
}

.header .typeahead__result a:before {
    right: 0;
    bottom: 0;
    content: "";
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    background: linear-gradient(to left, #fff, #ddd, #fff);
    background: -o-linear-gradient(to left, #fff, #ddd, #fff);
    background: -moz-linear-gradient(to left, #fff, #ddd, #fff);
    background: -webkit-linear-gradient(to left, #fff, #ddd, #fff)
}

.header .typeahead__result a strong {
    color: #2124b5
}

.header .typeahead__result a .addTobasket {
    top: 0;
    bottom: 0;
    left: 22px;
    width: 24px;
    margin: auto;
    height: 24px;
    display: block;
    font-size: 14px;
    position: absolute;
    text-align: center;
    color: #888
}

.header .typeahead__result a .addTobasket:hover {
    color: #fff;
    pointer-event: none
}

.header .typeahead__result a .addTobasket:hover .fa {
    background: #2124b5
}

.header .typeahead__result a .addTobasket .fa {
    width: 100%;
    height: 100%;
    display: block;
    padding-left: 1px;
    line-height: inherit;
    line-height: 24px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .25)
}

.main-header .typeahead__result .searchResultName small {
    display: block;
    font-size: .9em;
    line-height: 9px;
    color: #888
}

.header .typeahead__result .typeahead__list > li {
    text-align: right;
    border-top: none
}

.header .typeahead__result .typeahead__list > li:last-child a:before {
    background: none
}

.header .typeahead__result .typeahead__list .typeahead__empty {
    font-family: var(--bs-body-font-family)
}

.main-header .typeahead__result .searchResultImg {
    width: 50px;
    height: 50px;
    margin-left: 7px;
    overflow: hidden;
}

.typeahead__list,
.typeahead__dropdown {
    position: relative;
    width: 100%;
    min-width: 160px;
    padding: 5px 10px;
    list-style: none;
    text-align: left;
    background-clip: padding-box
}

.typeahead__result.detached .typeahead__list {
    position: relative;
    z-index: 1041;
    top: initial;
    left: initial
}

.typeahead__dropdown {
    right: 0;
    left: initial;
    z-index: 1001
}

.typeahead__list > li {
    position: relative;
    border-top: solid 1px #ccc
}

.typeahead__list > li:first-child {
    border-top: none
}

.typeahead__list > li > a,
.typeahead__dropdown > li > a {
    display: block;
    padding: 6px 12px;
    clear: both;
    color: #333;
    text-decoration: none
}

.typeahead__list > li > a:hover,
.typeahead__list > li > a:focus,
.typeahead__list > li.active > a,
.typeahead__dropdown > li > a:hover,
.typeahead__dropdown > li > a:focus,
.typeahead__dropdown > li.active > a {
    background-color: #f5f5f5;
    color: #3c3c3c
}

.typeahead__list.empty > li > a {
    cursor: default
}

.typeahead__list.empty > li > a:hover,
.typeahead__list.empty > li > a:focus,
.typeahead__list.empty > li.active > a {
    background-color: transparent
}

.typeahead__list > li.typeahead__group {
    border-color: #bfdef6;
    font-weight: bold
}

.typeahead__list > li.typeahead__group:first-child {
    border-top: solid 1px #bfdef6
}

.typeahead__list > li.typeahead__group > a,
.typeahead__list > li.typeahead__group > a:hover,
.typeahead__list > li.typeahead__group > a:focus,
.typeahead__list > li.typeahead__group.active > a {
    cursor: default;
    color: #17639f;
    background: #ecf5fc
}

.typeahead__list > li.typeahead__group + li.typeahead__item {
    border-color: #bfdef6
}

.typeahead__container.result .typeahead__list,
.typeahead__container.filter .typeahead__dropdown,
.typeahead__container.hint .typeahead__hint,
.typeahead__container.backdrop + .typeahead__backdrop {
    display: block !important
}

.typeahead__container .typeahead__list,
.typeahead__container .typeahead__dropdown,
.typeahead__container .typeahead__hint,
.typeahead__container + .typeahead__backdrop {
    display: none !important
}

.typeahead__dropdown li:last-child {
    margin-top: 5px;
    padding-top: 5px;
    border-top: solid 1px #ccc
}

.typeahead__container.input-focused {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1), 0 1px 10px rgba(0, 0, 0, .05);
}

.header-searchBox .typeahead__container.result {
    border-radius: 10px 10px 0 0;
}

.header-searchBox .typeahead__container .typeahead__result {
    background: #fff;
    position: absolute;
    width: 100%;
    border-radius: 0 0 10px 10px;
    border-right: 1px solid #f1f2f4;
    border-bottom: 1px solid #f1f2f4;
    border-left: 1px solid #f1f2f4;
}

.header-searchBox .typeahead__container .typeahead__result:before {
    content: '';
    background: #f1f2f4;
    width: 98%;
    display: flex;
    height: 1px;
    margin: 0 auto;
    position: relative;
    align-self: center;
    justify-content: center;
}

.search-section {
    display: none
}

.search-section.show {
    display: block
}



/* CSS for the loading div */

.sp-loading {
    text-align: center;
    max-width: 270px;
    padding: 15px;
    border: 5px solid #eee;
    border-radius: 3px;
    font-size: 12px;
    color: #888;
}

/* Element wrapper */



/* Thumbnails */

.sp-thumbs {
    text-align: left;
    display: inline-block;
}
.sp-thumbs img {
    min-height: 50px;
    min-width: 50px;
    max-width: 50px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
    width: 50px;
    height: 50px;
    overflow: hidden;
    opacity: .3;
    display: inline-block;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.sp-thumbs a:hover {
    opacity: 1;
}

/* Styles for the currently selected thumbnail */

.sp-thumbs a:active, .sp-current {
    opacity: 1!important;
    position: relative;
}

/* Image currently being viewed */

.sp-large {
    height: 100%;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
}


/* Panning Zoomed Image */

.sp-zoom {
    position: absolute;
    left: -50%;
    top: -50%;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    display: none;
}
.sp-zoom img {
    max-width: fit-content;
    height: auto;
}
/* Lightbox */

.sp-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .9);
    z-index: 500;
    display: none;
    cursor: pointer;
}
.sp-lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
    border: 2px solid #fff;
}
#sp-prev, #sp-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 501;
    color: #fff;
    padding: 14px;
    text-decoration: none;
    background: #000;
    border-radius: 25px;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    transition: .2s;
}
#sp-next {
    left: 10px;
}
#sp-next:before {
    content: '';
    border: 7px solid transparent;
    border-right: 15px solid #fff;
    position: absolute;
    top: 16px;
    left: 7px;
}
#sp-prev {
    right: 10px;
}
#sp-prev:before {
    content: '';
    border: 7px solid transparent;
    border-left: 15px solid white;
    position: absolute;
    top: 16px;
    left: 18px;
}
#sp-prev:hover, #sp-next:hover {
    background: #444;
}

/* Tweak styles for small viewports */

@media screen and (max-width: 400px) {
    .sp-wrap {
        margin: 0 0 15px 0;
    }
    #sp-prev, #sp-next {
        top: auto;
        margin-top: 0;
        bottom: 25px;
    }
}

/* ################################################## blog##############*/
.posts-box{

}
/* ################### product box ##############*/
.posts-box {
    width:100%
}

.posts-box .post-section {
    border-radius: 15px;
    border:1px solid var(--border-color);
    padding:15px;
    box-shadow: 0 0 4px rgba(0,0,0,0.12);
    transition: box-shadow .35s ease;
    width: 100%;
}

@media (min-width: 480px) {
    .posts-box .post-section {
        width: 320px !important;
    }
}



@media (min-width: 750px) {
    .posts-box .post-section {
        width: 300px !important;
    }
}

@media (min-width: 768px) {
    .posts-box .post-section {
        width: 300px !important;
    }
}

@media (min-width: 992px) {
    .posts-box .post-section {
        width: 324px !important;
    }
}

@media (min-width: 1200px) {
    .posts-box .post-section {
        width:310px !important;
    }
}

@media (min-width: 1400px) {
    .posts-box .post-section {
        width: 310px !important;
    }


}
.post-section .title-box {
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--body-text-color);
    width: 100%;
    text-align: right;
    margin-bottom: 10px
}
.post-section .title-box {
    position: relative;
    height: 4.6em; /* exactly three lines */
}
.post-section .title-box::after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 2.2em;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}
.post-section .caption-box {
    font-size: 13px;
    font-weight: 500;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}
.post-section .caption-box p,.post-section .caption-box span {

    color: #999;

}
.post-section .caption-box {
    position: relative;
    height: 6.6em; /* exactly three lines */
}
.post-section .caption-box::after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 2.2em;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}
.gap-6 {
    gap: 1.5rem !important;
}

.details-post a{
    color:var(--color-seconday)
}
.details-post .date-created{
    color:#999
}
.date-created-post{
    color:#999
}
a.btn:hover {
    color:#fff;
}
@media (max-width: 370px) {
    a.btn{
        font-size:13px
    }

}

.fish-layout{
    width:75%;
    font-size: 16px;
    margin :20px auto;
}
@media (max-width: 768px) {
    .fish-layout{
        width:100%;
        margin :0 auto;
    }

}
.fish-layout .input {
    border: 0;
    font-size: 1.25rem;
    background: #f1f2f4;
    padding: 12px;
    border-radius: 15px;
    transition: all 300ms;
    margin-top: 13px;
}

.fish-layout .input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 1.25rem;
    font-weight: normal;
    color: #999;
    opacity: 1; /* Firefox */
}

.fish-layout .input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 1.25rem;
    font-weight: normal;
    color: #999;

}

.fish-layout .input::-ms-input-placeholder { /* Microsoft Edge */
    font-size: 1.25rem;
    font-weight: normal;
    color: #999;
}

.fish-layout .input:focus {
    background: #fff;
    outline-color: rgba(55, 125, 255, 1) !important;
}

.Hint--success{
    background: rgba(52, 235, 122, .1);
}

.info-success{
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #2e7b32;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    margin-top: 0.4rem;
}
.radius-medium{
    border-radius:20px
}

.box-menu-img{

    padding: 20px;
    border: 1px dashed #D44904;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(103, 70, 54, .3);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

}

@media (min-width: 768px) {
    .m.col-md-4 {
        flex: 0 0 auto;
        width: 31%;
    }
}
.my-4{
    margin-top:1.5rem !important;
    margin-bottom:1.5rem !important;
}
.h-45px{
    height: 45px;
}