@charset "UTF-8";

/* src/styles.scss */
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
: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-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb:
    255,
    255,
    255;
  --bs-black-rgb:
    0,
    0,
    0;
  --bs-font-sans-serif:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    "Noto Sans",
    "Liberation Sans",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  --bs-font-monospace:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  --bs-gradient:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb:
    33,
    37,
    41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb:
    255,
    255,
    255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb:
    0,
    0,
    0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb:
    33,
    37,
    41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb:
    233,
    236,
    239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb:
    33,
    37,
    41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb:
    248,
    249,
    250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb:
    13,
    110,
    253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb:
    10,
    88,
    202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb:
    222,
    226,
    230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb:
    33,
    37,
    41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb:
    255,
    255,
    255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb:
    222,
    226,
    230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb:
    52,
    58,
    64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb:
    222,
    226,
    230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb:
    43,
    48,
    53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb:
    110,
    168,
    254;
  --bs-link-hover-color-rgb:
    139,
    185,
    254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}
h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small,
.small {
  font-size: 0.875em;
}
mark,
.mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
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;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > 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: 0.25rem 0.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-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: calc(var(--bs-border-width) * -1);
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-control-color:valid,
.form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid,
.input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid,
.input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.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-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  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 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb:
    49,
    132,
    253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb:
    130,
    138,
    145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb:
    60,
    153,
    110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb:
    11,
    172,
    204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb:
    217,
    164,
    6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}
.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;
}
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb:
    211,
    212,
    213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb:
    66,
    70,
    73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}
.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb:
    13,
    110,
    253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb:
    108,
    117,
    125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}
.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb:
    25,
    135,
    84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}
.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb:
    13,
    202,
    240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}
.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb:
    255,
    193,
    7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb:
    220,
    53,
    69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb:
    248,
    249,
    250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb:
    33,
    37,
    41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb:
    49,
    132,
    253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-lg,
.btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-sm,
.btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover,
.nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}
[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active,
.active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled,
.disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress {
  overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
.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: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.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;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}
[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption,
[data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}
.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing,
  .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing,
  .offcanvas-sm.hiding,
  .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing,
  .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing,
  .offcanvas-md.hiding,
  .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing,
  .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing,
  .offcanvas-lg.hiding,
  .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing,
  .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing,
  .offcanvas-xl.hiding,
  .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing,
  .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing,
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing,
.offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover,
.link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover,
.link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover,
.link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover,
.link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover,
.link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover,
.link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover,
.link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover,
.link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover,
.link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:hover > .bi,
.icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  object-fit: contain !important;
}
.object-fit-cover {
  object-fit: cover !important;
}
.object-fit-fill {
  object-fit: fill !important;
}
.object-fit-scale {
  object-fit: scale-down !important;
}
.object-fit-none {
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  column-gap: 0 !important;
}
.column-gap-1 {
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  column-gap: 1rem !important;
}
.column-gap-4 {
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.link-opacity-100 {
  --bs-link-opacity: 1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container .ngx-toastr {
  border-radius: var(--bs-border-radius);
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 0.75rem 1.25rem 0.75rem 50px;
  width: 300px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  pointer-events: auto;
}
.toast-container .ngx-toastr .toast-title {
  font-weight: bold;
}
.toast-container .ngx-toastr .toast-message {
  word-wrap: break-word;
}
.toast-container .ngx-toastr .toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: inherit;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  background: transparent;
  border: 0;
  padding: 0;
}
.toast-container .ngx-toastr .toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.3;
}
.toast-container .ngx-toastr .toast-close-button:hover,
.toast-container .ngx-toastr .toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  opacity: 1;
  cursor: pointer;
}
.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgba(13, 70, 44, 0.999999)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
  color: #0d462c !important;
  background-color: #d1e7dd;
  border: 1px solid #bfddcf;
}
.toast-success a {
  text-decoration: underline !important;
  color: #051b11 !important;
}
.toast-success a:hover {
  color: #010503 !important;
}
.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgba(114, 28, 36, 0.999999)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
  color: #721c24 !important;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}
.toast-error a {
  text-decoration: underline !important;
  color: #2c0b0e !important;
}
.toast-error a:hover {
  color: #090203 !important;
}
.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgba(7, 105, 125, 0.999999)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
  color: #07697d !important;
  background-color: #cff4fc;
  border: 1px solid #bbf0fb;
}
.toast-info a {
  text-decoration: underline !important;
  color: #032830 !important;
}
.toast-info a:hover {
  color: #01080a !important;
}
.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgba(133, 100, 4, 0.999999)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
  color: #856404 !important;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
}
.toast-warning a {
  text-decoration: underline !important;
  color: #332701 !important;
}
.toast-warning a:hover {
  color: #0a0800 !important;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item.center {
  z-index: 5;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
@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) format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.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);
  backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image:
    linear-gradient(
      to left,
      rgba(0, 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, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image:
    linear-gradient(
      to top,
      rgba(0, 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, 0.5),
      rgba(0, 0, 0, 0));
}
.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-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
:root {
  --theme-color: #ec8951;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 *right (c) 2018 Daniel Eden
 */
@keyframes bounce {
  20%, 53%, 80%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  50%, from, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  11.1%, from, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}
@keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  60%, 75%, 90%, from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) transright center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  animation-delay: 1s;
}
.animated.delay-2s {
  animation-delay: 2s;
}
.animated.delay-3s {
  animation-delay: 3s;
}
.animated.delay-4s {
  animation-delay: 4s;
}
.animated.delay-5s {
  animation-delay: 5s;
}
.animated.fast {
  animation-duration: 0.8s;
}
.animated.faster {
  animation-duration: 0.5s;
}
.animated.slow {
  animation-duration: 2s;
}
.animated.slower {
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
section,
.section-t-space {
  padding-top: 70px;
}
.section-b-space {
  padding-bottom: 70px;
}
.large-section {
  padding-top: calc(45px + 75 * (100vw - 320px) / 1600);
  padding-bottom: calc(45px + 75 * (100vw - 320px) / 1600);
}
.title-light .title-inner3 {
  color: #ffffff;
}
input::-webkit-inner-spin-button {
  display: none;
}
hr.style1 {
  width: 75px;
  height: 3px;
  margin-top: 13px;
  background-color: var(--theme-color);
  border-top-color: var(--theme-color);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}
.form-control {
  border-radius: 0;
}
.small-section {
  padding-top: 35px;
  padding-bottom: 35px;
}
.banner-padding {
  padding-top: calc(20px + 4 * (100vw - 320px) / 1600);
}
.border-section {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.border-b {
  border-bottom: 1px solid #38352f;
}
.dark-layout {
  background-color: #2d2a25;
}
.light-layout {
  background-color: #f9f9f9;
}
.bg-grey {
  background-color: #f7f7f7;
}
.bg-grey .brand-slider-box .logo-block {
  border: none;
  background-color: transparent;
}
.bg_cls {
  background-color: #f8f8f8;
}
del {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 400;
}
.position-unset {
  position: unset !important;
}
[data-notify=progressbar] {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
.progress-bar {
  background-color: #19a340;
}
.bg-theme {
  background-color: var(--theme-color);
  background-color: var(--theme-color2);
}
.theme-color {
  color: var(--theme-color) !important;
}
.form-group {
  margin-bottom: 15px;
}
.form-check-input:focus {
  box-shadow: none;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media .media-body {
  flex: 1;
}
.form-check {
  display: flex;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.breadcrumb {
  padding: 0.75rem 1rem;
}
.ckeditor-content h1,
.ckeditor-content .h1,
.ckeditor-content h2,
.ckeditor-content .h2,
.ckeditor-content h3,
.ckeditor-content .h3,
.ckeditor-content h4,
.ckeditor-content .h4,
.ckeditor-content h5,
.ckeditor-content .h5,
.ckeditor-content h6,
.ckeditor-content .h6 {
  line-height: 1.7;
}
.ckeditor-content ul,
.ckeditor-content ol {
  padding-left: 2rem;
}
.ckeditor-content ul li,
.ckeditor-content ol li {
  display: list-item;
  line-height: 1.7;
  color: #777 !important;
}
.ckeditor-content ul li + li,
.ckeditor-content ol li + li {
  margin-top: 10px;
}
.ckeditor-content p {
  color: #777 !important;
  line-height: 1.7;
}
.ckeditor-content table {
  width: 100%;
}
.ckeditor-content .table {
  border: 1px solid #ddd;
  border-bottom: none;
  border-left: none;
}
.ckeditor-content .table th {
  background: rgba(0, 0, 0, 0.05);
  font-weight: 700;
}
.ckeditor-content .table td,
.ckeditor-content .table th {
  border-bottom: 1px solid #ddd;
  padding: calc(10px + 4 * (100vw - 320px) / 1600) calc(12px + 6 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  border-left: 1px solid #ddd;
}
.ckeditor-content .table > :not(caption) > * > * {
  border-bottom: none;
}
.ckeditor-content blockquote {
  border-left: 5px solid #1aa488;
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ckeditor-content blockquote p {
  margin-bottom: 0;
}
.ckeditor-content blockquote p + p {
  margin-top: 10px;
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.sticky-top-section {
  position: sticky;
  top: 150px;
  z-index: 1;
}
.bg-size {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
}
.bg-size > img {
  display: none !important;
}
.owl-carousel {
  z-index: 0;
}
.future-box {
  display: none;
}
.future-box.show {
  display: block;
}
.ng-invalid .invalid-feedback {
  display: block;
  font-size: 13px;
  font-weight: 500;
}
.position-sticky-top {
  position: sticky;
  top: 120px;
  z-index: 1;
}
.product-detail-label {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  display: inline-flex;
  gap: 10px;
  flex-direction: column;
}
.product-detail-label li {
  font-size: 13px;
  background-color: rgba(236, 137, 81, 0.11);
  color: var(--theme-color);
  padding: 4px 10px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  width: max-content;
  letter-spacing: 0.1em;
  word-spacing: 3px;
}
.product-detail-label li.soldout {
  background-color: rgba(95, 95, 95, 0.13);
  color: #5f5f5f;
}
.product-detail-label li.featured {
  background-color: #fff;
  color: var(--theme-color);
}
.form-control:focus {
  border-color: #ddd;
}
@media (min-width: 992px) {
  .w-lg-50 {
    width: 50% !important;
  }
}
option:disabled {
  color: #b5b5b5;
}
@media (min-width: 1630px) {
  .large-container .container {
    max-width: 1610px;
  }
}
@media (min-width: 1572px) {
  .md-container .container {
    max-width: 1514px;
  }
}
.row-empty-cls:empty {
  margin: 0;
}
.toast-container .ngx-toastr {
  border-radius: 0;
  margin: 6px auto;
  background-size: 19px;
  font-weight: 600;
  padding: 0.75rem 1.25rem 0.75rem 45px;
  background-position: 12px center;
}
.toast-container .ngx-toastr.toast-success {
  background-image: none;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.toast-container .ngx-toastr.toast-success::before {
  content: "\eb7b";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  line-height: 1;
}
.gradient-text {
  background:
    linear-gradient(
      to right,
      var(--theme-color) 0%,
      var(--theme-color2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.custom-border-radius {
  border-radius: calc(7px + 11 * (100vw - 320px) / 1600);
}
.table,
table {
  margin-bottom: 0;
}
.table > :not(caption) > * > *,
table > :not(caption) > * > * {
  background-color: transparent;
}
.alert {
  border-radius: 0;
}
.empty-box {
  text-align: center;
}
.empty-box img {
  width: 40px;
  opacity: 1;
}
.empty-box h2,
.empty-box .h2 {
  font-size: 22px;
  color: #bfbfbf;
  font-weight: 500;
  text-align: center;
  padding: 14px 0 30px;
}
body {
  font-family: "Montserrat", sans-serif;
  position: relative;
  background: #ffffff;
  font-size: 14px;
}
body.christmas section {
  overflow: hidden;
}
body.mulish-font {
  font-family: "Mulish", sans-serif;
}
body.single-product {
  background-color: rgb(10, 10, 22);
}
h1,
.h1 {
  font-size: 60px;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
}
h1 span,
.h1 span {
  font-size: 107px;
  font-weight: 700;
  color: var(--theme-color);
}
h2,
.h2 {
  font-size: 36px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
h3,
.h3 {
  font-size: 24px;
  font-weight: 400;
  color: #777777;
  letter-spacing: 0.03em;
}
h4,
.h4 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
}
h5,
.h5 {
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
}
h6,
.h6 {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  line-height: 24px;
}
ul {
  padding-left: 0;
  margin-bottom: 0;
}
li {
  display: inline-block;
}
p {
  font-size: 14px;
  color: #777777;
  line-height: 20px;
}
a {
  transition: 0.5s ease;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  transition: 0.5s ease;
}
a:focus {
  outline: none;
}
button:focus {
  outline: none;
}
.btn-close:focus {
  box-shadow: none;
}
label {
  margin-bottom: 0.5rem;
}
:focus {
  outline: none;
}
.form-control:focus {
  box-shadow: none;
}
.form-select:focus {
  box-shadow: none;
  border-color: #ced4da;
}
.font-cormorant {
  font-family: Cormorant, sans-serif;
}
.font-fraunces {
  font-family: "Fraunces", serif;
}
.font-courgette {
  font-family: "Courgette", cursive;
  text-transform: capitalize !important;
}
.text-theme {
  color: var(--theme-color) !important;
}
.form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
@keyframes animate {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 500px;
  }
}
@keyframes loading {
  0% {
    border-width: 0;
    transition: all 0.3s ease;
  }
  20% {
    border-width: 8px;
    width: 0;
    height: 0;
    transition: all 0.3s ease;
  }
  100% {
    border-width: 8px;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
  }
}
@keyframes skeleton-loader {
  0% {
    transform: translateZ(0);
    background-position: -468px 0;
  }
  to {
    transform: translateZ(0);
    background-position: 468px 0;
  }
}
@keyframes ring-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes slideLeft {
  0% {
    transform: translate(50%);
  }
  100% {
    transform: translate(0.1%);
  }
}
@keyframes slideRight {
  0% {
    transform: translate(-50%);
    border-radius: 8px;
  }
  100% {
    border-radius: 0;
    transform: translate(0);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-15px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes skeletonShine {
  to {
    background-position: 500px 0;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.confetti {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  left: 0;
  top: 0;
}
.confetti .confetti-piece {
  position: absolute;
  width: 10px;
  height: 30px;
  background: #c2b07c;
  top: 0;
  opacity: 0;
}
.confetti .confetti-piece:nth-child(1) {
  left: 7%;
  transform: rotate(-40deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 182ms;
  animation-duration: 1116ms;
}
.confetti .confetti-piece:nth-child(2) {
  left: 14%;
  transform: rotate(4deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 161ms;
  animation-duration: 1076ms;
}
.confetti .confetti-piece:nth-child(3) {
  left: 21%;
  transform: rotate(-51deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 481ms;
  animation-duration: 1103ms;
}
.confetti .confetti-piece:nth-child(4) {
  left: 28%;
  transform: rotate(61deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 334ms;
  animation-duration: 708ms;
}
.confetti .confetti-piece:nth-child(5) {
  left: 35%;
  transform: rotate(-52deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 302ms;
  animation-duration: 776ms;
}
.confetti .confetti-piece:nth-child(6) {
  left: 42%;
  transform: rotate(38deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 180ms;
  animation-duration: 1168ms;
}
.confetti .confetti-piece:nth-child(7) {
  left: 49%;
  transform: rotate(11deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 395ms;
  animation-duration: 1200ms;
}
.confetti .confetti-piece:nth-child(8) {
  left: 56%;
  transform: rotate(49deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 14ms;
  animation-duration: 887ms;
}
.confetti .confetti-piece:nth-child(9) {
  left: 63%;
  transform: rotate(-72deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 149ms;
  animation-duration: 805ms;
}
.confetti .confetti-piece:nth-child(10) {
  left: 70%;
  transform: rotate(10deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 351ms;
  animation-duration: 1059ms;
}
.confetti .confetti-piece:nth-child(11) {
  left: 77%;
  transform: rotate(4deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 307ms;
  animation-duration: 1132ms;
}
.confetti .confetti-piece:nth-child(12) {
  left: 84%;
  transform: rotate(42deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 464ms;
  animation-duration: 776ms;
}
.confetti .confetti-piece:nth-child(13) {
  left: 91%;
  transform: rotate(-72deg);
  animation: makeItRain 1000ms infinite ease-out;
  animation-delay: 429ms;
  animation-duration: 818ms;
}
.confetti .confetti-piece:nth-child(odd) {
  background: #ffffff;
}
.confetti .confetti-piece:nth-child(even) {
  z-index: 1;
}
.confetti .confetti-piece:nth-child(4n) {
  width: 5px;
  height: 12px;
  animation-duration: 2000ms;
}
.confetti .confetti-piece:nth-child(3n) {
  width: 3px;
  height: 10px;
  animation-duration: 2500ms;
  animation-delay: 1000ms;
}
.confetti .confetti-piece:nth-child(4n-7) {
  background: #746336;
}
@keyframes makeItRain {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: translateY(350px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes grow {
  0%, 100% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes checkmark {
  0%, 100% {
    opacity: 0;
    transform: scale(0);
  }
  10%, 50%, 90% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes shiny-btn1 {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes ring {
  0% {
    transform: rotateZ(0);
  }
  1% {
    transform: rotateZ(15deg);
  }
  3% {
    transform: rotateZ(-14deg);
  }
  5% {
    transform: rotateZ(17deg);
  }
  7% {
    transform: rotateZ(-16deg);
  }
  9% {
    transform: rotateZ(15deg);
  }
  11% {
    transform: rotateZ(-14deg);
  }
  13% {
    transform: rotateZ(13deg);
  }
  15% {
    transform: rotateZ(-12deg);
  }
  17% {
    transform: rotateZ(12deg);
  }
  19% {
    transform: rotateZ(-10deg);
  }
  21% {
    transform: rotateZ(9deg);
  }
  23% {
    transform: rotateZ(-8deg);
  }
  25% {
    transform: rotateZ(7deg);
  }
  27% {
    transform: rotateZ(-5deg);
  }
  29% {
    transform: rotateZ(5deg);
  }
  31% {
    transform: rotateZ(-4deg);
  }
  33% {
    transform: rotateZ(3deg);
  }
  35% {
    transform: rotateZ(-2deg);
  }
  37% {
    transform: rotateZ(1deg);
  }
  39% {
    transform: rotateZ(-1deg);
  }
  41% {
    transform: rotateZ(1deg);
  }
  43% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes animatedBackground2 {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: 0 100%;
  }
}
@keyframes buttons-shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes clock {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animName {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes marquee-discount {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes slideLeft-2 {
  0% {
    transform: translate(-50%);
  }
  100% {
    transform: translate(0.1%);
  }
}
@keyframes slideRight-2 {
  0% {
    transform: translate(50%);
    border-radius: 8px;
  }
  100% {
    border-radius: 0;
    transform: translate(0);
  }
}
@keyframes loading-dark {
  0% {
    border: 0 solid #2b2b2b;
    transition: all 0.3s ease;
  }
  20% {
    border: 8px solid #2b2b2b;
    width: 0;
    height: 0;
    transition: all 0.3s ease;
  }
  100% {
    border: 8px solid #2b2b2b;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
  }
}
@keyframes ring-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dance {
  0% {
    transform: rotate(10deg);
  }
  16.66%, 49.98% {
    transform: rotate(-10deg);
  }
  32.32% {
    transform: rotate(-5deg);
  }
  66.64%, 100% {
    transform: rotate(10deg);
  }
  83.8% {
    transform: rotate(5deg);
  }
}
.intl-tel-input {
  position: relative;
  display: block;
}
.intl-tel-input * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.intl-tel-input .hide {
  display: none;
}
.intl-tel-input .v-hide {
  visibility: hidden;
}
.intl-tel-input input {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input input [type=text],
.intl-tel-input input [type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.intl-tel-input .flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.intl-tel-input .selected-flag {
  z-index: 1;
  position: relative;
  width: 36px;
  height: 100%;
  padding: 0 8px 0 8px;
}
.intl-tel-input .selected-flag .iti-flag {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.intl-tel-input .selected-flag .iti-arrow {
  position: relative;
  top: 0;
  margin-top: -2px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.intl-tel-input .selected-flag .iti-arrow.up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.intl-tel-input .flag-box {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 6px;
}
.intl-tel-input .divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.intl-tel-input .country {
  padding: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.intl-tel-input .country .dial-code {
  color: #999;
}
.intl-tel-input .country.highlight {
  background-color: #efefe7;
}
.intl-tel-input .country-name {
  vertical-align: middle;
  margin-right: 6px;
}
.intl-tel-input .dial-code {
  vertical-align: middle;
}
.intl-tel-input .country-listing {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
}
.intl-tel-input .country-listing.dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.intl-tel-input.allow-dropdown input {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown input[type=text] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.allow-dropdown .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.allow-dropdown .flag-container:hover {
  cursor: pointer;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: #efefe7;
}
.intl-tel-input.allow-dropdown .selected-flag {
  width: 46px;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
  cursor: default;
}
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
  background-color: transparent;
}
.intl-tel-input.separate-dial-code input {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=number] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.intl-tel-input.separate-dial-code input[type=text].flag-input,
.intl-tel-input.separate-dial-code input[type=number].flag-input {
  padding: 0 0 0 30px !important;
  box-shadow: none !important;
  border: 0 !important;
  background-color: transparent !important;
  width: 70px !important;
}
.intl-tel-input.separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 112px !important;
  margin-left: 0;
}
.intl-tel-input.separate-dial-code .flag-container {
  right: auto;
  left: 0;
}
.intl-tel-input.separate-dial-code .selected-flag {
  width: max-content;
  background-color: #efefe7;
  display: flex;
  align-items: center;
  gap: 10px;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  display: table-cell;
  vertical-align: middle;
  padding-left: 28px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input {
  padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text] {
  padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
  padding-left: 66px;
}
.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
  width: 60px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input {
  padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
  padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
  padding-left: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
  width: 70px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input {
  padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text] {
  padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
  padding-left: 74px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
  width: 68px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input {
  padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
  padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
  padding-left: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
  width: 78px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input {
  padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text] {
  padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
  padding-left: 82px;
}
.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
  width: 76px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input {
  padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text] {
  padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
  padding-left: 92px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
  width: 86px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input {
  padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text] {
  padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
  padding-left: 90px;
}
.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
  width: 84px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input {
  padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text] {
  padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
  padding-left: 100px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
  width: 94px;
}
.intl-tel-input.iti-container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.intl-tel-input.iti-container:hover {
  cursor: pointer;
}
.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .intl-tel-input .country-list .country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti-flag {
  width: 20px;
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
.iti-flag.be {
  width: 18px;
  height: 15px;
  background-position: -440px 0px;
}
.iti-flag.ch {
  width: 15px;
  height: 15px;
  background-position: -944px 0px;
}
.iti-flag.mc {
  width: 19px;
  height: 15px;
  background-position: -3139px 0px;
}
.iti-flag.ne {
  width: 18px;
  height: 15px;
  background-position: -3666px 0px;
}
.iti-flag.np {
  width: 13px;
  height: 15px;
  background-position: -3796px 0px;
  background-color: transparent;
}
.iti-flag.va {
  width: 15px;
  height: 15px;
  background-position: -5307px 0px;
}
.iti-flag.ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti-flag.ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti-flag.ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti-flag.af {
  height: 14px;
  background-position: -66px 0px;
}
.iti-flag.ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti-flag.ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti-flag.al {
  height: 15px;
  background-position: -132px 0px;
}
.iti-flag.am {
  height: 10px;
  background-position: -154px 0px;
}
.iti-flag.ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti-flag.aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti-flag.ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti-flag.as {
  height: 10px;
  background-position: -242px 0px;
}
.iti-flag.at {
  height: 14px;
  background-position: -264px 0px;
}
.iti-flag.au {
  height: 10px;
  background-position: -286px 0px;
}
.iti-flag.aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti-flag.ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti-flag.az {
  height: 10px;
  background-position: -352px 0px;
}
.iti-flag.ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti-flag.bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti-flag.bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti-flag.bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti-flag.bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti-flag.bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti-flag.bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti-flag.bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti-flag.bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti-flag.bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti-flag.bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti-flag.bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti-flag.bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti-flag.br {
  height: 14px;
  background-position: -680px 0px;
}
.iti-flag.bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti-flag.bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti-flag.bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti-flag.bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti-flag.by {
  height: 10px;
  background-position: -790px 0px;
}
.iti-flag.bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti-flag.ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti-flag.cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti-flag.cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti-flag.cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti-flag.cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti-flag.ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti-flag.ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti-flag.cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti-flag.cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti-flag.cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti-flag.co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti-flag.cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti-flag.cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti-flag.cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti-flag.cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti-flag.cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti-flag.cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti-flag.cy {
  height: 13px;
  background-position: -1225px 0px;
}
.iti-flag.cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti-flag.de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti-flag.dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti-flag.dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti-flag.dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti-flag.dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti-flag.do {
  height: 13px;
  background-position: -1379px 0px;
}
.iti-flag.dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti-flag.ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti-flag.ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti-flag.ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti-flag.eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti-flag.eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti-flag.er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti-flag.es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti-flag.et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti-flag.eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti-flag.fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti-flag.fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti-flag.fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti-flag.fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti-flag.fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti-flag.fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti-flag.ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti-flag.gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti-flag.gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti-flag.ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti-flag.gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti-flag.gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti-flag.gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti-flag.gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti-flag.gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti-flag.gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti-flag.gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti-flag.gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti-flag.gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti-flag.gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti-flag.gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti-flag.gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti-flag.gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti-flag.gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti-flag.gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti-flag.hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti-flag.hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti-flag.hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti-flag.hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti-flag.ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti-flag.hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti-flag.ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti-flag.id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti-flag.ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti-flag.il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti-flag.im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti-flag.in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti-flag.io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti-flag.iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti-flag.ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti-flag.is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti-flag.it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti-flag.je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti-flag.jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti-flag.jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti-flag.jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti-flag.ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti-flag.kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti-flag.kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti-flag.ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti-flag.km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti-flag.kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti-flag.kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti-flag.kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti-flag.kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti-flag.ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti-flag.kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti-flag.la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti-flag.lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti-flag.lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti-flag.li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti-flag.lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti-flag.lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti-flag.ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti-flag.lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti-flag.lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti-flag.lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti-flag.ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti-flag.ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti-flag.md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti-flag.me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti-flag.mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti-flag.mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti-flag.mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti-flag.mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti-flag.ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti-flag.mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti-flag.mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti-flag.mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti-flag.mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti-flag.mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti-flag.mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti-flag.ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti-flag.mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti-flag.mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti-flag.mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti-flag.mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti-flag.mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti-flag.my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti-flag.mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti-flag.na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti-flag.nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti-flag.nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti-flag.ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti-flag.ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti-flag.nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti-flag.no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti-flag.nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti-flag.nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti-flag.nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti-flag.om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti-flag.pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti-flag.pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti-flag.pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti-flag.pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti-flag.ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti-flag.pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti-flag.pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti-flag.pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti-flag.pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti-flag.pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti-flag.ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti-flag.pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti-flag.pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti-flag.py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti-flag.qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti-flag.re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti-flag.ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti-flag.rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti-flag.ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti-flag.rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti-flag.sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti-flag.sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti-flag.sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti-flag.sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti-flag.se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti-flag.sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti-flag.sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti-flag.si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti-flag.sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti-flag.sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti-flag.sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti-flag.sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti-flag.sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti-flag.so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti-flag.sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti-flag.ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti-flag.st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti-flag.sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti-flag.sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti-flag.sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti-flag.sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti-flag.ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti-flag.tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti-flag.td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti-flag.tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti-flag.tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti-flag.th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti-flag.tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti-flag.tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti-flag.tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti-flag.tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti-flag.tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti-flag.to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti-flag.tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti-flag.tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti-flag.tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti-flag.tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti-flag.tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti-flag.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti-flag.ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti-flag.um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti-flag.us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti-flag.uy {
  height: 14px;
  background-position: -5263px 0px;
}
.iti-flag.uz {
  height: 10px;
  background-position: -5285px 0px;
}
.iti-flag.vc {
  height: 14px;
  background-position: -5324px 0px;
}
.iti-flag.ve {
  height: 14px;
  background-position: -5346px 0px;
}
.iti-flag.vg {
  height: 10px;
  background-position: -5368px 0px;
}
.iti-flag.vi {
  height: 14px;
  background-position: -5390px 0px;
}
.iti-flag.vn {
  height: 14px;
  background-position: -5412px 0px;
}
.iti-flag.vu {
  height: 12px;
  background-position: -5434px 0px;
}
.iti-flag.wf {
  height: 14px;
  background-position: -5456px 0px;
}
.iti-flag.ws {
  height: 10px;
  background-position: -5478px 0px;
}
.iti-flag.xk {
  height: 15px;
  background-position: -5500px 0px;
}
.iti-flag.ye {
  height: 14px;
  background-position: -5522px 0px;
}
.iti-flag.yt {
  height: 14px;
  background-position: -5544px 0px;
}
.iti-flag.za {
  height: 14px;
  background-position: -5566px 0px;
}
.iti-flag.zm {
  height: 14px;
  background-position: -5588px 0px;
}
.iti-flag.zw {
  height: 10px;
  background-position: -5610px 0px;
}
@media (max-width: 500px) {
  .intl-tel-input .country-listing {
    white-space: normal;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png);
  }
}
@media only screen and (min--moz-device-pixel-ratio: 2) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png);
  }
}
@media only screen and (-o-min-device-pixel-ratio: 2/1) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png);
  }
}
@media only screen and (min-device-pixel-ratio: 2) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png);
  }
}
@media only screen and (min-resolution: 192dpi) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png);
  }
}
@media only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-size: 5630px 15px;
    background-image: url(https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/11.0.9/img/flags@2x.png);
  }
}
input[type=tel i] {
  direction: unset;
}
.custom-check-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.custom-check-box .form-check-label {
  margin: 0;
}
.checkbox_animated {
  margin: 0;
  width: 20px;
  height: 20px;
  border: unset;
  position: relative;
}
.checkbox_animated::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: rotate(-45deg) scale(0);
  left: 4px;
  top: 5px;
  z-index: 1;
  border: 2px solid var(--theme-color);
  border-top-style: none;
  border-right-style: none;
}
.checkbox_animated::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border: 2px solid #ececec;
  cursor: pointer;
}
.checkbox_animated:checked::before {
  transform: rotate(-45deg) scale(1);
}
textarea.form-control {
  border-color: #eeeeee;
}
.form-box {
  position: relative;
}
.form-box .form-label,
.form-box label {
  font-weight: 500;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  margin-bottom: 4px;
  color: #777;
}
.form-box .form-control {
  height: auto;
  padding: calc(10px + 2 * (100vw - 320px) / 1600) calc(13px + 6 * (100vw - 320px) / 1600);
  font-weight: 500;
  border-radius: 0;
  z-index: 0;
  border: 1px solid #eeeeee;
  font-size: calc(14px + 0 * (100vw - 320px) / 1600);
}
.form-box .form-control::-webkit-inner-spin-button {
  display: none;
}
.form-box .custom-select .select2.select2-container--focus .select2-focused .select2-selection--single {
  border: 1px solid #eeeeee;
}
.form-box .custom-select .select2-selection.select2-selection--single {
  border: 1px solid #eeeeee;
  padding: calc(10px + 2 * (100vw - 320px) / 1600) calc(13px + 6 * (100vw - 320px) / 1600);
  height: auto;
  background-color: #ffffff;
  border-radius: 0;
}
.form-box .custom-select .select2-selection.select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
  line-height: 1.6;
}
.form-box .custom-select .select2-selection.select2-selection--single .select2-selection__placeholder {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  color: #777;
  font-weight: 500;
}
.form-box .custom-select .select2-selection.select2-selection--single .select2-selection__arrow::before {
  content: "\ea4e";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  border: unset;
  width: auto;
  height: auto;
  color: #777;
  font-size: 17px;
}
.form-box .custom-select .select2-dropdown {
  margin-top: -1px;
  border: 1px solid #eeeeee;
}
.form-box .custom-select .select2-dropdown .select2-search .select2-search__field {
  border: 1px solid #eeeeee;
}
.form-box .custom-select .select2-results .select2-results__options::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(var(--theme-color), 0.14);
}
.form-box .custom-select .select2-results .select2-results__options::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.form-box .custom-select .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--theme-color);
}
.form-box .custom-select .select2-results .select2-results__options .select2-results__option {
  background-color: #ffffff;
  display: block;
}
.form-box .custom-select .select2-results .select2-results__options .select2-results__option .country .dial-code {
  color: #777;
  font-weight: 500;
}
.form-box .custom-select .select2-results .select2-results__options .select2-results__option--highlighted {
  background-color: var(--theme-color);
  font-weight: 600;
}
.form-box .custom-select .select2-results .select2-results__options .select2-results__option--highlighted .country .dial-code {
  color: #eeeeee;
}
.phone-field .form-box {
  position: relative;
}
.phone-field .form-box .form-control {
  padding-left: calc(111px + 21 * (100vw - 320px) / 1600);
}
.phone-field .form-box .form-label ~ .custom-select {
  top: 29px;
  left: 1px;
}
.phone-field .custom-select {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(42px + 6 * (100vw - 320px) / 1600);
  width: calc(100px + 20 * (100vw - 320px) / 1600);
}
.phone-field .custom-select .select2 {
  height: 100%;
}
.phone-field .custom-select .select2 .selection {
  height: calc(100% - 2px);
  border-right: 1px solid #eeeeee;
}
.phone-field .custom-select .select2 .selection .select2-selection {
  height: 100%;
  border: unset;
  border-radius: 0;
  gap: 5px;
  background-color: transparent;
  align-items: center;
}
.phone-field .custom-select .select2 .selection .select2-selection.select2-selection--single {
  border: unset;
}
.phone-field .custom-select .select2 .selection .select2-selection .select2-selection__rendered {
  display: flex !important;
  line-height: 1 !important;
  padding: 0;
  align-items: center !important;
}
.phone-field .custom-select .select2 .selection .select2-selection .select2-selection__arrow {
  width: auto !important;
}
.phone-field .custom-select .select2 .selection .select2-selection .select2-selection__arrow::before {
  content: "\ea4e" !important;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  border: unset !important;
  width: auto !important;
  height: auto !important;
  color: #777;
  font-size: 17px;
}
button {
  cursor: pointer;
}
.btn {
  line-height: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0;
  transition: 0.3s ease-in-out;
}
.btn:hover {
  transition: 0.3s ease-in-out;
}
.btn:focus {
  box-shadow: none;
}
.btn-solid {
  padding: 13px 29px;
  color: #ffffff !important;
  letter-spacing: 0.05em;
  border: 2px solid var(--theme-color) !important;
  background-image:
    linear-gradient(
      30deg,
      var(--theme-color) 50%,
      transparent 50%);
  background-size: 1000px;
  background-repeat: no-repeat;
  background-position: 0;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  border-radius: 0;
}
.btn-solid:hover {
  background-position: 100%;
  color: #000000 !important;
  background-color: #ffffff;
}
.btn-solid.black-btn {
  background-image: -webkit-linear-gradient(30deg, #222222 50%, transparent 50%);
  background-image:
    linear-gradient(
      30deg,
      #222222 50%,
      transparent 50%);
  border: 2px solid #222222;
}
.btn-solid:focus {
  color: #000000;
}
.btn-solid.btn-gradient {
  background: var(--theme-color);
  background-image:
    linear-gradient(
      to right,
      var(--theme-color),
      var(--theme-color2),
      var(--theme-color),
      var(--theme-color2));
  transition: all 0.4s ease-in-out;
  background-size: 300% 100%;
  border: none;
}
.btn-solid.btn-gradient:hover {
  background-position: 100% 0;
  color: white;
  transition: all 0.4s ease-in-out;
}
.btn-solid.btn-sm,
.btn-group-sm > .btn-solid.btn {
  padding: 9px 16px;
}
.btn-solid.btn-xs {
  padding: 5px 8px;
  text-transform: capitalize;
}
.btn-solid.hover-solid {
  transition: none;
}
.btn-solid.hover-solid:hover,
.btn-solid.hover-solid:focus {
  background-color: var(--theme-color);
  opacity: 0.92;
  color: #ffffff !important;
  transition: none;
}
.btn-outline {
  display: inline-block;
  padding: 13px 29px;
  letter-spacing: 0.05em;
  border: 2px solid var(--theme-color) !important;
  position: relative;
  color: var(--theme-color);
}
.btn-outline:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: var(--theme-color);
  z-index: -2;
}
.btn-outline:hover,
.btn-outline:focus {
  background-color: var(--theme-color) !important;
  color: #ffffff !important;
}
.btn-outline:hover i,
.btn-outline:focus i {
  color: #ffffff !important;
}
.btn-outline:hover:before,
.btn-outline:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.btn-outline.btn-sm,
.btn-group-sm > .btn-outline.btn {
  padding: 9px 16px;
  font-size: 12px;
}
button.btn.btn-solid:active,
button.btn.btn-outline:active {
  background-image: -webkit-linear-gradient(30deg, var(--theme-color) 50%, transparent 50%);
  background-image:
    linear-gradient(
      30deg,
      var(--theme-color) 50%,
      transparent 50%);
  color: #ffffff;
  background: var(--theme-color);
}
.btn-classic:hover {
  background-color: var(--theme-color);
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-close {
  background: none;
}
.btn-animation {
  position: relative;
  overflow: hidden;
}
.btn-animation.disabled::before {
  display: none;
}
.btn-animation i {
  animation: ring 4s 0.7s ease-in-out infinite;
}
.btn-animation .ring-animation {
  animation: ring 4s 0.7s ease-in-out infinite;
}
.btn-animation:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #ffffff;
  animation: shiny-btn1 5s ease-in-out infinite;
}
.gradient-btn {
  background: rgb(133, 77, 156);
  background:
    linear-gradient(
      90deg,
      rgb(133, 77, 156) 0%,
      rgb(208, 78, 214) 100%);
  padding: calc(11px + 4 * (100vw - 320px) / 1600) calc(19px + 13 * (100vw - 320px) / 1600);
  border-radius: calc(3px + 4 * (100vw - 320px) / 1600);
  position: relative;
  border: unset;
  color: #ffffff;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  z-index: 0;
  margin-top: calc(20px + 13 * (100vw - 320px) / 1600);
}
.gradient-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: calc(3px + 4 * (100vw - 320px) / 1600);
  padding: 1px;
  background:
    linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(153, 153, 153, 0.5) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.btn-check:checked + .gradient-btn,
:not(.btn-check) + .gradient-btn:active,
.gradient-btn:first-child:active,
.gradient-btn.active,
.gradient-btn.show {
  color: #ffffff;
}
.gradient-btn:hover {
  color: #ffffff;
}
.ratio_40 .bg-size:before {
  padding-top: 40%;
  content: "";
  display: block;
}
.ratio_45 .bg-size:before {
  padding-top: 45%;
  content: "";
  display: block;
}
.ratio2_1 .bg-size:before {
  padding-top: 50%;
  content: "";
  display: block;
}
.ratio2_3 .bg-size:before {
  padding-top: 60%;
  content: "";
  display: block;
}
.ratio3_2 .bg-size:before {
  padding-top: 66.66%;
  content: "";
  display: block;
}
.ratio_landscape .bg-size:before {
  padding-top: 75%;
  content: "";
  display: block;
}
.ratio_digital .bg-img {
  aspect-ratio: 55/28;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ratio_square .bg-size:before {
  padding-top: 100%;
  content: "";
  display: block;
}
.ratio_square .bg-img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ratio_115 .bg-size:before {
  padding-top: 115%;
  content: "";
  display: block;
}
.ratio_125 .bg-size:before {
  padding-top: 125%;
  content: "";
  display: block;
}
.ratio_asos .bg-img {
  aspect-ratio: 163/208;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ratio_asos .bg-size:before {
  padding-top: 127.7777778%;
  content: "";
  display: block;
}
.ratio_portrait .bg-size:before {
  padding-top: 150%;
  content: "";
  display: block;
}
.ratio1_2 .bg-size:before {
  padding-top: 200%;
  content: "";
  display: block;
}
.b-top {
  background-position: top !important;
}
.b-bottom {
  background-position: bottom !important;
}
.b-center {
  background-position: center !important;
}
.b_size_content {
  background-size: contain !important;
  background-repeat: no-repeat;
}
.timer {
  padding: 15px;
  background-color: rgba(236, 137, 81, 0.09);
  display: inline-block;
  border: 1px dashed var(--theme-color);
  border-radius: 0;
}
.timer p {
  font-size: 18px;
  color: #222;
  margin-bottom: 0;
  font-weight: 600;
}
.timer span {
  width: 50px;
  display: inline-block;
}
.timer span .timer-cal {
  font-size: 12px;
  color: #777777;
}
.timer span .padding-l {
  padding-left: 22px;
  display: inline;
}
.confetti-wrapper {
  position: fixed !important;
  top: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
  z-index: 999;
  display: none;
}
.confetti-wrapper.show {
  display: block;
}
[class|=confetti] {
  position: absolute;
}
.confetti-0 {
  width: 11px;
  height: 4.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 77%;
  opacity: 1.3029318406;
  transform: rotate(76.8914044055deg);
  animation: drop-0 8.6059451551s 0.1937443745s infinite;
}
@keyframes drop-0 {
  100% {
    top: 110%;
    left: 85%;
  }
}
.confetti-1 {
  width: 5px;
  height: 2px;
  background-color: #d13447;
  top: -10%;
  left: 18%;
  opacity: 1.0514707625;
  transform: rotate(111.2184494992deg);
  animation: drop-1 8.3281284078s 0.0259604592s infinite;
}
@keyframes drop-1 {
  100% {
    top: 110%;
    left: 20%;
  }
}
.confetti-2 {
  width: 5px;
  height: 2px;
  background-color: #ffbf00;
  top: -10%;
  left: 58%;
  opacity: 0.7729052727;
  transform: rotate(144.652668946deg);
  animation: drop-2 8.8374459694s 0.0733409685s infinite;
}
@keyframes drop-2 {
  100% {
    top: 110%;
    left: 60%;
  }
}
.confetti-3 {
  width: 4px;
  height: 1.6px;
  background-color: #263672;
  top: -10%;
  left: 9%;
  opacity: 0.8311789093;
  transform: rotate(110.108229807deg);
  animation: drop-3 8.8248995289s 0.3208950531s infinite;
}
@keyframes drop-3 {
  100% {
    top: 110%;
    left: 15%;
  }
}
.confetti-4 {
  width: 17px;
  height: 6.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 72%;
  opacity: 1.3791450534;
  transform: rotate(111.0566384354deg);
  animation: drop-4 8.1674149657s 0.0198029732s infinite;
}
@keyframes drop-4 {
  100% {
    top: 110%;
    left: 80%;
  }
}
.confetti-5 {
  width: 9px;
  height: 3.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 89%;
  opacity: 0.6650187609;
  transform: rotate(180.5830136517deg);
  animation: drop-5 8.424477193s 0.3424135127s infinite;
}
@keyframes drop-5 {
  100% {
    top: 110%;
    left: 92%;
  }
}
.confetti-6 {
  width: 1px;
  height: 0.4px;
  background-color: #263672;
  top: -10%;
  left: 78%;
  opacity: 0.9078546727;
  transform: rotate(188.8968293055deg);
  animation: drop-6 8.2319800655s 0.6990515067s infinite;
}
@keyframes drop-6 {
  100% {
    top: 110%;
    left: 86%;
  }
}
.confetti-7 {
  width: 18px;
  height: 7.2px;
  background-color: #263672;
  top: -10%;
  left: 46%;
  opacity: 0.6676910277;
  transform: rotate(86.656536265deg);
  animation: drop-7 8.4128269548s 0.5512034712s infinite;
}
@keyframes drop-7 {
  100% {
    top: 110%;
    left: 51%;
  }
}
.confetti-8 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 1%;
  opacity: 1.1244190991;
  transform: rotate(81.2121811005deg);
  animation: drop-8 8.7813139475s 0.8911109072s infinite;
}
@keyframes drop-8 {
  100% {
    top: 110%;
    left: 4%;
  }
}
.confetti-9 {
  width: 9px;
  height: 3.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 51%;
  opacity: 1.1848687542;
  transform: rotate(351.1400415342deg);
  animation: drop-9 8.7478356257s 0.2124851275s infinite;
}
@keyframes drop-9 {
  100% {
    top: 110%;
    left: 59%;
  }
}
.confetti-10 {
  width: 7px;
  height: 2.8px;
  background-color: #d13447;
  top: -10%;
  left: 24%;
  opacity: 1.1175784686;
  transform: rotate(65.574935024deg);
  animation: drop-10 8.2296753574s 0.5170261339s infinite;
}
@keyframes drop-10 {
  100% {
    top: 110%;
    left: 32%;
  }
}
.confetti-11 {
  width: 3px;
  height: 1.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 95%;
  opacity: 0.6074087929;
  transform: rotate(165.3250501874deg);
  animation: drop-11 8.5877237286s 0.6141110057s infinite;
}
@keyframes drop-11 {
  100% {
    top: 110%;
    left: 99%;
  }
}
.confetti-12 {
  width: 7px;
  height: 2.8px;
  background-color: #d13447;
  top: -10%;
  left: 68%;
  opacity: 1.2838658249;
  transform: rotate(179.7870843483deg);
  animation: drop-12 8.5303030241s 0.3582471179s infinite;
}
@keyframes drop-12 {
  100% {
    top: 110%;
    left: 70%;
  }
}
.confetti-13 {
  width: 4px;
  height: 1.6px;
  background-color: #d13447;
  top: -10%;
  left: 7%;
  opacity: 1.3476113133;
  transform: rotate(107.6762629839deg);
  animation: drop-13 8.1339431657s 0.0861384239s infinite;
}
@keyframes drop-13 {
  100% {
    top: 110%;
    left: 15%;
  }
}
.confetti-14 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 97%;
  opacity: 0.9350563481;
  transform: rotate(248.6554825116deg);
  animation: drop-14 8.8756150304s 0.8533117224s infinite;
}
@keyframes drop-14 {
  100% {
    top: 110%;
    left: 101%;
  }
}
.confetti-15 {
  width: 15px;
  height: 6px;
  background-color: #d13447;
  top: -10%;
  left: 81%;
  opacity: 1.0200290428;
  transform: rotate(63.3891680622deg);
  animation: drop-15 8.3895176405s 0.6539555685s infinite;
}
@keyframes drop-15 {
  100% {
    top: 110%;
    left: 82%;
  }
}
.confetti-16 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 88%;
  opacity: 0.5751055008;
  transform: rotate(40.6692165991deg);
  animation: drop-16 8.4897274312s 0.8575629863s infinite;
}
@keyframes drop-16 {
  100% {
    top: 110%;
    left: 89%;
  }
}
.confetti-17 {
  width: 1px;
  height: 0.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 1%;
  opacity: 1.1911483136;
  transform: rotate(284.1809455152deg);
  animation: drop-17 8.1706672093s 0.0953319044s infinite;
}
@keyframes drop-17 {
  100% {
    top: 110%;
    left: 3%;
  }
}
.confetti-18 {
  width: 14px;
  height: 5.6px;
  background-color: #263672;
  top: -10%;
  left: 50%;
  opacity: 1.2554367978;
  transform: rotate(294.2606358339deg);
  animation: drop-18 8.2510382311s 0.5474674837s infinite;
}
@keyframes drop-18 {
  100% {
    top: 110%;
    left: 56%;
  }
}
.confetti-19 {
  width: 1px;
  height: 0.4px;
  background-color: #263672;
  top: -10%;
  left: 42%;
  opacity: 1.2859145756;
  transform: rotate(309.5447243475deg);
  animation: drop-19 8.0274264897s 0.9302900085s infinite;
}
@keyframes drop-19 {
  100% {
    top: 110%;
    left: 44%;
  }
}
.confetti-20 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 85%;
  opacity: 0.9548825942;
  transform: rotate(291.1979825768deg);
  animation: drop-20 8.6056970614s 0.9439583882s infinite;
}
@keyframes drop-20 {
  100% {
    top: 110%;
    left: 92%;
  }
}
.confetti-21 {
  width: 14px;
  height: 5.6px;
  background-color: #d13447;
  top: -10%;
  left: 83%;
  opacity: 1.3263533008;
  transform: rotate(222.0452357801deg);
  animation: drop-21 8.5245291927s 0.7438618717s infinite;
}
@keyframes drop-21 {
  100% {
    top: 110%;
    left: 91%;
  }
}
.confetti-22 {
  width: 13px;
  height: 5.2px;
  background-color: #d13447;
  top: -10%;
  left: 39%;
  opacity: 0.7572621551;
  transform: rotate(269.0855489485deg);
  animation: drop-22 8.9326055126s 0.8937301287s infinite;
}
@keyframes drop-22 {
  100% {
    top: 110%;
    left: 46%;
  }
}
.confetti-23 {
  width: 18px;
  height: 7.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 6%;
  opacity: 0.9025754674;
  transform: rotate(53.9777223838deg);
  animation: drop-23 8.3699008375s 0.4107029522s infinite;
}
@keyframes drop-23 {
  100% {
    top: 110%;
    left: 13%;
  }
}
.confetti-24 {
  width: 12px;
  height: 4.8px;
  background-color: #263672;
  top: -10%;
  left: 77%;
  opacity: 0.6332573183;
  transform: rotate(268.6812191783deg);
  animation: drop-24 8.348242255s 0.2097477706s infinite;
}
@keyframes drop-24 {
  100% {
    top: 110%;
    left: 80%;
  }
}
.confetti-25 {
  width: 2px;
  height: 0.8px;
  background-color: #263672;
  top: -10%;
  left: 90%;
  opacity: 1.1390167677;
  transform: rotate(93.122620056deg);
  animation: drop-25 8.1679179423s 0.5481796137s infinite;
}
@keyframes drop-25 {
  100% {
    top: 110%;
    left: 93%;
  }
}
.confetti-26 {
  width: 17px;
  height: 6.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 93%;
  opacity: 0.7837939187;
  transform: rotate(273.7252230812deg);
  animation: drop-26 8.8381021454s 0.4524323232s infinite;
}
@keyframes drop-26 {
  100% {
    top: 110%;
    left: 100%;
  }
}
.confetti-27 {
  width: 5px;
  height: 2px;
  background-color: #ffbf00;
  top: -10%;
  left: 68%;
  opacity: 1.3810941382;
  transform: rotate(315.5609702402deg);
  animation: drop-27 8.7060535798s 0.5815318525s infinite;
}
@keyframes drop-27 {
  100% {
    top: 110%;
    left: 70%;
  }
}
.confetti-28 {
  width: 11px;
  height: 4.4px;
  background-color: #d13447;
  top: -10%;
  left: 7%;
  opacity: 1.1316629277;
  transform: rotate(30.2673296219deg);
  animation: drop-28 8.9916385756s 0.9975060332s infinite;
}
@keyframes drop-28 {
  100% {
    top: 110%;
    left: 15%;
  }
}
.confetti-29 {
  width: 1px;
  height: 0.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 81%;
  opacity: 1.3590527616;
  transform: rotate(247.3261857077deg);
  animation: drop-29 8.9609743962s 0.9780796336s infinite;
}
@keyframes drop-29 {
  100% {
    top: 110%;
    left: 84%;
  }
}
.confetti-30 {
  width: 13px;
  height: 5.2px;
  background-color: #d13447;
  top: -10%;
  left: 93%;
  opacity: 0.9501688176;
  transform: rotate(323.7396935388deg);
  animation: drop-30 8.7558294928s 0.061911721s infinite;
}
@keyframes drop-30 {
  100% {
    top: 110%;
    left: 94%;
  }
}
.confetti-31 {
  width: 18px;
  height: 7.2px;
  background-color: #263672;
  top: -10%;
  left: 78%;
  opacity: 0.8035990462;
  transform: rotate(22.7391091557deg);
  animation: drop-31 8.7223634596s 0.1976381067s infinite;
}
@keyframes drop-31 {
  100% {
    top: 110%;
    left: 81%;
  }
}
.confetti-32 {
  width: 9px;
  height: 3.6px;
  background-color: #263672;
  top: -10%;
  left: 12%;
  opacity: 1.3662879342;
  transform: rotate(356.5642665797deg);
  animation: drop-32 8.8933042013s 0.5157773034s infinite;
}
@keyframes drop-32 {
  100% {
    top: 110%;
    left: 18%;
  }
}
.confetti-33 {
  width: 10px;
  height: 4px;
  background-color: #ffbf00;
  top: -10%;
  left: 83%;
  opacity: 0.7185899511;
  transform: rotate(155.608894383deg);
  animation: drop-33 8.0903979905s 0.3482768688s infinite;
}
@keyframes drop-33 {
  100% {
    top: 110%;
    left: 89%;
  }
}
.confetti-34 {
  width: 8px;
  height: 3.2px;
  background-color: #263672;
  top: -10%;
  left: 12%;
  opacity: 1.4345966767;
  transform: rotate(43.0583016269deg);
  animation: drop-34 8.7665485395s 0.175456877s infinite;
}
@keyframes drop-34 {
  100% {
    top: 110%;
    left: 14%;
  }
}
.confetti-35 {
  width: 15px;
  height: 6px;
  background-color: #d13447;
  top: -10%;
  left: 34%;
  opacity: 0.8732458495;
  transform: rotate(182.1692808577deg);
  animation: drop-35 8.9788676671s 0.9588635631s infinite;
}
@keyframes drop-35 {
  100% {
    top: 110%;
    left: 36%;
  }
}
.confetti-36 {
  width: 10px;
  height: 4px;
  background-color: #d13447;
  top: -10%;
  left: 44%;
  opacity: 1.1785779548;
  transform: rotate(112.7196395936deg);
  animation: drop-36 8.7436091024s 0.6222253373s infinite;
}
@keyframes drop-36 {
  100% {
    top: 110%;
    left: 45%;
  }
}
.confetti-37 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 67%;
  opacity: 1.4062223309;
  transform: rotate(264.8248311349deg);
  animation: drop-37 8.2960786896s 0.2116065927s infinite;
}
@keyframes drop-37 {
  100% {
    top: 110%;
    left: 73%;
  }
}
.confetti-38 {
  width: 8px;
  height: 3.2px;
  background-color: #263672;
  top: -10%;
  left: 50%;
  opacity: 0.7378908974;
  transform: rotate(289.6530458275deg);
  animation: drop-38 8.2255811433s 0.6901746117s infinite;
}
@keyframes drop-38 {
  100% {
    top: 110%;
    left: 52%;
  }
}
.confetti-39 {
  width: 18px;
  height: 7.2px;
  background-color: #263672;
  top: -10%;
  left: 62%;
  opacity: 0.7305202931;
  transform: rotate(160.1278652657deg);
  animation: drop-39 8.7713684513s 0.8835599826s infinite;
}
@keyframes drop-39 {
  100% {
    top: 110%;
    left: 63%;
  }
}
.confetti-40 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 20%;
  opacity: 0.6346851974;
  transform: rotate(315.6184378654deg);
  animation: drop-40 8.3962033574s 0.8580782855s infinite;
}
@keyframes drop-40 {
  100% {
    top: 110%;
    left: 26%;
  }
}
.confetti-41 {
  width: 14px;
  height: 5.6px;
  background-color: #d13447;
  top: -10%;
  left: 64%;
  opacity: 1.4058924523;
  transform: rotate(85.2299064349deg);
  animation: drop-41 8.5690474859s 0.5022456859s infinite;
}
@keyframes drop-41 {
  100% {
    top: 110%;
    left: 71%;
  }
}
.confetti-42 {
  width: 17px;
  height: 6.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 34%;
  opacity: 0.8088895926;
  transform: rotate(103.935496827deg);
  animation: drop-42 8.8579320746s 0.9927958755s infinite;
}
@keyframes drop-42 {
  100% {
    top: 110%;
    left: 36%;
  }
}
.confetti-43 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 61%;
  opacity: 1.3536042247;
  transform: rotate(184.3099405688deg);
  animation: drop-43 8.8707541858s 0.4170992632s infinite;
}
@keyframes drop-43 {
  100% {
    top: 110%;
    left: 69%;
  }
}
.confetti-44 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 73%;
  opacity: 1.318193791;
  transform: rotate(286.688264112deg);
  animation: drop-44 8.4261553845s 0.1320429477s infinite;
}
@keyframes drop-44 {
  100% {
    top: 110%;
    left: 78%;
  }
}
.confetti-45 {
  width: 6px;
  height: 2.4px;
  background-color: #263672;
  top: -10%;
  left: 84%;
  opacity: 1.4877260634;
  transform: rotate(112.717509504deg);
  animation: drop-45 8.6535096223s 0.5073646859s infinite;
}
@keyframes drop-45 {
  100% {
    top: 110%;
    left: 88%;
  }
}
.confetti-46 {
  width: 15px;
  height: 6px;
  background-color: #263672;
  top: -10%;
  left: 5%;
  opacity: 1.4307056555;
  transform: rotate(166.3473190032deg);
  animation: drop-46 8.9793931705s 0.5339188596s infinite;
}
@keyframes drop-46 {
  100% {
    top: 110%;
    left: 8%;
  }
}
.confetti-47 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 29%;
  opacity: 0.8490661248;
  transform: rotate(224.9832901798deg);
  animation: drop-47 8.9691669041s 0.1106911282s infinite;
}
@keyframes drop-47 {
  100% {
    top: 110%;
    left: 30%;
  }
}
.confetti-48 {
  width: 11px;
  height: 4.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 67%;
  opacity: 1.380534927;
  transform: rotate(179.4532611711deg);
  animation: drop-48 8.0077828909s 0.3607857387s infinite;
}
@keyframes drop-48 {
  100% {
    top: 110%;
    left: 68%;
  }
}
.confetti-49 {
  width: 17px;
  height: 6.8px;
  background-color: #263672;
  top: -10%;
  left: 47%;
  opacity: 0.8673190227;
  transform: rotate(326.6379163952deg);
  animation: drop-49 8.9260563084s 0.8224086575s infinite;
}
@keyframes drop-49 {
  100% {
    top: 110%;
    left: 55%;
  }
}
.confetti-50 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 46%;
  opacity: 1.1388706826;
  transform: rotate(82.841210837deg);
  animation: drop-50 8.4000295396s 0.5267700974s infinite;
}
@keyframes drop-50 {
  100% {
    top: 110%;
    left: 53%;
  }
}
.confetti-51 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 87%;
  opacity: 0.6187615999;
  transform: rotate(52.4536919141deg);
  animation: drop-51 8.0523168101s 0.2545549166s infinite;
}
@keyframes drop-51 {
  100% {
    top: 110%;
    left: 89%;
  }
}
.confetti-52 {
  width: 18px;
  height: 7.2px;
  background-color: #d13447;
  top: -10%;
  left: 63%;
  opacity: 0.8549385308;
  transform: rotate(106.6618535885deg);
  animation: drop-52 8.4384680365s 0.7795054267s infinite;
}
@keyframes drop-52 {
  100% {
    top: 110%;
    left: 67%;
  }
}
.confetti-53 {
  width: 16px;
  height: 6.4px;
  background-color: #263672;
  top: -10%;
  left: 11%;
  opacity: 1.1467243258;
  transform: rotate(185.1253692474deg);
  animation: drop-53 8.4426924398s 0.4264647513s infinite;
}
@keyframes drop-53 {
  100% {
    top: 110%;
    left: 18%;
  }
}
.confetti-54 {
  width: 5px;
  height: 2px;
  background-color: #ffbf00;
  top: -10%;
  left: 74%;
  opacity: 0.7143815598;
  transform: rotate(224.4813758985deg);
  animation: drop-54 8.1226589336s 0.7824073176s infinite;
}
@keyframes drop-54 {
  100% {
    top: 110%;
    left: 80%;
  }
}
.confetti-55 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 15%;
  opacity: 1.0727293006;
  transform: rotate(157.0878478106deg);
  animation: drop-55 8.4845768815s 0.3219223329s infinite;
}
@keyframes drop-55 {
  100% {
    top: 110%;
    left: 23%;
  }
}
.confetti-56 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 11%;
  opacity: 0.7680670796;
  transform: rotate(112.2336583816deg);
  animation: drop-56 8.9630781402s 0.3502400969s infinite;
}
@keyframes drop-56 {
  100% {
    top: 110%;
    left: 13%;
  }
}
.confetti-57 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 57%;
  opacity: 1.2511828231;
  transform: rotate(30.2840157392deg);
  animation: drop-57 8.6929581634s 0.7513664238s infinite;
}
@keyframes drop-57 {
  100% {
    top: 110%;
    left: 59%;
  }
}
.confetti-58 {
  width: 10px;
  height: 4px;
  background-color: #ffbf00;
  top: -10%;
  left: 84%;
  opacity: 0.8045050026;
  transform: rotate(349.5976133333deg);
  animation: drop-58 8.572170395s 0.3494934084s infinite;
}
@keyframes drop-58 {
  100% {
    top: 110%;
    left: 87%;
  }
}
.confetti-59 {
  width: 14px;
  height: 5.6px;
  background-color: #263672;
  top: -10%;
  left: 34%;
  opacity: 0.5138917654;
  transform: rotate(279.8718372573deg);
  animation: drop-59 8.4828278716s 0.791200216s infinite;
}
@keyframes drop-59 {
  100% {
    top: 110%;
    left: 36%;
  }
}
.confetti-60 {
  width: 1px;
  height: 0.4px;
  background-color: #d13447;
  top: -10%;
  left: 49%;
  opacity: 0.8296651739;
  transform: rotate(290.1614404389deg);
  animation: drop-60 8.3134040581s 0.8393832783s infinite;
}
@keyframes drop-60 {
  100% {
    top: 110%;
    left: 54%;
  }
}
.confetti-61 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 88%;
  opacity: 0.9298454093;
  transform: rotate(298.1975114357deg);
  animation: drop-61 8.47881493s 0.6253694364s infinite;
}
@keyframes drop-61 {
  100% {
    top: 110%;
    left: 92%;
  }
}
.confetti-62 {
  width: 14px;
  height: 5.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 92%;
  opacity: 0.6713281678;
  transform: rotate(318.8505671505deg);
  animation: drop-62 8.9701892367s 0.5453719578s infinite;
}
@keyframes drop-62 {
  100% {
    top: 110%;
    left: 93%;
  }
}
.confetti-63 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 91%;
  opacity: 0.5904603317;
  transform: rotate(244.9231956762deg);
  animation: drop-63 8.5861088257s 0.8345609817s infinite;
}
@keyframes drop-63 {
  100% {
    top: 110%;
    left: 99%;
  }
}
.confetti-64 {
  width: 3px;
  height: 1.2px;
  background-color: #d13447;
  top: -10%;
  left: 5%;
  opacity: 0.9534401175;
  transform: rotate(185.1080347878deg);
  animation: drop-64 8.3127758092s 0.1016045556s infinite;
}
@keyframes drop-64 {
  100% {
    top: 110%;
    left: 8%;
  }
}
.confetti-65 {
  width: 3px;
  height: 1.2px;
  background-color: #263672;
  top: -10%;
  left: 73%;
  opacity: 0.7282427418;
  transform: rotate(334.6080654609deg);
  animation: drop-65 8.9568112062s 0.6303101444s infinite;
}
@keyframes drop-65 {
  100% {
    top: 110%;
    left: 76%;
  }
}
.confetti-66 {
  width: 7px;
  height: 2.8px;
  background-color: #d13447;
  top: -10%;
  left: 92%;
  opacity: 1.2222512649;
  transform: rotate(78.4738630027deg);
  animation: drop-66 8.6321456651s 0.6286614197s infinite;
}
@keyframes drop-66 {
  100% {
    top: 110%;
    left: 96%;
  }
}
.confetti-67 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 25%;
  opacity: 1.3171427003;
  transform: rotate(33.4228154195deg);
  animation: drop-67 8.843044885s 0.3527055506s infinite;
}
@keyframes drop-67 {
  100% {
    top: 110%;
    left: 31%;
  }
}
.confetti-68 {
  width: 11px;
  height: 4.4px;
  background-color: #263672;
  top: -10%;
  left: 35%;
  opacity: 0.6514789745;
  transform: rotate(182.6817405175deg);
  animation: drop-68 8.4375245381s 0.0184093664s infinite;
}
@keyframes drop-68 {
  100% {
    top: 110%;
    left: 42%;
  }
}
.confetti-69 {
  width: 11px;
  height: 4.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 3%;
  opacity: 1.2089076878;
  transform: rotate(229.1934956246deg);
  animation: drop-69 8.6918023408s 0.5970771961s infinite;
}
@keyframes drop-69 {
  100% {
    top: 110%;
    left: 4%;
  }
}
.confetti-70 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 70%;
  opacity: 1.4889102717;
  transform: rotate(316.1707269158deg);
  animation: drop-70 8.2330060184s 0.5257806023s infinite;
}
@keyframes drop-70 {
  100% {
    top: 110%;
    left: 72%;
  }
}
.confetti-71 {
  width: 9px;
  height: 3.6px;
  background-color: #d13447;
  top: -10%;
  left: 71%;
  opacity: 0.5073676806;
  transform: rotate(152.528521836deg);
  animation: drop-71 8.4491315034s 0.1960560292s infinite;
}
@keyframes drop-71 {
  100% {
    top: 110%;
    left: 75%;
  }
}
.confetti-72 {
  width: 4px;
  height: 1.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 37%;
  opacity: 1.2959817595;
  transform: rotate(149.190694672deg);
  animation: drop-72 8.0005892077s 0.0362830625s infinite;
}
@keyframes drop-72 {
  100% {
    top: 110%;
    left: 41%;
  }
}
.confetti-73 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 68%;
  opacity: 0.8804384085;
  transform: rotate(59.0910452288deg);
  animation: drop-73 8.9059888928s 0.9108224086s infinite;
}
@keyframes drop-73 {
  100% {
    top: 110%;
    left: 73%;
  }
}
.confetti-74 {
  width: 15px;
  height: 6px;
  background-color: #ffbf00;
  top: -10%;
  left: 39%;
  opacity: 1.192869616;
  transform: rotate(37.3293891352deg);
  animation: drop-74 8.4465044558s 0.8596150525s infinite;
}
@keyframes drop-74 {
  100% {
    top: 110%;
    left: 45%;
  }
}
.confetti-75 {
  width: 14px;
  height: 5.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 43%;
  opacity: 1.1017713166;
  transform: rotate(20.0231833986deg);
  animation: drop-75 8.6260901934s 0.5792427334s infinite;
}
@keyframes drop-75 {
  100% {
    top: 110%;
    left: 51%;
  }
}
.confetti-76 {
  width: 11px;
  height: 4.4px;
  background-color: #d13447;
  top: -10%;
  left: 38%;
  opacity: 0.7534275106;
  transform: rotate(216.7789180071deg);
  animation: drop-76 8.1438028804s 0.4162887132s infinite;
}
@keyframes drop-76 {
  100% {
    top: 110%;
    left: 44%;
  }
}
.confetti-77 {
  width: 11px;
  height: 4.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 6%;
  opacity: 0.5368351765;
  transform: rotate(311.5159067623deg);
  animation: drop-77 8.2024209384s 0.8997130431s infinite;
}
@keyframes drop-77 {
  100% {
    top: 110%;
    left: 10%;
  }
}
.confetti-78 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 2%;
  opacity: 1.3227410855;
  transform: rotate(294.5924226397deg);
  animation: drop-78 8.9262207667s 0.6139224327s infinite;
}
@keyframes drop-78 {
  100% {
    top: 110%;
    left: 4%;
  }
}
.confetti-79 {
  width: 10px;
  height: 4px;
  background-color: #ffbf00;
  top: -10%;
  left: 22%;
  opacity: 0.9019387925;
  transform: rotate(193.148635133deg);
  animation: drop-79 8.4909370626s 0.7176182583s infinite;
}
@keyframes drop-79 {
  100% {
    top: 110%;
    left: 30%;
  }
}
.confetti-80 {
  width: 11px;
  height: 4.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 48%;
  opacity: 1.4949854506;
  transform: rotate(311.6502641615deg);
  animation: drop-80 8.8366740891s 0.0123791734s infinite;
}
@keyframes drop-80 {
  100% {
    top: 110%;
    left: 56%;
  }
}
.confetti-81 {
  width: 17px;
  height: 6.8px;
  background-color: #d13447;
  top: -10%;
  left: 50%;
  opacity: 1.3153905452;
  transform: rotate(92.8592181049deg);
  animation: drop-81 8.9312910423s 0.8693450032s infinite;
}
@keyframes drop-81 {
  100% {
    top: 110%;
    left: 51%;
  }
}
.confetti-82 {
  width: 16px;
  height: 6.4px;
  background-color: #d13447;
  top: -10%;
  left: 56%;
  opacity: 0.7399041737;
  transform: rotate(339.0090694198deg);
  animation: drop-82 8.132878057s 0.828141931s infinite;
}
@keyframes drop-82 {
  100% {
    top: 110%;
    left: 58%;
  }
}
.confetti-83 {
  width: 14px;
  height: 5.6px;
  background-color: #d13447;
  top: -10%;
  left: 33%;
  opacity: 0.8528515791;
  transform: rotate(307.7462573954deg);
  animation: drop-83 8.1920283668s 0.1656253047s infinite;
}
@keyframes drop-83 {
  100% {
    top: 110%;
    left: 35%;
  }
}
.confetti-84 {
  width: 18px;
  height: 7.2px;
  background-color: #d13447;
  top: -10%;
  left: 91%;
  opacity: 0.7633222378;
  transform: rotate(37.3189852414deg);
  animation: drop-84 8.8034949974s 0.9175440248s infinite;
}
@keyframes drop-84 {
  100% {
    top: 110%;
    left: 94%;
  }
}
.confetti-85 {
  width: 15px;
  height: 6px;
  background-color: #ffbf00;
  top: -10%;
  left: 73%;
  opacity: 1.1245280018;
  transform: rotate(138.6601398059deg);
  animation: drop-85 8.473534288s 0.3734743913s infinite;
}
@keyframes drop-85 {
  100% {
    top: 110%;
    left: 80%;
  }
}
.confetti-86 {
  width: 12px;
  height: 4.8px;
  background-color: #263672;
  top: -10%;
  left: 81%;
  opacity: 1.3403283677;
  transform: rotate(121.7455312885deg);
  animation: drop-86 8.7208353547s 0.9694888695s infinite;
}
@keyframes drop-86 {
  100% {
    top: 110%;
    left: 87%;
  }
}
.confetti-87 {
  width: 15px;
  height: 6px;
  background-color: #263672;
  top: -10%;
  left: 81%;
  opacity: 0.7442794202;
  transform: rotate(163.441586069deg);
  animation: drop-87 8.5862599447s 0.132807942s infinite;
}
@keyframes drop-87 {
  100% {
    top: 110%;
    left: 87%;
  }
}
.confetti-88 {
  width: 12px;
  height: 4.8px;
  background-color: #d13447;
  top: -10%;
  left: 17%;
  opacity: 1.4266527869;
  transform: rotate(293.2169635157deg);
  animation: drop-88 8.4549661026s 0.9772247518s infinite;
}
@keyframes drop-88 {
  100% {
    top: 110%;
    left: 23%;
  }
}
.confetti-89 {
  width: 1px;
  height: 0.4px;
  background-color: #d13447;
  top: -10%;
  left: 56%;
  opacity: 1.2441615239;
  transform: rotate(285.1386217052deg);
  animation: drop-89 8.2321412932s 0.9454873817s infinite;
}
@keyframes drop-89 {
  100% {
    top: 110%;
    left: 59%;
  }
}
.confetti-90 {
  width: 9px;
  height: 3.6px;
  background-color: #d13447;
  top: -10%;
  left: 9%;
  opacity: 0.9223063038;
  transform: rotate(260.7527133694deg);
  animation: drop-90 8.3415889153s 0.5821238137s infinite;
}
@keyframes drop-90 {
  100% {
    top: 110%;
    left: 15%;
  }
}
.confetti-91 {
  width: 6px;
  height: 2.4px;
  background-color: #263672;
  top: -10%;
  left: 79%;
  opacity: 1.2616063709;
  transform: rotate(253.5329380762deg);
  animation: drop-91 8.7152234026s 0.0344963127s infinite;
}
@keyframes drop-91 {
  100% {
    top: 110%;
    left: 85%;
  }
}
.confetti-92 {
  width: 16px;
  height: 6.4px;
  background-color: #263672;
  top: -10%;
  left: 82%;
  opacity: 0.9157054081;
  transform: rotate(266.0488326304deg);
  animation: drop-92 8.9091540873s 0.4284870886s infinite;
}
@keyframes drop-92 {
  100% {
    top: 110%;
    left: 89%;
  }
}
.confetti-93 {
  width: 2px;
  height: 0.8px;
  background-color: #263672;
  top: -10%;
  left: 65%;
  opacity: 0.5888493726;
  transform: rotate(99.5780180823deg);
  animation: drop-93 8.7275259394s 0.3129490227s infinite;
}
@keyframes drop-93 {
  100% {
    top: 110%;
    left: 73%;
  }
}
.confetti-94 {
  width: 3px;
  height: 1.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 56%;
  opacity: 0.82684665;
  transform: rotate(112.702618109deg);
  animation: drop-94 8.8582653814s 0.1110139601s infinite;
}
@keyframes drop-94 {
  100% {
    top: 110%;
    left: 63%;
  }
}
.confetti-95 {
  width: 10px;
  height: 4px;
  background-color: #ffbf00;
  top: -10%;
  left: 68%;
  opacity: 0.7047422564;
  transform: rotate(310.9822015105deg);
  animation: drop-95 8.5783181774s 0.1567177033s infinite;
}
@keyframes drop-95 {
  100% {
    top: 110%;
    left: 71%;
  }
}
.confetti-96 {
  width: 14px;
  height: 5.6px;
  background-color: #d13447;
  top: -10%;
  left: 93%;
  opacity: 0.8856939034;
  transform: rotate(325.0263402087deg);
  animation: drop-96 8.8697364755s 0.5555835626s infinite;
}
@keyframes drop-96 {
  100% {
    top: 110%;
    left: 100%;
  }
}
.confetti-97 {
  width: 1px;
  height: 0.4px;
  background-color: #d13447;
  top: -10%;
  left: 16%;
  opacity: 1.4726450996;
  transform: rotate(349.7010668727deg);
  animation: drop-97 8.2851884706s 0.8177910303s infinite;
}
@keyframes drop-97 {
  100% {
    top: 110%;
    left: 22%;
  }
}
.confetti-98 {
  width: 10px;
  height: 4px;
  background-color: #ffbf00;
  top: -10%;
  left: 68%;
  opacity: 1.1667423477;
  transform: rotate(290.8836752367deg);
  animation: drop-98 8.2319349493s 0.3771898249s infinite;
}
@keyframes drop-98 {
  100% {
    top: 110%;
    left: 76%;
  }
}
.confetti-99 {
  width: 7px;
  height: 2.8px;
  background-color: #d13447;
  top: -10%;
  left: 70%;
  opacity: 1.3548692499;
  transform: rotate(95.7924400618deg);
  animation: drop-99 8.8136384853s 0.0739519031s infinite;
}
@keyframes drop-99 {
  100% {
    top: 110%;
    left: 74%;
  }
}
.confetti-100 {
  width: 4px;
  height: 1.6px;
  background-color: #d13447;
  top: -10%;
  left: 40%;
  opacity: 1.1235364067;
  transform: rotate(313.8112564496deg);
  animation: drop-100 8.2047221013s 0.1999761874s infinite;
}
@keyframes drop-100 {
  100% {
    top: 110%;
    left: 42%;
  }
}
.confetti-101 {
  width: 17px;
  height: 6.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 38%;
  opacity: 1.3055161748;
  transform: rotate(169.5305538402deg);
  animation: drop-101 8.7910800559s 0.9907648934s infinite;
}
@keyframes drop-101 {
  100% {
    top: 110%;
    left: 46%;
  }
}
.confetti-102 {
  width: 2px;
  height: 0.8px;
  background-color: #d13447;
  top: -10%;
  left: 6%;
  opacity: 1.4960564095;
  transform: rotate(124.3724304659deg);
  animation: drop-102 8.6092429447s 0.2810675523s infinite;
}
@keyframes drop-102 {
  100% {
    top: 110%;
    left: 11%;
  }
}
.confetti-103 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 30%;
  opacity: 0.9115757808;
  transform: rotate(86.4848798053deg);
  animation: drop-103 8.7222981361s 0.8770938394s infinite;
}
@keyframes drop-103 {
  100% {
    top: 110%;
    left: 37%;
  }
}
.confetti-104 {
  width: 10px;
  height: 4px;
  background-color: #ffbf00;
  top: -10%;
  left: 86%;
  opacity: 1.4179084785;
  transform: rotate(60.0921800366deg);
  animation: drop-104 8.949717188s 0.0646813852s infinite;
}
@keyframes drop-104 {
  100% {
    top: 110%;
    left: 91%;
  }
}
.confetti-105 {
  width: 8px;
  height: 3.2px;
  background-color: #263672;
  top: -10%;
  left: 59%;
  opacity: 1.4547120709;
  transform: rotate(210.7941006511deg);
  animation: drop-105 8.9797209032s 0.7781034299s infinite;
}
@keyframes drop-105 {
  100% {
    top: 110%;
    left: 65%;
  }
}
.confetti-106 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 80%;
  opacity: 1.0429938508;
  transform: rotate(280.7573239778deg);
  animation: drop-106 8.366940268s 0.5692114886s infinite;
}
@keyframes drop-106 {
  100% {
    top: 110%;
    left: 87%;
  }
}
.confetti-107 {
  width: 14px;
  height: 5.6px;
  background-color: #d13447;
  top: -10%;
  left: 74%;
  opacity: 0.9279829809;
  transform: rotate(42.8731797357deg);
  animation: drop-107 8.1065129529s 0.4935709813s infinite;
}
@keyframes drop-107 {
  100% {
    top: 110%;
    left: 81%;
  }
}
.confetti-108 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 90%;
  opacity: 1.3970480397;
  transform: rotate(61.0419545367deg);
  animation: drop-108 8.948695926s 0.5423969419s infinite;
}
@keyframes drop-108 {
  100% {
    top: 110%;
    left: 93%;
  }
}
.confetti-109 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 85%;
  opacity: 1.0634280346;
  transform: rotate(137.6300069806deg);
  animation: drop-109 8.9032135116s 0.3294333009s infinite;
}
@keyframes drop-109 {
  100% {
    top: 110%;
    left: 93%;
  }
}
.confetti-110 {
  width: 17px;
  height: 6.8px;
  background-color: #263672;
  top: -10%;
  left: 98%;
  opacity: 1.0487719123;
  transform: rotate(173.0790538201deg);
  animation: drop-110 8.1063672213s 0.3870601669s infinite;
}
@keyframes drop-110 {
  100% {
    top: 110%;
    left: 100%;
  }
}
.confetti-111 {
  width: 3px;
  height: 1.2px;
  background-color: #263672;
  top: -10%;
  left: 86%;
  opacity: 0.7082626657;
  transform: rotate(36.1046772178deg);
  animation: drop-111 8.5786395934s 0.5303349543s infinite;
}
@keyframes drop-111 {
  100% {
    top: 110%;
    left: 91%;
  }
}
.confetti-112 {
  width: 3px;
  height: 1.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 4%;
  opacity: 1.2469008745;
  transform: rotate(297.4517433473deg);
  animation: drop-112 8.4657896885s 0.8071468371s infinite;
}
@keyframes drop-112 {
  100% {
    top: 110%;
    left: 8%;
  }
}
.confetti-113 {
  width: 14px;
  height: 5.6px;
  background-color: #ffbf00;
  top: -10%;
  left: 34%;
  opacity: 0.6131384475;
  transform: rotate(4.671666302deg);
  animation: drop-113 8.0782955939s 0.8862931681s infinite;
}
@keyframes drop-113 {
  100% {
    top: 110%;
    left: 40%;
  }
}
.confetti-114 {
  width: 3px;
  height: 1.2px;
  background-color: #d13447;
  top: -10%;
  left: 65%;
  opacity: 1.286306664;
  transform: rotate(207.131956356deg);
  animation: drop-114 8.4582593661s 0.6778639907s infinite;
}
@keyframes drop-114 {
  100% {
    top: 110%;
    left: 71%;
  }
}
.confetti-115 {
  width: 15px;
  height: 6px;
  background-color: #d13447;
  top: -10%;
  left: 2%;
  opacity: 1.2037660858;
  transform: rotate(212.5057613941deg);
  animation: drop-115 8.0047133127s 0.7489048436s infinite;
}
@keyframes drop-115 {
  100% {
    top: 110%;
    left: 9%;
  }
}
.confetti-116 {
  width: 9px;
  height: 3.6px;
  background-color: #d13447;
  top: -10%;
  left: 28%;
  opacity: 0.5699646037;
  transform: rotate(118.6667394222deg);
  animation: drop-116 8.8544582581s 0.7910755402s infinite;
}
@keyframes drop-116 {
  100% {
    top: 110%;
    left: 33%;
  }
}
.confetti-117 {
  width: 16px;
  height: 6.4px;
  background-color: #d13447;
  top: -10%;
  left: 22%;
  opacity: 0.5038712355;
  transform: rotate(131.5933405879deg);
  animation: drop-117 8.5515875594s 0.2045855396s infinite;
}
@keyframes drop-117 {
  100% {
    top: 110%;
    left: 25%;
  }
}
.confetti-118 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 78%;
  opacity: 1.0616386289;
  transform: rotate(319.8514603272deg);
  animation: drop-118 8.7387481712s 0.4227936502s infinite;
}
@keyframes drop-118 {
  100% {
    top: 110%;
    left: 81%;
  }
}
.confetti-119 {
  width: 1px;
  height: 0.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 37%;
  opacity: 0.7797274093;
  transform: rotate(311.3631821757deg);
  animation: drop-119 8.4984804268s 0.5219992582s infinite;
}
@keyframes drop-119 {
  100% {
    top: 110%;
    left: 42%;
  }
}
.confetti-120 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 86%;
  opacity: 1.197834881;
  transform: rotate(184.6194432824deg);
  animation: drop-120 8.7683862398s 0.4767542174s infinite;
}
@keyframes drop-120 {
  100% {
    top: 110%;
    left: 89%;
  }
}
.confetti-121 {
  width: 16px;
  height: 6.4px;
  background-color: #d13447;
  top: -10%;
  left: 37%;
  opacity: 0.9781097333;
  transform: rotate(289.0240583731deg);
  animation: drop-121 8.1676461236s 0.3141502994s infinite;
}
@keyframes drop-121 {
  100% {
    top: 110%;
    left: 40%;
  }
}
.confetti-122 {
  width: 2px;
  height: 0.8px;
  background-color: #263672;
  top: -10%;
  left: 55%;
  opacity: 0.9236128066;
  transform: rotate(29.1302330521deg);
  animation: drop-122 8.7257952397s 0.440327986s infinite;
}
@keyframes drop-122 {
  100% {
    top: 110%;
    left: 58%;
  }
}
.confetti-123 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 63%;
  opacity: 0.5851198233;
  transform: rotate(326.3521496547deg);
  animation: drop-123 8.7099775412s 0.1260380138s infinite;
}
@keyframes drop-123 {
  100% {
    top: 110%;
    left: 65%;
  }
}
.confetti-124 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 63%;
  opacity: 0.7404893509;
  transform: rotate(108.5844887004deg);
  animation: drop-124 8.9017046198s 0.8518404299s infinite;
}
@keyframes drop-124 {
  100% {
    top: 110%;
    left: 69%;
  }
}
.confetti-125 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 93%;
  opacity: 1.3758780994;
  transform: rotate(242.5404372309deg);
  animation: drop-125 8.3930868101s 0.7809946608s infinite;
}
@keyframes drop-125 {
  100% {
    top: 110%;
    left: 94%;
  }
}
.confetti-126 {
  width: 11px;
  height: 4.4px;
  background-color: #263672;
  top: -10%;
  left: 13%;
  opacity: 0.999254297;
  transform: rotate(249.314081799deg);
  animation: drop-126 8.9553211006s 0.2457931615s infinite;
}
@keyframes drop-126 {
  100% {
    top: 110%;
    left: 17%;
  }
}
.confetti-127 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 76%;
  opacity: 1.3672067784;
  transform: rotate(179.5538844569deg);
  animation: drop-127 8.3761331746s 0.8843561399s infinite;
}
@keyframes drop-127 {
  100% {
    top: 110%;
    left: 81%;
  }
}
.confetti-128 {
  width: 14px;
  height: 5.6px;
  background-color: #d13447;
  top: -10%;
  left: 60%;
  opacity: 0.9046870868;
  transform: rotate(213.9817760971deg);
  animation: drop-128 8.7424655266s 0.3421613507s infinite;
}
@keyframes drop-128 {
  100% {
    top: 110%;
    left: 62%;
  }
}
.confetti-129 {
  width: 7px;
  height: 2.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 68%;
  opacity: 1.2700461474;
  transform: rotate(221.2358431387deg);
  animation: drop-129 8.6964299577s 0.3233966221s infinite;
}
@keyframes drop-129 {
  100% {
    top: 110%;
    left: 69%;
  }
}
.confetti-130 {
  width: 2px;
  height: 0.8px;
  background-color: #d13447;
  top: -10%;
  left: 68%;
  opacity: 0.6634322193;
  transform: rotate(91.7224636757deg);
  animation: drop-130 8.3416791258s 0.8755471662s infinite;
}
@keyframes drop-130 {
  100% {
    top: 110%;
    left: 71%;
  }
}
.confetti-131 {
  width: 3px;
  height: 1.2px;
  background-color: #263672;
  top: -10%;
  left: 62%;
  opacity: 0.9208017061;
  transform: rotate(304.272379548deg);
  animation: drop-131 8.5971353255s 0.7978921592s infinite;
}
@keyframes drop-131 {
  100% {
    top: 110%;
    left: 70%;
  }
}
.confetti-132 {
  width: 18px;
  height: 7.2px;
  background-color: #d13447;
  top: -10%;
  left: 22%;
  opacity: 0.9886343852;
  transform: rotate(252.5344770554deg);
  animation: drop-132 8.0902175725s 0.0894754764s infinite;
}
@keyframes drop-132 {
  100% {
    top: 110%;
    left: 23%;
  }
}
.confetti-133 {
  width: 6px;
  height: 2.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 56%;
  opacity: 1.3219790221;
  transform: rotate(15.5291008538deg);
  animation: drop-133 8.1750396442s 0.8432038948s infinite;
}
@keyframes drop-133 {
  100% {
    top: 110%;
    left: 57%;
  }
}
.confetti-134 {
  width: 10px;
  height: 4px;
  background-color: #263672;
  top: -10%;
  left: 6%;
  opacity: 0.7335295657;
  transform: rotate(139.7588251327deg);
  animation: drop-134 8.2966599555s 0.7736583867s infinite;
}
@keyframes drop-134 {
  100% {
    top: 110%;
    left: 8%;
  }
}
.confetti-135 {
  width: 8px;
  height: 3.2px;
  background-color: #d13447;
  top: -10%;
  left: 37%;
  opacity: 1.4196834904;
  transform: rotate(159.5162709322deg);
  animation: drop-135 8.4568806807s 0.9174284857s infinite;
}
@keyframes drop-135 {
  100% {
    top: 110%;
    left: 39%;
  }
}
.confetti-136 {
  width: 9px;
  height: 3.6px;
  background-color: #263672;
  top: -10%;
  left: 8%;
  opacity: 0.602162335;
  transform: rotate(254.8167000477deg);
  animation: drop-136 8.9293886735s 0.8265159779s infinite;
}
@keyframes drop-136 {
  100% {
    top: 110%;
    left: 11%;
  }
}
.confetti-137 {
  width: 12px;
  height: 4.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 74%;
  opacity: 0.6366151595;
  transform: rotate(136.1103006214deg);
  animation: drop-137 8.9619512206s 0.8698661663s infinite;
}
@keyframes drop-137 {
  100% {
    top: 110%;
    left: 78%;
  }
}
.confetti-138 {
  width: 14px;
  height: 5.6px;
  background-color: #d13447;
  top: -10%;
  left: 9%;
  opacity: 1.038782615;
  transform: rotate(152.7572863469deg);
  animation: drop-138 8.0808412964s 0.5144810656s infinite;
}
@keyframes drop-138 {
  100% {
    top: 110%;
    left: 12%;
  }
}
.confetti-139 {
  width: 8px;
  height: 3.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 54%;
  opacity: 0.9335387719;
  transform: rotate(126.4993037434deg);
  animation: drop-139 8.2091403019s 0.4592635752s infinite;
}
@keyframes drop-139 {
  100% {
    top: 110%;
    left: 58%;
  }
}
.confetti-140 {
  width: 17px;
  height: 6.8px;
  background-color: #263672;
  top: -10%;
  left: 72%;
  opacity: 1.1079959212;
  transform: rotate(342.9661129797deg);
  animation: drop-140 8.1269141772s 0.1252447309s infinite;
}
@keyframes drop-140 {
  100% {
    top: 110%;
    left: 76%;
  }
}
.confetti-141 {
  width: 16px;
  height: 6.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 69%;
  opacity: 0.8243912362;
  transform: rotate(164.0203655542deg);
  animation: drop-141 8.043518564s 0.2713867701s infinite;
}
@keyframes drop-141 {
  100% {
    top: 110%;
    left: 76%;
  }
}
.confetti-142 {
  width: 13px;
  height: 5.2px;
  background-color: #ffbf00;
  top: -10%;
  left: 7%;
  opacity: 0.8303447155;
  transform: rotate(229.9121126624deg);
  animation: drop-142 8.8480488281s 0.521267056s infinite;
}
@keyframes drop-142 {
  100% {
    top: 110%;
    left: 12%;
  }
}
.confetti-143 {
  width: 13px;
  height: 5.2px;
  background-color: #d13447;
  top: -10%;
  left: 35%;
  opacity: 0.7996286799;
  transform: rotate(208.6940533545deg);
  animation: drop-143 8.1925419465s 0.1330357227s infinite;
}
@keyframes drop-143 {
  100% {
    top: 110%;
    left: 37%;
  }
}
.confetti-144 {
  width: 9px;
  height: 3.6px;
  background-color: #263672;
  top: -10%;
  left: 21%;
  opacity: 1.4345905801;
  transform: rotate(229.2930780325deg);
  animation: drop-144 8.2242658684s 0.3959376808s infinite;
}
@keyframes drop-144 {
  100% {
    top: 110%;
    left: 29%;
  }
}
.confetti-145 {
  width: 1px;
  height: 0.4px;
  background-color: #ffbf00;
  top: -10%;
  left: 64%;
  opacity: 1.1805797767;
  transform: rotate(152.2218146409deg);
  animation: drop-145 8.1793214008s 0.2086917706s infinite;
}
@keyframes drop-145 {
  100% {
    top: 110%;
    left: 71%;
  }
}
.confetti-146 {
  width: 18px;
  height: 7.2px;
  background-color: #d13447;
  top: -10%;
  left: 87%;
  opacity: 0.8185870577;
  transform: rotate(51.0470378076deg);
  animation: drop-146 8.466096164s 0.3625048473s infinite;
}
@keyframes drop-146 {
  100% {
    top: 110%;
    left: 89%;
  }
}
.confetti-147 {
  width: 1px;
  height: 0.4px;
  background-color: #263672;
  top: -10%;
  left: 35%;
  opacity: 1.3241610971;
  transform: rotate(141.0945103674deg);
  animation: drop-147 8.4365517913s 0.7695451745s infinite;
}
@keyframes drop-147 {
  100% {
    top: 110%;
    left: 40%;
  }
}
.confetti-148 {
  width: 2px;
  height: 0.8px;
  background-color: #ffbf00;
  top: -10%;
  left: 35%;
  opacity: 0.7757320233;
  transform: rotate(220.88148533deg);
  animation: drop-148 8.2930636158s 0.4034486656s infinite;
}
@keyframes drop-148 {
  100% {
    top: 110%;
    left: 41%;
  }
}
.confetti-149 {
  width: 5px;
  height: 2px;
  background-color: #263672;
  top: -10%;
  left: 52%;
  opacity: 1.4080200705;
  transform: rotate(92.8102802806deg);
  animation: drop-149 8.0136892395s 0.2886953408s infinite;
}
@keyframes drop-149 {
  100% {
    top: 110%;
    left: 58%;
  }
}
.confetti-150 {
  width: 16px;
  height: 6.4px;
  background-color: #263672;
  top: -10%;
  left: 61%;
  opacity: 0.7573880722;
  transform: rotate(67.4141149649deg);
  animation: drop-150 8.1700208511s 0.0852696978s infinite;
}
@keyframes drop-150 {
  100% {
    top: 110%;
    left: 66%;
  }
}
.title1 {
  text-align: center;
}
.title1 h4,
.title1 .h4 {
  color: var(--theme-color);
  padding-bottom: 10px;
  margin-bottom: 0;
  margin-top: -3px;
}
@media (max-width: 576px) {
  .title1 h4,
  .title1 .h4 {
    margin-top: 0;
  }
}
.title1 .title-inner1 {
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}
.title1 .title-inner1:after {
  position: absolute;
  height: 5px;
  width: 70px;
  background-color: var(--theme-color);
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.title1.title-gradient .title-inner1:after {
  background: var(--theme-color);
  background:
    linear-gradient(
      180deg,
      var(--theme-color) 0%,
      var(--theme-color2) 99%);
  background-color: var(--theme-color);
}
.title1.title5 .title-inner1 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.title1.title5 .title-inner1:after {
  display: none;
}
.title1.title5 hr[role=tournament6] {
  border: 0px solid;
  height: 1px;
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0),
      var(--theme-color),
      rgba(0, 0, 0, 0));
  display: block;
  width: 25%;
  margin: 15px auto 30px auto;
}
.title1.title5 hr[role=tournament6]::before {
  position: absolute;
  background-color: #efefef;
  border: 1px solid;
  border-color: var(--theme-color);
  padding: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 50%;
  margin: -6px 0px 0px 0;
  content: "";
}
.title1.wo-border .title-inner1 {
  padding-bottom: 0;
  margin-top: -7px;
  margin-bottom: 25px;
}
.title1.wo-border .title-inner1:after {
  display: none;
}
.title1 [class*=skeleton-text-] {
  display: none;
}
.title2 {
  text-align: center;
  position: relative;
  z-index: 1;
}
.title2 h4,
.title2 .h4 {
  color: var(--theme-color);
  padding-bottom: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  margin-top: -3px;
}
.title2 .title-inner2 {
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
  padding: 0 25px;
}
.title2 .title-inner2:after {
  position: absolute;
  height: 5px;
  width: 100%;
  background-color: var(--theme-color);
  opacity: 0.4;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 3px;
  z-index: -1;
}
.title3 {
  text-align: center;
}
.title3 h4,
.title3 .h4 {
  color: var(--theme-color);
  padding-bottom: 10px;
  margin-bottom: 5px;
  margin-top: -3px;
}
.title3 h4:empty,
.title3 .h4:empty {
  display: none;
}
.title3 .title-inner3 {
  margin-bottom: 20px;
  position: relative;
  margin-top: -5px;
}
.title3 .line {
  position: relative;
  height: 5px;
  width: 45px;
  background-color: var(--theme-color);
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  margin-bottom: 50px;
}
.title3 .line:after,
.title3 .line:before {
  position: absolute;
  height: 5px;
  width: 10px;
  content: "";
  background-color: var(--theme-color);
}
.title3 .line:after {
  right: 50px;
}
.title3 .line:before {
  left: 50px;
}
.title4 {
  text-align: center;
}
.title4 .title-inner4 {
  padding-bottom: 25px;
  margin-bottom: 0;
  position: relative;
  margin-top: calc(0px + -5 * (100vw - 320px) / 1600);
}
.title4 .line {
  position: relative;
  height: 1px;
  width: 180px;
  background-color: var(--theme-color);
  margin: 0 auto;
  margin-bottom: 55px;
  bottom: 0;
  top: 0;
}
.title4 .line:after,
.title4 .line:before {
  position: absolute;
  height: 10px;
  width: 10px;
  content: "";
  background-color: var(--theme-color);
  top: -4px;
}
.title4 .line:after {
  left: 78px;
}
.title4 .line:before {
  left: 64px;
}
.title4 .line span:after,
.title4 .line span:before {
  position: absolute;
  height: 10px;
  width: 10px;
  content: "";
  background-color: var(--theme-color);
  top: -4px;
}
.title4 .line span:after {
  right: 78px;
}
.title4 .line span:before {
  right: 64px;
}
.title6 {
  text-align: center;
}
.title6 h2,
.title6 .h2 {
  margin-top: -5px;
  margin-bottom: 20px;
}
.title8 {
  margin-bottom: calc(12px + 10 * (100vw - 320px) / 1600);
}
.title8 h2,
.title8 .h2 {
  font-size: calc(16px + 8 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  text-transform: capitalize;
}
.title8 p {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: calc(6px + 4 * (100vw - 320px) / 1600);
  text-transform: capitalize;
}
.title-borderless {
  margin-bottom: 30px;
  text-align: center;
  margin-top: calc(-3px + -2 * (100vw - 320px) / 1600);
}
.about-text p {
  line-height: 28px;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 50px;
}
.theme-tab .title-inline {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.theme-tab .title-inline h3,
.theme-tab .title-inline .h3 {
  text-transform: capitalize;
  margin-bottom: 0;
  color: black;
  font-weight: 600;
}
.theme-tab .title-inline .tab-title {
  margin-bottom: 0;
  margin-left: auto;
  margin-top: 0;
}
.theme-tab .title-inline .tab-title li {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  margin: 0 15px;
}
.theme-tab .title-inline .tab-title .current {
  border-bottom: 2px solid var(--theme-color);
}
.title-basic {
  display: flex;
  align-items: center;
  margin-bottom: calc(16px + 6 * (100vw - 320px) / 1600);
}
.title-basic .title {
  font-size: calc(16px + 8 * (100vw - 320px) / 1600);
  margin-bottom: 0;
}
.title-basic .title i {
  font-weight: normal;
}
.title-basic .timer {
  margin-top: 0;
  margin-left: 15px;
  background-color: #f5f5f5;
}
.title-basic .timer p {
  color: #000000;
}
.title-basic .timer span .timer-cal {
  display: none;
}
.title-gradient {
  background:
    linear-gradient(
      -45deg,
      #ee7752,
      #e73c7e,
      #23a6d5,
      #23d5ab);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
  animation: gradient 15s ease infinite;
}
.title7 {
  margin-bottom: calc(14px + 12 * (100vw - 320px) / 1600);
  text-align: center;
  width: 26%;
  margin-inline: auto;
}
@media (max-width: 991px) {
  .title7 {
    width: 45%;
  }
}
@media (max-width: 575px) {
  .title7 {
    width: 55%;
  }
}
@media (max-width: 400px) {
  .title7 {
    width: 100%;
  }
}
.title7 h4,
.title7 .h4 {
  font-size: calc(20px + 15 * (100vw - 320px) / 1600);
  color: #ffffff;
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  margin-top: -12px;
}
.theme-tab {
  position: relative;
}
.theme-tab .tab-content {
  display: none;
}
.theme-tab .tab-content[style="display: block;"] .product-box,
.theme-tab .tab-content[style="display: block;"] .tab-box {
  animation: zoomIn 300ms ease-in-out;
}
.theme-tab .tab-content .product-tab .tab-box .product-box2 {
  background-color: #ffffff;
  padding: 15px;
}
@media (max-width: 768px) {
  .theme-tab .tab-content .product-tab .tab-box .product-box2 {
    padding: 10px;
  }
}
.theme-tab .tab-content .product-tab .tab-box .product-box2 a {
  overflow: hidden;
  margin-right: 15px;
}
.theme-tab .tab-content .product-tab .tab-box .product-box2 a img {
  height: 250px;
  width: 200px;
  object-fit: cover;
  transition: all 0.5s ease;
}
@media (max-width: 1366px) {
  .theme-tab .tab-content .product-tab .tab-box .product-box2 a img {
    height: 170px;
    width: 170px;
  }
}
@media (max-width: 768px) {
  .theme-tab .tab-content .product-tab .tab-box .product-box2 a img {
    height: 140px;
    width: 130px;
  }
}
@media (max-width: 576px) {
  .theme-tab .tab-content .product-tab .tab-box .product-box2 a img {
    height: 110px;
    width: 100px;
    padding-right: 8px;
  }
}
.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body > a {
  display: block;
}
.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating {
  margin-top: 0;
}
.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .rating span {
  margin-right: 1px;
}
.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6,
.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a .h6 {
  margin-right: 35px;
  line-height: 17px;
  margin-top: 5px;
  margin-bottom: 0;
}
.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body h4,
.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .h4 {
  font-size: 20px;
  margin-top: 5px;
  font-weight: 700;
  color: #222222;
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body h4,
  .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .h4 {
    font-size: 16px;
  }
}
.theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .color-variant li {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  margin-right: 2px;
  margin-top: 20px;
  transition: all 0.1s ease;
  margin-bottom: 0;
  cursor: pointer;
}
.theme-tab .tab-content .product-tab .tab-box:hover .product-box2 img {
  transform: scale(1.03);
  transition: all 0.5s ease;
}
.theme-tab .tab-title,
.theme-tab .tab-title2 {
  text-align: center;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 30px;
  margin-top: -6px;
}
.theme-tab .tab-title .current a,
.theme-tab .tab-title2 .current a {
  color: var(--theme-color);
  font-weight: 600;
}
.theme-tab .tab-title li,
.theme-tab .tab-title2 li {
  padding-left: 18px;
  padding-right: 18px;
}
.theme-tab .tab-title a,
.theme-tab .tab-title2 a {
  color: #2d2a25;
  text-transform: uppercase;
}
.theme-tab .tab-title.border-title li,
.theme-tab .tab-title2.border-title li {
  border-left: 1px solid #bbbbbb;
}
.theme-tab .tab-title.border-title li:first-child,
.theme-tab .tab-title2.border-title li:first-child {
  border-left: none;
}
.theme-tab .tab-title2 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: -8px;
}
.theme-tab .tab-title2:after {
  content: "";
  position: absolute;
  border: 1px solid #f1f5f4;
  width: 100%;
  left: 0;
  top: 17px;
  z-index: -1;
}
.theme-tab .tab-title2 .current {
  background-color: #ffffff;
}
.theme-tab .tab-title2 .current a {
  background-color: #ffffff;
}
.tab-bg {
  position: relative;
  z-index: 1;
  padding: calc(30px + 40 * (100vw - 320px) / 1600) calc(20px + 30 * (100vw - 320px) / 1600);
}
.tab-bg.tab-grey-bg {
  background-color: #f9f9f9;
  width: 100%;
}
.tab-bg:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.09;
  z-index: -1;
}
.tab-bg .theme-tab .tab-title {
  margin-bottom: 30px;
}
.pt-cls-slider {
  padding-top: 10px;
}
.ajax-search.form_search {
  overflow: unset;
}
.ajax-search .twitter-typeahead {
  width: 100%;
}
.ajax-search .typeahead {
  padding: 15px 20px;
  width: 100% !important;
  background-color: #fff !important;
  border-radius: 5px;
  font-size: 18px;
}
.ajax-search .empty-message {
  color: var(--theme-color);
  text-align: center;
  padding: 10px 0px;
  font-size: 16px;
}
.ajax-search .tt-menu {
  display: block;
  width: 100%;
  background-color: #fff;
  border: unset !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  max-height: 350px;
  overflow: auto;
  top: 55px !important;
  border-radius: 5px;
  padding: 8px 0;
}
.ajax-search .tt-suggestion {
  padding: 0px 14px;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
}
.ajax-search .man-section {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.ajax-search .image-section {
  padding: 5px 0;
}
.ajax-search .image-section img {
  width: 50px;
  filter: invert(0) !important;
}
.ajax-search .description-section {
  width: 80%;
}
.ajax-search .description-section h4,
.ajax-search .description-section .h4 {
  margin: 0px;
  padding: 0px 7px;
  font-size: 17px;
  color: #222222;
  margin-top: 0;
  margin-bottom: 2px;
  text-transform: capitalize;
}
.ajax-search .description-section span {
  padding: 7px;
  font-size: 16px;
  color: #a09999;
}
.full-banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 190px;
  padding-bottom: 190px;
  background-position: center;
}
.full-banner.parallax-layout {
  padding-top: 350px;
  padding-bottom: 350px;
}
.full-banner.parallax-layout .banner-contain h4,
.full-banner.parallax-layout .banner-contain .h4 {
  color: #adadad;
}
.full-banner.parallax {
  background-attachment: fixed;
}
.full-banner.p-left .banner-contain {
  float: left;
}
.full-banner.p-right .banner-contain {
  float: right;
}
.full-banner.p-center .banner-contain {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.full-banner .banner-contain .btn-solid,
.full-banner .banner-contain .btn-outline {
  margin-top: 20px;
}
.full-banner .banner-contain h2,
.full-banner .banner-contain .h2 {
  font-size: calc(25px + 75 * (100vw - 320px) / 1600);
  font-weight: 700;
  color: var(--theme-color);
  text-transform: uppercase;
  margin-top: calc(-8px + -7 * (100vw - 320px) / 1600);
  line-height: 1.4;
}
.full-banner .banner-contain h3,
.full-banner .banner-contain .h3 {
  font-size: calc(22px + 38 * (100vw - 320px) / 1600);
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
}
.full-banner .banner-contain h4,
.full-banner .banner-contain .h4 {
  font-size: calc(16px + 8 * (100vw - 320px) / 1600);
  color: #777777;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  padding-top: 10px;
  margin-bottom: -5px;
  line-height: 1.3;
}
.full-banner .decor {
  position: absolute;
  top: -150px;
  left: 0;
}
.parallax {
  background-attachment: fixed;
}
.parallax-cls section:nth-child(odd) .full-banner {
  background-position: right;
}
.parallax-cls section:nth-child(even) .full-banner {
  background-position: left;
}
.parallax-cls section .banner-contain {
  margin-top: -12px;
}
.pet-parallax {
  position: relative;
}
.pet-parallax .pet-decor {
  position: absolute;
  left: 110px;
  bottom: -164px;
}
.pet-parallax .banner-contain h4,
.pet-parallax .banner-contain .h4,
.pet-parallax .banner-contain h3,
.pet-parallax .banner-contain .h3,
.pet-parallax .banner-contain p {
  color: #212121;
}
.pet-parallax .banner-contain p {
  max-width: 75%;
  margin: 0 auto;
  line-height: calc(22px + 6 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  letter-spacing: 0.04em;
  color: #777;
}
.pet-parallax .banner-contain h4,
.pet-parallax .banner-contain .h4 {
  letter-spacing: 0.05em;
  padding-top: 0 !important;
  margin-bottom: 0;
  line-height: 1.3;
  margin-top: calc(-3px + -4 * (100vw - 320px) / 1600);
}
.pet-parallax .banner-contain h3,
.pet-parallax .banner-contain .h3 {
  margin: 15px 0;
  font-size: calc(26px + 22 * (100vw - 320px) / 1600);
}
.pet-parallax .full-banner {
  padding-top: 130px;
  padding-bottom: 130px;
  background-blend-mode: overlay;
}
.advertise-section .full-banner {
  padding-bottom: 105px;
  padding-top: 105px;
  background-position: top;
}
.advertise-section .full-banner .banner-contain {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px 0;
  width: 90%;
  border: 3px solid var(--theme-color);
}
.advertise-section .full-banner .banner-contain h2,
.advertise-section .full-banner .banner-contain .h2 {
  font-size: 75px;
}
.collection-banner {
  position: relative;
  overflow: hidden;
}
.collection-banner .img-part {
  transition: all 0.5s ease;
  width: 100%;
}
.collection-banner.p-top .contain-banner {
  align-items: flex-start;
}
.collection-banner.p-left .contain-banner {
  justify-content: flex-start;
}
.collection-banner.p-right .contain-banner {
  justify-content: flex-end;
}
.collection-banner.p-center .contain-banner {
  justify-content: center;
}
.collection-banner.tl-content .contain-banner,
.collection-banner.tl-content .contain-banner.banner-3 {
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}
.collection-banner .contain-banner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 70px;
  padding-right: 70px;
}
.collection-banner .contain-banner.banner-3 {
  padding-left: 30px;
  padding-right: 30px;
}
.collection-banner .contain-banner.banner-3 h2,
.collection-banner .contain-banner.banner-3 .h2 {
  font-size: 26px;
  letter-spacing: 0.05em;
  color: white;
  margin-top: 5px;
  margin-bottom: -6px;
}
.collection-banner .contain-banner.banner-3 h4,
.collection-banner .contain-banner.banner-3 .h4 {
  color: #ffffff;
}
.collection-banner .contain-banner h4,
.collection-banner .contain-banner .h4 {
  color: var(--theme-color);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  line-height: 28px;
}
.collection-banner .contain-banner h2,
.collection-banner .contain-banner .h2 {
  font-size: 60px;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.1em;
  margin-bottom: -6px;
}
.collection-banner .contain-banner h2.font-smaller,
.collection-banner .contain-banner .font-smaller.h2 {
  font-size: calc(20px + 25 * (100vw - 320px) / 1600);
}
.collection-banner:hover .img-part {
  transform: scale(1.05);
  transition: all 0.5s ease;
}
.absolute_banner .collection-banner {
  overflow: unset;
}
.absolute_banner .collection-banner .absolute-contain {
  position: absolute;
  background-color: #ffffff;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 20px;
  min-width: 85%;
  text-align: center;
  transition: all 0.5s ease;
}
.absolute_banner .collection-banner .absolute-contain h3,
.absolute_banner .collection-banner .absolute-contain .h3 {
  color: var(--theme-color);
  text-transform: capitalize;
  margin-top: calc(-1px + -4 * (100vw - 320px) / 1600);
  font-weight: 600;
  font-size: calc(16px + 8 * (100vw - 320px) / 1600);
}
.absolute_banner .collection-banner .absolute-contain h4,
.absolute_banner .collection-banner .absolute-contain .h4 {
  color: #222222;
  margin-bottom: 0;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
}
.absolute_banner .collection-banner:hover img {
  transform: none;
}
.banner-style-1 .custom-height {
  height: 460px;
}
.gift-card-section {
  z-index: 1;
  position: relative;
}
.gift-card-section .container .card-box {
  background-color: var(--theme-color);
  padding: calc(15px + 20 * (100vw - 320px) / 1600);
}
.deal-product-space {
  background-color: #f8efe7;
  padding-top: 195px;
  margin-top: -130px;
  z-index: -1;
  padding-bottom: 130px !important;
  margin-bottom: -60px;
}
.deal-product-space .product-box .product-detail,
.deal-product-space .product-box .product-info,
.deal-product-space .product-wrap .product-detail,
.deal-product-space .product-wrap .product-info {
  margin-top: 0;
}
@media (max-width: 480px) {
  .banner-sale img {
    height: 145px;
    object-fit: cover;
  }
}
.banner-section a {
  overflow: hidden;
  display: block;
}
.banner-section a .bg-size {
  transition: all 0.5s ease;
}
.banner-section a:hover .bg-size {
  transform: scale(1.05);
}
.banner-style-2.absolute-banner .absolute-bg {
  padding: 0;
  background-color: transparent !important;
  box-shadow: unset;
}
.banner-style-2.absolute-banner .absolute-bg .collection-banner {
  position: relative;
  overflow: unset;
  padding-block: 90px;
  background-color: #232323;
}
@media (max-width: 1400px) {
  .banner-style-2.absolute-banner .absolute-bg .collection-banner {
    padding-block: 40px 70px;
  }
}
@media (max-width: 1199px) {
  .banner-style-2.absolute-banner .absolute-bg .collection-banner {
    padding-block: 40px 50px;
  }
}
@media (max-width: 991px) {
  .banner-style-2.absolute-banner .absolute-bg .collection-banner {
    display: flex;
    align-items: center;
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .banner-style-2.absolute-banner .absolute-bg .collection-banner {
    justify-content: space-around;
    margin-inline: calc(0px + 95 * (100vw - 320px) / 256);
    padding: calc(14px + 11 * (100vw - 320px) / 256);
  }
}
.banner-style-2.absolute-banner .absolute-bg .collection-banner .contain-banner {
  position: relative;
}
@media (max-width: 991px) {
  .banner-style-2.absolute-banner .absolute-bg .collection-banner .absolute-img {
    width: 70% !important;
  }
}
@media (max-width: 575px) {
  .banner-style-2.absolute-banner .absolute-bg .collection-banner .absolute-img {
    width: calc(64px + 60 * (100vw - 320px) / 256) !important;
  }
}
.banner-style-2.absolute-banner .absolute-bg .collection-banner .absolute-img img {
  position: absolute;
  left: 40px;
  top: -40px;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .banner-style-2.absolute-banner .absolute-bg .collection-banner .absolute-img img {
    position: relative;
    width: auto !important;
    inset: unset !important;
  }
}
.banner-style-2.absolute-banner .absolute-bg .collection-banner:hover .absolute-img img {
  top: -50px;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .banner-style-2.absolute-banner .absolute-bg .collection-banner:hover .absolute-img img {
    top: -20px;
  }
}
@media (max-width: 991px) {
  .banner-style-2.absolute-banner .absolute-bg .collection-banner:hover .absolute-img img {
    inset: unset;
  }
}
@media (max-width: 575px) {
  .banner-style-2.absolute-banner .absolute-bg .collection-banner .contain-banner {
    width: auto;
  }
}
@media (max-width: 991px) {
  .banner-style-2.absolute-banner .absolute-bg .collection-banner .contain-banner.banner-3 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .banner-style-2.absolute-banner .absolute-bg .collection-banner .contain-banner.banner-3 {
    padding-left: 0;
    padding-right: 6px;
  }
}
@media (max-width: 991px) {
  .banner-style-2.absolute-banner .absolute-bg .collection-banner .contain-banner.banner-3 h2,
  .banner-style-2.absolute-banner .absolute-bg .collection-banner .contain-banner.banner-3 .h2 {
    margin-bottom: 0;
  }
}
.single-banner-section img {
  height: 100%;
  object-fit: cover;
  border-radius: calc(10px + 10 * (100vw - 320px) / 1600);
}
.blog-bg {
  background-color: #f1f5f4;
}
.classic-effect {
  position: relative;
  overflow: hidden;
}
.classic-effect:before,
.classic-effect:after {
  background: var(--theme-color);
  width: 25%;
  position: absolute;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s steps(4);
  transition: all 0.3s steps(4);
  z-index: 1;
  bottom: 100%;
  top: 0;
}
.classic-effect:before {
  left: 0;
  transition-delay: 0s;
}
.classic-effect:after {
  left: 25%;
  transition-delay: 0.025s;
}
.classic-effect span:before,
.classic-effect span:after {
  background: var(--theme-color);
  width: 25%;
  position: absolute;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s steps(4);
  transition: all 0.3s steps(4);
  z-index: 1;
  bottom: 100%;
  top: 0;
}
.classic-effect span:before {
  left: 50%;
  transition-delay: 0.05s;
}
.classic-effect span:after {
  left: 75%;
  transition-delay: 0.15s;
}
.classic-effect:hover:before,
.classic-effect:hover:after {
  bottom: 0;
  opacity: 0.5;
}
.classic-effect:hover span:before,
.classic-effect:hover span:after {
  bottom: 0;
  opacity: 0.5;
}
.basic-effect {
  position: relative;
  overflow: hidden;
}
.basic-effect > div {
  transition: all 0.5s ease;
}
.basic-effect:after {
  position: absolute;
  content: "";
  background:
    linear-gradient(
      -180deg,
      var(--theme-color) 0%,
      var(--theme-color2) 99%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
.basic-effect:hover:after {
  opacity: 0.7;
  transition: all 0.5s ease;
}
.basic-effect:hover > div {
  transform: scale(1.2) rotate(5deg);
  transition: all 0.5s ease;
}
.blog-details {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.blog-details h4,
.blog-details .h4 {
  color: var(--theme-color);
  margin-top: 25px;
  line-height: 1;
  margin-bottom: 0;
}
.blog-details p {
  color: #222222;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-top: 10px;
  margin-bottom: -5px;
  transition: all 0.5s ease;
}
.blog-details p:hover {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.blog-details h6,
.blog-details .h6 {
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.blog-sidebar .theme-card {
  position: relative;
  background-color: #f8f8f8;
  border: 1px solid #eee;
  padding: calc(12px + 8 * (100vw - 320px) / 1600);
  border-radius: 0;
}
.blog-sidebar .theme-card .categories {
  display: flex;
  gap: calc(10px + 4 * (100vw - 320px) / 1600);
  flex-wrap: wrap;
  margin-bottom: -4px;
}
.blog-sidebar .theme-card .categories li {
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  width: 100%;
  padding-left: 0;
  padding-top: 0;
}
.blog-sidebar .theme-card .categories li a {
  display: block;
  font-size: calc(14px + 0.00125 * (100vw - 320px));
  color: #222;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.blog-sidebar .theme-card .categories li a h5,
.blog-sidebar .theme-card .categories li a .h5 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  text-transform: none;
  line-height: 1.3;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.add_to_cart {
  position: fixed;
  background-color: #ffffff;
  z-index: 9;
  transition: all 0.5s ease;
}
.add_to_cart .sidebar-title {
  padding: 0 calc(13px + 7 * (100vw - 320px) / 1600);
  padding-bottom: calc(13px + 2 * (100vw - 320px) / 1600);
  width: 100%;
  text-align: right;
}
.add_to_cart .sidebar-title a {
  color: var(--theme-color);
  font-size: 17px;
  font-weight: 600;
}
.add_to_cart .delete-button {
  border: none;
  background-color: transparent;
  padding: 0;
}
.add_to_cart ::-webkit-scrollbar {
  width: 3px;
  height: 7px;
}
.add_to_cart ::-webkit-scrollbar-track {
  background: #dddddd;
}
.add_to_cart ::-webkit-scrollbar-thumb {
  background: #888888;
}
.add_to_cart ::-webkit-scrollbar-thumb:hover {
  background: #555555;
}
.add_to_cart .cart-inner {
  background-color: #ffffff;
  z-index: 9;
  position: relative;
  top: 0;
}
.add_to_cart .cart-inner .cart_media {
  padding: 0 calc(13px + 7 * (100vw - 320px) / 1600) calc(13px + 7 * (100vw - 320px) / 1600);
  overflow: auto;
  height: calc(100vh - (309px + 25 * (100vw - 320px) / 1600));
}
.add_to_cart .cart-inner .cart_media.empty-cart {
  display: flex;
  align-items: center;
  justify-content: center;
}
.add_to_cart .cart-inner .cart_media li {
  position: relative;
  width: 100%;
  padding-left: 0 !important;
  display: block !important;
}
.add_to_cart .cart-inner .cart_media li + li {
  border-top: 1px solid #eee;
  padding-top: 14px;
  margin-top: 14px;
}
.add_to_cart .cart-inner .cart_media li .media {
  align-items: center;
  height: 100%;
  position: relative;
}
.add_to_cart .cart-inner .cart_media li .media img {
  height: calc(75px + 15 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
  border: 1px solid #eee;
  width: calc(75px + 15 * (100vw - 320px) / 1600);
  object-fit: contain;
}
.add_to_cart .cart-inner .cart_media li .media .media-body {
  align-self: center;
  position: relative;
}
.add_to_cart .cart-inner .cart_media li .media .media-body .quantity {
  color: #777;
  letter-spacing: unset;
  font-weight: 400;
  line-height: 1.3;
  font-size: 16px;
}
.add_to_cart .cart-inner .cart_media li .media .media-body .gram {
  margin-bottom: 0;
  color: var(--theme-color);
  margin-top: 6px;
}
.add_to_cart .cart-inner .cart_media li .media .media-body a h4,
.add_to_cart .cart-inner .cart_media li .media .media-body a .h4 {
  color: #333333;
  letter-spacing: unset;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 72%;
}
@media (max-width: 576px) {
  .add_to_cart .cart-inner .cart_media li .media .media-body a h4,
  .add_to_cart .cart-inner .cart_media li .media .media-body a .h4 {
    width: 65%;
  }
}
.add_to_cart .cart-inner .cart_media li .media .media-body a h4 span,
.add_to_cart .cart-inner .cart_media li .media .media-body a .h4 span {
  color: #777777;
  font-size: 16px;
}
.add_to_cart .cart-inner .cart_media li .total {
  padding-top: 10px;
  padding-bottom: 10px;
}
.add_to_cart .cart-inner .cart_media li .total h5,
.add_to_cart .cart-inner .cart_media li .total .h5 {
  text-transform: capitalize;
  margin-bottom: 0;
  color: #333;
  font-weight: 500;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.add_to_cart .cart-inner .cart_media li .total h5 span,
.add_to_cart .cart-inner .cart_media li .total .h5 span {
  font-weight: 600;
  color: var(--theme-color);
}
.add_to_cart .cart-inner .cart_media li .buttons {
  display: flex;
  align-items: center;
  gap: 14px;
}
.add_to_cart .cart-inner .cart_media li .buttons a {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  border-radius: 0;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
  transition: all 0.25s ease-in-out;
  width: 100%;
  padding: calc(9px + 3 * (100vw - 320px) / 1600) calc(15px + 14 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}
.add_to_cart .cart-inner .cart_media li .buttons a:hover {
  color: var(--theme-color);
  background-color: #ffffff;
}
.add_to_cart .cart-inner .cart_media li .buttons .checkout {
  float: right;
}
.add_to_cart .cart-inner .cart_media .close-circle {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.add_to_cart .cart-inner .cart_media .close-circle button {
  width: calc(24px + 6 * (100vw - 320px) / 1600);
  height: calc(24px + 6 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add_to_cart .cart-inner .cart_media .close-circle button:hover {
  color: #000000;
  transition: all 0.5s ease;
}
.add_to_cart .cart-inner .cart_media .close-circle .close_button i {
  color: #222 !important;
}
.add_to_cart .cart-inner .cart_media .close-circle i {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  transition: all 0.5s ease;
  color: #222;
}
.add_to_cart .cart-inner .cart_media .cart_total {
  border-top: 1px solid #eee;
}
.add_to_cart .cart-inner .cart_media .cart_total li + li {
  margin: 0;
}
.add_to_cart .cart-inner .cart_top {
  display: flex;
  padding: calc(13px + 7 * (100vw - 320px) / 1600) calc(13px + 7 * (100vw - 320px) / 1600) calc(13px + 1 * (100vw - 320px) / 1600);
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  align-items: center;
}
.add_to_cart .cart-inner .cart_top h3,
.add_to_cart .cart-inner .cart_top .h3 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  color: #222222;
  font-weight: 700;
  text-transform: unset;
  margin-bottom: 0;
  letter-spacing: unset;
}
.add_to_cart .cart-inner .cart_top .close-cart {
  margin-left: auto;
  line-height: 1;
  width: calc(27px + 3 * (100vw - 320px) / 1600);
  height: calc(27px + 3 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add_to_cart .cart-inner .cart_top .close-cart i {
  font-size: calc(17px + 2 * (100vw - 320px) / 1600);
  color: #333333 !important;
}
.add_to_cart .cart-inner .pere-text-box {
  padding-inline: calc(13px + 7 * (100vw - 320px) / 1600);
  padding-bottom: 6px;
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
}
.add_to_cart .cart-inner .pere-text-box p {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.2;
}
.add_to_cart .cart-inner .pere-text-box .progress {
  display: block;
  margin-block: calc(8px + 0.00625 * (100vw - 320px));
  height: calc(5px + 3 * (100vw - 320px) / 1600);
  background-color: #e6e7e9;
  border-radius: 0;
  position: relative;
  overflow: unset;
}
.add_to_cart .cart-inner .pere-text-box .progress.warning-progress .progress-bar {
  background-color: rgb(255, 193, 7);
}
.add_to_cart .cart-inner .pere-text-box .progress.warning-progress .progress-bar i {
  background-color: rgb(255, 193, 7);
}
.add_to_cart .cart-inner .pere-text-box .progress .progress-bar {
  height: calc(5px + 3 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  border-radius: 0;
  position: relative;
  overflow: unset;
  max-width: 96%;
  min-width: 3%;
}
.add_to_cart .cart-inner .pere-text-box .progress .progress-bar i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
  width: calc(22px + 0.00375 * (100vw - 320px));
  height: calc(22px + 0.00375 * (100vw - 320px));
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  color: #fff;
  font-size: calc(15px + 0.00125 * (100vw - 320px));
}
.add_to_cart .cart-inner .qty-box {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #f8f8f8;
  padding: 5px 11px;
  border: 1px solid #eee;
}
.add_to_cart .cart-inner .qty-box .input-group {
  justify-content: flex-end;
  gap: 3px;
}
.add_to_cart .cart-inner .qty-box .input-group .form-control {
  width: 40px;
  height: unset;
  padding-block: 0;
  flex: unset;
  border: unset;
  display: block;
  padding: 0;
  text-align: center;
  background-color: transparent;
}
.add_to_cart .cart-inner .qty-box .input-group .form-control::-webkit-inner-spin-button {
  display: none;
}
.add_to_cart .cart-inner .qty-box .input-group span button {
  z-index: 0;
  border: unset;
  padding: 0;
  background-color: transparent !important;
}
.add_to_cart .cart-inner .qty-box .input-group .input-group-prepend .btn i {
  color: #777 !important;
}
.add_to_cart .cart_total {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: calc(305px + 165 * (100vw - 320px) / 1600);
  padding: 0 15px 20px;
  background-color: #fff;
}
.add_to_cart .overlay {
  visibility: hidden;
  opacity: 0;
  background-color: #212331;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.add_to_cart.open-side {
  transition: all 0.5s ease;
}
.add_to_cart.open-side .overlay {
  opacity: 0.8;
  visibility: visible;
  transition: all 0.5s ease;
}
.add_to_cart.left {
  left: -390px;
  top: 0;
  height: 100vh;
  width: 390px;
}
.add_to_cart.left .cart-inner {
  height: 100vh;
  overflow: auto;
}
.add_to_cart.left.open-side {
  left: 0;
}
.add_to_cart.right {
  right: -500px;
  height: 100vh;
  max-width: calc(305px + 165 * (100vw - 320px) / 1600);
  width: 100%;
  top: 0;
}
.add_to_cart.right .cart-inner {
  height: 100vh;
  overflow: auto;
}
.add_to_cart.right.open-side {
  right: 0;
}
.add_to_cart.right .cart-inner .cart_media li .media {
  align-items: unset;
  gap: 16px;
}
.add_to_cart.right .cart-inner .cart_media li .media .media-body {
  width: calc(100% - 75px - 16px);
  align-self: unset;
}
.add_to_cart.top,
.add_to_cart.bottom {
  height: 218px;
  width: 100%;
}
.add_to_cart.top .cart_media,
.add_to_cart.bottom .cart_media {
  display: flex;
  width: 100%;
}
.add_to_cart.top .cart_media .cart_product,
.add_to_cart.bottom .cart_media .cart_product {
  display: flex;
  width: 75%;
  overflow-y: auto;
}
.add_to_cart.top .cart_media .cart_product li,
.add_to_cart.bottom .cart_media .cart_product li {
  min-width: 245px;
  max-width: 225px;
  margin-right: 18px;
  padding-bottom: 0;
}
.add_to_cart.top .cart_media .cart_total,
.add_to_cart.bottom .cart_media .cart_total {
  width: 25%;
}
.add_to_cart.top .cart-inner,
.add_to_cart.bottom .cart-inner {
  height: 218px;
}
.add_to_cart.top .cart-inner .cart_top,
.add_to_cart.bottom .cart-inner .cart_top {
  margin-bottom: 0;
  background-color: #fbfbfb;
  padding: 15px 44px;
  border-bottom: none;
}
.add_to_cart.top .cart-inner .cart_media,
.add_to_cart.bottom .cart-inner .cart_media {
  padding: 0;
}
.add_to_cart.top .cart-inner .cart_media .cart_product,
.add_to_cart.top .cart-inner .cart_media .cart_total,
.add_to_cart.bottom .cart-inner .cart_media .cart_product,
.add_to_cart.bottom .cart-inner .cart_media .cart_total {
  padding: 30px 44px;
}
.add_to_cart.top {
  top: -300px;
}
.add_to_cart.top.open-side {
  top: 0;
}
.add_to_cart.bottom {
  bottom: -300px;
}
.add_to_cart.bottom.open-side {
  bottom: 0;
}
.cart_qty_cls {
  position: absolute;
  background: var(--theme-color);
  width: calc(16px + 4 * (100vw - 320px) / 1600);
  height: calc(16px + 4 * (100vw - 320px) / 1600);
  color: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: calc(10px + 2 * (100vw - 320px) / 1600);
  line-height: 14px;
  font-weight: 600;
  top: 20%;
  right: -8px;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-box {
  background-color: #f8f8f8;
  margin: 0px auto;
  display: block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border: 1px solid #eee;
  position: relative;
  padding: calc(15px + 13 * (100vw - 320px) / 1600) 8px;
  z-index: 0;
}
.category-box:hover,
.category-box.active {
  background-color: var(--theme-color);
}
.category-box:hover::after,
.category-box.active::after {
  opacity: 1;
}
.category-box:hover img,
.category-box.active img {
  filter: invert(1) brightness(100);
}
.category-box:hover h5,
.category-box:hover .h5,
.category-box.active h5,
.category-box.active .h5 {
  color: #ffffff;
}
.category-box:hover .background-image,
.category-box.active .background-image {
  filter: none;
  opacity: 1;
  visibility: visible;
}
.category-box img {
  filter: invert(1) brightness(100);
}
.category-box h5,
.category-box .h5 {
  color: #ffffff;
}
.category-box .background-image {
  filter: none;
  opacity: 1;
  visibility: visible;
}
.category-box img {
  width: calc(38px + 17 * (100vw - 320px) / 1600) !important;
  height: calc(38px + 17 * (100vw - 320px) / 1600);
  object-fit: contain;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.category-box .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  visibility: hidden;
  opacity: 0;
  filter: none;
}
.category-box h5,
.category-box .h5 {
  color: #555555;
  margin-top: 12px;
  font-weight: 500;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  position: relative;
}
.category-slider .category-box:hover img,
.category-slider .category-box.active img {
  filter: invert(1) brightness(100);
}
.category-slider .category-box img {
  filter: unset;
}
.category-block .category-image {
  margin: 0 auto;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
}
.category-block .category-image.svg-image {
  background-color: #ffffff;
}
.category-block .category-image.svg-image img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.category-block .category-image.svg-image svg {
  width: 50px;
  fill: var(--theme-color);
}
.category-block .category-details {
  text-align: center;
  margin-top: 15px;
}
.category-block .category-details h5,
.category-block .category-details .h5 {
  font-weight: 700;
  margin: 0 auto;
  transition: 0.5s ease;
  text-transform: uppercase;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: -4px;
}
.category-block .category-details h6,
.category-block .category-details .h6 {
  margin-bottom: -6px;
  margin-top: -4px;
}
.category-block:hover .category-image {
  background-color: var(--theme-color);
  transition: all 0.25s ease;
  border-color: var(--theme-color);
}
.category-block:hover .category-image img {
  filter: brightness(0) invert(1);
  transition: all 0.25s ease;
}
.category-block:hover .category-image svg {
  fill: #ffffff;
  transition: all 0.25s ease;
}
.category-block:hover .category-details h5,
.category-block:hover .category-details .h5 {
  color: var(--theme-color);
  transition: all 0.25s ease;
}
.category-border {
  background-color: #f1f5f4;
  padding: 20px 10px;
}
.category-border .border-padding {
  padding: 0 10px;
}
.category-border div .category-banner {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.category-border div .category-banner img,
.category-border div .category-banner .bg-size {
  transform: scale(1);
  transition: 0.5s ease;
}
.category-border div .category-banner:hover img,
.category-border div .category-banner:hover .bg-size {
  transform: scale(1.1) translateX(14px);
  transition: 0.5s ease;
}
.category-border div .category-banner:hover h2,
.category-border div .category-banner:hover .h2 {
  color: var(--theme-color);
  transition: 0.5s ease;
}
.category-border div .category-banner .category-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.category-border div .category-banner .category-box h2,
.category-border div .category-banner .category-box .h2 {
  background-color: #ffffff;
  display: inline-block;
  padding: 20px 35px;
  margin-bottom: 0;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.13);
  transition: 0.5s ease;
  font-size: calc(14px + 22 * (100vw - 320px) / 1600);
}
.category-bg {
  padding: 40px 50px;
  position: relative;
  z-index: 1;
}
.category-bg .image-block img {
  width: 100%;
}
.category-bg .image-block .video-sec {
  width: 100%;
  height: 48vh;
  position: relative;
}
@media (max-width: 768px) {
  .category-bg .image-block .video-sec {
    height: 38vh;
  }
}
.category-bg .image-block .video-sec > div {
  position: absolute;
  z-index: -1;
  inset: 0px;
  overflow: hidden;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-image: none;
}
.category-bg .image-block.even:after {
  bottom: 94%;
}
.category-bg .image-block:after {
  content: "";
  position: absolute;
  background-color: var(--theme-color);
  height: 0;
  width: 40px;
  z-index: 1;
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  transition: 0.5s ease;
  margin-top: -40px;
}
.category-bg .image-block:hover:after {
  opacity: 0.3;
  transition: 0.5s ease;
  height: 80px;
}
.category-bg .contain-block {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #ffffff;
  padding: 10px;
}
.category-bg .contain-block.even:after {
  top: 94%;
}
.category-bg .contain-block:after {
  content: "";
  position: absolute;
  background-color: var(--theme-color);
  height: 0;
  width: 40px;
  z-index: 1;
  right: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  transition: 0.5s ease;
  bottom: 94%;
}
.category-bg .contain-block:hover h2,
.category-bg .contain-block:hover .h2 {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.category-bg .contain-block:hover h6 span,
.category-bg .contain-block:hover .h6 span {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.category-bg .contain-block:hover .category-btn {
  background-image:
    linear-gradient(
      30deg,
      #222222 50%,
      transparent 50%);
  border: 2px solid #222222;
  transition: all 0.5s ease;
}
.category-bg .contain-block:hover:after {
  opacity: 0.3;
  transition: all 0.5s ease;
  height: 80px;
}
.category-bg .contain-block h2,
.category-bg .contain-block .h2 {
  margin-bottom: 0;
  margin-top: 15px;
  transition: 0.5s ease;
  color: #222222;
  font-size: calc(16px + 20 * (100vw - 320px) / 1600) !important;
}
@media (max-width: 991px) {
  .category-bg .contain-block h2,
  .category-bg .contain-block .h2 {
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  .category-bg .contain-block h2,
  .category-bg .contain-block .h2 {
    font-size: 14px !important;
  }
}
.category-bg .contain-block h6,
.category-bg .contain-block .h6 {
  color: var(--theme-color);
  text-transform: uppercase;
  letter-spacing: 0.3em;
  line-height: 1;
  margin-bottom: 0;
}
.category-bg .contain-block h6 span,
.category-bg .contain-block .h6 span {
  color: #adadad;
  letter-spacing: 0.03em;
  font-weight: 700;
  transition: all 0.5s ease;
}
.category-bg .contain-block .category-btn {
  letter-spacing: 0.07em;
  margin-bottom: 25px;
  margin-top: 25px;
  transition: all 0.5s ease;
}
.category-bg:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: var(--theme-color);
  opacity: 0.3;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.category-m .category-wrapper {
  border: 1px solid #dddada;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  padding: calc(26px + 14 * (100vw - 320px) / 1600);
  position: relative;
  margin-bottom: 1px;
}
.category-m .category-wrapper > div:after,
.category-m .category-wrapper > div:before {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: var(--theme-color);
  transition-delay: 0s;
}
.category-m .category-wrapper > div:before {
  left: 0;
  top: 0;
}
.category-m .category-wrapper > div:after {
  right: 0;
  bottom: 0;
}
.category-m .category-wrapper .bg-size {
  max-width: 100px;
  margin: 0 auto;
}
.category-m .category-wrapper:after,
.category-m .category-wrapper:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: var(--theme-color);
}
.category-m .category-wrapper:before {
  right: 0;
  top: 0;
}
.category-m .category-wrapper:after {
  left: 0;
  bottom: 0;
}
.category-m .category-wrapper:hover {
  transition: all 0.5s ease;
}
.category-m .category-wrapper:hover:after,
.category-m .category-wrapper:hover:before {
  transition-delay: 0s;
  width: 100%;
}
.category-m .category-wrapper:hover > div:after,
.category-m .category-wrapper:hover > div:before {
  transition-delay: 0.2s;
  height: 100%;
}
.category-m .category-wrapper img {
  display: inline;
  height: 140px;
  width: auto;
}
.category-m .category-wrapper h4,
.category-m .category-wrapper .h4 {
  text-transform: uppercase;
  color: #2d2a25;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 25px;
  padding-top: 25px;
  line-height: 1.3;
}
.category-m .category-wrapper h4 a,
.category-m .category-wrapper .h4 a {
  color: #2d2a25;
}
.category-m .category-wrapper .btn {
  margin-top: 20px;
}
.category-m .category-wrapper .category-link li {
  display: block;
  text-transform: capitalize;
  margin-top: 5px;
}
.category-m .category-wrapper .category-link li:first-child {
  margin-top: 0;
}
.category-m .category-wrapper .category-link li a {
  color: #948e8c;
}
.category-m .category-wrapper .category-link li a:hover {
  color: var(--theme-color);
}
.category-m.w-bg .category-wrapper {
  background-color: #ffffff;
  border-color: transparent;
  padding: calc(14px + 16 * (100vw - 320px) / 1600);
}
.category-m.w-bg .category-wrapper h4,
.category-m.w-bg .category-wrapper .h4 {
  padding-top: 0;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
}
.category-m.w-bg .category-wrapper .bg-size {
  margin: 20px auto 0;
}
.category-m.w-bg .category-wrapper img {
  width: 140px;
  margin: 20px auto 0;
  height: 140px;
  object-fit: contain;
}
.background {
  background-color: #f1f5f4;
  padding: 20px 10px;
  margin: 0;
}
.background .contain-bg {
  width: 100%;
  background-color: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
}
.background .contain-bg:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0;
  transition: all 0.5s ease;
}
.background .contain-bg h4,
.background .contain-bg .h4 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  transition: all 0.5s ease;
}
.background .contain-bg:hover:after {
  opacity: 0.07;
  transition: all 0.5s ease;
}
.background .contain-bg:hover h4,
.background .contain-bg:hover .h4 {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.img-category {
  text-align: center;
}
.img-category .img-sec {
  border-radius: 100%;
  margin: 0 auto;
  width: 85%;
  border: 3px solid #ffffff;
  transition: all 0.5s ease;
  background-color: #ededed;
}
.img-category h4,
.img-category .h4 {
  text-transform: capitalize;
  margin-top: 12px;
  color: #000000;
  font-weight: 600;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.img-category h4 a,
.img-category .h4 a {
  color: #000000;
}
.img-category .pattern-bg {
  background-image: url("./media/1-Q5JCSPME.jpg");
  border-radius: 100%;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-position: 0 0;
  background-repeat: repeat-y;
  transition: all 0.5s ease;
}
.img-category .pattern-bg .img-sec {
  width: 100%;
  border: none !important;
}
.img-category .pattern-bg.bg2 {
  background-image: url("./media/2-RKVTMH52.jpg");
}
.img-category .pattern-bg.bg3 {
  background-image: url("./media/3-QLOUHVBT.jpg");
}
.img-category .pattern-bg.bg4 {
  background-image: url("./media/4-XRKNXBI5.jpg");
}
.img-category .pattern-bg.bg5 {
  background-image: url("./media/5-YRSBKIYY.jpg");
}
.img-category .pattern-bg.bg6 {
  background-image: url("./media/6-E6XWQZGW.jpg");
}
.img-category:hover .img-sec,
.img-category.hover-effect .img-sec {
  border: 3px solid var(--theme-color);
  transition: all 0.5s ease;
}
.img-category:hover .pattern-bg,
.img-category.hover-effect .pattern-bg {
  animation: 15s linear 0s infinite normal none running animatedBackground2;
  transition: all 0.5s ease;
}
.deal-category {
  position: relative;
}
.deal-category .deal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.deal-category .deal-content h2,
.deal-category .deal-content .h2 {
  text-transform: capitalize;
  font-size: 23px;
  letter-spacing: unset;
  line-height: 1.3;
}
@media (max-width: 1600px) {
  .deal-category .deal-content h2,
  .deal-category .deal-content .h2 {
    font-size: 16px;
  }
}
.gradient-category {
  text-align: center;
  margin-top: 18px;
}
.gradient-category .gradient-border {
  background: #654ea3;
  background:
    linear-gradient(
      to right,
      var(--theme-color),
      var(--theme-color2));
  padding: 3px;
  width: 100%;
  height: 220px;
  position: relative;
  z-index: 1;
  transform: scale(0.94);
}
.gradient-category .gradient-border .img-sec {
  background-color: #efefef;
  width: calc(100% - 1px);
  transition: all 0.5s ease;
  height: 100%;
  position: relative;
  z-index: 1;
}
.gradient-category .gradient-border .img-sec:after {
  content: "";
  background-image: url("./media/wave-bg-WCLLDDSP.jpg");
  background-position: 0 0;
  background-repeat: repeat-y;
  width: 100%;
  height: 100%;
  animation: animatedBackground2 15s linear infinite;
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  z-index: -1;
}
.gradient-category .gradient-border .img-sec img {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translateX(-50%);
  height: calc(100% + 35px);
  object-fit: contain;
}
.gradient-category h4,
.gradient-category .h4 {
  text-transform: capitalize;
  margin-top: 12px;
  color: #000000;
  font-weight: 600;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.gradient-category:hover .gradient-border .img-sec:after,
.gradient-category.hover-effect .gradient-border .img-sec:after {
  opacity: 1;
  transition: all 0.5s ease;
}
.category-slide .img-category h4,
.category-slide .img-category .h4 {
  font-size: 14px;
}
.category-slide .img-category .img-sec {
  width: 65%;
}
.vector-category {
  padding-top: 0;
  margin-top: -70px;
}
.vector-category .container {
  background-color: #ffffff;
  position: relative;
  padding-top: 30px;
  box-shadow: 0 0 20px #f1f1f1;
  padding-bottom: 30px;
}
.vector-category .category-slide .owl-prev:before {
  content: "\f104";
}
.vector-category .category-slide .owl-next:before {
  content: "\f105";
}
.vector-category .category-slide .owl-prev,
.vector-category .category-slide .owl-next {
  z-index: 1;
  background: #ffffff;
  padding: 0px 8px 2px 10px;
  height: auto;
  width: auto;
  line-height: 1;
  box-shadow: 0 0 8px #dddddd;
}
.vector-category .category-slide .owl-prev:before,
.vector-category .category-slide .owl-next:before {
  color: black;
}
.vector-category .category-slide .img-category .img-sec {
  width: 108px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
  border-radius: 0;
}
@media (max-width: 503px) {
  .vector-category .category-slide .img-category .img-sec {
    width: 100%;
    height: 102px;
  }
}
.vector-category .category-slide .img-category .img-sec img,
.vector-category .category-slide .img-category .img-sec svg {
  width: 60px;
}
.vector-category.vector-style-2 {
  padding-top: 30px;
  margin-top: 0;
  box-shadow: 0 0 8px #dddddd;
  padding-bottom: 40px;
}
.vector-category.vector-style-2 .container {
  padding: 0;
  box-shadow: none;
}
.vector-category.vector-style-2 .category-slide .img-category {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vector-category.vector-style-2 .category-slide .img-category h4,
.vector-category.vector-style-2 .category-slide .img-category .h4 {
  margin: 0;
  color: #565656;
  font-weight: 500;
  font-size: 16px;
}
.vector-category.vector-style-2 .category-slide .img-category .img-sec {
  width: 58px;
  height: 58px;
  margin-right: 22px;
  margin-left: 0;
}
.vector-category.vector-style-2 .category-slide .img-category .img-sec img {
  width: 35px;
}
.category-img-wrapper .category-wrap .category-content {
  text-align: center;
  padding-top: 14px;
}
.category-img-wrapper .category-wrap .category-content .bg-size,
.category-img-wrapper .category-wrap .category-content img {
  filter: none;
  transition: all 0.5s ease;
}
.category-img-wrapper .category-wrap .category-content h3,
.category-img-wrapper .category-wrap .category-content .h3 {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  color: #000000;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: calc(0px + 4 * (100vw - 320px) / 1600);
}
.category-img-wrapper .category-wrap .category-content a {
  color: #909090;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.category-img-wrapper .category-wrap .category-content.top-content {
  padding-top: 0;
  padding-bottom: 14px;
}
.category-img-wrapper .category-wrap:hover .bg-size,
.category-img-wrapper .category-wrap:hover img {
  filter: saturate(0.3);
  transition: all 0.5s ease;
}
.category-style-1 .category-block .category-image {
  width: 85%;
  height: auto;
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 1;
}
.category-style-1 .category-block .category-image:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(28px + 10 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  opacity: 0.2;
  z-index: -1;
}
.category-style-1 .category-block .category-image img {
  width: auto;
}
.category-style-1 .category-block:hover .category-image {
  background-color: transparent;
}
.category-style-1 .category-block:hover .category-image img {
  filter: none;
}
.button-dark.category-button .btn {
  border: none !important;
  background-color: #232323;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  color: #ffffff;
}
.button-dark.category-button .btn:before {
  display: none;
}
.button-dark.category-button .btn img {
  width: 35px;
  margin-right: 14px;
}
.button-dark.category-button .btn:hover {
  background-color: #232323;
  transition: all 0.5s ease;
  color: #222;
}
.button-dark.category-button .btn:hover img {
  filter: invert(1);
}
.category-rounded .category-block .category-details h5,
.category-rounded .category-block .category-details .h5 {
  padding: 2px 14px;
  display: inline-block;
  background-color: var(--theme-color);
  border-radius: 15px;
  color: #ffffff;
  margin-bottom: 0;
}
.category-rounded .category-block .category-image.svg-image {
  border-radius: 10px;
}
.category-width .category-block .category-image img {
  width: 40px;
}
.vegetables-category .category-boxes {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  background-color: #f8f8f8;
  padding: 18px;
}
.vegetables-category .category-boxes .img-sec {
  width: 42%;
  margin: 0 auto 12px;
  height: calc(60px + 30 * (100vw - 320px) / 1600);
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vegetables-category .category-boxes .img-sec img {
  transition: all 0.5s ease;
}
.vegetables-category .category-boxes .img-sec .skeleton-img-sec {
  display: none;
}
.vegetables-category .category-boxes h4,
.vegetables-category .category-boxes .h4 {
  margin-bottom: 0;
  color: #222222;
  line-height: 1.4;
  font-size: 16px;
}
.vegetables-category .category-boxes:hover .img-sec img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.left-header .menu-left ul li {
  display: flex;
}
.left-header .menu-left ul li a {
  padding: 10px 0 20px 0;
  background-color: #fff;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  text-align: right;
  width: 100%;
}
.marketplace-sidebar ul li {
  display: flex;
}
.marketplace-sidebar ul li a {
  padding: 10px 30px 8px 30px;
  background-color: #fff;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  width: 100%;
}
.category-nft {
  padding-bottom: 0;
}
.category-nft .category-block {
  border: 1px solid #ddd;
  display: block;
  width: max-content;
  padding: calc(8px + 4 * (100vw - 320px) / 1600);
  border-radius: 0;
  margin: 0 auto;
}
.category-nft .category-block:hover {
  background-color: #f8f8f8;
  transition: all 0.5s ease;
}
.category-nft .category-block:hover .category-details h5,
.category-nft .category-block:hover .category-details .h5 {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.category-nft .category-image {
  margin: 0 auto;
  text-align: center;
  border: unset;
  width: 110px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
  border-radius: 0;
  overflow: hidden;
}
.category-nft .category-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.category-nft .category-details {
  margin-top: 3px;
  text-align: center;
}
.category-nft .category-details h5,
.category-nft .category-details .h5 {
  font-weight: 600;
  margin: 0 auto;
  letter-spacing: 1.1px;
  transition: all 0.5s ease;
  text-transform: uppercase;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.category-nft .category-details a {
  padding: 0;
  border: unset;
  box-shadow: unset;
  margin-top: 11px;
}
.category-nft .category-details h6,
.category-nft .category-details .h6 {
  margin-bottom: -6px;
  margin-top: -4px;
}
.bag-category-btn {
  display: block;
  color: #222;
  font-weight: 600;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
header.full-scroll-menu {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: transparent;
}
header.full-scroll-menu .container-fluid,
header.full-scroll-menu .container-sm,
header.full-scroll-menu .container-md,
header.full-scroll-menu .container-lg,
header.full-scroll-menu .container-xl,
header.full-scroll-menu .container-xxl {
  padding-left: 60px;
  padding-right: 60px;
}
header.full-scroll-menu .main-menu .menu-left .navbar {
  padding: 30px 25px 30px 0;
}
header.full-scroll-menu .main-menu .menu-left .navbar.white-navbar i {
  color: #222;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  header.full-scroll-menu .main-menu .menu-left .navbar.white-navbar i {
    font-size: 20px;
  }
}
header.full-scroll-menu .main-menu .menu-left .header-nav-middle .navbar {
  padding: 0;
  width: 100%;
}
@media (min-width: 1199px) {
  header.full-scroll-menu .dropdown-header {
    padding: 8px 20px !important;
  }
  header.full-scroll-menu .navbar-nav .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: none !important;
    transform: translateY(0);
  }
  header.full-scroll-menu .sidenav {
    width: 330px;
    left: -350px;
  }
  header.full-scroll-menu .sidenav nav {
    overflow: auto;
  }
  header.full-scroll-menu .sidenav .sidebar-back {
    margin: 0;
  }
  header.full-scroll-menu .offcanvas.show {
    box-shadow: none !important;
  }
  header.full-scroll-menu .navbar-nav .dropdown-menu-2 {
    width: 100%;
    min-width: unset;
    padding: 0 !important;
  }
  header.full-scroll-menu .navbar-nav .nav-item .dropdown-menu .nav-link {
    display: none !important;
  }
  header.full-scroll-menu .navbar-expand-xl .dropdown-menu {
    box-shadow: none;
  }
  header.full-scroll-menu .navbar-expand-xl .dropdown-menu .dropdown-item {
    margin: 0;
  }
  header.full-scroll-menu .navbar-expand-xl .dropdown:hover > .dropdown-menu {
    display: none !important;
  }
  header.full-scroll-menu .navbar-expand-xl .dropdown .dropdown-menu-2 {
    position: relative;
    inset: unset;
    display: flex !important;
    transform: none !important;
    left: unset !important;
  }
  header.full-scroll-menu .navbar-expand-xl .dropdown .dropdown-menu-2.show {
    display: block !important;
  }
  header.full-scroll-menu .navbar-expand-xl .dropdown > .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
    inset: unset;
    display: none !important;
    flex-direction: column;
    transform: none !important;
    padding-block: 0 !important;
  }
  header.full-scroll-menu .navbar-expand-xl .dropdown > .dropdown-menu.show {
    display: block !important;
  }
  header.full-scroll-menu .navbar-expand-xl .dropdown > .dropdown-menu .row > * {
    flex: 0 0 auto;
    width: 100%;
  }
  header.full-scroll-menu .navbar-expand-xl .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  header.full-scroll-menu .navbar-expand-xl .navbar-nav .nav-item:not(.dropdown-mega) > .dropdown-menu {
    margin-top: 10px !important;
  }
  header.full-scroll-menu .navbar-expand-xl .navbar-nav .nav-item:not(.dropdown-mega) > .dropdown-menu .dropdown-menu {
    margin-top: 0 !important;
  }
  header.full-scroll-menu .navbar-expand-xl .navbar-nav .nav-item > a {
    justify-content: flex-start !important;
    text-align: left;
    padding: 0 !important;
  }
  header.full-scroll-menu .navbar-expand-xl .navbar-nav .nav-item > a:before {
    right: 10px !important;
  }
  header.full-scroll-menu .navbar-expand-xl .navbar-nav .nav-item + .nav-item {
    margin-left: 0 !important;
    margin-top: 15px;
  }
  header.full-scroll-menu .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item {
    padding: 0;
    margin-top: 0;
  }
  header.full-scroll-menu .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item a {
    padding: 4px 16px !important;
    margin-left: 15px;
    color: #4a5568;
  }
  header.full-scroll-menu .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item a:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 1px;
    background-color: rgba(74, 85, 104, 0.65);
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  header.full-scroll-menu .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item > .dropdown-menu > .nav-item {
    padding: 0;
  }
  header.full-scroll-menu .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item > .dropdown-menu > .nav-item a {
    padding: 4px 16px !important;
    margin-left: 15px;
    color: #4a5568;
  }
  header.full-scroll-menu .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item > .dropdown-menu > .nav-item a:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 1px;
    background-color: rgba(74, 85, 104, 0.65);
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  header.full-scroll-menu .navbar-expand-xl.navbar .offcanvas-body {
    padding: calc(13px + 7 * (100vw - 320px) / 880) calc(16px + 8 * (100vw - 320px) / 880);
  }
  header.full-scroll-menu .navbar-expand-xl .dropdown-mega .dropdown-column .dropdown-header {
    padding-left: 10px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(34, 34, 34, 0.8);
    margin-bottom: 0;
  }
  header.full-scroll-menu .navbar-expand-xl .dropdown-mega .dropdown-column .dropdown-header::after {
    display: none;
  }
  header.full-scroll-menu .navbar-expand-xl .dropdown-mega .dropdown-menu .dropdown-item {
    padding: 4px 16px;
    margin-left: 15px;
    color: #4a5568;
  }
  header.full-scroll-menu .navbar-expand-xl .dropdown-mega .dropdown-menu .dropdown-item::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 1px;
    background-color: rgba(74, 85, 104, 0.65);
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  header.full-scroll-menu .new-nav-item .new-dropdown {
    display: none;
  }
}
.home-slider {
  position: relative;
}
.home-slider.fullpage .height-vh {
  height: 100vh;
}
@media (max-width: 767px) {
  .home-slider.fullpage .height-vh {
    height: calc(100vh - 72px);
  }
}
.home-slider.fullpage .owl-next,
.home-slider.fullpage .owl-prev {
  display: none !important;
}
.home-slider.fullpage:hover .owl-next,
.home-slider.fullpage:hover .owl-prev {
  display: none !important;
}
.having-sidemenu {
  padding-left: 242px;
  padding-top: 104px;
}
@media (max-width: 1199px) {
  .having-sidemenu {
    padding-left: 0;
    padding-top: 83px;
  }
}
@media (max-width: 768px) {
  .having-sidemenu {
    padding-top: 72px;
  }
}
@media (max-width: 576px) {
  .having-sidemenu {
    padding-top: calc(60px + 6 * (100vw - 320px) / 1600);
  }
}
.having-sidemenu .top-header {
  display: none;
}
.having-sidemenu header {
  position: fixed;
  z-index: 1;
  width: 100vw;
  top: 0;
  left: 0;
}
.having-sidemenu header.sticky {
  position: fixed !important;
  width: 100%;
}
.having-sidemenu header .container {
  max-width: 100%;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .having-sidemenu header .container {
    padding: 0 30px;
  }
}
@media (max-width: 576px) {
  .having-sidemenu header .container {
    padding: 0 12px;
  }
}
.having-sidemenu header .sm-vertical {
  overflow: auto;
  height: calc(100vh - 104px);
}
.white-bg {
  background-color: #ffffff !important;
}
.box-layout-body {
  background-color: #f9f9f9;
}
.box-layout-body .box-layout-header {
  background-color: #ffffff;
}
.box-layout-body .box-layout {
  z-index: 1;
  margin-top: -70px;
  margin-bottom: 5px;
  box-shadow: 0 0 8px 0 #ddd;
  position: relative;
  background-color: white;
}
@media (max-width: 576px) {
  .box-layout-body .box-layout {
    box-shadow: none;
  }
}
.box-layout-body .box-layout .full-banner {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: calc(100px + 100 * (100vw - 320px) / 1600);
  padding-bottom: calc(100px + 100 * (100vw - 320px) / 1600);
}
.beauty-about .about-text p {
  text-align: left;
}
.beauty-about .skeleton-loader-img {
  display: none;
}
.beauty-about.border-about .border-cls {
  position: relative;
}
.beauty-about.border-about .border-cls:after {
  position: absolute;
  content: "";
  width: 90%;
  height: 95%;
  left: -10px;
  top: -20px;
  border: 10px solid var(--theme-color);
  z-index: -1;
}
.beauty-about.border-about .service-block1 svg {
  margin-bottom: 6px;
}
.beauty-about.border-about .service-block1:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  right: 30%;
  top: 0;
  background-color: var(--theme-color);
  z-index: -1;
  opacity: 0.18;
}
.beauty-about.border-about .about-section .small-section {
  padding-top: 0;
}
.about-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.about-section .about-text p {
  margin-bottom: 20px;
}
.about-section .service-block1 {
  padding: 16px 14px;
  border: none;
}
.about-section .small-section {
  padding-top: 20px;
}
.about-section .service .service-block1 img {
  margin-bottom: 10px;
  width: 54px;
  height: 54px;
}
.about-section .service .service-block1 h5,
.about-section .service .service-block1 .h5 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
}
.video-modal .modal-body {
  padding: 0;
}
.video-modal iframe {
  height: 500px;
  width: 100%;
  vertical-align: middle;
  border: none;
}
.video-section .video-img {
  position: relative;
  overflow: hidden;
}
.video-section .video-img img {
  transition: all 0.5s ease;
  transform: scale(1);
}
.video-section .video-img .play-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-section .video-img .play-btn span {
  height: calc(40px + 20 * (100vw - 320px) / 1600);
  width: calc(40px + 20 * (100vw - 320px) / 1600);
  border-radius: 100%;
  background-color: var(--theme-color);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}
.video-section .video-img .play-btn i {
  font-size: calc(25px + 10 * (100vw - 320px) / 1600);
  padding-left: 5px;
  color: #ffffff;
}
.video-section .video-img:hover img {
  transform: scale(1.03);
  transition: all 0.5s ease;
}
.flower-bg {
  background-image: url(/assets/images/flower/flower-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
}
.bg-block {
  background-image: url(/assets/images/flower/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  padding: 70px 50px 60px 50px;
}
.bg-block .title4 .line {
  margin-bottom: 25px;
}
.bg-block .theme-tab .tab-title {
  margin-bottom: 30px;
}
.layout-20 {
  background-image: url(/assets/images/nursery/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px;
}
.layout-20 header.sticky {
  height: auto;
  left: 50px;
}
@media (max-width: 991px) {
  .layout-20 header.sticky {
    width: calc(100% - 40px);
    left: 20px;
  }
}
@media (max-width: 576px) {
  .layout-20 header.sticky {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 991px) {
  .layout-20 {
    padding: 20px;
  }
}
.card-white-bg .theme-card {
  background-color: white;
  padding: 20px;
}
.game-parallax .full-banner.parallax {
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.6);
}
.game-parallax .full-banner .banner-contain h3,
.game-parallax .full-banner .banner-contain .h3,
.game-parallax .full-banner .banner-contain h4,
.game-parallax .full-banner .banner-contain .h4 {
  color: #ffffff;
}
.effect-cls {
  position: relative;
}
.effect-cls:after {
  content: "";
  position: absolute;
  background: url("./media/top-UIQJA4SD.png");
  top: -1px;
  width: 100%;
  height: 85px;
  z-index: 1;
  background-repeat: no-repeat;
}
.effect-cls:before {
  content: "";
  position: absolute;
  background: url("./media/back-G7NRJYIW.png");
  bottom: -12px;
  width: 100%;
  height: 110px;
  z-index: 1;
}
.effect-cls.footer-effect:before {
  display: none;
}
.gym-parallax .title1 h2,
.gym-parallax .title1 .h2 {
  color: white;
}
.gym-parallax .product-para p {
  color: white;
}
.gym-parallax .instagram-box .overlay {
  background:
    linear-gradient(
      -180deg,
      var(--theme-color) 0%,
      var(--theme-color2) 99%);
}
.left-blog .blog-details {
  text-align: left;
  padding-left: 0;
}
.left-blog .blog-details p {
  margin-bottom: 3px;
}
.left-blog hr.style1 {
  margin-left: 0;
  margin-right: auto;
}
.gym-banner .collection-banner .contain-banner h4,
.gym-banner .collection-banner .contain-banner .h4,
.gym-banner .collection-banner .contain-banner h2,
.gym-banner .collection-banner .contain-banner .h2 {
  color: #ffffff;
}
.home.bg-position {
  background-position: top;
}
.pets-box .product-box .img-wrapper .cart-info {
  position: absolute;
  padding: 10px;
  border: none;
  transform: perspective(500px) rotateX(90deg);
  bottom: 0;
  z-index: 1;
}
.pets-box .product-box .img-wrapper .cart-info:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.3;
  z-index: -1;
}
.pets-box .product-box .img-wrapper .cart-info i {
  padding: 5px;
  margin: 0 3px;
  background-color: white;
}
.pets-box .product-box .img-wrapper .cart-info a {
  border-left: none;
}
.pets-box .product-box .product-detail {
  text-align: center;
  background-color: #f8f8f8;
}
.pets-box .product-box .product-detail .rating {
  margin-top: 0;
  padding-top: 15px;
}
.pets-box .product-box:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.pets-box .product-box:hover .cart-info {
  transform: perspective(500px) rotateX(0deg);
}
.form_search {
  height: 45px;
  box-shadow: 0 0 0 1px #e2e2e2;
  overflow: hidden;
  position: relative;
  width: 700px;
  background-color: #f5f5f5;
  border-radius: 25px;
}
.form_search input {
  width: 100%;
  height: 45px;
  font-size: 16px;
  color: #f8f8f8;
  border: none;
  outline: none;
  color: #222;
  background: none;
  padding: 0 10px;
}
.form_search button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 35px;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form_search button i {
  font-size: 18px;
  color: var(--theme-color);
}
.blog.blog_box .blog-details {
  text-align: left;
  padding: 0;
}
.blog.blog_box .blog-details hr.style1 {
  margin-left: 0;
}
.blog.blog_box .blog-details p {
  font-size: 14px;
  text-transform: none;
  color: #333333;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: 3px;
}
.blog.blog_box .blog-details a p {
  color: #40494f;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 10px;
}
.blog.blog_box .blog-details .read-cls {
  text-transform: capitalize;
  font-weight: 700;
  color: #000000;
}
.tools-bg {
  background-color: #f5f5f5;
}
.tools-bg .basic-product {
  background-color: #ffffff;
}
.tools-bg .theme-card .offer-slider img {
  background-color: #ffffff;
}
.tools-bg section {
  background-color: #f5f5f5;
}
.tools_slider .home-slider .home .container {
  position: relative;
}
.tools_slider .home-slider .home .tools-parts {
  position: absolute;
  top: 0;
  right: 10%;
  display: flex;
  align-items: center;
  height: 85vh;
  margin-top: 50px;
}
.tools_slider .home-slider .home .tools-parts1 {
  position: absolute;
  top: 0;
  right: 20%;
  display: flex;
  align-items: center;
  height: 85vh;
  margin-top: 50px;
}
.tools_slider .home-slider .slider-contain {
  margin-top: 70px;
  margin-left: 150px;
}
.tools_slider .home-slider .slider-contain h4,
.tools_slider .home-slider .slider-contain .h4,
.tools_slider .home-slider .slider-contain h1,
.tools_slider .home-slider .slider-contain .h1 {
  color: #ffffff;
}
.category-tools .category-m .category-wrapper {
  background-color: white;
  border: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.category-tools .category-m .category-wrapper .bg-size {
  max-width: 100%;
}
.banner-tools {
  margin-top: 30px;
  overflow: hidden;
}
.banner-tools img {
  transition: all 0.5s ease;
}
.banner-tools:hover img {
  transform: scale(1.05);
  transition: all 0.5s ease;
}
.tools-brand .row {
  background-color: white;
  padding: 25px 0;
  margin: 0;
}
.tools-brand .brand-slider-box .logo-block {
  background-color: transparent;
  border: none;
  padding: 0;
  height: calc(80px + 40 * (100vw - 320px) / 1600);
}
.service_slide {
  position: relative;
}
.service_slide .home-slider .home {
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.4);
}
.service_slide .home-slider .slider-contain {
  height: 60vh;
}
.service_slide .service-home {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.service_slide .service-home .row {
  margin: 0 !important;
}
.service_slide .service-home .row > div {
  padding: 0;
}
@media (min-width: 991px) {
  .service_slide .service-home .row > div {
    flex: 0 0 auto;
    width: 25%;
  }
}
.service_slide .service-home .row > div:nth-child(even) .service-block1 {
  background-color: rgba(255, 255, 255, 0.85);
}
.service_slide .service-home .service {
  padding: 0;
}
.service_slide .service-home .service-block1 {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px 0;
  border: none;
}
@media (max-width: 1199px) {
  .service_slide .service-home .service-block1 {
    padding: 15px 0;
  }
}
.service_slide .service-home .service-block1 h4,
.service_slide .service-home .service-block1 .h4 {
  margin-bottom: 3px;
  margin-top: 3px;
  text-transform: capitalize;
}
.service_slide .service-home .service-block1 p {
  text-transform: capitalize;
}
.service_slide .service-home .service-block1 img {
  width: 50px;
  margin-bottom: 5px;
  height: 50px;
  object-fit: contain;
}
.service_slide .service-home .service-block1:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.85);
}
.tab-left .theme-tab {
  display: flex;
}
.tab-left .theme-tab .left-side {
  width: 30%;
}
.tab-left .theme-tab .left-side .left-tab-title {
  margin-bottom: calc(14px + 24 * (100vw - 320px) / 1600);
}
@media (max-width: 1199px) {
  .tab-left .theme-tab .left-side .left-tab-title {
    text-align: center;
  }
}
.tab-left .theme-tab .left-side .left-tab-title h4,
.tab-left .theme-tab .left-side .left-tab-title .h4 {
  color: #dafe69;
  margin-top: -3px;
}
.tab-left .theme-tab .left-side .left-tab-title h3,
.tab-left .theme-tab .left-side .left-tab-title .h3 {
  color: #ffffff;
}
.tab-left .theme-tab .left-side .tab-title {
  margin-right: 100px;
  text-align: left;
}
.tab-left .theme-tab .left-side .tab-title a {
  text-transform: capitalize;
}
.tab-left .theme-tab .left-side li {
  width: 100%;
  padding: 7px 0;
  border-bottom: 1px solid #606060;
}
.tab-left .theme-tab .left-side li a {
  color: #ffffff;
}
.tab-left .theme-tab .left-side li:first-child {
  border-top: 1px solid #606060;
}
.tab-left .theme-tab .left-side li.current a {
  color: #dafe69;
}
.tab-left .theme-tab .tab-content-cls {
  width: 70%;
}
.detail-cannabis .detail_section {
  text-align: center;
}
.detail-cannabis .detail_section > div {
  box-shadow: -1px 2px 40px 3px #ececec;
  padding: calc(20px + 25 * (100vw - 320px) / 1600) calc(15px + 10 * (100vw - 320px) / 1600);
  background-color: white;
}
.detail-cannabis .detail_section p {
  margin-bottom: 0;
  line-height: 24px;
  letter-spacing: 0.05em;
}
.detail-cannabis .detail_section h4,
.detail-cannabis .detail_section .h4 {
  font-weight: 700;
}
.detail-cannabis .detail_section img {
  width: 50px;
  margin-bottom: 15px;
}
.detail-cannabis .detail_section svg {
  width: 50px;
  margin-bottom: 15px;
  fill: var(--theme-color);
}
.overflow-cls {
  overflow: visible !important;
}
.grey-bg {
  background-color: #f5f5f5;
}
.blog-section .blog-details h4,
.blog-section .blog-details .h4 {
  color: var(--theme-color);
  margin-top: 18px;
  line-height: 1;
  margin-bottom: 0;
}
.blog-section .blog-details p {
  color: #222222;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-top: 6px;
  margin-bottom: 6px;
  transition: all 0.5s ease;
}
.blog-section .blog-details h6,
.blog-section .blog-details .h6 {
  line-height: 1;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
.blog-section .blog-wrap .blog-image {
  overflow: hidden;
}
.blog-section .blog-wrap .blog-image img {
  transition: all 0.5s ease;
}
.blog-section .blog-wrap:hover .blog-details p {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.blog-section .blog-wrap:hover .blog-image img {
  transform: scale(1.2);
  transition: all 0.5s ease;
}
.blog-section .review-box {
  background-color: #ffffff;
  z-index: 1;
  text-align: center;
  padding: 30px;
  position: relative;
}
.blog-section .review-box:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid var(--theme-color);
  opacity: 0.5;
  z-index: -1;
}
.blog-section .review-box .santa-img {
  position: absolute;
  top: 0;
  right: -116px;
}
.blog-section .review-box .owl-prev {
  z-index: 1;
  top: unset;
  bottom: 0;
  left: -30px;
  right: 0;
  margin: 0 auto;
}
.blog-section .review-box .owl-prev:before {
  font: normal normal normal 900 14px/1 FontAwesome;
  content: "\f053";
  color: #717171;
}
.blog-section .review-box .owl-prev:after {
  position: absolute;
  content: "";
  height: 13px;
  width: 2px;
  background-color: #eeeeee;
  left: 24px;
}
.blog-section .review-box .owl-next {
  top: unset;
  left: 30px;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
.blog-section .review-box .owl-next:before {
  font: normal normal normal 900 14px/1 FontAwesome;
  content: "\f054";
  color: #717171;
}
.blog-section .review-box .owl-prev {
  left: -30px;
  right: 0;
  margin: 0 auto;
}
.blog-section .review-box .review-content .avtar {
  border: 1px solid #eeeeee;
  padding: 5px;
  border-radius: 100%;
  display: inline-block;
  margin-top: 10px;
}
.blog-section .review-box .review-content .avtar img {
  border-radius: 100%;
  height: 60px;
  width: auto;
  margin: 0 auto;
  border: 1px solid #eeeeee;
}
.blog-section .review-box .review-content h5,
.blog-section .review-box .review-content .h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--theme-color);
  margin-top: 15px;
}
.blog-section .review-box .review-content h6,
.blog-section .review-box .review-content .h6 {
  margin-bottom: 0;
  margin-top: 10px;
  text-transform: capitalize;
  color: #555555;
  font-size: 16px;
}
.blog-section .review-box .review-content p {
  margin-top: 20px;
  margin-bottom: 80px;
  line-height: 24px;
}
.instagram {
  position: relative;
}
.instagram .insta-decor {
  position: absolute;
  top: 0;
  right: 0;
}
.logo-section {
  position: relative;
}
.logo-section .logo-decor {
  position: absolute;
  bottom: 0;
  left: 0;
}
.collection-banner.ratio_asos .bg-size:before {
  padding-top: 28%;
  content: "";
  display: block;
}
.animated-wheel img {
  position: absolute;
  right: -8%;
  width: 290px;
  bottom: -20%;
  opacity: 0.14;
  animation-name: spin;
  animation-duration: 35s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}
.offer-box {
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  display: flex;
  left: -415px;
  transition: all 0.5s ease;
  z-index: 9;
}
.offer-box img {
  margin-right: 18px;
}
.offer-box.toggle-cls {
  left: 0;
  transition: all 0.5s ease;
}
.offer-box .heading-right h3,
.offer-box .heading-right .h3 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 230px;
  height: 36px;
  line-height: 36px;
  letter-spacing: 4px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  transform: translate(50%, -50%) rotate(-90deg);
  text-align: center;
  background-color: var(--theme-color);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.offer-box .heading-right h3 i,
.offer-box .heading-right .h3 i {
  line-height: 1;
  font-size: 20px;
  margin-left: 8px;
}
.offer-box.grey-color-box .heading-right h3,
.offer-box.grey-color-box .heading-right .h3 {
  background-color: #a9a9a9;
}
.cart-error-toast .toast {
  width: calc(100% - 50px);
  left: 0 !important;
  background-color: #fc8f8f;
  color: black;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  padding: calc(15px + 7 * (100vw - 320px) / 1600) calc(20px + 22 * (100vw - 320px) / 1600);
  margin: 0;
  left: 50% !important;
  transform: translateX(-50%);
}
@media (max-width: 576px) {
  .cart-error-toast .toast {
    left: 0 !important;
    width: 100vw;
    transform: none;
  }
}
.cart-error-toast .toast .error-icon {
  margin-right: calc(14px + 18 * (100vw - 320px) / 1600);
  width: calc(22px + 11 * (100vw - 320px) / 1600);
  height: calc(22px + 11 * (100vw - 320px) / 1600);
}
.cart-error-toast .toast .close-icon {
  width: 22px;
}
@media (max-width: 576px) {
  .cart-error-toast .toast-content {
    margin-top: -4px;
  }
}
.nft-home .home-slider {
  height: 85vh;
}
.nft-home .home-slider .home {
  background-color: #151515;
}
.nft-home .home-slider .slider-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding-top: 70px;
}
.nft-home .home-slider .slider-img img {
  width: 50%;
  animation: float 5s ease-in-out infinite;
}
.nft-home .home-slider .slider-img img.sm-img {
  width: 40%;
  margin-right: -53px;
  animation: float 6s ease-in-out infinite;
}
@media (max-width: 991px) {
  .nft-home .home-slider .slider-img img.sm-img {
    width: 50%;
    margin-right: -50px;
  }
}
@media (max-width: 767px) {
  .nft-home .home-slider .slider-img img.sm-img {
    width: 66%;
  }
}
@media (max-width: 991px) {
  .nft-home .home-slider .slider-img img {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .nft-home .home-slider .slider-img img {
    width: 70%;
  }
}
.nft-home .home-slider .slider-contain {
  padding-top: 95px;
}
@media (max-width: 576px) {
  .nft-home .home-slider .slider-contain {
    padding-top: 55px;
  }
}
.nft-home .home-slider .slider-contain p {
  line-height: 30px;
  font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  color: #777777;
}
.nft-home .home-slider .slider-contain h1,
.nft-home .home-slider .slider-contain .h1 {
  text-transform: capitalize;
  font-size: calc(20px + 30 * (100vw - 320px) / 1600);
  margin-top: 0;
  margin-bottom: 6px;
  color: #ffffff;
}
.nft-home .home-slider .slider-contain h3,
.nft-home .home-slider .slider-contain .h3 {
  margin-top: 14px;
  margin-bottom: 0;
  font-weight: 600;
  color: #777777;
}
.nft-home .home-slider .slider-contain h3 del,
.nft-home .home-slider .slider-contain .h3 del {
  margin-left: 10px;
}
.tools_product .owl-carousel .basic-product.theme-product-6 {
  margin-bottom: 1px;
}
.digital-download .category-nft .category-image {
  width: 70px;
}
.digital-download .category-nft .category-image img {
  object-fit: contain;
}
footer {
  position: relative;
}
@media (max-width: 767px) {
  footer .footer-title h4,
  footer .footer-title .h4 {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  footer .sub-title .footer-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
  }
  footer .sub-title .footer-title::after {
    content: "\ea4e";
    font-family: remixicon;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    transition: transform 0.3s ease-in-out;
    line-height: 1;
  }
  footer .sub-title .footer-title.show::after {
    transform: rotate(180deg);
  }
  footer .sub-title .footer-title.show ~ .footer-content {
    height: 100%;
  }
  footer .sub-title .footer-title .footer-content {
    height: 0;
    overflow: hidden;
    transition: height 0.15s ease-in-out;
  }
}
footer .sub-title h4,
footer .sub-title .h4 {
  color: #ffffff;
}
footer .sub-title li a {
  color: #afafaf;
}
footer .sub-title .contact-list i {
  color: #afafaf;
}
footer .sub-title .contact-list li {
  color: #afafaf;
}
footer .footer-theme .footer-mobile-title {
  display: none;
}
footer .darken-layout p {
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  footer .darken-layout .sub-title .footer-title::after {
    content: "\ea4e";
    font-family: remixicon;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
  }
}
footer .darken-layout .sub-title .footer-title.show .according-menu.before {
  content: "\ea4e";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
footer .darken-layout .sub-title h4,
footer .darken-layout .sub-title .h4 {
  color: #ffffff;
}
footer .darken-layout .sub-title li a {
  color: rgba(255, 255, 255, 0.9);
}
footer .darken-layout .sub-title .contact-list i {
  color: rgba(255, 255, 255, 0.9);
  transform: rotateY(180deg);
}
footer .darken-layout .sub-title .contact-list li {
  color: rgba(255, 255, 255, 0.9);
}
footer .darken-layout .footer-social i {
  color: rgba(255, 255, 255, 0.9);
}
footer p {
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
footer .subscribe-form.rounded-input .form-control {
  border-radius: 25px 0 0 25px;
}
footer .subscribe-form.rounded-input .btn-solid {
  border-radius: 0 25px 25px 0;
}
.footer-light .subscribe {
  display: flex;
  height: 100%;
  align-items: center;
  border-right: 1px solid #dddddd;
  text-align: left;
}
.footer-light .subscribe h4,
.footer-light .subscribe .h4 {
  margin-bottom: 10px;
}
.footer-light .subscribe-form {
  display: flex;
  align-items: unset;
  height: 100%;
  justify-content: flex-end;
}
.subscribe {
  text-align: center;
}
.subscribe h4,
.subscribe .h4 {
  color: #222222;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}
.subscribe h4 i,
.subscribe .h4 i {
  color: var(--theme-color);
  padding-right: 5px;
  font-size: 23px;
}
.subscribe p {
  line-height: 1.6;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.subscribe-form {
  display: inline-flex;
}
.subscribe-form .form-group {
  margin-bottom: 0;
}
.subscribe-form .form-control {
  padding: 13px;
  width: 345px;
  height: 100%;
  border-radius: 0;
  border: 1px solid #eeeeee;
}
.subscribe-form .form-control.name-cls {
  width: 265px;
}
.subscribe-form.classic-form .form-control {
  border-radius: 0;
  border: none;
  background-color: #f5f2f2;
  margin-left: 15px;
}
.subscribe-form.classic-form .btn-solid,
.subscribe-form.classic-form .btn-outline {
  margin-bottom: 0 !important;
}
.footer-social {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .footer-social {
    margin-top: 20px;
  }
}
.footer-social li {
  display: inline-block !important;
  padding-right: 45px;
}
@media (max-width: 1400px) {
  .footer-social li {
    padding-right: 20px;
  }
}
.footer-social a::before {
  display: none;
}
.footer-social i {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  color: #000000;
  transition: 0.5s ease;
}
.footer-social i:hover {
  color: var(--theme-color) !important;
  transition: 0.5s ease;
}
.footer-theme .footer-logo {
  margin-bottom: 18px;
}
.footer-theme .footer-logo img {
  width: calc(140px + 40 * (100vw - 320px) / 1600);
}
.footer-theme .sub-title h4,
.footer-theme .sub-title .h4 {
  color: #222222;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: unset;
  font-weight: 600;
}
.footer-theme .sub-title li {
  position: relative;
  display: inherit;
  padding-top: 13px;
  text-transform: capitalize;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #777777;
}
.footer-theme .sub-title li a {
  position: relative;
  color: #777777;
}
.footer-theme .sub-title li a:before {
  position: absolute;
  top: 20px;
  content: "";
  height: 2px;
  width: 0;
  background-color: var(--theme-color);
  transition: 0.5s ease;
}
.footer-theme .sub-title li:hover a:before {
  width: 100%;
  height: 2px;
  transition: 0.5s ease;
}
.footer-theme .sub-title .contact-list i {
  position: absolute;
  left: -2px;
  top: 18px;
  line-height: 1;
  font-size: 18px;
  color: #777777;
}
.footer-theme .sub-title .contact-list li {
  position: relative;
  padding-left: 25px;
  line-height: 28px;
  color: #777777;
}
.footer-theme .sub-title .contact-list li a:hover {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.footer-theme .sub-title .contact-list li:hover {
  color: #999999;
  transition: all 0.3s ease;
}
.footer-theme .sub-title .contact-list li:hover a:before {
  display: none;
}
.footer-theme .sub-title .contact-list li:last-child {
  margin-bottom: -5px;
}
.sub-footer {
  background-color: #ffffff;
}
.sub-footer.dark-subfooter {
  background-color: rgba(255, 255, 255, 0.08);
}
.sub-footer.dark-subfooter p {
  color: #afafaf;
}
.sub-footer.darker-subfooter {
  background-color: #25221e;
}
.sub-footer.darker-subfooter p {
  color: #adadad;
}
.sub-footer.black-subfooter {
  background-color: #222222;
}
.sub-footer.black-subfooter p {
  color: #777777;
}
.sub-footer p {
  color: #777777;
  margin-bottom: 0;
  padding: 20px 0;
}
.sub-footer .payment-card-bottom {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sub-footer .payment-card-bottom img {
  height: 30px;
}
.sub-footer .payment-card-bottom li {
  padding-left: 7px;
  padding-right: 7px;
  display: inline-block;
}
.footer-theme2 {
  text-align: center;
}
.footer-theme2 .footer-mobile-title {
  display: none !important;
}
.footer-theme2 .contact-details li a {
  color: #adadad;
}
.footer-theme2 .contact-details li a:hover {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.footer-theme2.footer-border {
  border: 20px solid #f1f5f4;
}
.footer-theme2 .footer-logo {
  margin-bottom: 18px;
}
.footer-theme2 .footer-logo img {
  width: calc(140px + 40 * (100vw - 320px) / 1600);
}
.footer-theme2 p {
  line-height: 32px;
  letter-spacing: 0.03em;
  margin-bottom: 0;
  color: #adadad;
}
.footer-theme2 h4,
.footer-theme2 .h4 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 25px;
}
.footer-theme2 .contact-details li {
  display: block;
  color: #adadad;
  padding: 0 50px;
  line-height: 2.2;
}
.footer-theme2 .contact-details li:last-child {
  margin-bottom: -8px;
}
.footer-theme2 .subscribe-block {
  border-left: 1px solid #38352f;
  border-right: 1px solid #38352f;
  padding: 10px 110px;
}
.footer-theme2 .subscribe-block h2,
.footer-theme2 .subscribe-block .h2 {
  color: #ffffff;
  margin-bottom: 30px;
}
.footer-theme2 .subscribe-block .btn-solid,
.footer-theme2 .subscribe-block .btn-outline {
  margin-top: 10px;
}
.footer-theme2 .subscribe-block .form-group {
  margin-bottom: 0;
}
.footer-theme2 .subscribe-block .form-control {
  text-align: center;
  letter-spacing: 5px;
  font-size: 12px;
  padding: 15px 0;
  border-radius: 0;
}
.footer-theme2 .footer-link.link-white h4,
.footer-theme2 .footer-link.link-white .h4,
.footer-theme2 .footer-link-b.link-white h4,
.footer-theme2 .footer-link-b.link-white .h4 {
  color: #222222;
}
.footer-theme2 .footer-link.link-white a,
.footer-theme2 .footer-link-b.link-white a {
  color: #777777;
  transition: 0.5s ease;
}
.footer-theme2 .footer-link.link-white a:hover,
.footer-theme2 .footer-link-b.link-white a:hover {
  color: #2d2a25;
  transition: 0.5s ease;
}
.footer-theme2 .footer-link h4,
.footer-theme2 .footer-link .h4,
.footer-theme2 .footer-link-b h4,
.footer-theme2 .footer-link-b .h4 {
  padding-bottom: 20px;
}
.footer-theme2 .footer-link li,
.footer-theme2 .footer-link-b li {
  padding-right: 15px;
  padding-left: 15px;
  text-transform: capitalize;
}
.footer-theme2 .footer-link a,
.footer-theme2 .footer-link-b a {
  color: #adadad;
  transition: 0.5s ease;
}
.footer-theme2 .footer-link a:hover,
.footer-theme2 .footer-link-b a:hover {
  color: #f5f2f2;
  transition: 0.5s ease;
}
.footer-theme2 .footer-link-b h4,
.footer-theme2 .footer-link-b .h4 {
  margin-top: 50px;
}
.footer-theme2.section-light h2,
.footer-theme2.section-light .h2,
.footer-theme2.section-light h4,
.footer-theme2.section-light .h4 {
  color: #222222;
}
.footer-theme2.section-light .footer-block {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.footer-theme2.section-light .footer-block h4,
.footer-theme2.section-light .footer-block .h4 {
  padding-bottom: 25px;
}
.footer-theme2.section-light .footer-block .contact-details li a {
  color: #adadad;
}
.footer-theme2.section-light .footer-block .contact-details li a:hover {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.footer-theme2.section-light .footer-block .subscribe-white {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 85px 65px;
  border-left: 20px solid #f1f5f4;
  border-right: 20px solid #f1f5f4;
}
.footer-theme2.section-light .footer-block .subscribe-white:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.4;
  z-index: -1;
}
.footer-theme2.section-light .footer-block .subscribe-white .form-group {
  margin-bottom: 0;
}
.footer-theme2.section-light .footer-block .subscribe-white .form-control {
  border: none;
  border-radius: 0;
}
.footer-theme2.section-light .footer-block .subscribe-white h2,
.footer-theme2.section-light .footer-block .subscribe-white .h2 {
  margin-bottom: 30px;
  margin-top: -5px;
}
.footer-theme2.section-light .footer-block .subscribe-white .btn-solid,
.footer-theme2.section-light .footer-block .subscribe-white .btn-outline {
  margin-top: 10px;
}
.footer-theme2.section-light .footer-block .subscribe-white .form-control {
  text-align: center;
  letter-spacing: 5px;
  font-size: 12px;
  padding: 15px 0;
}
.footer-style-1 {
  background-color: #212121;
}
.footer-style-1 .form-inline .btn {
  padding: 7px 29px;
}
.footer-style-1 .mb-cls-content {
  margin-bottom: 10px;
}
.footer-style-1 .footer-social {
  margin-top: 12px;
}
.footer-style-1 .footer-social li {
  display: inline-block !important;
  padding-right: 15px;
  padding-top: 0 !important;
}
.footer-style-1 .footer-social i {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  background-color: white;
  justify-content: center;
  border: 1px solid #dcdcdc;
  font-size: 16px;
}
.footer-style-1 .darken-layout .footer-social i {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
}
.footer-background .light-layout {
  background-color: transparent;
}
.footer-background .border-section {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-background .subscribe h4,
.footer-background .h4 {
  color: #ffffff;
}
.footer-background .footer-light .subscribe {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-background .footer-theme .sub-title h4,
.footer-background .footer-theme .sub-title .h4 {
  color: #ffffff;
}
.footer-background .footer-theme .sub-title li a {
  color: #adadad;
}
.footer-background .footer-theme .sub-title .contact-list li {
  color: #adadad;
}
.footer-background .footer-theme .sub-title .contact-list i {
  color: #adadad;
}
.footer-background .sub-footer {
  background-color: rgba(0, 0, 0, 0.1);
}
.footer-background .footer-social i {
  color: #ffffff;
}
.footer-background footer p {
  color: #adadad;
}
.footer-background .footer-light .subscribe {
  border-color: #777;
}
.footer-background .footer-light .subscribe h4,
.footer-background .footer-light .subscribe .h4 {
  color: #fff;
}
.footer-background .footer-light .border-section {
  border-color: #777;
}
.popular-products-section .title-inner3 {
  color: #fff;
}
header {
  background-color: #ffffff;
}
header.header-tools {
  position: absolute;
  width: 100%;
  top: 35px;
  z-index: 1;
  background-color: transparent;
}
header.header-tools .container {
  padding-left: 30px;
  padding-right: 30px;
}
header.header-tools .container.rounded-5 {
  border-radius: 0;
}
header.header-tools .top-header {
  background-color: transparent;
}
header.header-tools .top-header .container {
  background-color: var(--theme-color);
}
header.header-tools .top-header .header-contact {
  padding: 10px 0;
}
header.header-tools .top-header .header-contact li {
  color: #ffffff;
}
@media (max-width: 1400px) {
  header.header-tools .top-header .header-dropdown > li {
    padding: 25px 0 25px 10px !important;
  }
}
header.header-tools .top-header .header-dropdown li {
  color: #ffffff;
  padding: 10px 25px;
}
header.header-tools .top-header .header-dropdown li i {
  font-size: calc(21px + 4 * (100vw - 320px) / 1600);
  color: #6a6a6a;
}
header.header-tools .top-header .header-dropdown li i:hover {
  color: var(--theme-color);
}
header.header-tools .logo-menu-part > .container {
  background-color: #ffffff;
  border-bottom: 2px solid var(--theme-color);
}
header.header-tools .main-menu .menu-left .navbar {
  padding: 25px 45px 25px 0;
}
@media (max-width: 1400px) {
  header.header-tools .main-menu .menu-right .icon-nav li {
    padding-left: 4px;
  }
}
header.header-tools .main-menu .menu-right .icon-nav i {
  font-size: calc(21px + 4 * (100vw - 320px) / 1600);
  color: #6a6a6a;
}
header.header-tools .main-menu .menu-right .icon-nav i:hover {
  color: var(--theme-color);
}
header.header-tools .main-menu .brand-logo {
  padding-block: 25px;
}
header.header-tools .pixelstrap.sm-horizontal > li > a {
  padding-block: 25px;
}
header.header-tools .pixelstrap.sm-horizontal > li > a:hover,
header.header-tools .pixelstrap.sm-horizontal > li > a:active,
header.header-tools .pixelstrap.sm-horizontal > li > a:focus,
header.header-tools .pixelstrap.sm-horizontal > li > a.highlighted {
  padding-block: 25px;
}
header.header-tools .pixelstrap.sm-horizontal li .lable-nav {
  top: 5px;
}
header.header-tools .onhover-div {
  padding-block: 25px;
}
header.header-tools.sticky {
  background-color: #ffffff;
  transition: none;
}
header.header-tools.sticky .top-header {
  display: block;
}
header.header-tools.sticky .logo-menu-part > .container {
  border-bottom: 0;
  padding: 0 12px;
}
header.header-tools.header-style.top-relative {
  position: relative;
  width: 100%;
  top: 0;
  background-color: #ffffff;
  box-shadow: 0 0 8px #dddddd;
}
header.header-tools.header-style.top-relative .container {
  padding-left: 15px;
  padding-right: 15px;
}
header.left-header .top-header {
  padding-left: 300px;
  background-color: #ffffff;
}
header.left-header .top-header .header-dropdown .mobile-wishlist img,
header.left-header .top-header .header-dropdown .mobile-account img {
  display: block;
}
header.left-header .top-header .header-dropdown .mobile-wishlist i,
header.left-header .top-header .header-dropdown .mobile-account i {
  display: none;
}
header.left-header .onhover-div {
  padding-block: 15px;
}
header.left-header .onhover-div > div img {
  width: 20px;
  height: auto;
}
header.left-header .onhover-div .show-div {
  top: 56px;
}
header.left-header .sidenav {
  left: 0;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
}
header.left-header .sidenav .sidebar-back {
  display: none;
}
header.left-header .sidenav nav {
  background-color: #ffffff;
}
header.left-header .sidenav .pixelstrap > li > a {
  padding: 10px 0 20px 0;
  background-color: #ffffff;
}
header.left-header .sidenav .pixelstrap > li > a:hover,
header.left-header .sidenav .pixelstrap > li > a:focus,
header.left-header .sidenav .pixelstrap > li > a.highlighted {
  padding: 10px 0 20px 0;
  background-color: #ffffff;
}
header.left-header .sidenav .pixelstrap > li .lable-nav {
  top: -12px;
  background-color: #eeeeee;
}
header.left-header .sidenav .pixelstrap > li .lable-nav:before {
  border-top: 5px solid #ff4c3b;
}
header.left-header .sidenav .pixelstrap > li .lable-nav.grey-lable {
  background-color: #4d6171;
}
header.left-header .sidenav .pixelstrap > li .lable-nav.grey-lable:before {
  border-top: 5px solid #4d6171;
}
header.left-header .sidenav .left-sidebar_search {
  width: 100%;
  background-color: #ffffff;
}
header.left-header .sidenav .left-sidebar_search input {
  height: 55px;
  width: 95%;
  border: none;
  padding-left: 15px;
  background-color: transparent;
}
header.left-header .sidenav .left-sidebar_search .btn-search {
  position: absolute;
  right: 10px;
  top: 20px;
  border: none;
  background-color: transparent;
}
header.left-header .sidenav .left-sidebar_center {
  padding: 40px 0 30px 30px;
  background-color: #ffffff;
}
header.left-header .sidenav .bottom-section {
  padding: 70px 25px;
}
header.left-header .sidenav .bottom-section .icon_settings li {
  display: inline-block;
}
header.left-header .sidenav .bottom-section .icon_settings .shopping-cart {
  position: relative;
}
header.left-header .sidenav .bottom-section .icon_settings .shopping-cart .shopping-count {
  width: 18px;
  height: 18px;
  background-color: #ff4c3b;
  color: #ffffff;
  position: absolute;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -7px;
  right: 7px;
}
header.left-header .sidenav .bottom-section ul li {
  display: inline-block;
  padding: 8px 15px 8px 0;
}
header.left-header .sidenav .bottom-section ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #222222;
}
header.left-header .sidenav .bottom-section ul li a i {
  font-size: 18px;
  padding-right: 5px;
  color: #222222;
}
header.left-header .sidenav .bottom-section .leftside_setting .language,
header.left-header .sidenav .bottom-section .leftside_setting .currency {
  display: flex;
}
header.left-header .sidenav .bottom-section .leftside_setting .language h5,
header.left-header .sidenav .bottom-section .leftside_setting .language .h5,
header.left-header .sidenav .bottom-section .leftside_setting .currency h5,
header.left-header .sidenav .bottom-section .leftside_setting .currency .h5 {
  margin-bottom: 0;
  text-transform: capitalize;
  color: #999;
  margin-top: 0;
}
header.left-header .sidenav .bottom-section .leftside_setting .language select,
header.left-header .sidenav .bottom-section .leftside_setting .currency select {
  margin-left: 10px;
  border: none;
  outline: none;
  text-transform: capitalize;
  color: #222222;
}
header.left-header .sidenav .bottom-section .leftside_setting h5,
header.left-header .sidenav .bottom-section .leftside_setting .h5 {
  margin-top: 10px;
}
header.left-header .sidenav .leftside_social {
  position: relative;
  width: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px dashed #dddddd;
}
header.left-header .sidenav .leftside_social .footer-social {
  margin-top: 0;
}
header.left-header .sidenav .leftside_social .footer-social i {
  font-size: 18px;
}
header.left-header .sidenav .leftside_social .footer-social li {
  padding: 10px;
}
header.left-header .sidenav .leftside_social .call_us h5,
header.left-header .sidenav .leftside_social .call_us .h5 {
  text-align: center;
}
header.left-header .sidenav .leftside_social .call_us h5 span,
header.left-header .sidenav .leftside_social .call_us .h5 span {
  display: block;
}
header.left-header .main-menu {
  justify-content: flex-end;
}
header.left-header .main-menu .brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px dashed #dddddd;
}
header.left-header .main-menu .menu-right .header-dropdown > li img {
  width: 20px;
  height: auto;
}
header.left-header .main-menu .menu-right .icon-nav .onhover-div > img {
  width: 20px;
  height: auto;
}
header.left-header .main-menu .menu-left .navbar {
  display: none;
}
header.left-header .main-menu .menu-left .mobile-logo {
  display: none;
}
header.left-header.left-header-relative {
  position: sticky;
  top: 110px;
  z-index: 1;
  width: auto;
  box-shadow: none;
}
header.left-header.left-header-relative .pixelstrap > li > a {
  text-align: right;
}
header.left-header.left-header-relative .pixelstrap > li:last-child > a {
  padding-bottom: 0;
}
header.left-header.left-header-relative .pixelstrap a .sub-arrow {
  display: none;
}
header.left-header.left-header-relative .sidenav {
  position: relative;
  left: unset;
  top: unset;
  right: unset;
  height: auto;
  width: auto;
  box-shadow: none;
  z-index: 1;
}
header.left-header.left-header-relative .sidenav nav {
  z-index: 1;
  height: auto;
  overflow-y: unset !important;
}
header.left-header.left-header-relative .sidenav .left-sidebar_center {
  padding: 0;
}
header.left-header.left-header-relative .main-menu {
  justify-content: flex-end;
}
header.left-header.left-header-sm {
  width: 240px;
  z-index: 1;
}
header.left-header.left-header-sm .sidenav {
  top: 106px;
  z-index: 1;
  width: 240px;
  left: 0;
}
header.left-header.left-header-sm .sidenav .left-sidebar_center {
  padding: 0;
  background-color: #ffffff;
}
header.left-header.left-header-sm .sidenav .left-sidebar_center .pixelstrap a .sub-arrow {
  display: none;
}
header.left-header.left-header-sm .sidenav .left-sidebar_center .pixelstrap > li {
  border-bottom: 1px solid #f3f3f3;
}
header.left-header.left-header-sm .sidenav .left-sidebar_center .pixelstrap > li > a {
  padding: 10px 0 20px 0;
  text-align: center;
}
header.left-header.left-header-sm .sidenav .left-sidebar_center .pixelstrap > li > a img {
  display: block;
  margin-inline: auto !important;
  width: 48px;
  border: none;
  margin-bottom: 8px;
}
header.marketplace.header-tools {
  position: relative;
  width: 100%;
  top: 0;
}
header.marketplace.header-tools.sticky {
  position: fixed;
}
header.marketplace .top-header {
  background-color: var(--theme-color);
}
header.marketplace .top-header .header-contact li {
  color: #ffffff;
}
header.marketplace .top-header .header-dropdown li {
  color: #ffffff;
}
header.marketplace .top-header .header-dropdown li a {
  color: #ffffff;
}
header.marketplace .top-header .header-dropdown li a i {
  color: #ffffff;
}
header.header-style .top-header .header-dropdown > li {
  padding: 25px 0 25px 20px;
}
header.header-style .onhover-div .show-div {
  top: 53px;
}
header.header-style .onhover-dropdown:before {
  opacity: 0;
}
header .blog-box .blog-box-image {
  margin-bottom: 10px;
}
header .blog-box .blog-detail h5,
header .blog-box .blog-detail .h5 {
  margin-bottom: 0;
  font-weight: 500;
  transition: all 0.5s ease;
}
header .blog-box .blog-detail h6,
header .blog-box .blog-detail .h6 {
  margin-bottom: 4px;
}
header .blog-box:hover .blog-detail h5,
header .blog-box:hover .blog-detail .h5 {
  color: var(--theme-color);
}
.onhover-dropdown {
  position: relative;
  font-size: 14px;
}
.onhover-dropdown .onhover-show-div {
  top: 68px;
  position: absolute;
  z-index: 10;
  background-color: #ffffff;
  transition: all linear 0.3s;
  min-width: 160px;
  text-align: left;
  box-shadow: 0px 1px 2px 0px #cacaca;
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  right: 0;
  padding: 15px 20px;
  border-radius: 0 !important;
}
.onhover-dropdown .onhover-show-div.product-page-full {
  z-index: 99999;
}
.onhover-dropdown .onhover-show-div li {
  padding-left: 0;
  display: flex;
  font-size: 15px;
  padding-bottom: 5px;
  padding-left: 0 !important;
}
.onhover-dropdown .onhover-show-div li a {
  color: #333;
  width: 100%;
  text-transform: capitalize;
}
.onhover-dropdown .onhover-show-div li a i {
  font-size: 19px !important;
}
.onhover-dropdown:hover .onhover-show-div {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}
.onhover-div {
  position: relative;
  padding-block: calc(15px + 15 * (100vw - 575px) / 1345);
  font-family: Lato, sans-serif;
}
.onhover-div img,
.onhover-div i {
  cursor: pointer;
}
.onhover-div .show-div {
  top: 100px;
  position: absolute;
  z-index: 9;
  background-color: #ffffff;
  transition: all linear 0.3s;
  min-width: 236px;
  text-align: left;
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  right: 0;
  padding: 0;
  border-radius: 0 !important;
  box-shadow: 0 0 8px #dddddd;
}
@media (max-width: 1400px) {
  .onhover-div .show-div {
    top: 80px;
  }
}
@media (max-width: 1199px) {
  .onhover-div .show-div {
    top: 70px;
  }
}
.onhover-div:hover .show-div {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}
.top-header {
  background-color: #333333;
}
.top-header .right-nav-about {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 10px 0;
}
.top-header .right-nav-about .right-nav-list + .right-nav-list .theme-form-select .dropdown-toggle {
  padding-left: 12px;
  border-left: 1px solid rgba(119, 119, 119, 0.5215686275);
  margin-left: 12px;
}
.top-header .right-nav-about .right-nav-list .theme-form-select .dropdown-toggle {
  display: flex;
  font-weight: 500;
  color: #fff;
  padding: 0;
  align-items: center;
  gap: 6px;
  border: unset;
}
.top-header .right-nav-about .right-nav-list .theme-form-select .dropdown-toggle::after {
  content: "\ea4e";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  border: unset;
  margin: 0;
  vertical-align: unset;
}
.top-header .right-nav-about .right-nav-list .theme-form-select .dropdown-toggle span {
  margin-top: 0;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-header .right-nav-about .right-nav-list .theme-form-select .dropdown-menu {
  min-width: unset;
  border-color: #eee;
  border-radius: 0;
}
.top-header .right-nav-about .right-nav-list .theme-form-select .dropdown-menu li {
  width: 100%;
}
.top-header .right-nav-about .right-nav-list .theme-form-select .dropdown-menu li + li {
  margin-top: 4px;
}
.top-header .right-nav-about .right-nav-list .theme-form-select .dropdown-menu li .dropdown-item {
  margin-top: 0;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.top-header .right-nav-about .right-nav-list .theme-form-select .dropdown-menu li .dropdown-item.active,
.top-header .right-nav-about .right-nav-list .theme-form-select .dropdown-menu li .dropdown-item:active {
  background-color: var(--theme-color);
}
.top-header .header-contact {
  padding: 10px 0;
}
.top-header .header-contact li {
  color: #d9d9d9;
  font-size: 14px;
  padding-right: 25px;
}
.top-header .header-contact li i {
  color: var(--theme-color);
  padding-left: 10px;
  transform: rotateY(180deg);
  margin-right: 7px;
}
@media (max-width: 1399px) {
  .top-header .header-contact li {
    padding: 0;
  }
  .top-header .header-contact li:first-child {
    display: none;
  }
  .top-header .header-contact li i {
    padding: 0;
  }
}
.top-header .header-dropdown li {
  cursor: pointer;
  color: #f5f5f5;
  padding: 10px 25px;
  padding-right: 0;
}
.top-header .header-dropdown li:first-child {
  padding-right: 0;
}
.top-header .header-dropdown li a {
  text-transform: capitalize;
  color: #f5f5f5;
}
.top-header .header-dropdown li i {
  font-size: 16px;
  transition: all 0.5s ease;
}
.top-header .header-dropdown li span {
  padding-left: 5px;
}
.top-header .header-dropdown li ul li {
  padding-block: 0;
}
.top-header .header-dropdown li a i {
  color: #f5f5f5;
  transition: all 0.5s ease;
}
.top-header .header-dropdown li a:hover i {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.top-header .header-dropdown li:hover i {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.top-header .header-dropdown .onhover-dropdown .onhover-show-div li {
  padding-left: 0;
  display: flex;
  font-size: 15px;
  padding-bottom: 5px;
}
.top-header .header-dropdown .onhover-dropdown .onhover-show-div li:last-child {
  padding-bottom: 0;
}
.top-header .header-dropdown .onhover-dropdown .onhover-show-div li a {
  color: #333333;
}
.top-header .onhover-show-div li {
  padding-left: 0;
  display: flex;
  font-size: 15px;
  padding-bottom: 5px;
}
.top-header .onhover-show-div li:last-child {
  padding-bottom: 0;
}
.top-header .onhover-show-div li a {
  color: #333333;
}
.top-header.top-header-dark {
  background-color: #222222;
}
.top-header.top-header-dark .header-contact li {
  color: rgba(255, 255, 255, 0.8);
}
.top-header.top-header-dark .header-contact li i {
  color: rgba(255, 255, 255, 0.8);
}
.top-header.top-header-dark .header-dropdown li {
  color: rgba(255, 255, 255, 0.8);
}
.top-header.top-header-dark .header-dropdown li a {
  color: rgba(255, 255, 255, 0.8);
}
.top-header.top-header-dark .header-dropdown li a i {
  color: rgba(255, 255, 255, 0.8);
}
.top-header.top-header-dark .header-dropdown li a:hover i {
  color: var(--theme-color);
}
.top-header.top-header-dark2 {
  background-color: #2d2a25;
}
.top-header.top-header-dark2 .header-contact li {
  color: #cecece;
}
.top-header.top-header-dark2 .header-contact li i {
  color: #cecece;
}
.top-header.top-header-dark2 .header-dropdown li {
  color: #cecece;
}
.top-header.top-header-dark2 .header-dropdown li a {
  color: #cecece;
}
.top-header.top-header-dark2 .header-dropdown li a i {
  color: #cecece;
}
.top-header.top-header-dark2 .header-dropdown li a:hover i {
  color: var(--theme-color);
}
.top-header.top-header-dark3 {
  background-color: #393230;
}
.top-header.top-header-dark3 .header-contact li {
  color: #948e8c;
}
.top-header.top-header-dark3 .header-contact li i {
  color: #948e8c;
}
.top-header.top-header-dark3 .header-dropdown li {
  color: #948e8c;
}
.top-header.top-header-dark3 .header-dropdown li a {
  color: #948e8c;
}
.top-header.top-header-dark3 .header-dropdown li a i {
  color: #948e8c;
}
.top-header.top-header-dark3 .header-dropdown li a:hover i {
  color: var(--theme-color);
}
.top-header.top-header-sm .header-contact {
  padding: 10px 0;
}
.top-header.top-header-sm .header-dropdown li {
  padding: 10px 25px;
}
.main-menu {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-menu.product-full-page {
  z-index: 9999;
}
.main-menu .brand-logo {
  display: inline-block;
  padding-block: calc(15px + 20 * (100vw - 575px) / 1345);
}
.main-menu .brand-logo img {
  width: calc(110px + 66 * (100vw - 320px) / 1600);
}
.main-menu .menu-left {
  display: flex;
  align-items: center;
}
.main-menu .menu-left .navbar {
  display: inline-block;
  padding: 30px 45px 30px 0;
}
@media (max-width: 1400px) {
  .main-menu .menu-left .navbar {
    padding-right: 17px;
  }
}
.main-menu .menu-left .navbar i {
  font-size: 28px;
  color: #222222;
  cursor: pointer;
  font-weight: 600;
}
.main-menu .menu-left .navbar.white-navbar i {
  color: #ffffff;
}
.main-menu .menu-left.around-border .navbar > a {
  padding: 0;
}
.main-menu .menu-left.category-nav-right .navbar {
  padding-right: 0;
  padding-left: 45px;
}
.main-menu .menu-left.category-nav-right .navbar > a {
  padding: 0;
}
.main-menu .menu-left.category-nav-right .navbar i {
  color: #938d8c;
}
.main-menu .menu-right {
  display: flex;
  align-items: center;
  float: right;
}
.main-menu .menu-right .icon-nav {
  display: inline-block;
}
.main-menu .menu-right .icon-nav li {
  padding-left: calc(8px + 12 * (100vw - 320px) / 1600);
}
@media (max-width: 578px) {
  .main-menu .menu-right .icon-nav li:nth-child(2),
  .main-menu .menu-right .icon-nav li:first-child {
    display: none;
  }
}
.main-menu .menu-right .icon-nav .delivery-area {
  display: flex;
  align-items: center;
}
.main-menu .menu-right .icon-nav .delivery-area > div {
  display: flex;
  align-items: center;
  padding: 12px;
  background-color: var(--theme-color);
  color: white;
  border-radius: 0;
}
.main-menu .menu-right .icon-nav .delivery-area i {
  margin-right: 5px;
  font-size: 16px;
}
.main-menu .menu-right .icon-nav .delivery-area h6,
.main-menu .menu-right .icon-nav .delivery-area .h6 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 16px;
}
.main-menu .menu-right .icon-nav .onhover-div .empty-cart-box {
  text-align: center;
}
.main-menu .menu-right .icon-nav .onhover-div .empty-cart-box i {
  width: 50px;
  height: 50px;
  background-color: #f8f8f8;
  border-radius: 100%;
  color: #6a6a6a !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 4px;
  color: var(--theme-color);
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart {
  padding: 15px 15px;
  min-width: 330px;
  left: unset;
  right: 0;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart .sidebar-title {
  text-align: right;
  margin-bottom: 10px;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart .sidebar-title a {
  color: var(--theme-color);
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart .cart_top,
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart .success-box {
  display: none;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart .cart_product {
  max-height: 240px;
  overflow: auto;
  padding-right: 10px;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart .cart_product::-webkit-scrollbar {
  width: 4px;
  height: 7px;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart .cart_product::-webkit-scrollbar-thumb {
  background: var(--theme-color);
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart .cart_product::-webkit-scrollbar-track {
  background: #eaeaea;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li {
  position: relative;
  padding-bottom: 10px;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .form-control {
  border-color: #eee !important;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media img {
  height: 90px;
  width: 90px;
  object-fit: contain;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body {
  align-self: center;
  padding-left: 12px;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body h4,
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body .h4 {
  color: #333333;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.1;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body h4 span,
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body .h4 span {
  color: #777777;
  font-size: 16px;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body .qty-box .input-group button i {
  color: #222;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .close-circle {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .close-circle button {
  padding: 0;
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .close-circle i {
  color: #a1a1a1;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .close-circle i:hover {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .total {
  border-top: 1px solid #f1f5f4;
  border-bottom: 1px solid #f1f5f4;
  padding-block: 10px;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .total h5,
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .total .h5 {
  text-transform: capitalize;
  margin-bottom: 0;
  color: #999999;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .total h5 span,
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .total .h5 span {
  float: right;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .buttons a {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  border-radius: 0;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
  transition: all 0.25s ease-in-out;
  width: 100%;
  padding: calc(9px + 3 * (100vw - 320px) / 1600) calc(15px + 14 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .buttons a:hover {
  color: var(--theme-color);
  background-color: transparent;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .buttons .checkout {
  float: right;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart .cart_total {
  margin-top: 15px;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart .cart_total li {
  border: none;
  padding: 0;
  margin: 0;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.setting {
  padding: 15px 20px 20px;
  min-width: 175px;
  right: 0;
  left: unset;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.setting h6,
.main-menu .menu-right .icon-nav .onhover-div .show-div.setting .h6 {
  font-size: 16px;
  text-transform: capitalize;
  color: #333333;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 5px;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.setting h6:first-child,
.main-menu .menu-right .icon-nav .onhover-div .show-div.setting .h6:first-child {
  margin-top: 0;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.setting ul li {
  display: flex;
  padding-bottom: 0;
  padding-left: 17px;
  padding-top: 5px;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div.setting ul li a {
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div li {
  padding: 0;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div li .form-control {
  border-radius: 0;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div li .form-control:focus {
  border: 1px solid #ced4da;
  box-shadow: none;
}
.main-menu .menu-right .icon-nav .onhover-div .show-div li .search-btn {
  padding: 8px 12px;
  background-color: var(--theme-color);
  color: #ffffff;
}
.main-menu .menu-right .icon-nav.white-icon .onhover-div img {
  filter: brightness(5);
}
.main-menu .menu-right .icon-nav.white-icon .onhover-div .show-div img {
  filter: none;
}
.header-style-1 .main-menu {
  z-index: 4;
}
.header-style-1 .main-menu .brand-logo {
  padding-block: 5px;
}
.header-style-1 .main-menu .menu-left .navbar {
  padding: 20px 45px 20px 0;
}
.header-style-1 .main-menu .menu-right .icon-nav .onhover-div .show-div {
  top: 63px;
}
.header-style-1 .border-top-cls {
  border-top: 1px solid #eee;
}
.header-style-1 .onhover-div {
  padding-block: 5px;
}
.header-style-1 .top-header {
  background-color: var(--theme-color);
}
.header-style-1 .top-header .header-contact {
  padding: 10px 0;
}
.header-style-1 .top-header .header-dropdown li {
  padding: 10px 0;
}
.header-style-1 .top-header .header-dropdown li + li {
  padding-left: 25px;
}
.header-style-1 .top-header .header-dropdown li {
  color: #ffffff;
}
.header-style-1 .top-header .header-dropdown li i {
  color: #ffffff;
}
.header-style-1 .top-header .header-contact li {
  color: #ffffff;
}
.header-style-1 .top-header .header-contact li i {
  color: #ffffff;
}
.header-style-1 .top-header .right-nav-about .right-nav-list + .right-nav-list .theme-form-select .dropdown-toggle {
  border-left-color: rgba(255, 255, 255, 0.32);
}
.header-style-1 .pixelstrap > li > a,
.header-style-1 .pixelstrap > li a:hover,
.header-style-1 .pixelstrap > li a:active {
  padding-block: 15px;
}
.header-style-1 .pixelstrap > li ul li a {
  padding: 5px 35px;
}
.header-style-1 .pixelstrap > li ul li a:hover,
.header-style-1 .pixelstrap > li ul li a:active {
  padding: 5px 35px;
}
.header-style-1 .upper-menu.pixelstrap a {
  padding-block: 10px;
  padding-right: 35px;
}
.header-style-1 .cart_qty_cls {
  top: -3px;
  right: -6px;
}
.header-style-1 .navbar .nav-link {
  padding-right: 25px;
  white-space: nowrap;
  color: #222222;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  text-transform: unset;
  padding-block: 15px;
  letter-spacing: unset;
}
.header-style-1 .navbar .nav-item.active .nav-link {
  color: var(--theme-color);
}
.header-style-1.sticky .main-menu .menu-left .navbar {
  padding: 10px 45px 10px 0px;
}
.header-style-5 .form_search {
  overflow: unset;
  border-radius: 0;
}
.header-style-5 .form_search .nav-search {
  padding-right: 51px;
}
.header-style-5 .search-suggestion-box {
  top: 56px;
}
.header-style-5.style-classic .form_search {
  border-radius: 0;
}
.header-style-5.style-classic .form_search button {
  border-radius: 0;
}
.header-style-5.style-classic .bottom-part {
  background-color: transparent;
  margin-bottom: -20px;
  position: relative;
  z-index: 1;
}
.header-style-5.style-classic .bottom-part .category-menu .toggle-sidebar {
  padding-top: 18px;
}
.header-style-5.style-classic .bottom-part .main-nav-center .sm > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-style-5.style-classic .bottom-part .container {
  padding: 0;
  background-color: #ffffff;
}
.header-style-5.style-classic .bottom-part .pixelstrap > li > a {
  color: #222;
}
.header-style-5.style-classic .bottom-part .pixelstrap > li > a:hover,
.header-style-5.style-classic .bottom-part .pixelstrap > li > a:active {
  color: #222;
}
.header-style-5.style-classic .main-menu .brand-logo {
  padding-top: 35px;
  padding-bottom: 35px;
}
.header-style-5.style-classic .top-header .header-dropdown > li {
  padding: 15px 25px;
  padding-right: 0;
}
.header-style-5 .navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.header-style-5 .bottom-part {
  background-color: #4d4d4d;
}
.header-style-5 .bottom-part .category-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-style-5 .bottom-part .category-menu .toggle-sidebar {
  background-color: var(--theme-color);
  display: block !important;
  width: 100%;
  text-align: center;
  height: 100%;
  padding-top: 18px;
  color: #ffffff;
  cursor: pointer;
}
.header-style-5 .bottom-part .category-menu .toggle-sidebar i {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}
.header-style-5 .bottom-part .category-menu .toggle-sidebar h5,
.header-style-5 .bottom-part .category-menu .toggle-sidebar .h5 {
  display: inline-block;
  color: #ffffff;
  font-size: 19px;
  text-transform: capitalize;
}
.header-style-5 .bottom-part .pixelstrap > li > a {
  color: #ffffff;
}
.header-style-5 .bottom-part .pixelstrap > li > a:hover,
.header-style-5 .bottom-part .pixelstrap > li > a:active {
  color: #ffffff;
}
.header-style-5 .bottom-part.bottom-light {
  background-color: transparent;
  padding-top: 16px;
  border-top: 1px solid #dddddd;
}
.header-style-5 .bottom-part.bottom-light .category-menu .toggle-sidebar {
  padding-top: 12px;
}
.header-style-5 .bottom-part.bottom-light .main-nav-center .sm > li > a {
  padding-block: 14px;
}
.header-style-5 .bottom-part.bottom-light .pixelstrap > li > a {
  color: #222222;
}
.header-style-5 .bottom-part.bottom-light .pixelstrap > li > a:hover,
.header-style-5 .bottom-part.bottom-light .pixelstrap > li > a:active {
  color: #222222;
}
.header-style-5.border-style .bottom-part.bottom-light {
  border-bottom: 1px solid #dddddd;
  border-top: none;
  padding-top: 0;
}
.header-style-5.border-style .main-menu {
  z-index: 1;
}
.header-style-5.border-style .main-menu .brand-logo {
  padding-block: 10px;
}
.header-style-5.border-style .main-menu .menu-right .icon-nav > li {
  padding-block: 30px;
}
.header-style-5.border-style .onhover-div {
  padding-block: 25px;
}
.header-style-5.border-style .onhover-div .show-div {
  top: 83px;
}
.header-style-light .header-style-5 .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a {
  padding-block: 19px;
}
.header-style-light .header-style-5 .navbar-nav > li > a {
  padding-block: 19px;
}
.header-style-light .header-style-5 .bottom-part .category-menu .toggle-sidebar {
  color: #000000;
  background-color: #ffffff;
  border-inline: 1px solid #dddddd;
  padding-block: 18px;
}
.header-style-light .header-style-5 .bottom-part .category-menu .toggle-sidebar h5,
.header-style-light .header-style-5 .bottom-part .category-menu .toggle-sidebar .h5 {
  color: #000000;
  font-weight: 600;
}
.header-style-light .header-style-5 .bottom-part.bottom-light {
  padding-top: 0;
}
.header-style-light .header-style-5 .bottom-part.bottom-light .main-nav-center .sm > li > a {
  padding-block: 20px;
  background-color: #ffffff;
}
.header-theme-color .header-style-5 {
  background-color: var(--theme-color2);
}
.header-theme-color .header-style-5 .main-menu .menu-right .icon-nav i {
  color: #fff;
}
.header-theme-color .header-style-5 .navbar-expand-xl .navbar-nav > .nav-item > a {
  color: #fff !important;
}
.header-theme-color .header-style-5 .navbar-expand-xl .navbar-nav > .nav-item > a:hover {
  background-color: transparent;
}
.header-theme-color .header-style-5 .top-header {
  background-color: var(--theme-color2);
  border-bottom: 1px solid #506177;
}
.header-theme-color .header-style-5 .bottom-part.bottom-light {
  padding-top: 0;
  border-top: none;
}
.header-theme-color footer {
  background-color: #394868 !important;
}
.header-2 .brand-logo img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
}
@media (max-width: 1199px) {
  .header-2 .brand-logo img {
    position: relative;
    left: unset;
    transform: none;
    top: unset;
  }
}
@media (max-width: 1199px) {
  .header-2 .main-menu {
    margin-bottom: -20px;
  }
}
.marketplace-sidebar.sidenav {
  height: unset;
  width: unset;
  position: relative;
  z-index: 1;
  top: unset;
  left: unset;
  transition: all 0.5s ease;
}
.marketplace-sidebar.sidenav nav {
  z-index: 0;
  height: auto;
  overflow-y: unset !important;
}
.marketplace-sidebar.sidenav ul li a {
  cursor: pointer;
  background-color: #f8f8f8;
}
.marketplace-sidebar.sidenav ul li a:hover {
  color: var(--theme-color);
}
.marketplace-sidebar.sidenav .pixelstrap > li > a {
  padding: 10px 30px 8px 30px;
}
.marketplace-sidebar.sidenav .pixelstrap > li > a:hover,
.marketplace-sidebar.sidenav .pixelstrap > li > a:focus {
  padding: 10px 30px 8px 30px;
}
.marketplace-sidebar.sidenav .pixelstrap.sm-vertical a .sub-arrow {
  margin-top: -14px;
}
.marketplace-sidebar.sidenav .sm-vertical {
  background-color: #f8f8f8;
  padding: 10px 0;
}
.marketplace-sidebar.sidenav.fixed-sidebar {
  position: absolute;
  top: 66px;
  width: calc(100% - 30px);
  z-index: 1;
  display: none;
}
.marketplace-sidebar.sidenav.fixed-sidebar .sm-vertical {
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.marketplace-sidebar .sticky-sidebar {
  position: sticky;
  top: 50px;
  z-index: 1;
}
header.sticky {
  position: sticky;
  width: auto;
  top: 0;
  z-index: 9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}
header.sticky .top-header {
  display: none;
  transition: all 0.3s ease;
}
header.sticky .search-full {
  top: calc(33px + 25 * (100vw - 579px) / 1341);
}
header.sticky .main-menu .brand-logo {
  padding-block: 25px;
}
header.sticky .onhover-div {
  padding-block: 25px;
}
header.stickycls {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}
header.sticky .metro .main-menu .brand-logo {
  padding-block: calc(15px + 20 * (100vw - 575px) / 1345);
}
.svg-icon-menu .pixelstrap > li > a img {
  width: 38px;
  background-color: #ffffff;
  border-radius: 100%;
  border: 1px solid #d2d2d2;
  padding: 2px;
}
.svg-icon-menu.wo-bg .pixelstrap > li > a {
  display: flex;
  align-items: center;
}
.svg-icon-menu.wo-bg .pixelstrap > li > a img,
.svg-icon-menu.wo-bg .pixelstrap > li > a svg {
  background-color: transparent;
  border-radius: 0;
  border: none;
  width: 38px;
  height: 38px;
  padding: 5px;
  margin-right: 10px;
}
.dark .main-menu .menu-right .icon-nav i {
  color: #cecece;
}
.dark header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a {
  color: #cecece;
}
.header-compact .top-header {
  background-color: var(--theme-color);
}
.header-compact .top-header .header-contact li i {
  color: #ffffff;
}
.header-compact .main-menu .brand-logo {
  padding-block: 25px 20px;
}
.header-compact .main-menu .brand-logo img {
  width: calc(130px + 40 * (100vw - 320px) / 1600);
}
.header-compact .menu-row {
  display: flex;
  align-items: center;
}
.header-compact .menu-row .delivery-area {
  margin-right: 25px;
}
.header-compact .onhover-div {
  padding-block: 15px;
}
.header-compact .form_search {
  border-radius: 0;
  height: 42px;
  box-shadow: 0 0 0 1px #e2e2e2;
  background-color: #f8f8f8;
  overflow: visible;
}
.header-compact .form_search input {
  height: 42px;
}
.header-compact .form_search button {
  top: 1px;
  right: 1px;
  width: 40px;
  height: 40px;
}
.header-compact .form_search button i {
  font-size: 16px;
}
.header-compact .form_search .search-suggestion-box {
  border-radius: 0;
}
.header-compact .delivery-area {
  display: flex;
  align-items: center;
  background-color: rgba(32, 102, 100, 0.12);
  padding: 6px 17px;
  border: 1px dashed rgba(32, 102, 100, 0.17);
}
.header-compact .delivery-area svg {
  margin-right: 10px;
  width: 18px;
}
.header-compact .delivery-area div {
  display: flex;
  align-items: center;
}
.header-compact .delivery-area div h5,
.header-compact .delivery-area div .h5,
.header-compact .delivery-area div h6,
.header-compact .delivery-area div .h6 {
  margin-bottom: 0;
}
.header-compact .delivery-area div h6,
.header-compact .delivery-area div .h6 {
  margin-right: 5px;
}
.header-compact .pixelstrap a,
.header-compact .pixelstrap a:hover,
.header-compact .pixelstrap a:active {
  font-size: 14px;
}
.header-compact .top-header .header-contact {
  padding: 10px 0;
}
.header-compact .top-header .header-dropdown li {
  padding: 10px 25px;
}
.header-compact .top-header .header-dropdown li:last-child {
  padding-right: 0;
}
.header-compact .bottom-part {
  padding-bottom: 0;
}
.header-compact .main-nav-center .sm > li > a {
  padding-block: 10px;
}
.header-compact .onhover-div .show-div {
  top: 60px;
}
@media (min-width: 1200px) {
  .header-compact .main-menu-right .dropdown-menu-2 {
    left: 0;
    transform: translateX(0);
  }
  .header-compact .navbar-expand-xl .dropdown:hover .dropdown-menu-2 {
    left: 0;
    transform: translateX(0);
  }
}
header.sticky {
  position: fixed !important;
  width: 100%;
  top: 0;
  z-index: 9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
}
header.sticky .top-header {
  display: none;
  transition: all 0.3s ease;
}
header.sticky.header-style-5.style-classic .bottom-part {
  display: none;
  transition: all 0.3s ease;
}
header.stickycls {
  position: fixed !important;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 99;
}
header .search-full {
  width: 0;
  height: 0;
  background-color: #1c1313;
  position: fixed;
  top: calc(84px + 19 * (100vw - 579px) / 1341);
  left: 50%;
  z-index: 3;
  transform: scale(0) translateX(-50%);
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 576px) {
  header .search-full {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  header .search-full {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  header .search-full {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  header .search-full {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  header .search-full {
    max-width: 1320px;
  }
}
@media (min-width: 1430px) {
  header .search-full {
    max-width: 1400px;
  }
}
header .search-full.open {
  width: 100%;
  animation: zoomIn 0.5s ease-in-out;
  transform: scale(1) translateX(-50%);
}
header .search-full .input-group {
  border: 1px solid #eee;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
header .search-full .input-group .input-group-text {
  border: unset;
  border-radius: 0;
  padding-right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: transparent;
  z-index: 1;
}
header .search-full .input-group .input-group-text i {
  font-size: 20px;
  color: #777;
}
header .search-full .input-group .search-type {
  border: unset;
  padding: calc(10px + 3 * (100vw - 579px) / 1341) 45px;
  margin: 0;
  z-index: 0;
}
header .search-full .input-group .close-search {
  right: 0;
  left: unset;
  padding-right: 0.75rem;
  padding-left: 0;
}
.mobile-menu {
  position: fixed;
  bottom: 0;
  padding: 10px;
  width: 100%;
  background-color: #ffffff;
  z-index: 2;
  overflow: hidden;
  box-shadow: 0 -3px 10px 0px rgba(0, 0, 0, 0.08);
}
.mobile-menu ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.mobile-menu ul li {
  width: 100%;
  text-align: center;
}
.mobile-menu ul li.active {
  transition: 0.3s ease;
  position: relative;
}
.mobile-menu ul li.active::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background-color: var(--theme-color);
  border-radius: 100%;
}
.mobile-menu ul li.active i {
  color: #222;
}
.mobile-menu ul li.active i.activated {
  display: inline-block;
}
.mobile-menu ul li.active i.deactivated {
  display: none;
}
.mobile-menu ul li.active span {
  color: #222222;
  font-weight: 600;
}
.mobile-menu ul li a {
  display: inline-block;
  position: relative;
}
.mobile-menu ul li a img {
  display: block;
  margin: 0px auto;
}
.mobile-menu ul li a.active,
.mobile-menu ul li a:hover {
  color: #222222;
}
@media (max-width: 360px) {
  .mobile-menu ul li a {
    font-size: 13px;
  }
}
.mobile-menu ul li a i {
  display: inline-block;
  margin: 0 auto;
  font-size: calc(20px + 2 * (100vw - 320px) / 1600);
  color: #6a6a6a;
}
.mobile-menu ul li a i.activated {
  display: none;
}
.mobile-menu ul li a i.deactivated {
  display: inline-block;
}
.mobile-menu ul li a span {
  display: block;
  color: rgba(34, 34, 34, 0.8);
  font-weight: 500;
}
.mobile-menu ul li a .cart_qty_cls {
  color: #ffffff;
}
.search-suggestion-box {
  position: absolute;
  width: 100%;
  background-color: #fff;
  left: 0;
  top: calc(33px + 8 * (100vw - 579px) / 1341);
  z-index: 4;
  border: 1px solid #eee;
  border-radius: 0;
  padding: 13px 16px;
  padding-right: 8px;
  box-shadow: 0 0 9px rgba(221, 221, 221, 0.7019607843);
}
.search-suggestion-box ul {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  gap: 7px;
  max-height: 368px;
}
.search-suggestion-box ul::-webkit-scrollbar {
  width: 10px;
}
.search-suggestion-box ul::-webkit-scrollbar-track {
  background: #fff;
}
.search-suggestion-box ul::-webkit-scrollbar-thumb {
  background-color: rgba(25, 163, 136, 0.4784313725);
  border-radius: 100px;
  border: 3px solid #fff;
}
.search-suggestion-box ul > li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-suggestion-box ul > li a {
  color: #000;
  font-size: 16px;
}
.search-suggestion-box ul > li .suggestion-image {
  display: flex;
  align-items: center;
  gap: 8px;
}
.search-suggestion-box ul > li .suggestion-image img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}
.search-suggestion-box ul > li .suggestion-category {
  text-align: unset;
}
.search-suggestion-box ul > li .suggestion-category > div {
  flex-wrap: wrap;
  gap: 2px 0;
  display: flex;
  align-items: center;
  margin-top: 3px;
}
.search-suggestion-box ul > li .suggestion-category p {
  margin: 0;
  color: #4a5568;
  position: relative;
}
.search-suggestion-box ul > li .suggestion-category p + p::before {
  content: "|";
  font-size: 15px;
  color: #4a5568;
  margin-inline: 6px;
}
.search-suggestion-box ul > li .suggestion-category a {
  color: #222 !important;
  font-weight: 500;
  font-size: 16px !important;
}
.search-suggestion-box .result-item {
  padding: 8px;
  cursor: pointer;
}
.search-suggestion-box .result-item {
  z-index: 0;
  position: relative;
}
.search-suggestion-box .result-item:hover::before,
.search-suggestion-box .result-item.selected::before {
  opacity: 0.1;
}
.search-suggestion-box .result-item.dark-code {
  background-color: #333;
  color: #ffffff;
}
.search-suggestion-box .result-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0;
  z-index: -1;
}
.search-suggestion-box .highlight {
  color: red;
}
.search-suggestion-box .not-found-box {
  text-align: center;
}
.search-suggestion-box .not-found-box h5,
.search-suggestion-box .not-found-box .h5 {
  font-size: 16px;
  color: #4a5568;
}
.search-suggestion-box .not-found-box h5 span,
.search-suggestion-box .not-found-box .h5 span {
  font-weight: 600;
  color: #222;
}
.search-suggestion-box .recent-search-section .page-title {
  font-size: 14px !important;
  color: #999;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}
.search-suggestion-box .recent-search-section .page-title a {
  font-size: 14px !important;
}
.search-suggestion-box .recent-search-section .filter-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.search-suggestion-box .recent-search-section .filter-row > a {
  background-color: lightgray;
  color: #222 !important;
  font-size: 14px !important;
  padding: 7px 12px !important;
  text-align: center;
  border-radius: 0;
  transition: all 0.5s ease;
  text-transform: capitalize;
  cursor: pointer;
}
.search-suggestion-box .recent-search-section .filter-row > a:hover {
  background-color: var(--theme-color);
  color: #fff !important;
}
body.home header.header-5 {
  position: absolute;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 991px) {
  body.home header.header-5 {
    position: relative;
  }
}
body.home header.header-5 .top-header {
  background-color: transparent;
}
body.home header.header-5 .top-header .header-dropdown > li {
  padding-top: 40px;
  padding-right: 0;
}
body.home header.header-5 .top-header .header-dropdown > li.mobile-account:before {
  display: none;
}
body.home header.header-5 .top-header .header-dropdown .onhover-dropdown .onhover-show-div {
  top: 80px;
}
body.home header.header-5 .top-header .header-dropdown .onhover-show-div {
  top: 80px;
}
body.home header.header-5 .onhover-div .show-div {
  top: 80px;
}
body.home header.header-5.container-med .container-fluid,
body.home header.header-5.container-med .container-sm,
body.home header.header-5.container-med .container-md,
body.home header.header-5.container-med .container-lg,
body.home header.header-5.container-med .container-xl,
body.home header.header-5.container-med .container-xxl {
  padding-left: 50px;
  padding-right: 50px;
}
body.home header.header-5.sticky {
  width: 100%;
  background-color: #ffffff;
}
body.home header.header-5.none-sticky.sticky {
  position: unset;
}
body.home header.header-5.none-sticky.stickycls {
  position: unset;
}
body.home header.header-5.left-sidebar-header {
  position: fixed;
  background-color: #ffffff;
  z-index: 1;
}
body.home header.header-5.left-sidebar-header .container-fluid,
body.home header.header-5.left-sidebar-header .container-sm,
body.home header.header-5.left-sidebar-header .container-md,
body.home header.header-5.left-sidebar-header .container-lg,
body.home header.header-5.left-sidebar-header .container-xl,
body.home header.header-5.left-sidebar-header .container-xxl {
  padding-left: 40px;
  padding-right: 40px;
}
body.home header.header-5.left-sidebar-header .onhover-div {
  padding-block: 20px;
}
body.home header.header-5.left-sidebar-header .top-header .header-dropdown > li {
  padding-top: 20px;
}
body.home header.header-5.left-sidebar-header .main-menu .brand-logo {
  padding-block: 20px;
}
body.home header.header-5.overlay-style {
  background-color: rgba(0, 0, 0, 0.28);
  z-index: 2;
}
body.home header.header-5.overlay-style .main-menu .brand-logo {
  position: relative;
  padding-block: 20px !important;
}
body.home header.header-5.overlay-style .top-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
body.home header.header-5.overlay-style .navbar-nav > li > a {
  color: #ffffff;
}
@media (max-width: 1199px) {
  body.home header.header-5.overlay-style .navbar-nav > li > a {
    color: #222;
  }
}
body.home header.header-5.overlay-style .main-menu .brand-logo {
  position: relative;
}
@media (max-width: 577px) {
  body.home header.header-5.overlay-style .main-menu .brand-logo {
    padding-block: 20px !important;
  }
}
body.home header.header-5.overlay-style .main-menu .menu-right .icon-nav i {
  color: #ffffff;
}
body.home header.header-5.overlay-style .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a {
  color: #ffffff;
}
@media (max-width: 1199px) {
  body.home header.header-5.overlay-style .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a {
    color: #222;
  }
}
body.home header.header-5.overlay-style .navbar.navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item .nav-link {
  color: #222;
}
body.home header.header-5.overlay-style .pixelstrap > li > a {
  color: #ffffff;
}
@media (max-width: 1199px) {
  body.home header.header-5.overlay-style .pixelstrap > li > a {
    color: #222;
  }
}
body.home header.header-5.overlay-style .pixelstrap > li > a:hover,
body.home header.header-5.overlay-style .pixelstrap > li > a:active {
  color: #ffffff;
}
body.home header.header-5.overlay-style.fixed {
  background-color: #2b2b2b;
}
body.christmas header {
  position: absolute;
  width: 100%;
  z-index: 1;
  background-color: transparent;
}
@media (min-width: 768px) {
  body.christmas header:not(.sticky) .main-menu .menu-right .icon-nav i {
    color: #fff;
  }
  body.christmas header:not(.sticky) .navbar-expand-xl .navbar-nav > .nav-item > a {
    color: #fff !important;
  }
  body.christmas header:not(.sticky) .onhover-div .show-div {
    top: 73px;
  }
  body.christmas header:not(.sticky) .main-menu .menu-left .navbar {
    padding: 20px 45px 20px 0;
  }
  body.christmas header:not(.sticky) .main-menu .menu-left .navbar i {
    color: #ffffff;
  }
  body.christmas header:not(.sticky) .main-menu .brand-logo {
    padding-block: 20px;
  }
  body.christmas header:not(.sticky) .pixelstrap > li > a {
    padding-block: 20px;
    color: #ffffff;
  }
  body.christmas header:not(.sticky) .pixelstrap > li > a:hover,
  body.christmas header:not(.sticky) .pixelstrap > li > a:active,
  body.christmas header:not(.sticky) .pixelstrap > li > a:focus,
  body.christmas header:not(.sticky) .pixelstrap > li > a.highlighted {
    padding-block: 20px;
    color: #ffffff;
  }
  body.christmas header:not(.sticky) .pixelstrap li .lable-nav {
    top: 0;
  }
  body.christmas header:not(.sticky) .onhover-div {
    padding-block: 20px;
  }
  body.christmas header:not(.sticky) .onhover-div > div img {
    filter: brightness(54);
  }
  body.christmas header:not(.sticky) .top-header {
    z-index: 9;
    position: relative;
    background: transparent;
    border-bottom: 1px solid #d13b3c;
  }
  body.christmas header:not(.sticky) .top-header .header-contact li {
    color: #ffffff;
    font-size: 16px;
  }
  body.christmas header:not(.sticky) .top-header .header-contact li i {
    color: #ffffff;
  }
  body.christmas header:not(.sticky) .top-header .header-dropdown li {
    color: #ffffff;
  }
  body.christmas header:not(.sticky) .top-header .header-dropdown li a {
    color: #ffffff;
  }
  body.christmas header:not(.sticky) .top-header .header-dropdown li a i {
    color: #ffffff;
  }
  body.christmas header:not(.sticky) .top-header.blue-layout {
    border-bottom: 1px solid #223b7d;
  }
  body.christmas header:not(.sticky) .toggle-nav {
    padding-block: 24px;
  }
  body.christmas header:not(.sticky) .toggle-nav i {
    color: white !important;
  }
}
@media (max-width: 767px) {
  body.christmas header {
    position: relative;
  }
}
body.christmas header.sticky {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
body.christmas header.sticky .top-header {
  display: none;
}
body.christmas header.header-5.overlay-style {
  background-color: #c1272d;
}
body.christmas header.header-5.overlay-style.fixed {
  background-color: #c1272d;
}
body.digital-download header.header-5.overlay-style {
  background-color: transparent;
}
body.digital-download header.header-5.overlay-style.sticky {
  background: rgb(29, 32, 49);
  background:
    linear-gradient(
      45deg,
      rgb(29, 32, 49) 0%,
      rgb(39, 33, 55) 100%);
}
body.single-product header.header-5.overlay-style {
  background-color: transparent;
}
body.single-product header.header-5.overlay-style .top-header {
  display: none;
}
body.single-product header.header-5.overlay-style.sticky {
  background: rgb(9, 9, 21);
  background:
    linear-gradient(
      90deg,
      rgb(9, 9, 21) 0%,
      rgb(64, 46, 62) 100%);
}
body.single-product header.header-5.overlay-style.sticky .navbar-nav > li > a {
  color: #ffffff;
}
body.single-product header.header-5.overlay-style.sticky .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a {
  color: #ffffff;
}
body.single-product header.header-5.overlay-style.sticky .main-menu .menu-right .icon-nav i {
  color: #ffffff;
}
@media (max-width: 1199px) {
  .dark-demo header.header-5.overlay-style .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a {
    color: #fff !important;
  }
}
@media (max-width: 1199px) {
  .dark-demo header.header-5.overlay-style .navbar-nav > li > a {
    color: #fff !important;
  }
}
.snow-slider {
  position: relative;
}
.owl-theme .owl-nav {
  margin-top: 0;
}
.home-slider:hover .owl-theme .owl-nav .owl-prev,
.home-slider:hover .owl-theme .owl-nav .owl-next,
.center-slider:hover .owl-theme .owl-nav .owl-prev,
.center-slider:hover .owl-theme .owl-nav .owl-next {
  opacity: 1;
  transform: scale(1.8);
  transition: all 0.5s ease;
  margin-top: -10px;
}
@media (max-width: 577px) {
  .home-slider:hover .owl-theme .owl-nav .owl-prev,
  .home-slider:hover .owl-theme .owl-nav .owl-next,
  .center-slider:hover .owl-theme .owl-nav .owl-prev,
  .center-slider:hover .owl-theme .owl-nav .owl-next {
    transform: scale(1.5);
  }
}
@media (max-width: 480px) {
  .home-slider:hover .owl-theme .owl-nav .owl-prev,
  .home-slider:hover .owl-theme .owl-nav .owl-next,
  .center-slider:hover .owl-theme .owl-nav .owl-prev,
  .center-slider:hover .owl-theme .owl-nav .owl-next {
    transform: scale(1.2);
  }
}
@media (max-width: 420px) {
  .home-slider:hover .owl-theme .owl-nav .owl-prev,
  .home-slider:hover .owl-theme .owl-nav .owl-next,
  .center-slider:hover .owl-theme .owl-nav .owl-prev,
  .center-slider:hover .owl-theme .owl-nav .owl-next {
    transform: scale(1.5);
  }
}
@media (max-width: 360px) {
  .home-slider:hover .owl-theme .owl-nav .owl-prev,
  .home-slider:hover .owl-theme .owl-nav .owl-next,
  .center-slider:hover .owl-theme .owl-nav .owl-prev,
  .center-slider:hover .owl-theme .owl-nav .owl-next {
    transform: scale(1.1);
  }
}
.home-slider:hover .owl-theme .owl-nav .owl-prev,
.center-slider:hover .owl-theme .owl-nav .owl-prev {
  left: calc(30px + 36 * (100vw - 320px) / 1600);
}
.home-slider:hover .owl-theme .owl-nav .owl-next,
.center-slider:hover .owl-theme .owl-nav .owl-next {
  right: calc(30px + 36 * (100vw - 320px) / 1600);
}
.home-slider .product-4,
.center-slider .product-4 {
  margin-top: 15px;
}
.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next,
.center-slider .owl-theme .owl-nav .owl-prev,
.center-slider .owl-theme .owl-nav .owl-next {
  opacity: 0;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
  margin-top: -10px;
  position: absolute;
  height: 20px;
  width: 20px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: black;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  outline: none;
  border-radius: 100%;
  z-index: 0;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-slider .owl-theme .owl-nav .owl-prev i,
.home-slider .owl-theme .owl-nav .owl-next i,
.center-slider .owl-theme .owl-nav .owl-prev i,
.center-slider .owl-theme .owl-nav .owl-next i {
  display: none;
}
.home-slider .owl-theme .owl-nav .owl-prev:before,
.home-slider .owl-theme .owl-nav .owl-next:before,
.center-slider .owl-theme .owl-nav .owl-prev:before,
.center-slider .owl-theme .owl-nav .owl-next:before {
  opacity: 1;
  color: black;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-slider .owl-theme .owl-nav .owl-next,
.center-slider .owl-theme .owl-nav .owl-next {
  right: 1px;
}
.home-slider .owl-theme .owl-nav .owl-next:before,
.center-slider .owl-theme .owl-nav .owl-next:before {
  content: "\ea6e";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
}
.home-slider .owl-theme .owl-nav .owl-prev,
.center-slider .owl-theme .owl-nav .owl-prev {
  left: 1px;
  z-index: 1;
}
.home-slider .owl-theme .owl-nav .owl-prev:before,
.center-slider .owl-theme .owl-nav .owl-prev:before {
  content: "\ea64";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
}
.home-slider .home,
.center-slider .home {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 75vh;
}
.home-slider .slider-details,
.center-slider .slider-details {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 26%;
  right: 18%;
  text-align: center;
  padding: 55px;
  width: 510px;
  height: 510px;
}
.home-slider .slider-details.blue-slide,
.center-slider .slider-details.blue-slide {
  background-color: #223b7d;
}
.home-slider .slider-details h1,
.home-slider .slider-details .h1,
.center-slider .slider-details h1,
.center-slider .slider-details .h1 {
  color: #ffffff;
  font-weight: 700;
}
.home-slider .slider-details h3,
.home-slider .slider-details .h3,
.center-slider .slider-details h3,
.center-slider .slider-details .h3 {
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}
.home-slider .slider-details h3:after,
.home-slider .slider-details .h3:after,
.home-slider .slider-details h3:before,
.home-slider .slider-details .h3:before,
.center-slider .slider-details h3:after,
.center-slider .slider-details .h3:after,
.center-slider .slider-details h3:before,
.center-slider .slider-details .h3:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 100%;
  top: 8px;
}
.home-slider .slider-details h3:after,
.home-slider .slider-details .h3:after,
.center-slider .slider-details h3:after,
.center-slider .slider-details .h3:after {
  left: -22px;
  top: 8px;
}
.home-slider .slider-details h3:before,
.home-slider .slider-details .h3:before,
.center-slider .slider-details h3:before,
.center-slider .slider-details .h3:before {
  top: 8px;
  right: -22px;
}
.home-slider .slider-details h2,
.home-slider .slider-details .h2,
.center-slider .slider-details h2,
.center-slider .slider-details .h2 {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 45px;
}
.home-slider .slider-details h4,
.home-slider .slider-details .h4,
.center-slider .slider-details h4,
.center-slider .slider-details .h4 {
  font-size: 24px;
}
.home-slider .slider-details h2,
.home-slider .slider-details .h2,
.home-slider .slider-details h3,
.home-slider .slider-details .h3,
.home-slider .slider-details h4,
.home-slider .slider-details .h4,
.center-slider .slider-details h2,
.center-slider .slider-details .h2,
.center-slider .slider-details h3,
.center-slider .slider-details .h3,
.center-slider .slider-details h4,
.center-slider .slider-details .h4 {
  color: white;
}
.home-slider .slider-contain,
.center-slider .slider-contain {
  width: 100%;
  height: 75vh;
  display: flex;
  align-items: center;
}
.home-slider .slider-contain h1,
.home-slider .slider-contain .h1,
.center-slider .slider-contain h1,
.center-slider .slider-contain .h1 {
  margin-bottom: 0;
  margin-top: 10px;
  color: #222222;
}
.home-slider .slider-contain h4,
.home-slider .slider-contain .h4,
.center-slider .slider-contain h4,
.center-slider .slider-contain .h4 {
  font-weight: 700;
  letter-spacing: 0.4em;
  color: #777777;
  margin-bottom: 0;
}
.home-slider .slider-contain .btn-solid,
.home-slider .slider-contain .btn-outline,
.center-slider .slider-contain .btn-solid,
.center-slider .slider-contain .btn-outline {
  margin-top: 20px;
}
.home-slider .slider-contain.product-detail p,
.center-slider .slider-contain.product-detail p {
  max-width: 50%;
  line-height: 30px;
  font-size: 16px;
  color: #777777;
}
.home-slider .slider-contain.product-detail h3,
.home-slider .slider-contain.product-detail .h3,
.center-slider .slider-contain.product-detail h3,
.center-slider .slider-contain.product-detail .h3 {
  margin-top: 14px;
  margin-bottom: 0;
  font-weight: 600;
  color: #777777;
}
.home-slider .slider-contain.product-detail h3 del,
.home-slider .slider-contain.product-detail .h3 del,
.center-slider .slider-contain.product-detail h3 del,
.center-slider .slider-contain.product-detail .h3 del {
  margin-left: 10px;
}
.home-slider .thumbnail-porduct,
.center-slider .thumbnail-porduct {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100vw;
}
.home-slider .thumbnail-porduct img,
.center-slider .thumbnail-porduct img {
  margin: 0 auto;
  border: 1px solid transparent;
  opacity: 0.5;
}
.home-slider .p-left .slider-contain,
.center-slider .p-left .slider-contain {
  justify-content: flex-start;
}
.home-slider .p-right .slider-contain,
.center-slider .p-right .slider-contain {
  justify-content: flex-end;
}
.home-slider .p-center .slider-contain,
.center-slider .p-center .slider-contain {
  justify-content: center;
}
.home-slider .p-bottom .slider-contain,
.center-slider .p-bottom .slider-contain {
  align-items: flex-end;
  padding-bottom: calc(20px + 30 * (100vw - 320px) / 1600);
}
.home-slider .p-bottom .slider-contain > div,
.center-slider .p-bottom .slider-contain > div {
  padding: 25px 30px;
  background-color: #ffffff;
}
.home-slider .text-center .slider-contain p,
.center-slider .text-center .slider-contain p {
  margin: 0 auto;
}
.home-slider .home-decor .decor,
.center-slider .home-decor .decor {
  position: absolute;
}
.home-slider .home-decor .decor img,
.center-slider .home-decor .decor img {
  box-shadow: 0px 38px 62px -40px rgba(0, 0, 0, 0.2);
}
.home-slider .home-decor .decor span,
.center-slider .home-decor .decor span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  font-size: 16px;
  line-height: 1.2;
  background-color: black;
  border-radius: 100%;
  color: white;
  font-weight: 600;
  padding: 10px;
  height: 80px;
  text-align: center;
  box-shadow: 0px 38px 62px -40px rgba(0, 0, 0, 0.2);
}
.home-slider .home-decor .decor.decor-1,
.center-slider .home-decor .decor.decor-1 {
  top: 26%;
  right: 13%;
}
.home-slider .home-decor .decor.decor-1 span,
.center-slider .home-decor .decor.decor-1 span {
  animation: movebounce 3.2s linear infinite;
}
.home-slider .home-decor .decor.decor-2,
.center-slider .home-decor .decor.decor-2 {
  top: 35%;
  right: 37%;
}
.home-slider .home-decor .decor.decor-2 span,
.center-slider .home-decor .decor.decor-2 span {
  animation: movebounce 2s linear infinite;
}
.home-slider .home-decor .decor.decor-3,
.center-slider .home-decor .decor.decor-3 {
  top: 52%;
  right: 12%;
  display: flex;
  align-items: center;
}
.home-slider .home-decor .decor.decor-3 img,
.center-slider .home-decor .decor.decor-3 img {
  width: 40%;
  transform: scaleX(-1);
}
.home-slider .home-decor .decor.decor-3 span,
.center-slider .home-decor .decor.decor-3 span {
  font-size: 17px;
  background-color: transparent;
  color: #222222;
}
.home-slider .home-decor .decor.decor-4,
.center-slider .home-decor .decor.decor-4 {
  top: 32%;
  right: 35%;
  display: flex;
  align-items: center;
}
.home-slider .home-decor .decor.decor-4 img,
.center-slider .home-decor .decor.decor-4 img {
  width: 40%;
}
.home-slider .home-decor .decor.decor-4 span,
.center-slider .home-decor .decor.decor-4 span {
  font-size: 17px;
  background-color: transparent;
  color: #222222;
}
.center-slider {
  border-left: 1px solid #f1f5f4;
  border-right: 1px solid #f1f5f4;
}
.height-100 .home-slider .home {
  height: 100vh;
}
.height-100 .home-slider .slider-contain {
  height: calc(99vh + 80px);
}
.height-85 .home-slider .home {
  height: 85vh;
}
.height-85 .home-slider .slider-contain {
  height: 85vh;
}
.height-85.content_top .slider-contain {
  padding-top: 150px;
  align-items: flex-start;
}
.height-85.content_top .slider-contain h1,
.height-85.content_top .slider-contain .h1 {
  font-size: 40px;
  letter-spacing: 0.05em;
}
.height-85.content_top .slider-contain .btn-solid {
  padding: 9px 18px;
  margin-top: 10px;
}
.height-85.content_top .slider-contain h4,
.height-85.content_top .slider-contain .h4 {
  letter-spacing: 0.08em;
}
.layout-7.home-slider .home {
  height: 60vh;
}
.layout-7.home-slider .home .slider-contain {
  height: 60vh;
}
.height-65 .home {
  height: 65vh !important;
}
.height-65 .home .slider-contain {
  height: 65vh !important;
}
.banner-slider .height-banner {
  height: 100%;
}
.banner-slider .home {
  height: 81vh;
}
.banner-slider .home .slider-contain {
  height: 81vh;
}
.banner-slider .home-banner > div img {
  width: 100%;
}
.absolute-banner {
  margin-top: -105px;
}
.absolute-banner .service-block .media {
  padding-block: 0;
}
.absolute-banner .absolute-bg {
  background-color: white;
  position: relative;
  padding: 25px;
  box-shadow: 0 0 8px 0 #ddd;
}
@media (max-width: 991px) {
  .absolute-banner .absolute-bg {
    padding: 15px;
  }
}
.absolute-banner.mt-banner {
  margin-top: -55px;
}
.single-home .home-content {
  padding-top: calc(90px + 92 * (100vw - 320px) / 1600);
  padding-bottom: calc(50px + 56 * (100vw - 320px) / 1600);
  width: 60%;
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 1199px) {
  .single-home .home-content {
    width: 78%;
  }
}
@media (max-width: 767px) {
  .single-home .home-content {
    width: 100%;
  }
}
.single-home .home-content h1,
.single-home .home-content .h1 {
  font-size: calc(28px + 32 * (100vw - 320px) / 1600);
  font-weight: 600;
  color: #ffffff;
}
.single-home .home-content h1 span,
.single-home .home-content .h1 span {
  font-size: inherit;
  font-weight: inherit;
  background:
    linear-gradient(
      to right,
      var(--theme-color) 0%,
      var(--theme-color2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.single-home .home-content p {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
}
.single-about-us .about-left-box {
  width: 80%;
}
@media (max-width: 767px) {
  .single-about-us .about-left-box {
    width: 100%;
  }
}
.single-about-us .about-left-box h2,
.single-about-us .about-left-box .h2 {
  font-size: calc(20px + 15 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: unset;
  color: #ffffff;
  margin: 0;
}
.single-about-us .about-left-box h4,
.single-about-us .about-left-box .h4 {
  margin-block: calc(9px + 9 * (100vw - 320px) / 1600) 0;
  letter-spacing: unset;
  text-transform: unset;
  line-height: 1.6;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.37);
}
.single-about-us .about-right-box {
  display: grid;
}
.single-about-us .about-right-box .right-box {
  display: flex;
  gap: calc(12px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 575px) {
  .single-about-us .about-right-box .right-box {
    flex-wrap: wrap;
  }
}
.single-about-us .about-right-box .right-box + .right-box {
  margin-top: calc(12px + 4 * (100vw - 320px) / 1600);
  padding-top: calc(12px + 4 * (100vw - 320px) / 1600);
  border-top: 1px solid;
}
.single-about-us .about-right-box .right-box .about-img {
  width: calc(55px + 13 * (100vw - 320px) / 1600);
  height: calc(55px + 13 * (100vw - 320px) / 1600);
  border-radius: calc(5px + 8 * (100vw - 320px) / 1600);
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: calc(9px + 3 * (100vw - 320px) / 1600);
}
.single-about-us .about-right-box .right-box .about-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      90deg,
      var(--theme-color) 0%,
      var(--theme-color2) 100%);
  opacity: 0.1;
  z-index: -1;
}
.single-about-us .about-right-box .right-box .about-content {
  width: calc(100% - 68px - (12px + 8 * (100vw - 320px) / 1600));
}
@media (max-width: 575px) {
  .single-about-us .about-right-box .right-box .about-content {
    width: 100%;
  }
}
.single-about-us .about-right-box .right-box .about-content h4,
.single-about-us .about-right-box .right-box .about-content .h4 {
  font-weight: 600;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  color: #ffffff;
  line-height: inherit;
  margin: 0;
}
.single-about-us .about-right-box .right-box .about-content p {
  margin: calc(6px + 2 * (100vw - 320px) / 1600) 0 0;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.37);
}
.instagram-box {
  position: relative;
  background-color: var(--theme-color);
  overflow: hidden;
  margin-bottom: -1px;
}
.instagram-box img {
  width: 100%;
}
.instagram-box .overlay {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color);
  top: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(3) rotate(90deg);
}
.instagram-box .overlay i {
  font-size: calc(37px + 23 * (100vw - 320px) / 1600);
  color: #ffffff;
}
.instagram-box:hover .overlay {
  opacity: 0.5;
  transition: 0.5s ease;
  transform: scale(1) rotate(0deg);
}
.insta-style .owl-carousel .active.center .instagram-box .overlay {
  opacity: 0.4;
  transform: scale(1) rotate(0deg);
}
.spinning {
  padding-right: 40px !important;
}
.spinning::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  right: 10px;
  border: 2px solid rgba(255, 255, 255, 0.29);
  border-right: 3px solid #ffffff;
  animation: rotate360 0.5s infinite linear;
}
.loader-bg {
  color: var(--theme-color) !important;
}
.loader-bg .ngx-bar {
  background-color: var(--theme-color) !important;
}
.loader-wrapper {
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}
.loader-wrapper .loader {
  position: relative;
  inset: unset;
  transform: unset;
  margin: 0 auto 13px;
  width: 50px;
  height: 50px;
  background-color: var(--theme-color);
  border-radius: 100%;
}
.loader-wrapper .loader:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  border: 0 solid white;
  transform: translate(-50%, -50%);
  animation: loading 1000ms ease-out forwards infinite;
  transition: all 0.3s ease;
}
.loader-wrapper h3,
.loader-wrapper .h3 {
  font-weight: 500;
  letter-spacing: unset;
  color: #222;
  margin: 0;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.home-skeleton,
.banner-skeleton,
.skeleton-text-p,
[class*=skeleton-text-],
.skeleton-media,
.search-category-skeleton {
  display: none;
}
.skeleton-body {
  background-image: none !important;
  overflow: hidden;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.skeleton-body.header-style-light .category-block .category-image {
  border-radius: 0;
}
.skeleton-body.header-style-light .category-block .category-image::after {
  content: unset;
}
.skeleton-body .home-skeleton,
.skeleton-body .banner-skeleton,
.skeleton-body .dark-banner-skeleton {
  display: block;
}
.skeleton-body .home-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skeleton-body .home-skeleton .skeleton-content {
  width: 100%;
}
.skeleton-body .banner-skeleton .skeleton-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: calc(7px + 39 * (100vw - 320px) / 1600);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #f8f8f8;
}
.skeleton-body .banner-skeleton .skeleton-content p {
  width: 80%;
}
.skeleton-body .banner-skeleton .skeleton-content .placeholder-glow .placeholder {
  height: calc(10px + 18 * (100vw - 320px) / 1600);
  min-height: unset;
}
.skeleton-body .placeholder-glow .placeholder {
  height: calc(12px + 18 * (100vw - 320px) / 1600);
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  border-radius: 0;
  width: 100%;
}
.skeleton-body [class*=skeleton-text-] {
  height: calc(15px + 5 * (100vw - 320px) / 1600);
  width: 60%;
  display: block;
  margin-inline: auto;
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
}
.skeleton-body .title1 h4,
.skeleton-body .title1 .h4 {
  display: none;
}
.skeleton-body .title1 .skeleton-text-h4 {
  display: block;
  width: calc(110px + 30 * (100vw - 320px) / 1600);
  margin-block: 0 10px;
  padding: 0;
}
.skeleton-body .title1 h2,
.skeleton-body .title1 .h2 {
  display: none;
}
.skeleton-body .title1 .skeleton-text-h2 {
  display: block;
  width: calc(240px + 80 * (100vw - 320px) / 1600);
  padding: 0;
}
.skeleton-body .title1 .skeleton-text-h2::after {
  content: unset;
}
.skeleton-body .title1 .skeleton-text-h2.title-inner1 {
  margin-top: 0;
}
.skeleton-body .title1 .skeleton-text-h2.title-inner2 {
  margin: 0 0 50px;
  height: 35px;
  width: 420px;
}
.skeleton-body .title1 .skeleton-text-h2.title-inner2::after {
  content: unset;
}
.skeleton-body .title-basic .title {
  display: none;
}
.skeleton-body .title-basic .skeleton-text-h2 {
  display: block;
  margin: 0;
}
.skeleton-body .title2 h2,
.skeleton-body .title2 .h2,
.skeleton-body .title2 h4,
.skeleton-body .title2 .h4 {
  display: none;
}
.skeleton-body .title2 .skeleton-text-h2 {
  display: block;
  margin: 0 0 calc(20px + 30 * (100vw - 320px) / 1600);
  height: calc(18px + 7 * (100vw - 320px) / 1600);
  width: calc(170px + 250 * (100vw - 320px) / 1600);
}
.skeleton-body .title2 .skeleton-text-h2::after {
  content: unset;
}
.skeleton-body .title2 .skeleton-text-h4 {
  padding-bottom: 0;
  display: block;
  margin-bottom: 10px;
}
.skeleton-body .title3 h2,
.skeleton-body .title3 .h2,
.skeleton-body .title3 h4,
.skeleton-body .title3 .h4,
.skeleton-body .title4 h2,
.skeleton-body .title4 .h2,
.skeleton-body .title4 h4,
.skeleton-body .title4 .h4 {
  display: none;
}
.skeleton-body .title3 .skeleton-text-h2,
.skeleton-body .title4 .skeleton-text-h2 {
  display: block;
  margin: 0 0 calc(20px + 30 * (100vw - 320px) / 1600);
  height: calc(18px + 7 * (100vw - 320px) / 1600);
  width: calc(170px + 250 * (100vw - 320px) / 1600);
}
.skeleton-body .title3 .skeleton-text-h2::after,
.skeleton-body .title4 .skeleton-text-h2::after {
  content: unset;
}
.skeleton-body .title3 .skeleton-text-h4,
.skeleton-body .title4 .skeleton-text-h4 {
  padding-bottom: 0;
  display: block;
  margin: 0 auto 10px;
}
.skeleton-body .title3 .line,
.skeleton-body .title4 .line {
  display: none;
}
.skeleton-body .about-text p {
  display: none;
}
.skeleton-body .about-text .skeleton-text-p {
  margin-bottom: calc(10px + 20 * (100vw - 320px) / 1600);
  width: 100%;
  display: block;
  height: auto;
  background: none;
  animation: none;
}
.skeleton-body .about-text .skeleton-text-p span {
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  width: 100%;
  height: calc(14px + 5 * (100vw - 320px) / 1600);
  display: block;
}
.skeleton-body .about-text .skeleton-text-p span + span {
  margin-top: 10px;
}
.skeleton-body .product-para .text-center {
  display: none;
}
.skeleton-body .product-para .skeleton-text-p {
  margin-bottom: calc(10px + 20 * (100vw - 320px) / 1600);
  width: 100%;
  height: auto;
  background: none;
  animation: none;
}
.skeleton-body .product-para .skeleton-text-p span {
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  width: 100%;
  height: calc(14px + 5 * (100vw - 320px) / 1600);
  display: block;
}
.skeleton-body .product-para .skeleton-text-p span + span {
  margin-top: 10px;
}
.skeleton-body .service-block {
  display: block;
}
.skeleton-body .service-block .media img {
  display: none;
}
.skeleton-body .service-block .media .skeleton-img-box {
  margin-right: 15px;
  width: calc(40px + 20 * (100vw - 320px) / 1600);
  height: calc(40px + 20 * (100vw - 320px) / 1600);
  object-fit: contain;
  transition: all 0.5s ease;
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  border-radius: 0;
  color: transparent;
  display: block;
}
.skeleton-body .service-block .media .service-skeleton-img {
  margin-right: 15px;
  width: calc(40px + 20 * (100vw - 320px) / 1600);
  height: calc(40px + 20 * (100vw - 320px) / 1600);
  object-fit: contain;
  transition: all 0.5s ease;
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  border-radius: 0;
  color: transparent;
  display: inline-block;
}
.skeleton-body .service-block .media .media-body h4,
.skeleton-body .service-block .media .media-body .h4 {
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  border-radius: 0;
  color: transparent;
  width: 70%;
  display: none;
}
.skeleton-body .service-block .media .media-body p {
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  border-radius: 0;
  color: transparent;
  width: 90%;
  display: none;
}
.skeleton-body .service-block .media .media-body .skeleton-content-h4,
.skeleton-body .service-block .media .media-body .skeleton-content-p {
  display: block;
  height: calc(15px + 5 * (100vw - 320px) / 1600);
}
.skeleton-body .about-section h2,
.skeleton-body .about-section .h2 {
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  color: transparent;
  display: inline-block;
}
.skeleton-body .about-section .service .service-block1 .service-skeleton-img {
  margin-right: 0;
}
.skeleton-body .about-section .service .service-block1 h4,
.skeleton-body .about-section .service .service-block1 .h4,
.skeleton-body .about-section .service .service-block1 p {
  width: 100%;
}
.skeleton-body .service-block1 img {
  display: none;
}
.skeleton-body .service-block1 .service-skeleton-img {
  margin-right: 15px;
  width: calc(40px + 20 * (100vw - 320px) / 1600);
  height: calc(40px + 20 * (100vw - 320px) / 1600);
  object-fit: contain;
  transition: all 0.5s ease;
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  border-radius: 0;
  color: transparent;
  display: inline-block;
}
.skeleton-body .service-block1 h4,
.skeleton-body .service-block1 .h4 {
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  border-radius: 0;
  color: transparent;
  width: 70%;
  display: none;
}
.skeleton-body .service-block1 p {
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  border-radius: 0;
  color: transparent;
  width: 90%;
  display: none;
}
.skeleton-body .service-block1 .skeleton-content-h4 {
  display: block;
  height: 14px;
}
.skeleton-body .service-block1 .skeleton-content-p {
  height: 14px;
  display: block;
  margin-top: 9px;
}
.skeleton-body .service-block1:hover h4,
.skeleton-body .service-block1:hover .h4 {
  color: transparent;
}
.skeleton-body .small-section .service-block1 .service-skeleton-img {
  margin: 0;
}
.skeleton-body .beauty-about .skeleton-loader-img {
  display: block;
  width: 330px;
  height: 337px;
  background-color: #f8f8f8;
  margin-inline: auto;
}
@media (max-width: 420px) {
  .skeleton-body .beauty-about .skeleton-loader-img {
    width: 100%;
  }
}
.skeleton-body .beauty-about img {
  display: none;
}
.skeleton-body .service_slide .service-home .row > div:nth-child(even) .service-block1 {
  background-color: rgba(255, 255, 255, 0.85);
}
.skeleton-body .service_slide .service-home .service-block1 {
  background-color: rgba(255, 255, 255, 0.9);
}
.skeleton-body .service_slide .service-home .service-block1 h4,
.skeleton-body .service_slide .service-home .service-block1 .h4 {
  margin-inline: auto;
}
.skeleton-body .service_slide .service-home .service-block1 p {
  margin-bottom: 0;
  margin-inline: auto;
}
.skeleton-body .category-boxes .img-sec img {
  display: none;
}
.skeleton-body .category-boxes .img-sec .skeleton-img-sec {
  width: 58px;
  height: 58px;
  display: block;
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  border-radius: 0;
  color: transparent;
}
.skeleton-body .category-boxes h4,
.skeleton-body .category-boxes .h4 {
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  border-radius: 0;
  color: transparent;
  display: inline-block;
}
.skeleton-body .blog-wo-bg .brand-slider-box .logo-block {
  background-color: #f8f8f8;
}
.skeleton-body .blog-wo-bg .brand-slider-box .logo-block img {
  opacity: 0;
}
.skeleton-body .category-block .category-image {
  background: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  border-radius: 100%;
  border-color: transparent;
}
.skeleton-body .category-block .category-image.svg-image {
  background: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  border-radius: 100%;
}
.skeleton-body .category-block .category-image img {
  opacity: 0;
}
.skeleton-body .category-block .category-details h5,
.skeleton-body .category-block .category-details .h5 {
  background: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  border-radius: 0;
  display: inline-block;
  margin: 0;
  color: transparent;
}
.skeleton-body .img-category .img-sec {
  background: #f8f8f8 !important;
  border: unset;
}
.skeleton-body .img-category h4 a,
.skeleton-body .img-category .h4 a {
  margin-inline: auto;
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  color: transparent;
}
.skeleton-body .vector-category .category-slide .img-category:hover .img-sec {
  border-color: transparent;
}
.skeleton-body .vector-category .category-slide .img-category .img-sec {
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
}
.skeleton-body .vector-category .category-slide .img-category .img-sec img {
  opacity: 0;
}
.skeleton-body .vector-category .category-slide .img-category h4,
.skeleton-body .vector-category .category-slide .img-category .h4 {
  margin-inline: auto;
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  color: transparent;
  line-height: 1.3;
}
.skeleton-body .parallax-cls > section:nth-child(odd) .full-banner .home-skeleton {
  background-color: #dfdfdf;
}
.skeleton-body .gradient-category .gradient-border {
  background: transparent;
}
.skeleton-body .gradient-category .gradient-border .img-sec {
  background-color: #f8f8f8;
}
.skeleton-body .gradient-category .gradient-border .img-sec::after {
  content: unset;
}
.skeleton-body .gradient-category .gradient-border .img-sec img {
  opacity: 0;
}
.skeleton-body .gradient-category h4,
.skeleton-body .gradient-category .h4 {
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  border-radius: 0;
  color: transparent;
}
.skeleton-body .left-sidebar_center .pixelstrap > li > a .skeleton-category-img {
  height: 48px;
  width: 48px;
  display: block !important;
  margin-inline: auto;
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  margin-bottom: 8px;
}
.skeleton-body .left-sidebar_center .pixelstrap > li > a .skeleton-category-text {
  height: calc(15px + 5 * (100vw - 320px) / 1600);
  width: 60%;
  display: block !important;
  margin-inline: auto;
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
}
.skeleton-body .left-sidebar_center .pixelstrap > li > a img,
.skeleton-body .left-sidebar_center .pixelstrap > li > a span {
  display: none !important;
}
.skeleton-body .media {
  display: none;
}
.skeleton-body .search-category-box {
  display: none;
}
.skeleton-body .search-category-skeleton .skeleton-loader {
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  color: transparent;
  width: 10%;
  height: 21px;
}
.skeleton-body.dark .home-skeleton {
  background-color: #151515;
}
.skeleton-body.dark .dark-banner-skeleton .absolute-img {
  display: none;
}
.skeleton-body.dark .dark-banner-skeleton .contain-banner {
  opacity: 0;
}
.skeleton-body.tools-bg .home-skeleton,
.skeleton-body.bg_cls .home-skeleton {
  background-color: #fff;
}
.skeleton-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
.skeleton-menu li {
  width: 67px;
  height: 20px;
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeleton-loader 2s ease-in-out infinite;
  background-image:
    linear-gradient(
      135deg,
      #f6f7f8 0%,
      #edeef1 20%,
      #f6f7f8 40%,
      #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  border-radius: 0;
}
.skeleton-menu li:nth-child(2),
.skeleton-menu li:nth-child(3),
.skeleton-menu li:nth-child(4) {
  width: 92px;
}
.skeleton-menu li:nth-child(5),
.skeleton-menu li:nth-child(6),
.skeleton-menu li:nth-child(7) {
  width: 60px;
}
.skeleton-coupon-box .coupon-name .card-name h5,
.skeleton-coupon-box .coupon-name .card-name .h5 {
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  width: 70%;
  height: 25px;
}
.skeleton-coupon-box .coupon-content p {
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  width: 100%;
  height: 20px;
}
.skeleton-coupon-box .coupon-content .coupon-apply {
  border-top: unset;
}
.skeleton-coupon-box .coupon-content .coupon-apply .coupon-code {
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  width: 30%;
  height: 20px;
}
.skeleton-seller .vendor-text {
  width: 66px;
  height: 66px;
  border-radius: 0;
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
}
.skeleton-seller .contain-name h3,
.skeleton-seller .contain-name .h3 {
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  border-radius: 0;
  width: 50%;
  height: 28px;
}
.skeleton-seller .contain-name .product-label {
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  border-radius: 0;
  width: 20%;
  height: 28px;
}
.skeleton-seller .contain-name .product-label:after {
  display: none;
}
.skeleton-seller .seller-contact {
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  border-radius: 0;
  width: 50% !important;
  height: 28px;
}
.skeleton-seller .seller-contact.mt-2 {
  width: 60% !important;
}
.blog-skeleton .blog-image {
  background-color: #f8f8f8;
}
.blog-skeleton .blog-contain h3,
.blog-skeleton .blog-contain .h3 {
  height: 15px;
  background-position: -500px 0;
  animation: skeleton-loader 2s ease-in-out infinite;
  background-image:
    linear-gradient(
      135deg,
      #f6f7f8 0%,
      #edeef1 20%,
      #f6f7f8 40%,
      #f6f7f8 100%);
  width: 53%;
}
.blog-skeleton .blog-contain .blog-label {
  height: 18px;
  background-position: -500px 0;
  animation: skeleton-loader 2s ease-in-out infinite;
  background-image:
    linear-gradient(
      135deg,
      #f6f7f8 0%,
      #edeef1 20%,
      #f6f7f8 40%,
      #f6f7f8 100%);
}
.blog-skeleton .blog-contain .blog-button {
  height: 27px;
  background-position: -500px 0;
  animation: skeleton-loader 2s ease-in-out infinite;
  background-image:
    linear-gradient(
      135deg,
      #f6f7f8 0%,
      #edeef1 20%,
      #f6f7f8 40%,
      #f6f7f8 100%);
  width: 37%;
}
.left-skelton-box {
  background-color: #f8f8f8;
  padding: calc(18px + 7 * (100vw - 320px) / 1600);
}
.left-skelton-box ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.left-skelton-box ul .placeholder {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeleton-loader 2s ease-in-out infinite;
  background-image:
    linear-gradient(
      135deg,
      #f6f7f8 0%,
      #edeef1 20%,
      #f6f7f8 40%,
      #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  border-radius: 0;
  opacity: 1;
  height: 20px;
  position: relative;
  margin-left: 30px;
}
body.rtl .left-skelton-box ul .placeholder {
  margin-left: unset;
  margin-right: 30px;
}
.left-skelton-box ul .placeholder::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 100%;
  left: -30px;
  background-color: #f6f7f8;
  background-position: -500px 0;
  animation: skeleton-loader 2s ease-in-out infinite;
  background-image:
    linear-gradient(
      135deg,
      #f6f7f8 0%,
      #edeef1 20%,
      #f6f7f8 40%,
      #f6f7f8 100%);
  top: auto;
  border-radius: 0;
}
body.rtl .left-skelton-box ul .placeholder::after {
  left: unset;
  right: -30px;
}
.skeleton-basic-product .img-wrapper .product-image-box {
  background-position: -500px 0;
  width: 100%;
  background:
    linear-gradient(
      90deg,
      rgba(248, 248, 248, 0.85) 8%,
      #eee 18%,
      rgba(248, 248, 248, 0.85) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  aspect-ratio: 163/208;
}
.skeleton-basic-product .product-detail .product-title,
.skeleton-basic-product .product-detail h6,
.skeleton-basic-product .product-detail .h6,
.skeleton-basic-product .product-detail .price {
  background-position: -500px 0;
  width: 100%;
  height: 18px;
  background:
    linear-gradient(
      90deg,
      rgba(248, 248, 248, 0.85) 8%,
      #eee 18%,
      rgba(248, 248, 248, 0.85) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
}
.skeleton-basic-product .product-detail h6,
.skeleton-basic-product .product-detail .h6 {
  margin-top: 8px;
}
.skeleton-basic-product .product-detail .price {
  width: 50%;
}
.skeleton-media {
  display: flex;
  background-color: #fff;
  padding: 14px;
}
@media (max-width: 576px) {
  .skeleton-media {
    display: block;
  }
}
.skeleton-media .image-wrapper {
  background-color: #f8f8f8;
  height: 250px;
  width: calc(143px + 57 * (100vw - 1366px) / 554);
  margin-right: 15px;
}
@media (max-width: 1366px) {
  .skeleton-media .image-wrapper {
    height: 170px;
    width: calc(107px + 36 * (100vw - 1199px) / 167);
  }
}
@media (max-width: 1199px) {
  .skeleton-media .image-wrapper {
    height: 170px;
    width: calc(79px + 91 * (100vw - 768px) / 432);
  }
}
@media (max-width: 768px) {
  .skeleton-media .image-wrapper {
    height: 140px;
    width: 130px;
  }
}
@media (max-width: 576px) {
  .skeleton-media .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .skeleton-media .media-body {
    margin-top: 17px;
  }
}
.skeleton-media .media-body .rating {
  height: 21px;
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  border-radius: 0;
  width: 76%;
}
.skeleton-media .media-body .name {
  height: 17px;
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  border-radius: 0;
  width: 36%;
  margin-top: 8px;
}
.skeleton-media .media-body .price {
  height: 21px;
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  border-radius: 0;
  width: 85%;
  margin-top: 18px;
}
.search-category-skeleton .skeleton-loader {
  display: block !important;
  background:
    linear-gradient(
      90deg,
      rgba(212, 212, 212, 0.41) 8%,
      #cdcdcd 18%,
      rgba(212, 212, 212, 0.41) 33%);
  background-size: 800px 104px;
  animation: skeleton-loader 2s ease-in-out infinite;
  width: 7%;
  height: 15px;
}
.skeleton-accordion .accordion-header .accordion-button span {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image:
    linear-gradient(
      135deg,
      #f6f7f8 0%,
      #edeef1 20%,
      #f6f7f8 40%,
      #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  width: 92px;
  height: 18px;
  border-radius: 0;
}
html.dark .skeleton-accordion .accordion-header .accordion-button span {
  background: rgba(246, 247, 248, 0.05);
  background-image:
    linear-gradient(
      135deg,
      #3f4242 0%,
      rgba(237, 238, 241, 0.1) 20%,
      #3f4242 40%,
      #3f4242 100%);
}
.skeleton-accordion .accordion-header .accordion-button span:before {
  display: none;
}
.skeleton-accordion .accordion-header .accordion-button:before {
  display: none;
}
.skeleton-accordion .placeholder {
  background: #f6f7f8;
  background-position: -500px 0;
  animation: skeletonShine 1s linear 0s infinite normal forwards;
  background-image:
    linear-gradient(
      135deg,
      #f6f7f8 0%,
      #edeef1 20%,
      #f6f7f8 40%,
      #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  border-radius: 0;
  opacity: 1;
  height: 20px;
  position: relative;
  margin-left: 30px;
}
body.rtl .skeleton-accordion .placeholder {
  margin-left: unset;
  margin-right: 30px;
}
html.dark .skeleton-accordion .placeholder {
  background: rgba(246, 247, 248, 0.05);
  background-image:
    linear-gradient(
      135deg,
      #3f4242 0%,
      rgba(237, 238, 241, 0.1) 20%,
      #3f4242 40%,
      #3f4242 100%);
}
.skeleton-accordion .placeholder::after {
  content: "";
  left: 0;
  width: 20px;
  height: 100%;
  left: -30px;
  background-color: #f6f7f8;
  top: auto;
  border-radius: 5px;
}
body.rtl .skeleton-accordion .placeholder::after {
  left: unset;
  right: -30px;
}
html.dark .skeleton-accordion .placeholder::after {
  background: rgba(246, 247, 248, 0.05);
}
.skeleton-accordion .accordion-body ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
header .main-nav {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  header .main-nav {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  header .navbar-nav.category-nav > li + li {
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  header .navbar-nav > li + li {
    margin-top: 15px;
  }
}
header .navbar-nav > li > a {
  font-weight: 500;
  font-size: 16px;
  padding-block: 15px;
  letter-spacing: 0.07em;
  cursor: pointer;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  header .navbar-nav > li > a {
    padding-block: 0;
    text-align: left;
  }
}
header .icon-box {
  display: inline-block;
  margin-right: 10px;
}
header .dropdown-header {
  display: block;
  padding: 8px 20px;
  margin-bottom: 0;
  font-size: 14px;
  color: var(--theme-color);
  white-space: nowrap;
}
@media (max-width: 1199px) {
  header .dropdown-header {
    padding-left: 0;
  }
}
header .navbar-nav {
  padding-top: 16px;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
header .navbar-nav .nav-link {
  cursor: pointer;
}
header .navbar-nav .nav-item {
  margin-bottom: 0;
  position: relative;
}
header .navbar-nav .nav-item .dropdown-menu > li:first-child > a {
  margin-top: 0 !important;
}
header .navbar-nav .nav-item .dropdown-menu .nav-item {
  margin-left: 0 !important;
}
header .navbar-nav .nav-item .dropdown-menu .nav-item:before {
  display: none;
}
header .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
  font-size: 14px;
  padding: 0;
  justify-content: flex-start;
  margin: 10px 0 0 0;
  width: 100%;
  display: block;
  cursor: pointer;
}
header .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:after {
  content: "\ea6e";
  font-size: 16px;
  right: 0;
}
header .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.dropdown-toggle::before {
  content: none;
}
header .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
  padding: 20px;
}
@media (max-width: 1199px) {
  header .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    padding: 0;
    margin-top: 5px;
  }
}
header .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu:empty {
  display: none !important;
}
@media (max-width: 1199px) {
  header .navbar-nav .nav-item .new-pages {
    justify-content: unset !important;
  }
}
header .navbar-nav .nav-item .new-pages .new-dropdown {
  position: absolute;
  top: -7px;
  right: 3px;
  background-color: var(--theme-color);
  font-size: 10px;
  padding: 1px 4px;
  color: #ffffff;
  font-weight: 600;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 1199px) {
  header .navbar-nav .nav-item .new-pages .new-dropdown {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin-left: 9px;
    border-radius: 0;
  }
}
header .navbar-nav .nav-item:hover {
  color: var(--theme-color);
}
header .navbar-nav .dropdown-menu {
  min-width: 200px;
  margin: 0;
  margin-top: -8px;
  background-color: transparent;
  box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.7), 5px 20px 40px 0 rgba(34, 34, 34, 0.4);
  border-color: transparent;
  box-shadow: none;
  border: 0;
  position: absolute;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  display: block !important;
  transform: translateY(-15px);
}
@media (max-width: 1366px) {
  header .navbar-nav .dropdown-menu {
    left: -50%;
  }
}
@media (max-width: 1240px) {
  header .navbar-nav .dropdown-menu {
    left: -70%;
  }
}
@media (max-width: 1199px) {
  header .navbar-nav .dropdown-menu {
    min-width: none;
    margin: 0;
  }
}
header .navbar-nav .dropdown-menu .sub-dropdown-hover {
  position: relative;
}
header .navbar-nav .dropdown-menu .sub-dropdown-hover > a {
  display: block;
  position: relative;
}
header .navbar-nav .dropdown-menu .sub-dropdown-hover > a .new-text i {
  font-size: 12px;
  margin-left: 4px;
  color: var(--theme-color);
}
header .navbar-nav .dropdown-menu .sub-dropdown-hover > a::before {
  content: "\ea6e";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 16px;
}
header .navbar-nav .dropdown-menu .sub-dropdown-hover:hover .sub-menu {
  left: 113%;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1199px) {
  header .navbar-nav .dropdown-menu .sub-dropdown-hover:hover .sub-menu {
    left: unset;
  }
}
header .navbar-nav .dropdown-menu .sub-dropdown-hover .sub-menu {
  position: absolute;
  top: -19px;
  left: 123%;
  min-width: 200px;
  box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
  background-color: #ffffff;
  border-color: transparent;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  header .navbar-nav .dropdown-menu .sub-dropdown-hover .sub-menu {
    position: relative;
    top: unset;
    left: unset;
    opacity: 1;
    min-width: auto;
    z-index: 1;
    visibility: visible;
    box-shadow: none;
    margin: 5px 0 12px 29px;
    padding: 0;
  }
}
header .navbar-nav .dropdown-menu .sub-dropdown-hover .sub-menu li a {
  padding: 0;
  font-size: 14px;
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  color: #222222;
  display: block;
}
header .navbar-nav .dropdown-menu .sub-dropdown-hover .sub-menu li a:hover::after {
  width: 40%;
}
header .navbar-nav .dropdown-menu .sub-dropdown-hover .sub-menu li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  bottom: 2px;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.3;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
header .navbar-nav .dropdown-menu-2 {
  left: 50%;
  transform: translateX(-50%) translateY(-15px);
  width: 52vw;
  min-width: unset;
  padding: 22px !important;
  align-items: center;
  justify-content: space-around;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}
@media (max-width: 1199px) {
  header .navbar-nav .dropdown-menu-2 {
    position: relative;
  }
}
@media (max-width: 1199px) {
  header .navbar-nav .dropdown-menu-2::after {
    content: none;
  }
}
@media (max-width: 1680px) {
  header .navbar-nav .dropdown-menu-2 {
    width: 65vw;
  }
}
@media (max-width: 1400px) {
  header .navbar-nav .dropdown-menu-2 {
    background-position: 20px center;
  }
}
@media (max-width: 1315px) {
  header .navbar-nav .dropdown-menu-2 {
    width: 72vw;
  }
}
@media (max-width: 1260px) {
  header .navbar-nav .dropdown-menu-2 {
    width: 80vw;
  }
}
@media (max-width: 1199px) {
  header .navbar-nav .dropdown-menu-2 {
    width: 100%;
    padding: 0 !important;
    left: 0;
    margin: 0;
  }
}
@media (max-width: 1199px) {
  header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-header {
    padding-left: 10px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(34, 34, 34, 0.8);
  }
  header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-item {
    position: relative;
    cursor: pointer;
    width: auto;
    margin-left: 15px;
  }
  header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-item::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 1px;
    background-color: rgba(74, 85, 104, 0.65);
    top: 50%;
    transform: translateY(-50%);
    left: -4px;
  }
}
header .navbar-nav .dropdown-menu .dropdown {
  margin-inline: 20px;
}
header .navbar-nav .dropdown-menu .dropdown:last-child {
  margin-bottom: 12px;
}
header .navbar-nav .dropdown-menu .dropdown .dropdown-toggle::after {
  display: none;
}
header .navbar-nav .dropdown-menu .dropdown-menu {
  display: block;
  padding-inline: 16px;
}
header .navbar-nav .dropdown-image {
  background-image: none;
}
header .navbar-nav .dropdown-image::after {
  content: none;
}
@media (max-width: 991px) {
  header .navbar-nav .dropdown-image {
    left: 0;
    margin-top: 0;
  }
}
header .navbar-nav .dropdown-image .dropdown-column {
  gap: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1199px) {
  header .navbar-nav .dropdown-image .dropdown-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-block: 8px 16px;
  }
}
header .navbar-nav .dropdown-image .dropdown-column .dropdown-item {
  margin: 0 !important;
  text-align: center;
}
header .navbar-nav .dropdown-image .dropdown-column .dropdown-item:focus,
header .navbar-nav .dropdown-image .dropdown-column .dropdown-item:active {
  background-color: transparent;
}
header .navbar-nav .dropdown-image .dropdown-column .dropdown-item::before {
  content: none;
}
header .navbar-nav .dropdown-image .dropdown-column .dropdown-item::after {
  content: none;
}
@media (max-width: 1199px) {
  header .navbar-nav .dropdown-image .dropdown-column .dropdown-item {
    padding: 0;
  }
}
header .navbar-nav .dropdown-image .dropdown-column .dropdown-item:hover img {
  box-shadow: 5px 20px 40px 0 rgba(34, 34, 34, 0.07);
  transform: translateY(-4px);
}
header .navbar-nav .dropdown-image .dropdown-column .dropdown-item:hover span {
  color: var(--theme-color);
  font-weight: 600;
}
header .navbar-nav .dropdown-image .dropdown-column .dropdown-item:hover span::after {
  width: 100%;
}
header .navbar-nav .dropdown-image .dropdown-column .dropdown-item img {
  width: 100%;
  box-shadow: 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
  transition: all 0.3s ease-in-out;
  display: block;
}
header .navbar-nav .dropdown-image .dropdown-column .dropdown-item span {
  display: inline-block;
  margin-top: 10px;
  text-align: center;
  font-size: calc(15px + 1 * (100vw - 1200px) / 720);
  margin-bottom: -6px;
  position: relative;
  z-index: 0;
  font-weight: 500;
  text-transform: capitalize;
}
header .navbar-nav .dropdown-image .dropdown-column .dropdown-item span::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.3;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
header .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
header .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 16px;
  font-size: calc(21px + 0.45vw);
  white-space: nowrap;
  display: inline-block;
  font-weight: 500;
}
header .navbar-brand:hover {
  text-decoration: none;
}
header .navbar-brand:focus {
  text-decoration: none;
}
header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a {
  padding: 0;
  padding-block: 15px;
  padding-right: 18px;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.07em;
}
header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a::before {
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "\ea4e";
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  transition: all 0.15s ease-in-out;
}
@media (max-width: 1199px) {
  header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a::before {
    right: 0;
    line-height: 1;
  }
}
@media (max-width: 1199px) {
  header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a {
    padding-block: 0;
  }
}
header .navbar.navbar-expand-xl .navbar-nav .nav-item + .nav-item {
  margin-left: calc(15px + 10 * (100vw - 1200px) / 720);
}
@media (max-width: 1399px) {
  header .navbar.navbar-expand-xl .navbar-nav .nav-item + .nav-item {
    margin-left: 16px;
  }
}
@media (max-width: 1199px) {
  header .navbar.navbar-expand-xl .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
}
header .navbar.navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item:hover > .dropdown-toggle {
  color: var(--theme-color);
}
header .navbar.navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item > .dropdown-toggle {
  padding: 0;
  font-weight: 400;
  font-size: 15px;
}
header .navbar.navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item > .dropdown-toggle::before {
  content: unset;
}
header .navbar.navbar-expand-xl .navbar-nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  text-transform: capitalize;
  transition: all 0.15s ease-in-out;
}
header .navbar.navbar-expand-xl .navbar-nav .nav-link::after {
  content: none;
}
header .navbar.navbar-expand-xl .navbar-nav .nav-link .icli {
  margin-left: 10px;
}
header .navbar.navbar-expand-xl .navbar-nav .nav-link .label-menu {
  position: absolute;
  top: -10px;
  left: 84%;
  transform: translateX(-50%);
  font-size: 8px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 16px;
  padding: 0 8px;
  font-weight: 600;
  color: #ffffff;
  background-color: var(--theme-color);
  border-radius: 50px;
}
@media (max-width: 1199px) {
  header .navbar.navbar-expand-xl .navbar-nav .nav-link .label-menu {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    margin-left: 10px;
    margin-right: auto;
    border-radius: 0;
  }
}
header .navbar.navbar-expand-xl .navbar-nav .nav-link .label-menu::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  top: 100%;
  left: 10px;
  border-right: 4px solid transparent;
  border-top: 4px solid var(--theme-color);
}
@media (max-width: 1199px) {
  header .navbar.navbar-expand-xl .navbar-nav .nav-link .label-menu::before {
    content: none;
  }
}
header .navbar.navbar-expand-xl .navbar-nav .nav-link-2::before {
  content: none;
}
header .navbar-text {
  padding-top: 9px;
  padding-bottom: 9px;
}
header .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
header .navbar-toggler {
  background-color: transparent;
  transition: box-shadow 0.15s ease-in-out;
  padding: 12px;
  font-size: 18px;
  margin-right: 10px;
  padding: 0;
  line-height: 1.5;
}
@media (max-width: 767px) {
  header .navbar-toggler {
    margin-right: 0;
  }
}
header .navbar-toggler:focus-visible {
  outline: none;
}
header .navbar-toggler:focus {
  box-shadow: none;
}
header .navbar-toggler-icon {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #222222;
}
@media (max-width: 767px) {
  header .navbar-toggler-icon {
    margin-right: 0;
  }
}
header .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
header .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
header .navbar-expand .navbar-nav {
  flex-direction: row;
}
header .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
  left: 26px;
  top: 30px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.14);
}
header .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
header .navbar-expand .navbar-collapse {
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
header .navbar-expand .navbar-toggler {
  display: none;
}
header .navbar-light .navbar-brand {
  color: #222222;
}
header .navbar-light .navbar-brand:hover {
  color: #222222;
}
header .navbar-light .navbar-brand:focus {
  color: #222222;
}
header .navbar-light .navbar-nav .nav-link {
  color: #222222;
}
header .navbar-light .navbar-nav .nav-link:hover {
  color: var(--theme-color);
}
header .navbar-light .navbar-nav .nav-link:focus {
  color: var(--theme-color);
}
header .navbar-light .navbar-nav .show > .nav-link {
  color: var(--theme-color);
}
header .navbar-light .navbar-nav .nav-link.active {
  color: var(--theme-color);
}
header .navbar-light .navbar-toggler {
  color: #4a5568;
  border-color: transparent;
}
header .navbar-light .navbar-text {
  color: #4a5568;
}
header .navbar-light .navbar-text a {
  color: var(--theme-color);
}
header .navbar-light .navbar-text a:hover {
  color: var(--theme-color);
}
header .navbar-light .navbar-text a:focus {
  color: var(--theme-color);
}
header .navbar {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
  z-index: 3;
}
header .navbar-shadow {
  box-shadow: 0 2px 10px -3px rgba(34, 34, 34, 0.1);
}
header .header-nav-middle {
  margin: auto !important;
}
header .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1080;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #ffffff;
  background-clip: padding-box;
  outline: 0;
  box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
  transition: transform 0.3s ease-in-out;
  will-change: transform, box-shadow;
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
  visibility: visible !important;
}
header .offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
  top: 0;
  left: 0;
  box-shadow: none;
}
@media (max-width: 1199px) {
  header .offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
    width: calc(300px + 20 * (100vw - 320px) / 879);
    transform: translateX(-100%);
    z-index: 7;
  }
}
header .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 20px 24px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1199px) {
  header .offcanvas-header {
    padding: calc(13px + 7 * (100vw - 320px) / 880) calc(16px + 8 * (100vw - 320px) / 880);
  }
}
header .offcanvas-header .btn-close {
  font-size: 20px;
  background: unset;
  opacity: 1;
  width: unset;
  height: unset;
  line-height: 1;
  position: relative;
  inset: unset;
  transform: unset;
  margin: 0;
  padding: 0;
}
header .offcanvas-header h5,
header .offcanvas-header .h5 {
  color: var(--theme-color);
  font-weight: 500;
  font-size: calc(18px + 4 * (100vw - 320px) / 880);
  margin: 0;
}
header .offcanvas-title {
  margin-bottom: 0;
  line-height: initial;
}
header .offcanvas-body {
  flex-grow: 1;
  padding: 20px 24px;
  overflow-y: auto;
  height: 100%;
}
@media (max-width: 1199px) {
  header .offcanvas-body {
    padding: calc(13px + 7 * (100vw - 320px) / 880) calc(16px + 8 * (100vw - 320px) / 880);
  }
}
header .offcanvas-body::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
  opacity: 0;
}
header .offcanvas-body::-webkit-scrollbar-thumb {
  border-radius: 4px;
}
header .offcanvas-body > .simplebar-track {
  display: block;
  background-color: transparent;
}
header .offcanvas-body .simplebar-vertical {
  margin-right: 3px;
}
header .offcanvas-start {
  top: 0;
  left: 0;
  width: 352px;
  border-right: 0 solid transparent;
  transform: translateX(-100%);
}
header .offcanvas-end {
  top: 0;
  right: 0;
  width: 352px;
  border-left: 0 solid transparent;
  transform: translateX(100%);
}
header .offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 0 solid transparent;
  transform: translateY(-100%);
}
header .offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 0 solid transparent;
  transform: translateY(100%);
}
header .offcanvas.show {
  transform: none !important;
  box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04) !important;
}
header .offcanvas-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 20px 24px;
}
header .sidebar-toggle {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  z-index: 1025;
}
header .hot-deal-box {
  color: #e21719;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}
header .hot-deal-box img {
  margin-right: 7px;
}
header .hot-deal-box span {
  font-size: 16px;
  font-weight: 500;
}
@media (prefers-reduced-motion: reduce) {
  header .navbar-toggler {
    transition: none;
  }
  header .offcanvas {
    transition: none;
  }
}
@media (min-width: 1200px) {
  header .navbar-expand-xl.navbar .offcanvas-body {
    overflow: visible;
  }
  header .navbar-expand-xl .navbar-nav {
    position: relative;
    padding-top: 0;
  }
  header .navbar-expand-xl .navbar-nav .nav-item {
    border: 0;
  }
  header .navbar-expand-xl .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0;
  }
  header .navbar-expand-xl .navbar-nav .nav-item:hover > .nav-link:not(.disabled) {
    color: var(--theme-color);
  }
  header .navbar-expand-xl .navbar-nav .nav-item:hover > .nav-link:not(.disabled)::before {
    transform: translateY(-50%) rotateX(180deg);
  }
  header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu {
    padding: 20px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1199px) {
  header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu {
    padding: 0;
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item {
    padding: 0 20px;
  }
  header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item > .dropdown-menu {
    padding: 20px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1199px) {
  header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item > .dropdown-menu {
    padding: 0;
    margin-top: 5px;
  }
  header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item > .dropdown-menu:before {
    content: "\ea4e";
  }
}
@media (min-width: 1200px) {
  header .navbar-expand-xl .navbar-nav .nav-item > .dropdown-menu > .nav-item > .dropdown-menu > .nav-item {
    padding: 0 20px;
  }
  header .navbar-expand-xl .navbar-nav .nav-item.active > .nav-link:not(.disabled) {
    color: var(--theme-color);
  }
  header .navbar-expand-xl .navbar-nav > .dropdown > .dropdown-toggle::after {
    display: none;
  }
  header .navbar-expand-xl .dropdown-menu {
    margin-top: 0;
    box-shadow: -1px 0 10px 0 rgba(34, 34, 34, 0.07), 5px 20px 40px 0 rgba(34, 34, 34, 0.04);
    background-color: #ffffff;
    border-color: #ffffff;
    padding: 20px;
    border-radius: 0;
    display: none !important;
  }
  header .navbar-expand-xl .dropdown-menu li {
    display: block;
    width: 100%;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown-column {
    position: relative;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown-column:first-of-type {
    margin-left: 0;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown-item {
    padding: 0;
    margin: 12px 0 0 0;
    font-size: 15px;
    position: relative;
    transition: all 0.3s ease-in-out;
    z-index: 0;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown-item:hover::after {
    width: 40%;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown-item:active {
    color: #000000;
    background-color: transparent;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown-item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    bottom: 2px;
    left: 0;
    background-color: var(--theme-color);
    opacity: 0.3;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    z-index: -1;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown-item:focus {
    background-color: transparent;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    border-left: 0;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown .dropdown-toggle {
    position: relative;
    padding-right: 26px;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown .dropdown-toggle::after {
    content: "\ea4e";
    position: absolute;
    font-family: remixicon;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    top: 50%;
    transform: translateY(-50%);
    width: unset;
    height: unset;
    display: block;
    right: 10px;
    border: none;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown:last-child {
    margin-bottom: 0;
  }
  header .navbar-expand-xl .dropdown-menu .dropdown-menu {
    top: -20px;
    right: auto;
    left: 100%;
    width: auto;
    margin-top: 0;
    margin-inline: 0;
    padding-inline: 0;
    border-radius: 0;
    background-color: #ffffff;
  }
  header .navbar-expand-xl .dropdown-menu.show {
    display: none;
  }
  header .navbar-expand-xl .dropdown-menu.dropdown-menu-end {
    right: 0;
    left: auto;
  }
  header .navbar-expand-xl .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    display: block !important;
  }
  header .navbar-expand-xl .dropdown:hover .dropdown-menu-2 {
    transform: translateY(0) translateX(-50%);
    display: block !important;
    left: 50%;
  }
  header .navbar-expand-xl .dropdown:hover .dropdown-menu-center {
    transform: translateX(-50%) translateY(0);
  }
  header .navbar-expand-xl .dropdown:hover .dropdown-menu-left {
    transform: translateX(-50%) translateY(0);
  }
  header .navbar-expand-xl .dropdown-mega {
    position: unset;
  }
  header .navbar-expand-xl .dropdown-mega > .dropdown-menu {
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: none !important;
  }
  header .navbar-expand-xl .dropdown-mega:hover > .dropdown-menu {
    display: flex;
  }
  header .navbar-expand-xl .dropdown-mega .dropdown-menu .dropdown-item {
    display: block;
    padding: 0;
  }
  header .navbar-expand-xl .dropdown-mega .dropdown-column.dropdown-column-img {
    width: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
  }
  header .navbar-expand-xl .dropdown-mega .dropdown-column .dropdown-header {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #222222;
    position: relative;
  }
  header .navbar-expand-xl .dropdown-mega .dropdown-column .dropdown-header::after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 36px;
    height: 2px;
    background-color: var(--theme-color);
    left: 0;
  }
  header .offcanvas-expand {
    transform: none !important;
    z-index: 1031;
  }
  header .offcanvas-expand.offcanvas-start {
    transform: none !important;
  }
  header .offcanvas-expand.offcanvas-end {
    transform: none !important;
  }
  header .offcanvas-expand.offcanvas-bottom {
    transform: none !important;
  }
  header .offcanvas-collapse {
    display: block;
    position: static;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    transform: none !important;
    background-color: transparent;
    box-shadow: none;
  }
  header .offcanvas-collapse .offcanvas-header {
    display: none;
  }
  header .offcanvas-collapse .offcanvas-footer {
    display: none;
  }
  header .offcanvas-collapse .offcanvas-body {
    padding: 0;
    overflow: initial;
  }
  header .offcanvas-enabled-start {
    padding-left: 376px;
  }
  header .offcanvas-enabled-end {
    padding-right: 376px;
    padding-left: 0;
  }
}
header .navbar-expand-xl .offcanvas {
  -webkit-box-flex: 1;
}
@media (max-width: 1199px) {
  header .navbar-expand-xl .offcanvas {
    z-index: 4;
    -webkit-box-flex: 2;
  }
}
header .offcanvas-backdrop {
  z-index: 6;
}
@media (max-width: 1199px) {
  header .offcanvas-collapse .offcanvas-body .navbar-nav {
    padding-top: 0;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-item {
    border-top: 0;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #4a5568;
    font-weight: 700;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link:hover {
    color: var(--theme-color);
    background-color: transparent;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link.active {
    color: var(--theme-color);
    background-color: transparent;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .nav-link.disabled {
    color: #4a5568;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .show > .nav-link {
    color: var(--theme-color);
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .active > .nav-link {
    color: var(--theme-color);
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu li {
    display: block;
    width: 100%;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item {
    color: #4a5568;
    font-size: 14px;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: var(--theme-color);
    background-color: transparent;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item.active {
    color: var(--theme-color);
    background-color: transparent;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item.disabled {
    color: #4a5568;
  }
  header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-header {
    font-size: 16px;
    font-weight: 600;
  }
  header .navbar-nav .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: none !important;
    transform: translateY(0);
  }
  header .navbar-nav .dropdown-menu.show {
    position: relative;
    display: block !important;
    inset: unset;
  }
  header .navbar-nav .dropdown-menu .dropdown-item {
    position: relative;
    margin-left: 15px;
  }
  header .navbar-nav .dropdown-menu .dropdown-item::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 1px;
    background-color: rgba(74, 85, 104, 0.65);
    top: 50%;
    transform: translateY(-50%);
    left: -4px;
  }
  header .navbar-nav .dropdown-menu .dropdown-column .dropdown-header {
    padding-left: 10px;
    font-size: 15px;
    font-weight: 500;
    color: rgba(34, 34, 34, 0.8);
  }
}
@media (max-width: 1199px) {
  header.header-style-1 .bg-light {
    line-height: 0;
  }
}
header.header-style-1 .bg-light .navbar {
  padding: 0;
}
@media (max-width: 1199px) {
  .new-nav-item {
    justify-content: unset !important;
  }
}
.new-nav-item .new-dropdown {
  position: absolute;
  background-color: var(--theme-color);
  padding: 2px 7px;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 9px;
  top: -7px;
  right: 3px;
  font-weight: 600;
  line-height: 1.3;
}
.new-nav-item .new-dropdown::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--theme-color);
  top: 15px;
  left: 22px;
}
@media (max-width: 1199px) {
  .new-nav-item .new-dropdown {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin-left: 9px;
    border-radius: 0;
  }
}
@media (max-width: 1199px) {
  .new-nav-item .new-dropdown {
    margin: 0;
    padding-block: 3px;
    font-size: 10px;
  }
  .new-nav-item .new-dropdown::after {
    content: unset;
  }
}
.dropdown-menu .product-box {
  padding: 0;
}
.dropdown-menu .product-box .product-image {
  background-color: #f8f8f8;
  margin-bottom: 10px;
  border-radius: 0;
  overflow: hidden;
}
.dropdown-menu .product-box .product-detail a h6.name,
.dropdown-menu .product-box .product-detail a .name.h6 {
  font-size: 14px;
  font-weight: 400;
}
.dropdown-menu .product-box .product-detail .rating {
  margin-top: 3px;
}
.dropdown-menu .product-box .product-detail .rating span.ng-star-inserted {
  color: #ffb321;
  font-size: 20px;
  margin-right: 1px;
  line-height: 1;
}
.dropdown-menu .product-box .product-detail .unit {
  color: #777;
}
.dropdown-menu .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 30%;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  background-color: #ffffff;
  transform: scale(0.86);
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 8px rgba(221, 221, 221, 0.6);
  padding: 0;
  margin: 0;
  line-height: 1;
  border: 1px solid #ececec;
}
.dropdown-menu .owl-theme .owl-nav [class*=owl-]::after {
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  color: rgba(34, 34, 34, 0.88);
}
.dropdown-menu .owl-theme .owl-nav .owl-prev {
  left: -20px;
}
@media (max-width: 1199px) {
  .dropdown-menu .owl-theme .owl-nav .owl-prev {
    left: 0;
  }
}
.dropdown-menu .owl-theme .owl-nav .owl-prev::after {
  content: "\ea64";
}
.dropdown-menu .owl-theme .owl-nav .owl-next {
  right: -20px;
}
@media (max-width: 1199px) {
  .dropdown-menu .owl-theme .owl-nav .owl-next {
    right: 0;
  }
}
.dropdown-menu .owl-theme .owl-nav .owl-next::after {
  content: "\ea6e";
}
.dropdown-menu .owl-theme:hover .owl-nav [class*=owl-] {
  transform: scale(1);
}
.menu-img-banner {
  margin: -30px;
}
.menu-img-banner a {
  display: block;
  width: 100%;
}
.menu-img-banner a img {
  width: 100%;
}
.menu-img-banner h4,
.menu-img-banner .h4 {
  margin-top: 12px;
  line-height: 1.5;
  font-weight: 500;
}
.menu-label {
  background-color: var(--theme-color) !important;
  font-size: 12px;
  padding: 3px 5px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 0;
  margin-bottom: 0;
  margin-left: 4px;
}
.menu-label::before {
  content: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background-color: #ff7272;
  left: -5px;
  width: 12px;
  height: 12px;
  z-index: -1;
  background-color: transparent;
}
.menu-label.warning-label {
  background-color: #ffa53b;
}
.menu-label.success-label {
  background-color: var(--theme-color);
}
@media (max-width: 1199px) {
  header .navbar-nav .nav-item .dropdown-menu .nav-link {
    display: none !important;
  }
  header .navbar-nav .nav-item .dropdown-menu .dropdown-menu {
    display: block !important;
    position: relative;
    inset: unset;
  }
}
header.header-5 .main-navbar .nav-menu > li > a {
  color: #fff !important;
}
header .main-navbar {
  text-align: center;
}
header .main-navbar.classic-header {
  text-align: left !important;
}
@media (max-width: 1199px) {
  header .main-navbar.classic-header .header-nav-middle {
    height: 0;
  }
}
header .main-navbar.classic-header .nav-menu > li > a {
  padding: 15px 45px 15px 0;
}
header .main-navbar.classic-header .nav-menu > li > a.dropdown::after {
  position: absolute;
  right: 21px;
  margin-left: 0;
}
header .main-navbar .nav-menu {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}
header .main-navbar .nav-menu > li {
  position: relative;
  float: left;
  display: block;
}
header .main-navbar .nav-menu > li > a {
  display: block;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 42px 24px 42px 0;
  letter-spacing: 0.07em;
  position: relative;
  cursor: pointer;
}
header .main-navbar .nav-menu > li > a.dropdown::after {
  content: "\ea4e";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  font-weight: bold;
  font-stretch: normal;
  font-size: 16px;
  text-shadow: none;
  border-radius: 4px;
  position: relative;
  inset: unset;
  margin-left: 7px;
}
@media (max-width: 1199px) {
  header .main-navbar .nav-menu > li > a.dropdown::after {
    content: "\ea13";
    font-family: remixicon;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
  }
}
@media (max-width: 1199px) {
  header .main-navbar .nav-menu > li > a.dropdown.active::after {
    content: "\f1af";
  }
}
header .main-navbar .nav-menu > li > a .lable-nav {
  position: absolute;
  background-color: var(--theme-color);
  padding: 2px 7px;
  color: #ffffff;
  top: 0;
  text-transform: uppercase;
  font-size: 9px;
  left: 28px;
  line-height: 1.3;
}
header .main-navbar .nav-menu > li > a .lable-nav:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--theme-color);
  top: 15px;
  left: 5px;
}
header .main-navbar .nav-menu > li > a .lable-nav.lable-red {
  background-color: #ff4c3b;
}
header .main-navbar .nav-menu > li > a .lable-nav.lable-red:before {
  border-top: 5px solid #ff4c3b;
}
header .main-navbar .nav-menu > li .nav-submenu {
  position: absolute;
  left: 0;
  z-index: 4;
  box-shadow: 0 1px 6px 0 #ebebeb;
  padding: 15px 0px 15px 0px;
  background: white;
}
header .main-navbar .nav-menu > li .nav-submenu li {
  border: 0;
  float: none;
  position: relative;
  display: block;
}
header .main-navbar .nav-menu > li .nav-submenu li:hover > .nav-submenu {
  opacity: 1;
  visibility: visible;
}
header .main-navbar .nav-menu > li .nav-submenu li a {
  border: 0 !important;
  background: transparent;
  color: #222222;
  border-radius: 0 !important;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 5px 35px;
  display: block;
  letter-spacing: 0.07em;
  line-height: 1.9;
}
header .main-navbar .nav-menu > li .nav-submenu li a.dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .main-navbar .nav-menu > li .nav-submenu li a.dropdown:before {
  content: unset;
}
header .main-navbar .nav-menu > li .nav-submenu li a.dropdown::after {
  content: "\ea6e";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  line-height: 1;
  font-size: 18px;
}
header .main-navbar .nav-menu > li .nav-submenu li a:before {
  position: absolute;
  bottom: 0;
  content: "";
  height: 2px;
  width: 0;
  background-color: var(--theme-color);
  transition: 0.5s ease;
}
header .main-navbar .nav-menu > li .nav-submenu li > .nav-submenu {
  top: 0;
  opacity: 0;
  left: unset;
  visibility: hidden;
  right: -200px;
}
header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
  position: absolute;
  width: 200px;
  right: -200px;
  top: 0;
  background: #fff;
  border: none;
  padding: 15px 0px 15px 0px;
  box-shadow: 0 1px 6px 0 #ebebeb;
}
header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu li:hover .nav-inner-menu {
  display: block;
}
header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu .nav-inner-menu {
  z-index: 1;
  display: none;
  top: auto;
  left: 0;
  margin-left: -200px;
  margin-top: -41px;
  min-width: 14em;
  max-width: 14em;
  position: absolute;
  background: #fff;
  box-shadow: 0 1px 6px 0 #ebebeb;
}
header .main-navbar .nav-menu > li .mega-menu-container {
  position: absolute;
  left: 0;
  z-index: 4;
  box-shadow: 0 1px 6px 0 #ebebeb;
  padding: 30px;
  background: white;
  width: 100%;
}
header .main-navbar .nav-menu > li:hover > a {
  color: var(--theme-color);
}
header .main-navbar .nav-menu > li.mega-menu {
  position: unset;
}
header .main-navbar .nav-menu > li .sub-menu .dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .main-navbar .nav-menu > li .sub-menu .dropdown:before {
  content: unset;
}
header .main-navbar .nav-menu > li .sub-menu .dropdown::after {
  transform: rotate(-90deg);
  content: "\f107";
  overflow: hidden;
  font-weight: bold;
  font-stretch: normal;
  font-size: 16px;
  text-shadow: none;
  border-radius: 4px;
  font-family: FontAwesome;
  position: relative;
  inset: unset;
  margin-left: 7px;
}
header .main-navbar .nav-menu > li .sub-menu > li {
  position: relative;
}
header .main-navbar .nav-menu > li .sub-menu > li > ul {
  position: absolute;
  width: 200px;
  right: -200px;
  top: 0;
  background: #fff;
  border: none;
  padding: 15px 0px 15px 0px;
  box-shadow: 0 1px 6px 0 #ebebeb;
}
header.header-tools .main-navbar .nav-menu > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
header.header-tools .main-navbar .nav-menu > li > a .lable-nav {
  top: 0;
}
header .sidenav {
  height: 100vh;
  width: 300px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: -300px;
  background-color: #ffffff;
  transition: all 0.5s ease;
}
header .sidenav .sidebar-back {
  padding: 20px;
  font-size: 18px;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
  cursor: pointer;
}
header .sidenav nav {
  background-color: #ffffff;
  z-index: 9;
  position: relative;
  height: 100vh;
  top: 0;
}
header .sidenav.openSide {
  left: 0;
  transition: all 0.5s ease;
}
header .sidenav.openSide .sidebar-overlay {
  opacity: 0.8;
  visibility: visible;
}
header .sidenav .sidebar-overlay {
  visibility: hidden;
  opacity: 0;
  background-color: #212331;
  position: fixed;
  z-index: 6;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
header .sidenav .closebtn {
  position: absolute;
  top: 0;
  font-size: 36px;
  margin-left: 50px;
  margin-top: 50px;
  color: #afafaf;
}
header .sidenav .sidebar-menu {
  background-color: #ffffff;
  display: block;
  margin: 0;
  padding: 0;
  direction: ltr;
  text-align: left;
}
header .sidenav .sidebar-menu li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  direction: ltr;
  text-align: left;
  float: none;
}
header .sidenav .sidebar-menu li a {
  padding: 10px 50px 20px 40px;
  position: relative;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  display: block;
}
header .sidenav .sidebar-menu li ul {
  position: absolute;
  width: 200px;
  left: 100%;
  top: 0;
  padding: 15px 0px;
  display: none;
  background-color: #fff;
}
header .sidenav .sidebar-menu li ul li a {
  padding: 5px 35px;
}
header .sidenav .sidebar-menu li ul li a:active,
header .sidenav .sidebar-menu li ul li a:focus,
header .sidenav .sidebar-menu li ul li a.highlighted {
  padding: 5px 35px;
}
header .sidenav .sidebar-menu li .mega-menu {
  position: absolute;
  left: 100%;
  width: 815px !important;
  padding: 15px 30px 25px !important;
  background-color: #ffffff;
  box-shadow: 0 0 1px 0 #ebebeb;
}
header .sidenav .sidebar-menu li .mega-menu li ul {
  position: relative;
  width: 100%;
  left: inherit;
}
header .sidenav .clothing-menu .link-section ul {
  position: relative;
  display: block;
  padding-block: 0 15px;
  inset: unset;
}
header .sidenav .clothing-menu .link-section ul li a {
  padding-inline: 0;
}
header .sidenav .pixelstrap li a {
  padding: 10px 50px 20px 40px;
}
header .sidenav .pixelstrap li ul li a {
  padding: 5px 35px;
}
header .sidenav .pixelstrap li ul li a:active,
header .sidenav .pixelstrap li ul li a:focus,
header .sidenav .pixelstrap li ul li a.highlighted {
  padding: 5px 35px;
}
header .sidenav .pixelstrap li .clothing-menu li a {
  padding: 5px 0 !important;
}
header .sidenav .pixelstrap li .clothing-menu li a:focus {
  font-size: 14px;
}
header .sidenav .pixelstrap li .clothing-menu li a:hover {
  font-size: 14px;
  padding: 5px 0;
}
header .sidenav .pixelstrap li .clothing-menu li a:focus,
header .sidenav .pixelstrap li .clothing-menu li a:hover {
  padding: 5px 0 !important;
}
.main-menu .menu-right .icon-nav i {
  font-size: calc(21px + 4 * (100vw - 320px) / 1600);
  color: #6a6a6a;
  font-weight: 400;
}
.toggle-nav {
  position: relative;
  padding-block: calc(18px + 22 * (100vw - 320px) / 1600);
  cursor: pointer;
  line-height: 1;
}
@media (max-width: 1399px) {
  .toggle-nav {
    margin-right: 22px;
  }
}
.toggle-nav i {
  font-weight: 600;
  font-size: 24px;
  color: var(--theme-color);
}
.rtl .link-section {
  float: right;
}
@media (min-width: 1200px) {
  header .main-navbar .nav-menu > li .nav-submenu {
    width: 200px;
    display: none;
  }
  header .main-navbar .nav-menu > li .nav-submenu li a:hover:before {
    width: 50px;
    height: 2px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
    display: none;
  }
  header .main-navbar .nav-menu > li .nav-submenu li:hover .nav-sub-childmenu {
    display: block;
  }
  header .main-navbar .nav-menu > li .mega-menu-container {
    display: none;
  }
  header .main-navbar .nav-menu > li:hover .nav-submenu {
    display: block;
  }
  header .main-navbar .nav-menu > li:hover .mega-menu-container {
    display: block;
  }
  header .sidenav .sidebar-menu li a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    left: auto;
    right: 7px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    border-radius: 4px;
  }
  header .sidenav .sidebar-menu li a .sub-arrow:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
  }
  header .sidenav .sidebar-menu li > ul {
    display: none;
  }
  header .sidenav .sidebar-menu li > ul li a {
    padding: 5px 35px;
    text-transform: capitalize;
  }
  header .sidenav .sidebar-menu li > ul li a:before {
    position: absolute;
    bottom: 0;
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--theme-color);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  header .sidenav .sidebar-menu li > ul li a:hover:before {
    width: 50px;
    height: 2px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  header .sidenav .sidebar-menu li > ul li a .sub-arrow {
    margin-top: -17px;
  }
  header .sidenav .sidebar-menu li:hover > ul {
    display: block;
  }
  header .sidenav .sidebar-menu li .mega-menu {
    position: absolute;
    left: 100%;
    width: 815px !important;
    padding: 15px 30px 25px !important;
    background-color: #ffffff;
    box-shadow: 0 0 1px 0 #ebebeb;
  }
  header .sidenav .sidebar-menu li .mega-menu li .link-section h5,
  header .sidenav .sidebar-menu li .mega-menu li .link-section .h5 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 14px;
    margin-top: 15px;
  }
  header .sidenav .sidebar-menu li .mega-menu li .link-section ul {
    position: relative;
    width: 100%;
    left: inherit;
    display: block;
    padding: 0;
  }
  header .sidenav .sidebar-menu li .mega-menu li .link-section ul li a {
    padding: 5px 0;
  }
  header .sidenav .sidebar-menu li .mega-menu li .link-section ul li a:before {
    position: absolute;
    bottom: 0;
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--theme-color);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  header .sidenav .sidebar-menu li .mega-menu li .link-section ul li a:hover:before {
    width: 50px;
    height: 2px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  header .sidenav .pixelstrap li a {
    padding: 10px 50px 20px 40px;
  }
  header .sidenav .pixelstrap li ul li a {
    padding: 5px 35px;
  }
  header .sidenav .pixelstrap li ul li a:active,
  header .sidenav .pixelstrap li ul li a:focus,
  header .sidenav .pixelstrap li ul li a.highlighted {
    padding: 5px 35px;
  }
  header .sidenav .pixelstrap li .clothing-menu li a {
    padding: 5px 0 !important;
  }
  header .sidenav .pixelstrap li .clothing-menu li a:focus {
    font-size: 14px;
  }
  header .sidenav .pixelstrap li .clothing-menu li a:hover {
    font-size: 14px;
    padding: 5px 0;
  }
  header .sidenav .pixelstrap li .clothing-menu li a:focus,
  header .sidenav .pixelstrap li .clothing-menu li a:hover {
    padding: 5px 0 !important;
  }
  .toggle-nav {
    display: none;
  }
  .mobile-back {
    display: none !important;
  }
  .main-nav-center > nav {
    text-align: center;
  }
  .main-nav-center .sm {
    display: inline-block;
    vertical-align: middle;
  }
  .main-nav-center .sm > li .lable-nav {
    top: 3px;
  }
  .main-nav-center .sm > li > a {
    padding-block: 20px;
  }
  .rtl header .main-navbar .nav-menu > li .nav-submenu li a:before {
    right: 35px;
  }
  .rtl header .main-navbar .nav-menu > li .nav-submenu li a:hover:before {
    right: 35px;
  }
  .rtl header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
    right: unset;
    left: -200px;
  }
  .rtl .mega .full-mega-menu {
    float: left !important;
    left: 50% !important;
    right: auto !important;
  }
  .rtl .mega .full-mega-menu.center-mega-menu {
    margin-right: 0 !important;
    margin-left: 0 !important;
    left: unset !important;
    right: 50% !important;
  }
  .rtl .sidenav .sidebar-back i {
    float: left;
  }
  .rtl header.header-5 .top-header .header-dropdown > li:last-child {
    padding: 15px 25px;
    padding-left: 0;
  }
}
@media (max-width: 1440px) {
  .rtl .pixelstrap .mega .full-mega-menu {
    margin-left: 0 !important;
    margin-right: 162px !important;
  }
  .rtl .pixelstrap .mega .full-mega-menu.layout-3 {
    margin-right: 0 !important;
  }
}
@media (max-width: 1367px) {
  .nav-menu a {
    font-size: 14px !important;
  }
}
@media (max-width: 1199px) {
  header .main-navbar .nav-menu {
    position: fixed;
    background-color: #fff;
    width: 300px;
    border-radius: 0;
    border: 1px solid #eee;
    top: 0;
    height: 100vh;
    right: -300px;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: scroll;
  }
  header .main-navbar .nav-menu.opennav {
    right: 0;
  }
  header .main-navbar .nav-menu .back-btn {
    display: block;
    width: 100%;
  }
  header .main-navbar .nav-menu .back-btn .mobile-back {
    padding: 20px;
    font-size: 18px;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  header .main-navbar .nav-menu .back-btn .mobile-back i {
    font-weight: 400;
    font-size: 26px;
    line-height: 1;
  }
  header .main-navbar .nav-menu > li {
    display: block;
    float: none;
    width: 100%;
  }
  header .main-navbar .nav-menu > li a {
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  header .main-navbar .nav-menu > li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  header .main-navbar .nav-menu > li a.active .sub-arrow {
    right: 0;
  }
  header .main-navbar .nav-menu > li a.active .sub-arrow::before {
    content: "-";
    font-family: inherit;
    position: relative;
  }
  header .main-navbar .nav-menu > li a .sub-arrow {
    right: 0;
  }
  header .main-navbar .nav-menu > li a .sub-arrow:before {
    content: "+";
    font-family: inherit;
    position: relative;
  }
  header .main-navbar .nav-menu > li a .lable-nav {
    left: 15px;
    top: -8px;
  }
  header .main-navbar .nav-menu > li .nav-submenu {
    width: 100%;
    padding: 0;
    position: relative;
    display: none;
    box-shadow: none;
  }
  header .main-navbar .nav-menu > li .nav-submenu.opensubmenu {
    display: block;
  }
  header .main-navbar .nav-menu > li .nav-submenu li a {
    text-transform: uppercase;
  }
  header .main-navbar .nav-menu > li .nav-submenu li a.active {
    color: var(--theme-color);
  }
  header .main-navbar .nav-menu > li .nav-submenu li a.active .sub-arrow {
    right: 0;
  }
  header .main-navbar .nav-menu > li .nav-submenu li a.active .sub-arrow::before {
    content: "-";
    font-family: inherit;
    position: relative;
  }
  header .main-navbar .nav-menu > li .nav-submenu li a .sub-arrow {
    right: 0;
  }
  header .main-navbar .nav-menu > li .nav-submenu li a .sub-arrow:before {
    content: "+";
    font-family: inherit;
    position: relative;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
    display: none;
    position: relative;
    right: 0;
    width: 100%;
    padding: 0;
    box-shadow: none;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu.opensubchild {
    display: block;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu li .nav-inner-menu {
    position: relative;
    inset: unset;
    z-index: unset;
    margin: 0;
    min-width: 100%;
    max-width: 100%;
    background: transparent;
    box-shadow: none;
    padding-left: 15px;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu li a {
    padding: 5px 35px 5px 50px;
  }
  header .main-navbar .nav-menu > li .mega-menu-container {
    display: none;
    padding: 0 30px;
    position: relative;
    box-shadow: none;
    inset: unset;
  }
  header .main-navbar .nav-menu > li .mega-menu-container.opensubmenu {
    display: block;
  }
  header .sidenav .sidebar-menu li a {
    padding: 10px 25px;
    font-weight: 700;
  }
  header .sidenav .sidebar-menu li a .sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 15px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: bold 16px/34px monospace !important;
    text-align: center;
    text-shadow: none;
    border-radius: 4px;
  }
  header .sidenav .sidebar-menu li a .sub-arrow:before {
    content: "+";
    font-family: inherit;
    position: relative;
  }
  header .sidenav .sidebar-menu li ul {
    position: relative;
    left: 0;
    width: 100%;
    display: none;
    padding: 5px 0;
  }
  header .sidenav .sidebar-menu li ul.opensub1 {
    display: block;
  }
  header .sidenav .sidebar-menu li ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  header .sidenav .sidebar-menu li ul li ul {
    display: none;
    background: rgba(255, 85, 69, 0.04);
  }
  header .sidenav .sidebar-menu li ul li ul.opensub2 {
    display: block;
  }
  header .sidenav .sidebar-menu li ul li ul li a {
    padding: 5px 45px;
  }
  header .sidenav .sidebar-menu li ul li ul li ul {
    display: none;
    background: rgba(255, 85, 69, 0.04);
  }
  header .sidenav .sidebar-menu li ul li ul li ul.opensub3 {
    display: block;
  }
  header .sidenav .sidebar-menu li ul li ul li ul li ul {
    display: none;
  }
  header .sidenav .sidebar-menu li ul li ul li ul li ul.opensub4 {
    display: block;
  }
  header .sidenav .sidebar-menu li .mega-menu {
    width: 100% !important;
    padding: 0 30px !important;
    position: relative;
    display: none;
    left: 0;
  }
  header .sidenav .sidebar-menu li .mega-menu.opensidesubmenu {
    display: block;
  }
  header .sidenav .sidebar-menu li .mega-menu .link-section h5,
  header .sidenav .sidebar-menu li .mega-menu .link-section .h5 {
    font-weight: 700;
    font-size: 14px;
    text-transform: capitalize;
  }
  header .sidenav .sidebar-menu li .mega-menu .link-section ul {
    display: block;
    padding: 0;
    background: #fff;
  }
  header .sidenav .sidebar-menu li .mega-menu .link-section ul li a {
    padding: 5px 0px 5px 10px !important;
    font-size: 12px;
    font-weight: 400;
  }
  .header-2 .main-navbar .nav-menu > li > a {
    padding-block: 10px;
  }
  .sidenav {
    overflow-y: auto;
  }
  .main-menu.border-section {
    border: none;
  }
  .main-menu .menu-left .main-menu-right .toggle-nav {
    position: absolute;
    z-index: 2;
    right: 145px;
    top: 6px;
  }
  .main-menu .menu-left .main-menu-right .toggle-nav .sidebar-name {
    font-size: 18px;
    padding-left: 5px;
    text-transform: uppercase;
  }
  .main-nav-center .toggle-nav {
    position: absolute;
    z-index: 99;
    right: 175px;
    top: -105px;
  }
  .rtl .pixelstrap a .sub-arrow {
    right: unset;
    left: 0;
  }
  .rtl .pixelstrap li .lable-nav {
    left: unset;
    right: 15px;
  }
  .rtl .pixelstrap li .lable-nav:before {
    left: unset;
    right: 5px;
  }
}
@media (max-width: 991px) {
  .top-header .header-contact {
    display: none;
  }
}
@media (min-width: 578px) {
  .main-menu .menu-right .icon-nav .mobile-search .close-circle i,
  .main-menu .menu-right .icon-nav .mobile-cart .close-circle i,
  .main-menu .menu-right .icon-nav .mobile-setting .close-circle i {
    display: block;
  }
  .main-menu .menu-right .icon-nav .mobile-search .show-div .form-inline button i {
    display: inline-block;
  }
}
@media (max-width: 577px) {
  .main-nav-center .toggle-nav {
    right: 15px;
    top: -85px;
  }
  .header-5 .top-header .header-dropdown .mobile-wishlist img,
  .header-5 .top-header .header-dropdown .mobile-account img {
    filter: brightness(5);
  }
  .header-5 .main-menu .brand-logo {
    margin: 0;
    left: 0;
    transform: unset;
  }
  .top-header .header-dropdown .mobile-account,
  .top-header .header-dropdown .mobile-wishlist {
    position: fixed;
    bottom: 20px;
    right: 32%;
    font-size: 0;
    padding: 0;
    z-index: 9;
  }
  .top-header .header-dropdown .mobile-account i,
  .top-header .header-dropdown .mobile-wishlist i {
    font-size: 22px;
    font-family: themify;
    color: #999999;
  }
  .top-header .header-dropdown .mobile-account i:before,
  .top-header .header-dropdown .mobile-wishlist i:before {
    content: "\e602";
  }
  .top-header .header-dropdown .mobile-account .onhover-show-div,
  .top-header .header-dropdown .mobile-wishlist .onhover-show-div {
    top: unset;
    bottom: 42px;
    right: 0;
  }
  .top-header .header-dropdown .mobile-account:hover i,
  .top-header .header-dropdown .mobile-wishlist:hover i {
    color: #999999;
  }
  .top-header .header-dropdown .mobile-wishlist {
    right: 64%;
  }
  .top-header .header-dropdown .mobile-wishlist i {
    font-family: themify;
    color: #999999 !important;
  }
  .top-header .header-dropdown .mobile-wishlist i:before {
    content: "\e634";
  }
  .main-menu .menu-left.category-nav-right .navbar {
    padding-left: 0 !important;
  }
  .main-menu .menu-left .navbar {
    padding: 25px 45px 25px 0 !important;
  }
  .main-menu .menu-right .icon-nav .mobile-setting i {
    line-height: 1;
    display: inline-block;
    font-size: 22px;
    color: #999999;
  }
  .main-menu .menu-right .icon-nav .mobile-setting > * > div img {
    display: none;
  }
  .main-menu .menu-right .icon-nav .mobile-setting .setting {
    top: unset;
    bottom: 42px;
    left: unset !important;
  }
  .main-menu .menu-right .icon-nav .mobile-cart .close-circle i {
    font-size: 14px;
  }
  .main-menu .menu-right .icon-nav .mobile-cart > * img {
    display: none;
  }
  .main-menu .menu-right .icon-nav .mobile-search {
    right: 80%;
    z-index: 1;
  }
  .main-menu .menu-right .icon-nav .mobile-search i {
    line-height: 1;
    display: inline-block;
    font-size: 22px;
    color: #999999;
  }
  .main-menu .menu-right .icon-nav .mobile-search img {
    display: none;
  }
  .main-menu .menu-right .icon-nav .mobile-search .show-div .form-group {
    margin-bottom: 0;
  }
  .main-menu .menu-right .icon-nav .mobile-search .show-div .form-inline button i {
    font-size: 14px;
  }
  .brand-logo {
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translateX(-50%);
    padding-block: 30px !important;
  }
  .rtl .main-nav-center .toggle-nav {
    right: unset;
    left: 15px;
  }
  .rtl .main-menu .menu-right .icon-nav .mobile-setting .setting {
    left: unset !important;
  }
  .rtl .main-menu .menu-left .navbar {
    padding: 30px 0 30px 25px !important;
  }
  .rtl .top-header .header-dropdown .mobile-account,
  .rtl .top-header .header-dropdown .mobile-wishlist {
    right: unset;
    left: 32%;
  }
  .rtl .top-header .header-dropdown .mobile-account .onhover-show-div,
  .rtl .top-header .header-dropdown .mobile-wishlist .onhover-show-div {
    right: 0;
  }
  .rtl .top-header .header-dropdown .mobile-wishlist {
    right: unset;
    left: 64%;
  }
}
.modal-content {
  border-radius: 0;
}
.theme-modal .modal-dialog .modal-content .modal-body {
  background-image:
    linear-gradient(
      135deg,
      var(--theme-color) 5.77%,
      #ffffff 5.77%,
      #ffffff 25%,
      #111111 25%,
      #111111 30.77%,
      #ffffff 30.77%,
      #ffffff 50%,
      var(--theme-color) 50%,
      var(--theme-color) 55.77%,
      #ffffff 55.77%,
      #ffffff 75%,
      #111111 75%,
      #111111 80.77%,
      #ffffff 80.77%,
      #ffffff 100%);
  background-size: 36.77px 36.77px;
  background-color: white;
}
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
  background-color: #ffffff;
  padding: 45px;
}
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .btn-close {
  padding-right: 10px;
  padding-top: 5px;
  position: absolute;
  right: 17px;
  top: 0;
}
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .btn-close span {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h2,
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content .h2 {
  border-bottom: 1px dashed #777777;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-weight: 700;
}
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h4,
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content .h4 {
  margin-bottom: 30px;
  text-align: center;
  color: #272727;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form {
  margin: 0 auto;
  text-align: center;
}
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form > div {
  display: flex;
  margin-bottom: 10px;
}
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form .form-control {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 12px;
  height: 50px;
  border-radius: 0;
  width: 100%;
  letter-spacing: 0.05em;
}
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content img {
  margin-bottom: 40px;
}
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2,
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content .h2 {
  margin-bottom: 30px;
  text-align: center;
  color: #222222;
}
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group {
  margin: 0 auto;
  text-align: center;
}
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .form-control {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 12px;
  max-width: 640px;
  left: 0;
  right: 0;
  margin: 0 auto;
  letter-spacing: 0.05em;
}
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .btn-solid,
.theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .btn-outline {
  margin-top: 10px;
  text-align: center;
}
.theme-modal .modal-dialog .quick-view-modal button.btn-close,
.theme-modal .modal-dialog .demo_modal button.btn-close {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 0;
  font-size: 30px;
  padding: 0;
}
.theme-modal .modal-dialog .quick-view-modal .view-detail,
.theme-modal .modal-dialog .demo_modal .view-detail {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.theme-modal.demo-modal .modal-dialog .modal-content .modal-body {
  height: 75vh;
  overflow-y: scroll;
  padding: 25px;
  background-image: none !important;
}
.theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
  width: 5px;
}
.theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
  background: var(--theme-color);
}
.theme-modal.demo-modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg {
  padding: 25px;
}
.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media a img {
  max-width: 150px;
}
.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body {
  padding: 0 15px;
}
.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6,
.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a .h6 {
  font-size: 16px;
}
.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a h6 i,
.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body a .h6 i {
  margin-right: 8px;
  color: #fff;
  background: #19a340;
  font-size: 14px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
}
.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body .buttons a {
  display: inline-block;
  font-size: 16px;
  padding: 6px 10px;
  margin: 0 6px;
}
.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box {
  padding-left: 10px;
  padding-right: 10px;
}
.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail {
  text-align: center;
}
.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h6,
.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail .h6 {
  font-weight: 700;
  text-transform: capitalize;
}
.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h6 a,
.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail .h6 a {
  color: var(--theme-color);
}
.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .upsell_payment {
  padding-top: 15px;
}
.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .product-upsell {
  margin: 20px 0 10px;
}
.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .product-upsell h4,
.theme-modal.cart-modal .modal-dialog .modal-content .modal-body .product-upsell .h4 {
  font-weight: 600;
}
.theme-modal.exit-modal .media .media-body h4,
.theme-modal.exit-modal .media .media-body .h4 {
  font-size: 20px;
  line-height: 1.2;
  color: var(--theme-color);
  font-weight: 500;
}
.theme-modal.exit-modal .media .media-body h5,
.theme-modal.exit-modal .media .media-body .h5 {
  font-size: 18px;
  color: #777777;
  margin-bottom: 0;
}
#quick-view .modal-dialog .modal-content .modal-body {
  background-image: none;
}
.modal .btn-close {
  position: absolute;
  opacity: 1;
  width: 30px;
  height: 30px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  right: 10px;
  top: 10px;
}
.modal .btn-close span {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.recently-purchase {
  background: #fff;
  border: 0;
  border-radius: 0;
  bottom: -140px;
  left: 20px;
  padding: 0;
  position: fixed;
  text-align: left;
  width: auto;
  z-index: 9;
  box-shadow: 0 0 4px 0 #d0d0d0;
  padding: 10px;
  display: flex;
  align-items: center;
  transition: all 0.6s ease;
}
.recently-purchase img {
  width: calc(60px + 20 * (100vw - 320px) / 1600);
  height: calc(70px + 20 * (100vw - 320px) / 1600);
  object-fit: contain;
  background-color: #f8f8f8;
}
.recently-purchase .close-popup {
  position: absolute;
  right: 7px;
  top: 6px;
  opacity: 0.5;
  color: black;
  font-size: 18px;
}
.recently-purchase .media-body {
  padding: 0 30px 0 12px;
}
.recently-purchase .media-body .title {
  font-weight: 600;
  width: calc(220px + 50 * (100vw - 320px) / 1600);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: calc(11px + 3 * (100vw - 320px) / 1600);
}
.recently-purchase .media-body .product-name {
  color: var(--theme-color);
  width: calc(190px + 50 * (100vw - 320px) / 1600);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: calc(11px + 3 * (100vw - 320px) / 1600);
}
.recently-purchase .media-body .timeAgo {
  display: block;
}
.recently-purchase.show {
  bottom: 20px;
  transition: all 0.6s ease;
}
.theme-modal-2 .modal-content {
  border: unset;
}
.theme-modal-2 .modal-header {
  border-bottom: none;
  padding: calc(13px + 3 * (100vw - 320px) / 1600) calc(15px + 0.00125 * (100vw - 320px));
}
.theme-modal-2 .modal-header h3,
.theme-modal-2 .modal-header .h3 {
  font-size: calc(16px + 0.0025 * (100vw - 320px));
  line-height: 1.2;
  margin: 0;
  color: #222;
}
.theme-modal-2 .modal-header .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--theme-color);
  opacity: 1;
  background-image: none;
  border-radius: 0;
  font-size: calc(15px + 0.00125 * (100vw - 320px));
  color: #fff;
  margin: 0;
  padding: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.theme-modal-2 .modal-header .btn-close i {
  font-size: calc(19px + 3 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.theme-modal-2 .modal-body {
  padding-top: 5px;
}
.theme-modal-2 .modal-body .form-box .form-label {
  font-weight: 600;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  margin-bottom: 4px;
  color: #222;
}
.theme-modal-2 .modal-body .form-box .form-control {
  height: auto;
  padding: calc(10px + 2 * (100vw - 320px) / 1600) calc(13px + 6 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: 1px solid #eeeeee;
  font-size: calc(14px + 0 * (100vw - 320px) / 1600);
}
.theme-modal-2 .modal-body .form-box .form-control::placeholder {
  color: #777;
}
.theme-modal-2 .modal-body .form-box {
  position: relative;
}
.theme-modal-2 .modal-body .form-box .form-label {
  font-weight: 500;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  margin-bottom: 4px;
  color: #777;
}
.theme-modal-2 .modal-body .form-box .form-control {
  height: auto;
  padding: calc(10px + 2 * (100vw - 320px) / 1600) calc(13px + 6 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: 1px solid #eeeeee;
  font-size: calc(14px + 0 * (100vw - 320px) / 1600);
}
.theme-modal-2 .modal-body .form-box .form-control::-webkit-inner-spin-button {
  display: none;
}
.theme-modal-2 .modal-body .form-box .custom-select .select2.select2-container--focus .select2-focused .select2-selection--single {
  border: 1px solid #eee;
}
.theme-modal-2 .modal-body .form-box .custom-select .select2-selection.select2-selection--single {
  border: 1px solid #eeeeee;
  padding: calc(10px + 2 * (100vw - 320px) / 1600) calc(13px + 6 * (100vw - 320px) / 1600);
  height: auto;
  background-color: #ffffff;
  border-radius: 0;
}
.theme-modal-2 .modal-body .form-box .custom-select .select2-selection.select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: 1.6;
}
.theme-modal-2 .modal-body .form-box .custom-select .select2-selection.select2-selection--single .select2-selection__placeholder {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  color: #777;
  font-weight: 500;
}
.theme-modal-2 .modal-body .form-box .custom-select .select2-selection.select2-selection--single .select2-selection__arrow::before {
  content: "\ea4e";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  border: unset;
  width: auto;
  height: auto;
  color: #777;
  font-size: 17px;
}
.theme-modal-2 .modal-body .form-box .custom-select .select2-dropdown {
  border: 1px solid #eeeeee;
}
.theme-modal-2 .modal-body .form-box .custom-select .select2-dropdown .select2-search .select2-search__field {
  border: 1px solid #eeeeee;
}
.theme-modal-2 .modal-body .form-box .custom-select .select2-results .select2-results__options::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(var(--theme-color), 0.14);
}
.theme-modal-2 .modal-body .form-box .custom-select .select2-results .select2-results__options::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.theme-modal-2 .modal-body .form-box .custom-select .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--theme-color);
}
.theme-modal-2 .modal-body .form-box .custom-select .select2-results .select2-results__options .select2-results__option {
  background-color: #ffffff;
  display: block;
}
.theme-modal-2 .modal-body .form-box .custom-select .select2-results .select2-results__options .select2-results__option .country .dial-code {
  color: #777;
  font-weight: 500;
}
.theme-modal-2 .modal-body .form-box .custom-select .select2-results .select2-results__options .select2-results__option--highlighted {
  background-color: var(--theme-color);
}
.theme-modal-2 .modal-body .form-box .custom-select .select2-results .select2-results__options .select2-results__option--highlighted .country .dial-code {
  color: #eeeeee;
}
.theme-modal-2 .modal-body .phone-field .form-box {
  position: relative;
}
.theme-modal-2 .modal-body .phone-field .form-box .form-control {
  padding-left: calc(111px + 21 * (100vw - 320px) / 1600);
}
.theme-modal-2 .modal-body .phone-field .custom-select .select2 {
  height: 100%;
}
.theme-modal-2 .modal-body .phone-field .custom-select .select2 .selection {
  height: calc(100% - 2px);
  border-right: 1px solid #eeeeee;
}
.theme-modal-2 .modal-body .phone-field .custom-select .select2 .selection .select2-selection {
  height: calc(100% - 2px);
  border: unset;
  border-radius: 0;
  gap: 5px;
  background-color: transparent;
}
.theme-modal-2 .modal-body .phone-field .custom-select .select2 .selection .select2-selection.select2-selection--single {
  border: unset;
}
.theme-modal-2 .modal-body .phone-field .custom-select .select2 .selection .select2-selection .select2-selection__rendered {
  display: flex;
  padding: 0;
  align-items: center;
}
.theme-modal-2 .modal-body .phone-field .custom-select .select2 .selection .select2-selection .select2-selection__arrow {
  width: auto;
}
.theme-modal-2 .modal-body .phone-field .custom-select .select2 .selection .select2-selection .select2-selection__arrow::before {
  content: "\ea4e";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  border: unset;
  width: auto;
  height: auto;
  color: #777;
  font-size: 17px;
}
.theme-modal-2 .modal-footer {
  padding: 0;
  border: unset;
  margin-top: 23px;
  gap: 11px;
}
.theme-modal-2 .modal-footer > * {
  margin: 0;
}
.quick-view-modal .modal-body {
  padding: calc(15px + 10 * (100vw - 320px) / 1600) !important;
}
.quick-view-modal .modal-body .product-page-details {
  position: relative;
  inset: unset;
}
.quick-view-modal .modal-body .product-page-details .sale-timer-box {
  display: none;
}
.quick-view-modal .product-page-details .product-rating {
  margin-top: 0;
}
.quick-view-modal .product-page-details .main-title {
  font-size: calc(20px + 10 * (100vw - 320px) / 1600);
  margin-bottom: calc(5px + 5 * (100vw - 320px) / 1600);
}
.quick-view-modal .product-page-details .description-text {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.quick-view-modal .product-page-details .price-text {
  margin-bottom: 13px;
}
.quick-view-modal .product-page-details .price-text h3,
.quick-view-modal .product-page-details .price-text .h3 {
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
  gap: 10px;
  margin-block: 13px calc(2px + 2 * (100vw - 320px) / 1600);
}
.quick-view-modal .product-page-details .price-text h3 .discounted-price,
.quick-view-modal .product-page-details .price-text .h3 .discounted-price {
  font-weight: 500;
  padding: 5px 10px;
  background-color: transparent;
  color: var(--theme-color);
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  margin-left: 7px;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.quick-view-modal .product-page-details .price-text h3 .discounted-price::before,
.quick-view-modal .product-page-details .price-text .h3 .discounted-price::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.1;
}
.quick-view-modal .product-page-details .buy-button {
  padding: calc(7px + 3 * (100vw - 320px) / 1600) calc(12px + 10 * (100vw - 320px) / 1600) !important;
}
.quick-view-modal .product-page-details .shipping-info {
  display: grid;
  line-height: 1.9;
  color: #5f5f5f;
  font-size: 16px;
  grid-template-columns: 1fr 1fr;
  gap: 7px 21px;
  padding-left: 20px;
  margin-bottom: calc(0px + -7 * (100vw - 320px) / 1600);
  text-align: left;
}
.quick-view-modal .product-page-details .shipping-info li {
  line-height: 1.4;
}
.quick-view-modal .product-page-details .product-detail-label {
  gap: 8px;
}
.quick-view-modal .product-page-details .product-detail-label li {
  padding: 4px 8px;
}
.quick-view-modal .product-page-details .qty-section .qty-box .input-group input {
  padding-block: 0;
}
.quick-view-modal .product-page-details .qty-section .qty-box .input-group button {
  padding: 0;
  width: 32px;
  height: 32px;
}
.quick-view-modal .product-page-details .bordered-box {
  padding-top: 14px;
  margin-top: 14px;
}
.stripe-modal.show .modal-dialog {
  transform: scale(1) !important;
  transform-origin: center;
}
.stripe-modal .modal-dialog {
  transform: scale(0) !important;
  transform-origin: bottom;
  transition: all 0.3s ease-in-out;
}
.stripe-modal .create {
  margin: 0;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.stripe-modal .create a {
  color: #222;
  font-weight: 600;
}
.stripe-modal .divider {
  position: relative;
  margin-block: calc(14px + 11 * (100vw - 320px) / 1600) calc(8px + 9 * (100vw - 320px) / 1600);
  text-align: center;
  z-index: 0;
}
.stripe-modal .divider::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #eeeeee;
}
.stripe-modal .divider span {
  background-color: #ffffff;
  z-index: 1;
  position: relative;
  padding-inline: 9px;
  font-weight: 500;
  color: #777;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.stripe-modal .safe_payment {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  margin: 0 auto;
}
.stripe-modal .safe_payment img {
  display: block;
  max-width: 100%;
  height: auto;
}
.stripe-modal .number-btn {
  padding: calc(10px + 3 * (100vw - 320px) / 1600) calc(9px + 4 * (100vw - 320px) / 1600);
  margin-top: 16px;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  font-weight: 500;
  width: 100%;
  text-transform: capitalize;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
}
.stripe-modal .number-btn:first-child:active {
  color: var(--theme-color);
  background-color: transparent;
  border-color: var(--theme-color);
}
.stripe-modal .number-btn i {
  margin-right: 5px;
  font-size: calc(17px + 2 * (100vw - 320px) / 1600);
}
.stripe-modal .log-in-title h5,
.stripe-modal .log-in-title .h5 {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin-bottom: 6px;
  line-height: 1.3;
}
.stripe-modal .stripe-form-box .stripe-box .form-label {
  font-weight: 500;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  margin-bottom: 4px;
  color: #777;
}
.stripe-modal .stripe-form-box .stripe-box .form-control {
  padding: calc(10px + 2 * (100vw - 320px) / 1600) calc(13px + 6 * (100vw - 320px) / 1600);
  margin-bottom: 16px;
  font-weight: 500;
  border: 1px solid #eeeeee;
  font-size: calc(14px + 0 * (100vw - 320px) / 1600);
}
.stripe-modal .stripe-form-box .btn_payment_stripe {
  width: 100%;
  border: unset;
  padding: calc(11px + 4 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  border-radius: 0;
  font-weight: 600;
  color: #fff;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin-top: calc(2px + 4 * (100vw - 320px) / 1600);
  line-height: 1.3;
}
.coupon-modal .coupon-box {
  position: relative;
  padding: 15px;
  background: #f8f8f8;
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.coupon-modal .coupon-box .coupon-name {
  display: block;
}
.coupon-modal .coupon-box .coupon-name h5,
.coupon-modal .coupon-box .coupon-name .h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  margin: 0;
  line-height: 1.4;
}
.coupon-modal .coupon-box .coupon-content {
  margin-top: 8px;
}
.coupon-modal .coupon-box .coupon-content p {
  text-align: unset;
  color: #777;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-weight: 500;
  -webkit-box-orient: vertical;
  font-size: 15px;
  margin-bottom: 11px;
}
.coupon-modal .coupon-box .coupon-content .coupon-apply {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px dashed rgba(0, 0, 0, 0.12);
}
.coupon-modal .coupon-box .coupon-content .coupon-apply h6,
.coupon-modal .coupon-box .coupon-content .coupon-apply .h6 {
  font-weight: 600;
  color: #232323;
  line-height: 1.3;
  margin: 0;
  font-size: 15px;
}
.coupon-modal .coupon-box .coupon-content .coupon-apply .copy-btn {
  border: unset;
}
.auth-modal.show .modal-dialog {
  transform: scale(1) !important;
  transform-origin: center;
}
.auth-modal .modal-dialog {
  transform: scale(0) !important;
  transform-origin: bottom;
  transition: all 0.3s ease-in-out;
}
.auth-modal .create {
  margin: 0;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.auth-modal .create a {
  color: #222;
  font-weight: 600;
}
.auth-modal .divider {
  position: relative;
  margin-block: calc(14px + 11 * (100vw - 320px) / 1600) calc(8px + 9 * (100vw - 320px) / 1600);
  text-align: center;
  z-index: 0;
}
.auth-modal .divider::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #eeeeee;
}
.auth-modal .divider span {
  background-color: #ffffff;
  z-index: 1;
  position: relative;
  padding-inline: 9px;
  font-weight: 500;
  color: #777;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.auth-modal .number-btn {
  padding: calc(10px + 3 * (100vw - 320px) / 1600) calc(9px + 4 * (100vw - 320px) / 1600);
  margin-top: 16px;
  border: 1px solid var(--theme-color);
  color: var(--theme-color);
  font-weight: 500;
  width: 100%;
  text-transform: capitalize;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
}
.auth-modal .number-btn:first-child:active {
  color: var(--theme-color);
  background-color: transparent;
  border-color: var(--theme-color);
}
.auth-modal .number-btn i {
  margin-right: 5px;
  font-size: calc(17px + 2 * (100vw - 320px) / 1600);
}
.auth-modal .modal-body {
  padding: 0;
}
.auth-modal .modal-content {
  overflow: hidden;
  transition: all 0.5s ease;
  background-color: transparent;
  border: unset;
}
.auth-modal .modal-content .left-img {
  z-index: -1;
  position: relative;
  transition: all 0.5s ease;
  transform: translate(-50%);
}
.auth-modal .modal-content .left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.auth-modal .modal-content .right-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(50%);
  background-color: #ffffff;
  transition: all 0.5s ease;
  padding: calc(24px + 20 * (100vw - 992px) / 928);
}
@media (max-width: 991px) {
  .auth-modal .modal-content .right-content {
    padding: calc(18px + 6 * (100vw - 320px) / 671);
  }
}
.auth-modal .modal-content .right-content .modal-back {
  position: absolute;
  top: calc(24px + 20 * (100vw - 992px) / 928);
  left: calc(24px + 20 * (100vw - 992px) / 928);
  line-height: 1;
  font-size: 19px;
  color: #222;
}
@media (max-width: 991px) {
  .auth-modal .modal-content .right-content .modal-back {
    top: calc(18px + 6 * (100vw - 320px) / 671);
    left: calc(18px + 6 * (100vw - 320px) / 671);
  }
}
.auth-modal .modal-content.open {
  transition-duration: 0.5s;
}
.auth-modal .modal-content.open .right-content {
  animation: slideLeft 0.45s normal forwards ease-out;
  animation-delay: 0.5s;
}
@media (max-width: 991px) {
  .auth-modal .modal-content.open .right-content {
    animation: unset;
    transform: unset;
  }
}
.auth-modal .modal-content.open .left-img {
  animation: slideRight 0.45s normal forwards ease-out;
  animation-delay: 0.5s;
  transition: all 0.5s ease;
}
.auth-modal .auth-title {
  margin-bottom: 26px;
  text-align: center;
}
.auth-modal .auth-title h3,
.auth-modal .auth-title .h3 {
  font-weight: 600;
  letter-spacing: unset;
  color: #222;
  margin: 0 0 9px;
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
}
.auth-modal .auth-title p {
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}
.auth-modal .log-in-title h5,
.auth-modal .log-in-title .h5 {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin-bottom: 6px;
  line-height: 1.3;
}
.auth-modal .auth-form-box .auth-box .form-label {
  font-weight: 500;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  margin-bottom: 4px;
  color: #777;
}
.auth-modal .auth-form-box .auth-box .form-control {
  padding: calc(10px + 2 * (100vw - 320px) / 1600) calc(13px + 6 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: 1px solid #eeeeee;
  font-size: calc(14px + 0 * (100vw - 320px) / 1600);
}
.auth-modal .auth-form-box .forgot {
  margin: 5px 0 22px;
  font-weight: 500;
  color: #777;
  text-align: right;
  display: block;
}
.auth-modal .auth-form-box .btn {
  width: 100%;
  border: unset;
  padding: calc(11px + 4 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  border-radius: 0;
  font-weight: 600;
  color: #fff;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  margin-top: calc(2px + 4 * (100vw - 320px) / 1600);
  line-height: 1.3;
}
.question-answer-modal .product-wrapper {
  background-color: #f8f8f8;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.question-answer-modal .product-wrapper .product-image {
  width: 80px;
  height: 80px;
  background-color: #fff;
}
.question-answer-modal .product-wrapper .product-content .name {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.4;
}
.question-answer-modal .product-wrapper .product-content .price-number {
  margin-block: 3px 0;
  font-size: 16px;
  font-weight: 500;
}
.review-modal .modal-body .product-wrapper {
  background-color: #f8f8f8;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 9px;
  margin-bottom: 19px;
}
.review-modal .modal-body .product-wrapper .product-image {
  width: 80px;
  height: 80px;
  background-color: #fff;
}
.review-modal .modal-body .product-wrapper .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.review-modal .modal-body .product-wrapper .product-content .name {
  margin: 0;
  font-weight: 600;
  line-height: 1.3;
}
.review-modal .modal-body .product-wrapper .product-content .product-review-rating label {
  font-weight: 500;
  font-size: 14px;
  margin-block: 4px;
  color: #777;
}
.review-modal .modal-body .product-wrapper .product-content .product-review-rating .product-rating {
  line-height: 1;
}
.review-modal .modal-body .review-box .product-review-rating {
  margin-bottom: 19px;
}
.review-modal .modal-body .review-box .product-review-rating label {
  font-weight: 500;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  margin-bottom: 4px;
  color: #777;
}
.product-review-form .product-wrapper {
  display: flex;
  align-items: center;
  padding: 17px 23px;
  gap: 14px;
  margin-bottom: 22px;
  background-color: #f8f8f8;
  border: 1px solid #eee;
}
.product-review-form .product-wrapper .product-image {
  width: 80px;
  border-radius: 0;
  overflow: hidden;
  background-color: #ffffff;
}
.product-review-form .product-wrapper .product-content .name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1.1;
}
.product-review-form .product-wrapper .product-content .product-review-rating {
  display: flex;
  align-items: center;
  gap: 6px;
}
.product-review-form .product-wrapper .product-content .product-review-rating label {
  color: rgb(119, 119, 119);
  font-weight: 400;
}
.product-review-form .product-wrapper .product-content .product-review-rating .price-number {
  color: #777;
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 5px 0 0;
  line-height: 1.3;
}
.product-review-form .product-wrapper .product-content .product-review-rating .rating-number {
  line-height: 1;
  margin-left: 8px;
  color: rgba(27, 27, 27, 0.6);
  display: flex;
  align-items: center;
  gap: 3px;
}
.product-review-form .product-wrapper .product-content .product-review-rating .rating-number i {
  margin-top: -1px;
}
.product-review-form .product-wrapper .product-content .product-review-rating .product-rating .rating li {
  line-height: 1;
}
.product-review-form .review-box + .review-box {
  margin-top: 21px;
}
.product-review-form .review-box .product-review-rating {
  display: flex;
  align-items: center;
  gap: 9px;
}
.product-review-form .review-box .product-review-rating .product-rating .rating li {
  line-height: 1;
}
.product-review-form .review-box .product-review-rating .product-rating .rating li i {
  font-size: 16px;
}
.variation-modal .modal-header {
  padding: 0;
}
.variation-modal .modal-body {
  padding: 16px;
}
.variation-modal .variation-box {
  display: flex;
  align-items: center;
  gap: calc(26px + 24 * (100vw - 767px) / 1153);
}
.variation-modal .variation-box .sub-title {
  justify-content: unset;
  margin: 0;
}
.variation-modal .variation-box .image-box li {
  border: 1px solid #eeeeee;
  border-radius: 0;
  padding: 3px;
}
.variation-modal .variation-box .image-box li.active {
  border-color: var(--theme-color);
}
.variation-modal .variation-box .image-box li img {
  width: 65px;
  border-radius: 0;
  cursor: pointer;
  height: 65px;
  padding: 0;
  overflow: hidden;
  object-fit: cover;
}
.variation-modal .variation-title {
  position: unset;
  inset: unset;
  text-align: unset;
}
.variation-modal .variation-title .main-title {
  font-size: calc(19px + 5 * (100vw - 320px) / 1600);
  font-weight: 600;
  width: 93%;
}
.variation-modal .variation-title .main-title a {
  color: #222;
}
.variation-modal .variation-title h3,
.variation-modal .variation-title .h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-block: 0 15px;
  color: var(--theme-color);
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: 22px;
}
.variation-modal .variation-qty-button {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
@media (max-width: 767px) {
  .variation-modal .variation-qty-button {
    display: grid;
  }
}
.variation-modal .variation-qty-button .product-buttons {
  margin: 0;
  justify-content: unset;
}
.variation-modal .variation-qty-button .product-buttons .btn {
  padding: 9px 14px;
  border: 1px solid var(--theme-color) !important;
  font-weight: 500;
  text-transform: capitalize;
}
.variation-modal .variation-qty-button .btn-animation i {
  font-size: 17px;
}
.variation-modal .variation-qty-button .qty-section .qty-box .input-group {
  background-color: #f9f9f9;
  padding: 4px;
}
.variation-modal .variation-qty-button .qty-section .qty-box .input-group .form-control {
  padding: 0;
  border: unset;
  background-color: transparent;
}
.variation-modal .variation-qty-button .qty-section .qty-box .input-group button {
  width: 32px;
  height: 32px;
  padding: 0;
  background-color: transparent !important;
  border: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.variation-modal .variation-qty-button .qty-section .qty-box .input-group button i {
  font-weight: normal;
}
.modal-body h5,
.modal-body .h5 {
  font-weight: 700;
  font-size: calc(17px + 8 * (100vw - 320px) / 1600);
  margin-bottom: calc(15px + 5 * (100vw - 320px) / 1600);
}
.modal-body p {
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
}
.modal-body .btn {
  transition: none !important;
}
.modal-body .button-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.modal-body .button-box .btn {
  font-size: 16px;
  padding: 11px 50px;
  transition: none !important;
}
.modal-body .custom-select .select2-container .select2-container-dropdown .select2-dropdown {
  box-shadow: none;
}
.modal-body .icon-box {
  width: 70px;
  height: 70px;
  padding: 18px;
  border-radius: 100%;
  background-color: rgba(236, 137, 81, 0.08);
  color: var(--theme-color);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-left: auto;
  margin-right: auto;
}
.modal-body .icon-box.wo-bg {
  padding: 0;
  background-color: transparent;
  font-size: 60px;
  width: max-content;
  height: max-content;
  line-height: 1;
}
.modal-body .modal-title {
  font-weight: 700;
  font-size: calc(17px + 8 * (100vw - 320px) / 1600);
  margin-bottom: 7px;
  text-align: center;
}
.modal-body .btn--no {
  margin-left: auto;
  margin-right: 15px;
  color: #fff !important;
  background-color: #6c757d !important;
}
.btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.search-modal .no-data-added.collection-no-data,
.search-modal .tab-category.collection-no-data {
  padding: 70px 0;
  background-color: #f8f8f8;
}
.search-modal .no-data-added.collection-no-data img,
.search-modal .tab-category.collection-no-data img {
  width: 18%;
}
.search-modal .modal-header {
  border-bottom: 1px solid #eee;
}
.search-modal .modal-header h3,
.search-modal .modal-header .h3 {
  font-size: calc(19px + 3 * (100vw - 320px) / 1600);
  font-weight: 600;
  letter-spacing: unset;
}
.search-modal .search-category-box {
  margin-top: 10px;
  flex-wrap: wrap;
}
.search-modal .search-category-box a {
  color: var(--theme-color);
}
.search-modal .search-category-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 12px;
}
.search-modal .search-category-box li {
  color: var(--theme-color);
  font-weight: 500;
}
.search-modal .search-title {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  color: #373737;
  margin-bottom: calc(8px + 5 * (100vw - 320px) / 1600);
}
.search-modal .modal-body {
  padding: var(--bs-modal-padding);
}
.search-modal .modal-body .search-box {
  position: relative;
}
.search-modal .modal-body .search-box .form-control {
  padding: 11px 15px;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  border: 1px solid #eee;
  padding-right: calc(40px + 15 * (100vw - 320px) / 1600);
}
.search-modal .modal-body .search-box i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(10px + 6 * (100vw - 320px) / 1600);
  font-size: calc(17px + 2 * (100vw - 320px) / 1600);
  color: #777;
  border-left: 1px solid #eee;
  padding-left: calc(9px + 4 * (100vw - 320px) / 1600);
}
.cart-view-modal .modal-body {
  padding: calc(15px + 10 * (100vw - 320px) / 1600);
}
.cart-view-modal .modal-body .product-page-details .timer p {
  margin: 0;
  font-size: 18px;
}
.exit-modal .modal-content {
  display: block;
}
.exit-modal .modal-body .right-content {
  text-align: left;
  background: rgb(240, 227, 220);
  background:
    linear-gradient(
      -90deg,
      rgba(245, 238, 234, 0.99) 0,
      rgb(249, 249, 249) 100%);
  display: block;
  transform: unset;
}
.exit-modal .modal-body .right-content .auth-title {
  text-align: unset;
  margin: 0;
}
.exit-modal .modal-body .right-content .auth-title h2,
.exit-modal .modal-body .right-content .auth-title .h2 {
  color: var(--theme-color);
  font-size: calc(30px + 8 * (100vw - 320px) / 1600);
  margin: 0;
}
.exit-modal .modal-body .right-content .auth-title h4,
.exit-modal .modal-body .right-content .auth-title .h4 {
  color: #777;
  line-height: 1.3;
  margin-top: calc(7px + 4 * (100vw - 320px) / 1600);
}
.exit-modal .modal-body .right-content .auth-title h5,
.exit-modal .modal-body .right-content .auth-title .h5 {
  margin: 0;
  font-size: calc(17px + 5 * (100vw - 320px) / 1600);
  font-weight: 500;
  line-height: 1.4;
}
.input-padding {
  padding: 12px;
}
.refund-modal .modal-header .btn-close {
  padding: 0;
}
.refund-modal .product-review-form .review-box .custom-select .select2 .select2-selection {
  border: 1px solid #eee;
  border-radius: 1px;
  height: unset;
  background: transparent;
  position: relative;
}
.refund-modal .product-review-form .review-box .custom-select .select2 .select2-selection .select2-selection__rendered {
  line-height: 1.3;
  padding: 11px;
  color: #232323;
  font-weight: 500;
}
.refund-modal .product-review-form .review-box .custom-select .select2 .select2-selection .select2-selection__rendered > span {
  display: none;
}
.refund-modal .product-review-form .review-box .custom-select .select2 .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  display: block;
}
.refund-modal .product-review-form .review-box .custom-select .select2 .select2-selection .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  padding-inline: 13px;
}
.refund-modal .product-review-form .review-box .custom-select .select2 .select2-selection .select2-selection__arrow::before {
  border: unset !important;
  content: "\ea4e";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: unset;
  height: unset;
}
.refund-modal .product-review-form .review-box .custom-select .select2 .select2-selection .select2-selection__placeholder {
  color: #777;
}
.refund-modal .product-review-form .review-box .custom-select .select2 .select2-dropdown {
  border: 1px solid #eee;
  border-radius: 0;
}
.refund-modal .product-review-form .review-box .custom-select .select2 .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 9px 13px;
}
.refund-modal .product-review-form .review-box .custom-select .select2 .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted {
  background-color: var(--theme-color);
  font-weight: 500;
}
.brand-slider-box .logo-block a:focus {
  outline: none;
}
.brand-slider-box .logo-block img {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: 0.5s ease;
  margin: 0 auto;
  width: auto;
}
.brand-slider-box .logo-block img:focus {
  outline: none;
}
.brand-slider-box .logo-block img:hover {
  filter: grayscale(0);
  opacity: 1;
  transition: 0.5s ease;
}
.watch-brand .brand-slider-box .logo-block {
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  padding: calc(14px + 14 * (100vw - 320px) / 1600) calc(13px + 5 * (100vw - 320px) / 1600);
}
.product-left-title h3,
.product-left-title .h3 {
  font-weight: 600;
  color: #222;
  text-transform: capitalize;
  max-width: 200px;
  line-height: 1.3;
  font-size: calc(21px + 3 * (100vw - 320px) / 1600);
}
.product-left-title p {
  line-height: 1.5;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.product-left-title.right-content {
  text-align: right;
}
.product-left-title.right-content h3,
.product-left-title.right-content .h3 {
  margin-left: auto;
}
.alert .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http:ww.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.box-layout-body .brand-section .container {
  padding: 0;
}
.success-text {
  text-align: center;
}
.success-text i {
  font-size: 50px;
  color: #4ead4e;
}
.success-text h2,
.success-text .h2 {
  margin-top: 10px;
  margin-bottom: 15px;
}
.success-text p {
  font-size: 18px;
  text-transform: capitalize;
}
.success-text p:last-child {
  margin-bottom: 0;
}
.success-text.order-fail i {
  color: var(--theme-deafult);
}
.order-success-sec h4,
.order-success-sec .h4 {
  font-weight: 700;
  text-transform: capitalize;
}
.order-success-sec .order-detail li {
  display: flex;
  text-transform: capitalize;
  line-height: 28px;
  font-size: 16px;
}
.order-success-sec .payment-mode h4,
.order-success-sec .payment-mode .h4 {
  margin-top: 16px;
}
.order-success-sec .payment-mode p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
.delivery-sec {
  padding: 30px;
  text-align: center;
  margin-top: 20px;
  background-color: #f9f9f9;
}
.delivery-sec h2,
.delivery-sec .h2,
.delivery-sec h3,
.delivery-sec .h3 {
  color: #000000;
  text-transform: capitalize;
}
.product-order h3,
.product-order .h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: -2px;
}
.product-order .product-order-detail {
  margin-top: 15px;
}
.product-order .product-order-detail img {
  height: 130px;
}
.product-order .product-order-detail .order_detail {
  display: flex;
  align-items: center;
}
.product-order .product-order-detail .order_detail h4,
.product-order .product-order-detail .order_detail .h4 {
  margin-bottom: 5px;
  text-transform: capitalize;
  font-weight: 700;
}
.product-order .product-order-detail .order_detail h5,
.product-order .product-order-detail .order_detail .h5 {
  text-transform: capitalize;
  margin-bottom: 0;
}
.product-order .total-sec {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin: 15px 0;
  padding: 15px 0;
}
.product-order .total-sec ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.product-order .total-sec ul li {
  width: 100%;
  font-size: 18px;
  display: block;
  text-transform: capitalize;
}
.product-order .total-sec ul li span {
  float: right;
}
.product-order .final-total h3,
.product-order .final-total .h3 {
  display: block;
}
.product-order .final-total h3 span,
.product-order .final-total .h3 span {
  float: right;
}
.portfolio-section {
  overflow: hidden;
}
.portfolio-section #form1 {
  padding-bottom: 20px;
}
.portfolio-section.metro-section .product-box .product-detail {
  opacity: 0;
  position: absolute;
  background-color: #ffffff;
  padding: 10px;
  transition: all 0.5s ease;
  width: 65%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
  text-align: center;
}
.portfolio-section.metro-section .product-box .product-detail h6,
.portfolio-section.metro-section .product-box .product-detail .h6 {
  color: #525252;
  padding-top: 0;
  margin-top: -2px;
  font-size: 17px;
  font-weight: 600;
}
.portfolio-section.metro-section .product-box .product-detail h4,
.portfolio-section.metro-section .product-box .product-detail .h4 {
  font-weight: 400;
  color: #797979;
  font-size: 16px;
}
.portfolio-section.metro-section .product-box .product-detail.default-view {
  opacity: 1;
  bottom: 15px;
}
.portfolio-section.metro-section .product-box:hover .product-detail {
  opacity: 1;
  transition: all 0.5s ease;
  bottom: 15px;
}
.absolute-product .theme-tab .tab-title .current a {
  font-weight: 700;
}
.absolute-product .product-box {
  width: 100%;
  display: inline-block;
  padding-bottom: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.absolute-product .product-box .img-wrapper {
  border-radius: 5px 5px 0 0;
}
.absolute-product .product-box .product-detail {
  text-align: center;
  margin-top: 0;
  padding: 0 15px;
}
.absolute-product .product-box .product-detail .color-variant {
  padding-top: 5px;
}
.absolute-product .product-box .product-detail .color-variant li {
  height: 16px;
  width: 16px;
}
.absolute-product .product-box .product-detail .cart-bottom {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
}
.absolute-product .product-box .product-detail .cart-bottom button {
  border: none;
  background-color: transparent;
  padding: 0;
}
.absolute-product .product-box .product-detail .cart-bottom i {
  color: #828282;
  font-size: 18px;
  padding-right: 7px;
  padding-left: 7px;
  transition: all 0.5s ease;
}
.absolute-product .product-box .product-detail .cart-bottom i:hover {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.absolute-product .product-box .product-detail .rating {
  margin-top: 10px;
}
.color-variant li {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  margin-right: 5px;
  cursor: pointer;
  transition: all 0.1s ease;
  vertical-align: middle;
}
.quantity-variant,
.image-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.quantity-variant li,
.image-box li {
  flex: 0 0 auto;
  padding: 6px 11px;
  font-size: 13px;
  background-color: #f8f8f8 !important;
  height: auto !important;
  cursor: pointer;
  width: auto !important;
  border: 1px solid transparent;
}
.quantity-variant li button,
.image-box li button {
  border: none;
  background-color: transparent !important;
}
.quantity-variant li.active,
.image-box li.active {
  border: 1px solid var(--theme-color);
}
.quantity-variant li.active button,
.image-box li.active button {
  color: var(--theme-color);
  font-weight: 600;
}
.quantity-variant.box-l li,
.image-box.box-l li {
  padding: 6px 8px;
}
.image-swatch {
  margin-bottom: 10px;
}
.image-swatch li img {
  width: 33px;
  height: 33px;
  cursor: pointer;
  padding: 2px;
  object-fit: cover;
  border: 1px solid #dddddd;
  margin-right: 5px;
}
.image-swatch li:last-child {
  margin-right: 0;
}
.image-swatch li.active img {
  border: 1px solid var(--theme-color);
}
.image-swatch li:hover img {
  border: 1px solid var(--theme-color);
  transition: all 0.5s ease;
}
.product-para p {
  margin-bottom: 0;
  padding-bottom: calc(10px + 20 * (100vw - 320px) / 1600);
  line-height: 1.6;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.product-box,
.product-wrap {
  position: relative;
  transition: all 0.5s ease;
  vertical-align: middle;
}
.product-box .img-wrapper,
.product-wrap .img-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.product-box .img-wrapper .owl-carousel,
.product-wrap .img-wrapper .owl-carousel {
  margin-bottom: -10px;
}
.product-box .img-wrapper .front,
.product-wrap .img-wrapper .front {
  opacity: 1;
  top: 0;
  background-color: #ebebeb;
  left: 0;
  transition: all 0.5s ease;
}
.product-box .img-wrapper .back,
.product-wrap .img-wrapper .back {
  opacity: 0;
  position: absolute;
  backface-visibility: hidden;
  background-color: #ebebeb;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  transform: translateX(-100px);
  width: 100%;
}
.product-box .img-wrapper .cart-box,
.product-wrap .img-wrapper .cart-box {
  position: absolute;
  margin: 0 auto;
  display: inline-block;
  right: 0;
  left: 0;
  border-radius: 50px;
  width: max-content;
  padding: 12px 15px;
  box-shadow: 0 0 12px 0 #dddddd;
  bottom: 30px;
  background-color: #ffffff;
  opacity: 0;
  transition: all 0.2s ease;
}
.product-box .img-wrapper .cart-box button,
.product-wrap .img-wrapper .cart-box button {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
}
.product-box .img-wrapper .cart-box i,
.product-wrap .img-wrapper .cart-box i {
  color: #6f6f6f;
  font-size: 18px;
  padding-left: 8px;
  padding-right: 8px;
  transition: all 0.2s ease;
  display: inline-block;
}
.product-box .img-wrapper .cart-box i:hover,
.product-wrap .img-wrapper .cart-box i:hover {
  color: var(--theme-color);
  transition: all 0.2s ease;
}
.product-box .img-wrapper .cart-box.cart-box-bottom,
.product-wrap .img-wrapper .cart-box.cart-box-bottom {
  bottom: 0;
  border-radius: 0;
  display: flex;
  right: unset;
}
.product-box .img-wrapper .lable-block .lable3,
.product-wrap .img-wrapper .lable-block .lable3 {
  border-radius: 100%;
  background-color: var(--theme-color);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  padding: 12px 6px;
  text-transform: uppercase;
  color: #ffffff;
  top: 7px;
  left: 7px;
  z-index: 1;
}
.product-box .img-wrapper .lable-block .lable4,
.product-wrap .img-wrapper .lable-block .lable4 {
  position: absolute;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  top: 7px;
  right: 7px;
  letter-spacing: 0.1em;
  z-index: 1;
  color: #212529;
}
.product-box .cart-info,
.product-wrap .cart-info {
  position: absolute;
  bottom: 40px;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  right: 0;
  left: 0;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s ease;
}
.product-box .cart-info .btn-animation::before,
.product-wrap .cart-info .btn-animation::before {
  content: unset;
}
.product-box .cart-info a [class^=ti-],
.product-box .cart-info a [class*=" ti-"],
.product-wrap .cart-info a [class^=ti-],
.product-wrap .cart-info a [class*=" ti-"] {
  display: inline-block;
}
.product-box .cart-info button,
.product-wrap .cart-info button {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
}
.product-box .cart-info i,
.product-wrap .cart-info i {
  color: #6f6f6f;
  font-size: 18px;
  padding-right: 10px;
  padding-left: 10px;
}
.product-box .cart-info i:hover,
.product-wrap .cart-info i:hover {
  color: var(--theme-color);
}
.product-box .product-detail,
.product-box .product-info,
.product-wrap .product-detail,
.product-wrap .product-info {
  padding-left: 0;
  margin-top: 15px;
}
.product-box .product-detail .rating i,
.product-box .product-info .rating i,
.product-wrap .product-detail .rating i,
.product-wrap .product-info .rating i {
  padding-right: 5px;
}
.product-box .product-detail .rating i:nth-child(-n+4),
.product-box .product-info .rating i:nth-child(-n+4),
.product-wrap .product-detail .rating i:nth-child(-n+4),
.product-wrap .product-info .rating i:nth-child(-n+4) {
  color: #ffa200;
}
.product-box .product-detail .rating i:last-child,
.product-box .product-info .rating i:last-child,
.product-wrap .product-detail .rating i:last-child,
.product-wrap .product-info .rating i:last-child {
  color: #dddddd;
}
.product-box .product-detail h6,
.product-box .product-detail .h6,
.product-box .product-info h6,
.product-box .product-info .h6,
.product-wrap .product-detail h6,
.product-wrap .product-detail .h6,
.product-wrap .product-info h6,
.product-wrap .product-info .h6 {
  line-height: 1;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 10px;
  transition: all 0.5s ease;
  font-size: 18px;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #454545;
  font-weight: 500;
}
.product-box .product-detail h4,
.product-box .product-detail .h4,
.product-box .product-info h4,
.product-box .product-info .h4,
.product-wrap .product-detail h4,
.product-wrap .product-detail .h4,
.product-wrap .product-info h4,
.product-wrap .product-info .h4 {
  font-size: 18px;
  color: #222222;
  font-weight: 700;
  margin-bottom: 0;
  transition: all 0.5s ease;
}
.product-box .product-detail .color-variant,
.product-box .product-info .color-variant,
.product-wrap .product-detail .color-variant,
.product-wrap .product-info .color-variant {
  padding-top: 15px;
}
.product-box .product-detail .color-variant li,
.product-box .product-info .color-variant li,
.product-wrap .product-detail .color-variant li,
.product-wrap .product-info .color-variant li {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  margin-right: 5px;
  transition: all 0.1s ease;
  cursor: pointer;
}
.product-box .product-detail p,
.product-box .product-info p,
.product-wrap .product-detail p,
.product-wrap .product-info p {
  display: none;
}
.product-box .product-info,
.product-wrap .product-info {
  padding: 0;
  text-align: center;
  position: relative;
}
.product-box .product-info .add-btn,
.product-wrap .product-info .add-btn {
  position: absolute;
  bottom: 110px;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 1;
}
.product-box .product-info .add-btn i,
.product-wrap .product-info .add-btn i {
  color: var(--theme-color);
}
.product-box .product-info .add-btn .btn-outline,
.product-wrap .product-info .add-btn .btn-outline {
  transition: all 0.2s ease;
  color: var(--theme-color);
}
.product-box .product-info .add-btn .btn-outline:hover,
.product-wrap .product-info .add-btn .btn-outline:hover {
  color: #ffffff;
}
.product-box .product-info .add-btn .btn-outline:hover i,
.product-wrap .product-info .add-btn .btn-outline:hover i {
  color: #ffffff;
}
.product-box:hover.effect-center .front img,
.product-wrap:hover.effect-center .front img {
  opacity: 0.3;
  transition: all 0.5s ease;
}
.product-box:hover.effect-center .img-wrapper .cart-box,
.product-wrap:hover.effect-center .img-wrapper .cart-box {
  bottom: 35%;
  transition: all 0.5s ease;
}
.product-box:hover .img-block .first,
.product-box:hover .img-wrapper .first,
.product-wrap:hover .img-block .first,
.product-wrap:hover .img-wrapper .first {
  opacity: 0;
  transition: all 0.5s ease;
}
.product-box:hover .img-block .back,
.product-box:hover .img-wrapper .back,
.product-wrap:hover .img-block .back,
.product-wrap:hover .img-wrapper .back {
  opacity: 1;
  transition: all 0.5s ease;
  transform: translateX(0);
}
.product-box:hover .cart-info,
.product-wrap:hover .cart-info {
  opacity: 1;
  transition: all 0.5s ease;
}
.product-box:hover .cart-info button,
.product-wrap:hover .cart-info button {
  animation: fadeInUp 300ms ease-in-out;
}
.product-box:hover .cart-info a:nth-child(2) i,
.product-wrap:hover .cart-info a:nth-child(2) i {
  animation: fadeInUp 500ms ease-in-out;
}
.product-box:hover .cart-info a:nth-child(3) i,
.product-wrap:hover .cart-info a:nth-child(3) i {
  animation: fadeInUp 700ms ease-in-out;
}
.product-box:hover .cart-info a:nth-child(4) i,
.product-wrap:hover .cart-info a:nth-child(4) i {
  animation: fadeInUp 1000ms ease-in-out;
}
.product-box:hover .cart-detail,
.product-wrap:hover .cart-detail {
  opacity: 1;
  transition: all 0.5s ease;
}
.product-box:hover .cart-detail button,
.product-wrap:hover .cart-detail button {
  animation: fadeInRight 300ms ease-in-out;
}
.product-box:hover .cart-detail a:nth-child(2) i,
.product-wrap:hover .cart-detail a:nth-child(2) i {
  animation: fadeInRight 500ms ease-in-out;
}
.product-box:hover .cart-detail a:nth-child(3) i,
.product-wrap:hover .cart-detail a:nth-child(3) i {
  animation: fadeInRight 700ms ease-in-out;
}
.product-box:hover .cart-detail a:nth-child(4) i,
.product-wrap:hover .cart-detail a:nth-child(4) i {
  animation: fadeInRight 1000ms ease-in-out;
}
.product-box:hover .product-info .add-btn,
.product-wrap:hover .product-info .add-btn {
  opacity: 1;
  transition: all 0.2s ease;
  animation: fadeInUp 500ms ease-in-out;
}
.product-box:hover .img-wrapper .cart-box,
.product-wrap:hover .img-wrapper .cart-box {
  opacity: 1;
  transition: all 0.2s ease;
  animation: fadeInUp 400ms ease-in-out;
}
.product-box .cart-info.bg-color-cls {
  right: -40px;
}
.product-box .cart-info.bg-color-cls button {
  background-color: white;
  animation: none !important;
}
.product-box .cart-info.bg-color-cls a i {
  background-color: white;
  animation: none !important;
}
.product-box .cart-info.bg-color-cls.sm-box i {
  padding-bottom: 7px;
  padding-top: 7px;
  font-size: 16px;
}
.product-box:hover .cart-info.bg-color-cls {
  right: 0;
}
.bg-title .theme-card h5.title-border,
.bg-title .theme-card .title-border.h5 {
  padding: 10px;
  color: white;
  background-color: var(--theme-color);
}
.bg-title .theme-card .owl-prev {
  right: 30px;
}
.bg-title .theme-card .owl-prev:before {
  color: white;
  opacity: 1;
  font-size: 25px;
}
.bg-title .theme-card .owl-next {
  right: 6px;
}
.bg-title .theme-card .owl-next:before {
  color: white;
  opacity: 1;
  font-size: 25px;
}
.bg-title .theme-tab .bg-title-part {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-top: -6px;
  background-color: var(--theme-color);
  padding: 10px;
}
.bg-title .theme-tab .bg-title-part .title-border {
  margin-bottom: 0;
  color: white;
  text-transform: capitalize;
  font-weight: 600;
}
.bg-title .theme-tab .bg-title-part .tab-title {
  margin-bottom: 0;
  margin-top: 0;
  margin-left: auto;
  text-align: right;
}
.bg-title .theme-tab .bg-title-part .tab-title li {
  font-size: 16px;
  padding-right: 0;
}
.bg-title .theme-tab .bg-title-part .tab-title li:first-child {
  padding-left: 0;
}
.bg-title .theme-tab .bg-title-part .tab-title a {
  color: rgba(255, 255, 255, 0.7);
}
.bg-title .theme-tab .bg-title-part .tab-title .current a {
  color: white;
}
.bg-title .theme-tab .bg-title-part .tab-title.w-bg li {
  padding: 4px 18px !important;
}
.bg-title .theme-tab .bg-title-part .tab-title.w-bg li.current {
  background-color: var(--theme-color);
}
.bg-title .theme-tab .bg-title-part .tab-title.w-bg li.current a {
  color: white;
}
.bg-title .theme-tab .bg-title-part.wo-bg {
  background-color: #f8f9fa;
}
.bg-title .theme-tab .bg-title-part.wo-bg .tab-title a {
  color: #2d2a25;
}
.bg-title .theme-tab .bg-title-part.wo-bg .tab-title .current a {
  color: var(--theme-color);
}
.bg-title .theme-tab .bg-title-part.wo-bg .title-border {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}
.bg-title .theme-tab .bg-title-part.wo-bg .title-border.small-title {
  font-size: 16px;
}
.bg-title.wo-bg .theme-tab .bg-title-part {
  background-color: transparent;
  padding: 0 0 14px 0;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
}
.bg-title.wo-bg .theme-tab .bg-title-part .title-border {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.bg-title.wo-bg .theme-tab .tab-title a {
  color: #2d2a25;
}
.bg-title.wo-bg .theme-tab .tab-title .current a {
  color: var(--theme-color);
}
.best-seller-section .theme-card h5.title-border,
.best-seller-section .theme-card .title-border.h5 {
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: calc(5px + 5 * (100vw - 320px) / 1600);
  margin-top: -5px;
  margin-bottom: calc(12px + 8 * (100vw - 320px) / 1600);
  border-bottom: 1px solid #eee;
}
.best-seller-section .theme-card .offer-slider > * > div > * + * .media {
  margin-top: calc(11px + 9 * (100vw - 320px) / 1600);
}
.preview-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.preview-box .media-btn {
  background-color: var(--theme-color);
  color: #fff;
  width: 40px;
  height: 40px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 22px;
}
.preview-box .preview-btn span {
  background-color: var(--theme-color);
  color: #fff;
  padding: 10px 18px;
  gap: 6px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: 600;
}
.preview-box .preview-btn span i {
  font-weight: normal;
  line-height: 1;
}
.product-box .product-arrow .owl-prev,
.product-box .product-arrow .owl-next {
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  background-color: rgba(255, 255, 255, 0.5);
  width: 24px;
  height: 24px;
  border-radius: 100%;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-box .product-arrow .owl-prev:before,
.product-box .product-arrow .owl-next:before {
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  opacity: 1;
}
.product-box .product-arrow .owl-next {
  right: 1px;
}
.product-box .product-arrow .owl-next:before {
  content: "\ea6e";
}
.product-box .product-arrow .owl-prev {
  left: 1px;
  z-index: 1;
}
.product-box .product-arrow .owl-prev:before {
  content: "\ea64";
}
.product-box .product-arrow:hover .owl-prev,
.product-box .product-arrow:hover .owl-next {
  opacity: 1;
  transform: scale(1.2);
  transition: all 0.5s ease;
}
.product-box .product-arrow:hover .owl-prev:before,
.product-box .product-arrow:hover .owl-next:before {
  opacity: 1;
}
.product-box .product-arrow:hover .owl-next {
  right: 30px;
}
.product-box .product-arrow:hover .owl-prev {
  left: 30px;
}
.product-box.single-product {
  text-align: center;
}
.product-box.single-product .product-detail h6,
.product-box.single-product .product-detail .h6 {
  font-size: calc(16px + 9 * (100vw - 320px) / 1600);
  margin-bottom: calc(4px + 6 * (100vw - 320px) / 1600);
}
.product-box.single-product .product-detail h4,
.product-box.single-product .product-detail .h4 {
  font-size: calc(22px + 6 * (100vw - 320px) / 1600);
}
.product-box.single-product .product-detail .btn-solid {
  padding: 12px 56px;
  margin-top: 20px;
}
.product-box.single-product .color-variant {
  display: flex;
  justify-content: center;
  border-bottom: none;
}
.product-box.single-product .color-variant .nav-item {
  width: 30px !important;
  height: 30px !important;
  margin: 0 10px;
}
.product-box.single-product .color-variant .nav-item.color1 {
  background-color: #19627e;
}
.product-box.single-product .color-variant .nav-item.color2 {
  background-color: #e7e3e2;
}
.product-box.single-product .color-variant .nav-item.color3 {
  background-color: #c560a4;
}
.product-box.single-product .color-variant .nav-link {
  padding: 0;
  background-color: transparent;
  border: none;
  width: 30px !important;
  height: 30px !important;
}
.product-box.single-product .color-variant .nav-link.active {
  padding: 0;
  background-color: transparent;
  border: none;
}
.infinite-product .product-box {
  display: none;
}
.load-more-button .btn {
  transition:
    width 0.1s ease,
    height 0.4s ease,
    border-width 0.4s ease,
    border-radius 0.4s ease,
    border-color 0.4s ease,
    padding 0.4s ease;
}
.load-more-button .btn:focus {
  outline: none;
}
.load-more-button .btn.loading {
  height: 24px;
  width: 24px;
  padding: 0;
  border-width: 2px;
  border-radius: 17px;
  border-color: #eee #eee #eee #999 !important;
  background: #fff !important;
  font-size: 0;
  color: transparent;
  pointer-events: none;
  animation: spin 1.2s infinite linear;
}
.load-more-button .btn.loading:before {
  opacity: 0;
}
.product-rating-box .rating-box .product-rating span {
  font-size: calc(18px + 10 * (100vw - 320px) / 1600);
}
.product-rating-box .rating-box h4,
.product-rating-box .rating-box .h4 {
  font-weight: 400;
  margin: 0;
  margin-top: calc(2px + 4 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #777;
  text-transform: unset;
  letter-spacing: unset;
}
.product-rating-box .product-main-rating {
  margin-bottom: calc(15px + 10 * (100vw - 320px) / 1600);
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.product-rating-box .product-main-rating h3,
.product-rating-box .product-main-rating .h3 {
  font-size: 26px;
  font-weight: 600;
  color: #232323;
  letter-spacing: unset;
  margin-bottom: 10px;
}
.product-rating-box .product-main-rating h2,
.product-rating-box .product-main-rating .h2 {
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: calc(32px + 10 * (100vw - 320px) / 1600);
}
.product-rating-box .product-main-rating h2 i,
.product-rating-box .product-main-rating .h2 i {
  font-size: calc(19px + 4 * (100vw - 320px) / 1600);
  font-weight: normal;
  color: #ffb321;
}
.product-rating-box .product-main-rating h5,
.product-rating-box .product-main-rating .h5 {
  line-height: 1.4;
  font-weight: 400;
  color: #4a5568;
  font-size: 17px;
}
.product-rating-box .product-rating-list {
  display: grid;
  gap: calc(7px + 5 * (100vw - 320px) / 1600);
}
.product-rating-box .product-rating-list li:nth-child(4) .rating-product .progress .progress-bar {
  background-color: #ffa53b;
}
.product-rating-box .product-rating-list li:last-child .rating-product .progress .progress-bar {
  background-color: #ff4f4f;
}
.product-rating-box .product-rating-list li .rating-product {
  display: flex;
  gap: 12px;
  align-items: center;
}
.product-rating-box .product-rating-list li .rating-product h5,
.product-rating-box .product-rating-list li .rating-product .h5 {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  width: calc(30px + 10 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin: 0;
}
.product-rating-box .product-rating-list li .rating-product h5 i,
.product-rating-box .product-rating-list li .rating-product .h5 i {
  font-size: 15px;
  font-weight: normal;
}
.product-rating-box .product-rating-list li .rating-product .progress {
  width: calc(100% - 12px - 28px - 15px);
  height: 9px;
  border-radius: 100px;
}
.product-rating-box .product-rating-list li .rating-product .progress .progress-bar {
  border-radius: 100px;
}
.product-rating-box .product-rating-list li .rating-product .total {
  white-space: nowrap;
  color: rgba(74, 85, 104, 0.878);
  font-size: 16px;
  font-weight: 400;
  width: 15px;
  display: block;
}
.product-details-box .collection-filter {
  position: sticky;
  top: 110px;
  left: 0;
}
.product-details-box .collection-filter-block {
  position: unset;
  inset: unset;
  padding: 0;
  border: unset;
}
.product-details-box .collection-filter-block + .collection-filter-block {
  margin-top: 36px;
}
.product-details-box .collection-filter-block .product-service {
  border: 1px solid #eee;
  padding: 20px;
}
.product-details-box .collection-filter-block.accordion {
  border: 1px solid #eee;
  padding: 20px;
}
.product-details-box .collection-filter-block.accordion .product-service {
  padding: 0;
}
.product-details-box .theme-card {
  margin-top: 36px;
}
.product-details-box .theme-card .offer-slider > div > * + * .media {
  margin-top: 15px;
}
.product-details-box .theme-card .offer-slider > div .media {
  display: flex;
  align-items: center;
  gap: 13px;
}
.product-details-box .theme-card .offer-slider > div .media:last-child .media-body {
  margin: 0;
}
.product-details-box .theme-card .offer-slider > div .media:last-child img {
  padding: 5px;
  height: 95px;
  width: 95px;
  background-color: #f8f8f8;
  border: 1px solid #eee;
  margin: 0;
}
.product-details-box .theme-card .offer-slider > div .media .media-body {
  max-width: calc(100% - 13px - 95px);
}
.product-details-box .theme-card .offer-slider > div .media .media-body a h6,
.product-details-box .theme-card .offer-slider > div .media .media-body a .h6 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product-details-box .product-page-details .dashed-border-box {
  max-width: 70%;
}
@media (max-width: 768px) {
  .product-details-box .product-page-details .dashed-border-box {
    margin-inline: auto;
    align-items: center;
  }
}
.review-people {
  border-left: 1px solid #ececec;
  padding-left: 23px;
  max-height: 432px;
  height: 100%;
  overflow: auto;
}
@media (max-width: 1199px) {
  .review-people {
    padding-left: unset;
    padding-top: 23px;
    border-left: unset;
    border-top: 1px solid #ececec;
    margin-top: 23px;
  }
}
.review-people::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.14);
}
.review-people::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.review-people::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(85, 85, 85, 0.3);
}
@media (max-width: 991px) {
  .review-people {
    border: none;
    padding: 0;
    margin-top: 25px;
  }
}
.review-people .review-list {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}
.review-people .review-list li {
  display: block;
  width: 100%;
}
.review-people .review-list li .people-box {
  display: flex;
  gap: 15px;
  width: 100%;
  border-radius: 10px;
  padding: calc(16px + 4 * (100vw - 320px) / 1600) calc(16px + 10 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
  border: 1px solid #eee;
}
@media (max-width: 480px) {
  .review-people .review-list li .people-box {
    display: block;
  }
}
.review-people .review-list li .people-box:hover .reply a {
  opacity: 1;
}
.review-people .review-list li .people-box .people-image img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .review-people .review-list li .people-box .people-image img {
    border-radius: 8px;
  }
}
.review-people .review-list li .people-box .people-text .user-round {
  width: 70px;
  height: 70px;
  object-fit: contain;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  border-radius: 0;
  margin: 0 auto;
}
.review-people .review-list li .people-box .people-text .user-round h4,
.review-people .review-list li .people-box .people-text .user-round .h4 {
  font-size: 41px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 0;
}
.review-people .review-list li .people-box .name-user {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: #ececec;
  border-radius: 10px;
  color: #4a5568;
}
.review-people .review-list li .people-box .name-user h3,
.review-people .review-list li .people-box .name-user .h3 {
  font-size: 37px;
  font-weight: 600;
}
.review-people .review-list li .people-box .people-comment {
  width: calc(100% - 70px - 15px);
}
.review-people .review-list li .people-box .people-comment .people-name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 400px) {
  .review-people .review-list li .people-box .people-comment .people-name {
    display: block;
  }
}
.review-people .review-list li .people-box .people-comment .people-name .name {
  white-space: nowrap;
  display: block;
  font-weight: 600;
  font-size: calc(17px + 1 * (100vw - 320px) / 1600);
  color: #232323;
}
.review-people .review-list li .people-box .people-comment .people-name .name:hover {
  color: #232323;
}
.review-people .review-list li .people-box .people-comment .people-name h6,
.review-people .review-list li .people-box .people-comment .people-name .h6 {
  margin: 0;
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  margin-right: auto;
}
.review-people .review-list li .people-box .people-comment .people-name .date-time {
  width: 100%;
  margin-top: 4px;
}
.review-people .review-list li .people-box .people-comment .people-name .date-time h6,
.review-people .review-list li .people-box .people-comment .people-name .date-time .h6 {
  font-size: 13px;
  color: #777;
  margin-block: 4px 6px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.review-people .review-list li .people-box .people-comment .people-name .product-rating {
  display: flex;
  align-items: center;
}
@media (max-width: 400px) {
  .review-people .review-list li .people-box .people-comment .people-name .product-rating {
    margin-top: 3px;
  }
}
.review-people .review-list li .people-box .people-comment .name {
  white-space: nowrap;
  display: block;
  font-weight: 600;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  color: #656565;
}
.review-people .review-list li .people-box .people-comment .name:hover {
  color: var(--theme-color);
}
@media (max-width: 480px) {
  .review-people .review-list li .people-box .people-comment {
    padding: 0;
    width: 100%;
    margin-top: 16px;
  }
}
.review-people .review-list li .people-box .people-comment .date-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
}
.review-people .review-list li .people-box .people-comment .date-time h6,
.review-people .review-list li .people-box .people-comment .date-time .h6 {
  font-size: 13px;
  color: #777;
  margin: 0;
}
.review-people .review-list li .people-box .reply {
  margin-top: 6px;
  line-height: 1.6;
  color: #4a5568;
  position: relative;
}
.review-people .review-list li .people-box .reply p {
  margin: 0;
  line-height: 1.6;
  letter-spacing: unset;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
@media (max-width: 480px) {
  .review-people .review-list li .people-box .reply p {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .review-people .review-list li .people-box .reply p {
    margin-top: 7px;
  }
}
.slider-main-img {
  min-height: 400px;
  border: 1px solid #eee;
  border-radius: 0;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.question-answer li {
  display: block;
  margin-bottom: 25px;
  padding-bottom: 19px;
  border-bottom: 1px solid #eee;
}
.question-answer li .question-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
}
.question-answer li .question-box h5,
.question-answer li .question-box .h5 {
  border: 1px solid #eee;
  background-color: #f8f8f8;
  text-transform: capitalize;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  width: auto;
  height: 30px;
  font-weight: 600;
  padding-inline: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.question-answer li .question-box .link-dislike-box {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-left: auto;
}
.question-answer li .question-box .link-dislike-box li {
  margin: 0;
  padding: 0;
  border: unset;
}
.question-answer li .question-box .link-dislike-box li a span {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(74, 85, 104, 0.671);
}
.question-answer li .question-box .link-dislike-box li a span i {
  font-size: 16px;
}
.question-answer li .answer-box {
  display: flex;
  gap: 15px;
}
.question-answer li .answer-box h5,
.question-answer li .answer-box .h5 {
  border: 1px solid transparent;
  background-color: var(--theme-color);
  color: #ffffff;
  text-transform: capitalize;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  width: auto;
  font-weight: 600;
  padding-inline: 7px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 3px;
}
.question-answer li .answer-box p {
  margin: 0;
  width: calc(100% - 15px - 30px);
  line-height: 1.5;
  color: #4a5568;
  letter-spacing: 0.6px;
}
.question-answer li h6,
.question-answer li .h6 {
  margin: 0;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  letter-spacing: 0.02px;
  color: #222;
}
.question-answer li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.question-answer li .report-text {
  text-align: right;
  font-size: 13px;
  color: rgba(74, 85, 104, 0.6);
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: flex-end;
  margin-top: 7px;
}
.question-answer li .report-text i {
  font-size: 15px;
}
.post-question-box {
  margin-bottom: 32px;
}
.post-question-box h4,
.post-question-box .h4 {
  color: #222;
  font-weight: 500;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.post-question-box h4 a,
.post-question-box .h4 a {
  width: auto;
  display: inline-block;
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: none;
  border-radius: 0;
  background-color: #f8f8f8;
  color: #222;
  padding: calc(9px + 3 * (100vw - 320px) / 1600) calc(16px + 6 * (100vw - 320px) / 1600);
}
.deal-section .deal-box {
  padding: calc(19px + 59 * (100vw - 320px) / 1600);
  z-index: 0;
  border-radius: calc(10px + 8 * (100vw - 320px) / 1600);
  position: relative;
  display: flex;
  align-items: center;
  gap: calc(20px + 80 * (100vw - 320px) / 1600);
  overflow: hidden;
}
@media (max-width: 991px) {
  .deal-section .deal-box {
    flex-wrap: wrap;
  }
}
.deal-section .deal-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-color);
  background:
    linear-gradient(
      90deg,
      var(--theme-color) 0%,
      var(--theme-color2) 100%);
  opacity: 0.1;
  z-index: -1;
}
.deal-section .deal-box .deal-image {
  height: 313px;
  width: 402px;
}
@media (max-width: 991px) {
  .deal-section .deal-box .deal-image {
    width: 100%;
    height: 100%;
  }
}
.deal-section .deal-box .deal-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.deal-section .deal-box .deal-content {
  width: calc(100% - 402px - 100px);
}
@media (max-width: 991px) {
  .deal-section .deal-box .deal-content {
    width: 100%;
  }
}
.deal-section .deal-box .deal-content h5,
.deal-section .deal-box .deal-content .h5 {
  font-size: calc(15px + 5 * (100vw - 320px) / 1600);
  font-weight: 400;
  margin: 0;
}
.deal-section .deal-box .deal-content h2,
.deal-section .deal-box .deal-content .h2 {
  font-weight: 600;
  font-size: calc(24px + 11 * (100vw - 320px) / 1600);
  line-height: 1.2;
  color: #ffffff;
  text-transform: capitalize;
  margin-top: 4px;
}
.deal-section .deal-box .deal-content p {
  margin: calc(13px + 3 * (100vw - 320px) / 1600) 0 0;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  font-weight: 400;
  line-height: 1.5;
}
.deal-section .deal-box .deal-content .variant-color,
.deal-section .deal-box .deal-content .general-variant {
  display: flex;
  align-items: center;
  gap: calc(8px + 2 * (100vw - 320px) / 1600);
  margin-top: calc(13px + 12 * (100vw - 320px) / 1600);
}
.deal-section .deal-box .deal-content .variant-color li,
.deal-section .deal-box .deal-content .general-variant li {
  width: calc(28px + 6 * (100vw - 320px) / 1600);
  height: calc(28px + 6 * (100vw - 320px) / 1600);
  border-radius: 100%;
  padding: 0;
  border: unset;
  position: relative;
  cursor: pointer;
}
.deal-section .deal-box .deal-content .variant-color li::after,
.deal-section .deal-box .deal-content .general-variant li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 2px solid rgb(10, 10, 22);
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
}
.deal-section .deal-box .deal-content .variant-color li.active::after,
.deal-section .deal-box .deal-content .general-variant li.active::after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  opacity: 1;
  visibility: visible;
}
.deal-section .deal-box .deal-content .variant-color li button,
.deal-section .deal-box .deal-content .general-variant li button {
  width: calc(28px + 6 * (100vw - 320px) / 1600);
  height: calc(28px + 6 * (100vw - 320px) / 1600);
  border-radius: 100%;
  padding: 0;
  border: unset;
  position: relative;
}
.deal-section .deal-box .deal-content .variant-color li button::after,
.deal-section .deal-box .deal-content .general-variant li button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 2px solid rgb(10, 10, 22);
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
}
.brand-product-box-section {
  padding-top: 30px;
}
.brand-section .brand-box h2,
.brand-section .brand-box .h2 {
  text-align: center;
  margin: 0;
  font-size: calc(20px + 11 * (100vw - 320px) / 1600);
  font-weight: 600;
  border: 1px solid #eeeeee;
  background-color: #f8f8f8;
  padding: calc(20px + 10 * (100vw - 320px) / 1600);
}
.basic-product .img-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  display: block;
  overflow: hidden;
}
.basic-product .img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.service-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-block:hover img {
  transform: scale(1.1);
}
.service-block img {
  margin-right: 15px;
  width: calc(40px + 20 * (100vw - 320px) / 1600);
  height: calc(40px + 20 * (100vw - 320px) / 1600);
  object-fit: contain;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .service-block img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.service-block .skeleton-img-box {
  display: none;
}
.service-block .media {
  padding-top: 23px;
  padding-bottom: 23px;
  align-items: center;
}
.service-block .media-body {
  width: calc(100% - 75px);
}
@media (max-width: 767px) {
  .service-block .media-body {
    width: 100%;
  }
}
.service-block .media-body .skeleton-content-h4,
.service-block .media-body .skeleton-content-p {
  display: none;
}
.service-block svg {
  margin-right: 12px;
  width: 60px;
  height: 60px;
}
.service-block svg path {
  fill: var(--theme-color);
}
.service-block h4,
.service-block .h4 {
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.03em;
}
.service-block p {
  text-transform: capitalize;
  margin-bottom: 0;
  letter-spacing: 0.03em;
}
.service-block + .service-block {
  border-left: 1px solid #eee;
}
.service-block:hover svg {
  animation: pulse 1000ms ease-in-out;
  transition: all 0.3s ease;
}
.service-block:hover h4,
.service-block:hover .h4 {
  color: var(--theme-color);
  transition: all 0.3s ease;
}
.service-block1 {
  text-align: center;
  background-color: #f8f8f8;
  padding: 36px 14px;
  border: 1px solid #eee;
}
.service-block1 .skeleton-content-h4,
.service-block1 .skeleton-content-p {
  display: none;
}
.service-block1 img {
  margin-bottom: 14px;
  width: 60px;
  height: 60px;
}
.service-block1 .skeleton-img-box {
  display: none;
}
.service-block1 .service-svg {
  width: 70px;
  height: 70px;
  padding: 5px;
  margin: 0 auto 20px;
  background-color: #fff;
}
.service-block1 .service-svg img {
  width: 100%;
  height: 100%;
}
.service-block1 svg {
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
}
.service-block1 svg path {
  fill: var(--theme-color);
}
.service-block1 h4,
.service-block1 .h4 {
  font-weight: 600;
  text-transform: unset;
  margin-bottom: 7px;
  letter-spacing: unset;
  line-height: 1.3;
}
.service-block1 p {
  letter-spacing: unset;
  margin-bottom: -3px;
  line-height: 1.6;
  font-weight: 500;
}
.service-block1 p:empty {
  display: none;
}
.service-block1:hover svg {
  animation: pulse 1000ms ease-in-out;
  transition: all 0.3s ease;
}
.service-block1:hover h4,
.service-block1:hover .h4 {
  color: var(--theme-color);
  transition: all 0.3s ease;
}
.service-w-bg .service-block p {
  line-height: 1.5;
}
.service-w-bg .service-block + .service-block {
  border: none;
}
.service-w-bg .service-block .media {
  background-color: #f9f9f9;
  width: 100%;
  padding: 20px;
}
.service-style-border .service-block .media {
  padding-top: 0;
  padding-bottom: 0;
}
.service-style-border .service-block svg {
  width: 80px;
  height: 50px;
}
.service-style-border .service-block .media-body {
  border-left: 1px solid #dddddd;
  padding-left: 20px;
}
.service-style-border .service-block + .service-block {
  border-left: none;
}
.theme-bg-service.service-w-bg .service-block h4,
.theme-bg-service.service-w-bg .service-block .h4 {
  color: #ffffff;
}
.theme-bg-service.service-w-bg .service-block p {
  color: rgba(255, 255, 255, 0.7);
}
.theme-bg-service.service-w-bg .service-block .media {
  background-color: var(--theme-color);
}
.theme-bg-service.service-w-bg .service-block svg path {
  fill: #ffffff;
}
.bg-light .service-block1 {
  border: none;
  padding: 0;
  background-color: transparent;
}
.bg-light .brand-slider-box .logo-block {
  background-color: transparent;
  border: none;
  padding: 0;
}
.wo-box .service-block1 {
  border: none;
  padding: 0;
  background-color: transparent;
}
.theme-card {
  position: relative;
}
.theme-card.center-align {
  display: flex;
  height: 100%;
  align-items: center;
}
.theme-card.center-align .offer-slider .product-box2 .media .media-body {
  margin-top: 0;
}
.theme-card.card-border {
  border: 1px solid #eee;
}
.theme-card.card-border h5,
.theme-card.card-border .h5 {
  padding: calc(15px + 5 * (100vw - 320px) / 1600);
  margin-top: 0;
  margin-bottom: 0;
}
.theme-card.card-border .owl-prev,
.theme-card.card-border .owl-next {
  top: -40px;
}
.theme-card.card-border .owl-next {
  right: 30px;
}
.theme-card.card-border .owl-prev {
  right: 50px;
}
.theme-card.card-border .offer-slider {
  padding: calc(15px + 5 * (100vw - 320px) / 1600);
}
.theme-card h5,
.theme-card .h5 {
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: calc(5px + 5 * (100vw - 320px) / 1600);
  margin-top: -5px;
  margin-bottom: calc(12px + 8 * (100vw - 320px) / 1600);
}
.theme-card h5.title-border,
.theme-card .title-border.h5 {
  border-bottom: 1px solid #eee;
}
.theme-card .owl-prev,
.theme-card .owl-next {
  top: -35px;
}
.theme-card .owl-prev:before,
.theme-card .owl-next:before {
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #222222;
  opacity: 0.6;
}
.theme-card .owl-next {
  right: 0;
}
.theme-card .owl-next:before {
  content: "\ea6e";
}
.theme-card .owl-prev {
  left: unset;
  right: 25px;
}
.theme-card .owl-prev:before {
  content: "\ea64";
}
.theme-card .offer-slider > * > div > * + * .media {
  margin-top: calc(11px + 9 * (100vw - 320px) / 1600);
  margin-bottom: 0 !important;
}
.theme-card .offer-slider img {
  height: calc(100px + 20 * (100vw - 320px) / 1600);
  margin-right: 10px;
  width: calc(100px + 20 * (100vw - 320px) / 1600);
  object-fit: cover;
}
.theme-card .offer-slider > div .media:last-child .media-body {
  margin-top: 15px;
}
.theme-card .offer-slider > div .media:last-child img {
  margin-bottom: -15px;
}
.theme-card .offer-slider .media .media-body .rating {
  margin-top: 0;
}
.theme-card .offer-slider .media .media-body a h6,
.theme-card .offer-slider .media .media-body a .h6 {
  margin-right: 0;
  line-height: 1.4;
  margin-top: 3px;
  margin-bottom: 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.theme-card .offer-slider .media .media-body h4,
.theme-card .offer-slider .media .media-body .h4 {
  margin-top: 10px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 0;
}
.center-slider .product-box {
  box-shadow: none;
}
.center-slider .product-box .img-wrapper img {
  padding: 15px;
}
.center-slider .title2 .title-inner2 {
  margin-bottom: 0;
}
.center-slider:hover .product-box {
  box-shadow: none;
}
.center-slider:hover .owl-next {
  right: 20px;
  transform: scale(1.8);
}
.center-slider:hover .owl-prev {
  left: 20px;
  transform: scale(1.8);
}
.full-box .theme-card .offer-slider .product-box2 {
  overflow: hidden;
}
.full-box .theme-card .offer-slider .product-box2 .title {
  text-align: center;
  color: black;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}
.full-box .theme-card .offer-slider .product-box2 .media img {
  height: 300px;
  transform: scale(1);
  transition: all 0.5s ease;
}
.full-box .theme-card .offer-slider .product-box2 .media img.h-cls {
  height: 250px;
}
.full-box .theme-card .offer-slider .product-box2 .media .media-body a h6,
.full-box .theme-card .offer-slider .product-box2 .media .media-body a .h6 {
  margin-right: 20px;
}
.full-box .theme-card .offer-slider .product-box2 .media .media-body h4,
.full-box .theme-card .offer-slider .product-box2 .media .media-body .h4 {
  font-size: 20px;
  margin-top: 5px;
}
.full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant li {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  margin-right: 5px;
  margin-top: 15px;
  transition: all 0.1s ease;
  margin-bottom: 0;
  cursor: pointer;
}
.full-box .theme-card .offer-slider .product-box2 + .product-box2 {
  border-top: 1px solid #f1f5f4;
}
.full-box .theme-card .offer-slider .product-box2:hover .media img {
  transform: scale(1.03);
  transition: all 0.5s ease;
}
.box-product .full-box .theme-card .offer-slider .product-box2 {
  border: 1px solid #eee;
  padding: 15px;
  background-color: #f8f8f8;
}
.box-product .full-box .theme-card .offer-slider .product-box2 .media img {
  height: 152px;
  padding: 0;
  margin-bottom: 0;
}
.box-product .full-box .theme-card .offer-slider .product-box2 .media .media-body {
  z-index: 1;
  margin-top: 0;
}
.box-product .full-box .theme-card .offer-slider .product-box2 .media .media-body h4,
.box-product .full-box .theme-card .offer-slider .product-box2 .media .media-body .h4 {
  font-size: 18px;
  margin-top: 7px;
}
.box-product .full-box .theme-card .offer-slider .product-box2 + .product-box2 {
  border-top: none;
  margin-top: 30px;
}
.box-product .full-box .theme-card .offer-slider .product-box2 .cart-bottom {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  margin-top: 12px;
}
.box-product .full-box .theme-card .offer-slider .product-box2 .cart-bottom button {
  border: none;
  background-color: transparent;
  padding: 0;
}
.box-product .full-box .theme-card .offer-slider .product-box2 .cart-bottom i {
  color: #aaaaaa;
  font-size: 16px;
  padding-right: 7px;
  transition: all 0.5s ease;
}
.box-product .full-box .theme-card .offer-slider .product-box2 .cart-bottom i:hover {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.product-parallax .theme-card .offer-slider .media {
  background-color: #ffffff;
}
.product-parallax .theme-card .offer-slider .media:first-child {
  margin-bottom: 20px;
}
.product-parallax .theme-card .offer-slider .media:last-child img {
  margin-bottom: 0;
}
.product-parallax .theme-card .offer-slider > div .media {
  background-color: #ffffff;
}
.product-parallax .theme-card .offer-slider > div .media:first-child {
  margin-bottom: 20px;
}
.product-parallax .theme-card .offer-slider > div .media:last-child img {
  margin-bottom: 0;
}
.product-parallax .theme-card.card-border {
  border: none;
}
.product-parallax .theme-card.card-border .offer-slider img {
  padding: 15px 15px 15px 15px;
}
.product-vertical .full-banner {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.product-vertical .full-box .theme-card {
  width: 100%;
  background-color: white;
}
.product-vertical .full-box .theme-card .offer-slider {
  width: 100%;
}
.product-vertical .full-box .theme-card .offer-slider .product-box2 .media img {
  height: 200px;
}
@media (max-width: 1400px) {
  .product-vertical .full-box .theme-card .offer-slider .product-box2 .media img {
    height: calc(120px + 50 * (100vw - 320px) / 1600);
  }
}
.product-vertical .theme-card .offer-slider > div .media:last-child img {
  margin-bottom: 0;
}
.product-vertical .theme-card.center-align .offer-slider .product-box2 .media .media-body {
  text-align: left;
  padding-left: 20px;
}
.demo-card.theme-card {
  background-color: #f8f8f8;
  padding: 20px;
  margin-top: 30px;
}
.thumbnail-image-slider {
  position: sticky;
  top: 120px;
  left: 0;
}
.thumbnail-image-slider .swiper-slide img {
  background-color: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 0;
  overflow: hidden;
}
.thumbnail-image-slider .swiper-slide > div > div lib-ngx-image-zoom > div {
  width: 100% !important;
  height: 100% !important;
}
.thumbnail-image-slider .swiper-slide > div > div lib-ngx-image-zoom > div img {
  width: 100%;
  border: 1px solid #eee;
  background-color: #f8f8f8;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}
.thumbnail-image-slider .owl-carousel .owl-dots {
  min-width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow: auto;
  margin-top: 10px;
}
.thumbnail-image-slider .owl-carousel .owl-dots::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.thumbnail-image-slider .owl-carousel .owl-dots.disabled:empty {
  display: none;
}
.thumbnail-image-slider .owl-carousel .owl-dots .owl-dot.active span,
.thumbnail-image-slider .owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #efefef;
  opacity: 1;
}
.thumbnail-image-slider .owl-carousel .owl-dots .owl-dot span {
  opacity: 0.6;
  width: 125px;
  height: 125px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
  background-color: #f9f9f9;
}
.thumbnail-image-slider .owl-carousel .owl-dots .owl-dot span i {
  font-size: 65px;
  color: #777777;
  line-height: 1;
}
.thumbnail-image-slider .owl-carousel .owl-dots .owl-dot span img {
  object-fit: contain;
  width: 125px;
  height: 125px;
}
.thumbnail-image-slider .owl-carousel .owl-nav {
  margin: 0;
}
.thumbnail-image-slider .owl-carousel .owl-nav [class*=owl-] {
  opacity: 1;
  position: absolute;
  top: 50%;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  background-color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 8px rgba(221, 221, 221, 0.6);
  padding: 0;
  margin: 0;
  line-height: 1;
  border: 1px solid #ececec;
}
.thumbnail-image-slider .owl-carousel .owl-nav .owl-prev {
  left: -14px;
}
@media (max-width: 576px) {
  .thumbnail-image-slider .owl-carousel .owl-nav .owl-prev {
    left: 6px;
  }
}
.thumbnail-image-slider .owl-carousel .owl-nav .owl-next {
  right: -14px;
}
@media (max-width: 576px) {
  .thumbnail-image-slider .owl-carousel .owl-nav .owl-next {
    right: 6px;
  }
}
.thumbnail-image-slider .owl-carousel .owl-item {
  height: inherit;
}
.thumbnail-image-slider .owl-carousel .owl-item .ngxImageZoomContainer {
  height: 100% !important;
}
.thumbnail-image-slider .owl-carousel .owl-item img {
  background-color: #f8f8f8;
  overflow: hidden;
}
.rating span,
.product-rating span {
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  margin-right: calc(0px + 2 * (100vw - 320px) / 1600);
  line-height: 1;
  color: #ff9800;
}
.rating span:last-child,
.product-rating span:last-child {
  margin-left: unset;
}
.sticky-top-product {
  position: sticky;
  top: 0;
  z-index: 1;
}
.sticky-top-product .four-image-sec {
  height: calc(240px + 86 * (100vw - 320px) / 1600);
}
.product-slider-image {
  background-color: #f8f8f8;
  border: 1px solid #eee;
}
.tap-top {
  width: 40px;
  height: 40px;
  z-index: 8;
  display: flex;
  color: #ffffff;
  text-align: center;
  background: var(--theme-color);
  border: none;
  font-size: 22px;
  padding: 7px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.5s ease;
}
.compare-tap-top-box {
  bottom: 30px;
  right: 30px;
  position: fixed;
  display: flex;
  align-items: center;
  gap: 17px;
}
.compare-tap-top-box .compare-fix a {
  position: relative;
  inset: unset;
  display: block;
}
.custom-sidebar-height {
  max-height: 148px;
  overflow-y: auto;
  height: 100%;
}
.custom-sidebar-height::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(var(--theme-color), 0.14);
}
.custom-sidebar-height::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.custom-sidebar-height::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--theme-color);
}
.error-section {
  padding: 130px 0 140px;
  text-align: center;
}
.error-section h1,
.error-section .h1 {
  font-size: 200px;
  font-weight: 900;
  margin: 0;
  line-height: 0.8;
  color: #aaaaaa;
  margin-top: -11px;
}
.error-section h2,
.error-section .h2 {
  color: #aaaaaa;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 40px 0;
}
.breadcrumb-section {
  background-color: #f8f8f8;
  padding-block: calc(23px + 7 * (100vw - 320px) / 1600);
  text-align: center;
  position: relative;
}
.breadcrumb-section h2,
.breadcrumb-section .h2 {
  margin-bottom: calc(2px + 10 * (100vw - 320px) / 1600);
  font-size: calc(21px + 11 * (100vw - 320px) / 1600);
  line-height: 1.3;
  text-transform: capitalize;
  font-weight: 500;
}
.breadcrumb-section .breadcrumb {
  background-color: transparent;
  padding: 0;
  text-transform: uppercase;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  gap: 3px 0;
  color: #555555;
  font-weight: 600;
  justify-content: center;
  margin: 0;
  padding-right: 0;
}
.breadcrumb-section .breadcrumb a {
  color: #555555;
  font-weight: 600;
}
.about-page .banner-section {
  border-radius: 0;
  overflow: hidden;
  margin-top: 30px;
}
.about-page h3,
.about-page .h3 {
  margin-bottom: 6px;
  letter-spacing: unset;
  text-transform: unset;
  font-weight: 600;
  line-height: 1.3;
  color: #222222;
  font-size: calc(16px + 10 * (100vw - 320px) / 1600);
}
.about-page p {
  line-height: 1.6;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 400;
  margin-bottom: 0px;
}
.testimonial {
  background-color: #f7f7f7;
}
.testimonial .testimonial-slider .media img {
  border-radius: 100%;
  border: 1px solid #dddddd;
  padding: 5px;
  height: 130px;
  width: 130px;
}
.testimonial .testimonial-slider .media h5,
.testimonial .testimonial-slider .media .h5 {
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 0;
  margin-top: 7px;
}
.testimonial .testimonial-slider .media h6,
.testimonial .testimonial-slider .media .h6 {
  margin-bottom: -4px;
}
.testimonial .testimonial-slider .media .media-body {
  padding: 30px 75px 30px 30px;
}
.testimonial .testimonial-slider .media .media-body p {
  line-height: 2;
  letter-spacing: 0.03em;
}
.team {
  position: relative;
}
.team img {
  margin: 0 auto;
  padding: 0 10px;
  border: 8px solid #f8f8f8;
}
.team .owl-prev,
.team .owl-next {
  position: absolute;
  top: -45px;
}
.team .owl-prev:before,
.team .owl-next:before {
  color: #222222;
  opacity: 0.6;
}
.team .owl-prev {
  left: unset;
  right: 20px;
}
.team .owl-prev:before {
  content: "\f104";
}
.team .owl-next {
  right: 0;
}
.team .owl-next:before {
  content: "\f105";
}
.team h2,
.team .h2 {
  color: #222222;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddada;
  margin-bottom: 10px;
}
.team h4,
.team .h4,
.team h6,
.team .h6 {
  text-align: center;
}
.team h4,
.team .h4 {
  color: var(--theme-color);
  font-weight: 700;
  padding-top: 11px;
  padding-bottom: 5px;
  background-color: #f8f8f8;
  margin-bottom: 0;
}
.team h6,
.team .h6 {
  margin-bottom: 0;
  background-color: #f8f8f8;
  padding-bottom: 14px;
}
@media (max-width: 991px) {
  .shop-filter-category {
    margin: calc(16px + 4 * (100vw - 320px) / 671) calc(12px + 8 * (100vw - 320px) / 671) 0;
  }
}
.shop-filter-category .filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.shop-filter-category .filter-title h2,
.shop-filter-category .filter-title .h2 {
  color: #222222;
  background-color: transparent;
  box-shadow: unset;
  text-transform: none;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}
.shop-filter-category .filter-title a {
  font-weight: 500;
  font-size: 15px;
  text-decoration: underline;
  color: #ff4f4f;
}
.shop-filter-category .filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #eeeeee;
}
.shop-filter-category .filter-list li {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  gap: 4px 6px;
  font-size: 15px;
}
@media (max-width: 991px) {
  .shop-filter-category .filter-list li {
    background-color: #f6f6f6;
  }
}
.shop-filter-category .filter-list li a {
  padding: 7px 13px;
  color: #222222;
  font-weight: 500;
}
.shop-filter-category .filter-list li i {
  color: #777777;
  line-height: 1;
}
.collection-filter-block {
  position: sticky;
  top: 0;
  left: 0;
  padding: 20px;
  border: 1px solid #eeeeee;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .collection-filter-block {
    padding: 0 0 20px;
  }
}
.collection-filter-block .product-service {
  padding: 30px 0;
}
.collection-filter-block .product-service .media {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.collection-filter-block .product-service .media svg,
.collection-filter-block .product-service .media img {
  height: 40px;
  width: 40px;
  fill: var(--theme-color);
}
.collection-filter-block .product-service .media svg path,
.collection-filter-block .product-service .media img path {
  fill: var(--theme-color);
}
.collection-filter-block .product-service .media .media-body {
  padding-left: 10px;
}
.collection-filter-block .product-service .media .media-body h4,
.collection-filter-block .product-service .media .media-body .h4 {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}
.collection-filter-block .product-service .media .media-body p {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 16px;
}
.collection-filter-block .product-service .media:last-child {
  padding: 0;
  margin: 0;
  border: unset;
}
.collection-filter-block .accordion-item {
  background-color: transparent;
  border: unset;
  color: #222222;
}
.collection-filter-block .accordion-item + .accordion-item {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid #eeeeee;
}
.collection-filter-block .accordion-item:last-child .accordion-body {
  padding-bottom: 0;
}
.collection-filter-block .accordion-item .accordion-button {
  border: unset;
  font-weight: 500;
  font-size: 18px;
  background-color: transparent;
  padding: 0;
  box-shadow: unset;
  z-index: 0;
}
.collection-filter-block .accordion-item .accordion-button:not(.collapsed) {
  color: #222222;
  background-color: transparent;
  box-shadow: unset;
  font-weight: 600;
}
.collection-filter-block .accordion-item .accordion-button::after {
  content: "\ea4e";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: auto;
  height: auto;
  font-size: 24px;
  background: unset;
  font-weight: 100;
  line-height: 1;
}
.collection-filter-block .accordion-item .rating span,
.collection-filter-block .accordion-item .product-rating span {
  line-height: 1;
}
.collection-filter-block .accordion-item .accordion-body {
  padding: 15px 0 10px;
}
.collection-filter-block .accordion-item .accordion-body .custom-sidebar-height > * {
  display: grid;
  gap: calc(10px + 0.00375 * (100vw - 320px));
}
.collection-filter-block .accordion-item .accordion-body .search-box {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
}
.collection-filter-block .accordion-item .accordion-body .search-box::after {
  content: "\f0d1";
  position: absolute;
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-left: 1px solid #eeeeee;
  font-size: 15px;
  padding: 0 18px;
  font-weight: 600;
  height: 60%;
  display: flex;
  align-items: center;
  color: #777777;
}
.collection-filter-block .accordion-item .accordion-body .search-box .form-control {
  font-size: 14px;
  padding: calc(8px + 0.00375 * (100vw - 320px)) calc(12px + 3 * (100vw - 320px) / 1600);
  border: 1px solid #eeeeee;
  position: relative;
  padding-right: 63px;
}
.collection-filter-block .accordion-item .accordion-body .search-not-found-box {
  background-color: #ffffff;
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 991px) {
  .collection-filter-block .accordion-item .accordion-body .search-not-found-box {
    background-color: #f8f8f8;
  }
}
.collection-filter-block .accordion-item .accordion-body .search-not-found-box h5,
.collection-filter-block .accordion-item .accordion-body .search-not-found-box .h5 {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
}
.collection-filter-block .accordion-item .accordion-body .shop-category-list {
  display: grid;
  gap: calc(10px + 0.00375 * (100vw - 320px));
}
.collection-filter-block .accordion-item .accordion-body .shop-category-list > li .sub-category-list {
  margin-left: 14px;
  margin-top: -1px;
  display: grid;
  gap: 12px;
}
.collection-filter-block .accordion-item .accordion-body .shop-category-list > li > a {
  margin: 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  line-height: 1;
  transition: all 0.1s ease-in-out;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #777777;
}
.collection-filter-block .accordion-item .accordion-body .collection-filter-checkbox {
  margin: 0;
  padding: 0;
  min-height: unset;
  position: relative;
}
.collection-filter-block .accordion-item .accordion-body .collection-filter-checkbox .form-check-input {
  width: 21px;
  height: 21px;
  float: unset;
  margin: 0;
  cursor: pointer;
  position: relative;
  margin-right: 9px;
  border: unset;
  background: unset;
  filter: unset;
}
.collection-filter-block .accordion-item .accordion-body .collection-filter-checkbox .form-check-input::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: rotate(-45deg) scale(0);
  left: 4px;
  top: 6px;
  z-index: 1;
  border: 2px solid var(--theme-color);
  border-top-style: none;
  border-right-style: none;
}
.collection-filter-block .accordion-item .accordion-body .collection-filter-checkbox .form-check-input::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  background-color: #ffffff;
  border: 2px solid #ececec;
  cursor: pointer;
}
.collection-filter-block .accordion-item .accordion-body .collection-filter-checkbox .form-check-input:checked::before {
  transform: rotate(-45deg) scale(1);
}
.collection-filter-block .accordion-item .accordion-body .collection-filter-checkbox .form-check-input:checked ~ .form-check-label,
.collection-filter-block .accordion-item .accordion-body .collection-filter-checkbox .form-check-input:hover ~ .form-check-label {
  color: var(--theme-color);
}
.collection-filter-block .accordion-item .accordion-body .collection-filter-checkbox .form-check-input:checked ~ .form-check-label::before,
.collection-filter-block .accordion-item .accordion-body .collection-filter-checkbox .form-check-input:hover ~ .form-check-label::before {
  width: 100%;
}
.collection-filter-block .accordion-item .accordion-body .collection-filter-checkbox .form-check-input:checked ~ .form-check-label > span,
.collection-filter-block .accordion-item .accordion-body .collection-filter-checkbox .form-check-input:hover ~ .form-check-label > span {
  color: var(--theme-color);
}
.collection-filter-block .accordion-item .accordion-body .collection-filter-checkbox .form-check-label {
  margin: 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  line-height: 1;
  transition: all 0.1s ease-in-out;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #777777;
}
.collection-filter-block .accordion-item .accordion-body .collection-filter-checkbox .form-check-label > span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.product-sidebar-box {
  position: sticky;
  top: 120px;
  left: 0;
}
.product-sidebar-box > * {
  display: grid;
  gap: 24px;
}
.product-sidebar-box .collection-filter-block {
  position: unset;
  inset: unset;
  padding: 0;
  border: unset;
}
.product-sidebar-box .collection-filter-block .product-service {
  padding: 20px;
}
.product-sidebar-box .collection-filter-block.accordion {
  border: 1px solid #eeeeee;
  padding: 20px;
}
.product-sidebar-box .collection-filter-block.accordion .product-service {
  padding: 0;
}
.collection-filter .shop-left-sidebar {
  position: sticky;
  top: 120px;
  left: 0;
}
@media (max-width: 991px) {
  .collection-filter .shop-left-sidebar {
    position: relative;
    inset: unset;
  }
}
.collection-filter .theme-card .offer-slider img {
  padding: 15px 15px 15px 0;
}
.collection-filter .custom-nav-tab {
  gap: calc(11px + 9 * (100vw - 320px) / 1600);
}
.collection-filter .custom-nav-tab .nav-item {
  width: 100%;
  height: 60px;
  background-color: #f8f8f8;
  border-radius: 0;
  display: flex;
  overflow: hidden;
  border: 1px solid #eeeeee;
}
.collection-filter .custom-nav-tab .nav-item > * {
  width: 100%;
}
.collection-filter .custom-nav-tab .nav-item .nav-link {
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #777777;
  border-radius: unset;
  position: relative;
  height: 100%;
}
.collection-filter .custom-nav-tab .nav-item .nav-link:hover(not) img {
  width: 75px;
  height: 75px;
  transform: translateY(-50%) rotate(-4deg);
  right: -12px;
  opacity: 0.45;
}
.collection-filter .custom-nav-tab .nav-item .nav-link:hover img {
  width: 75px;
  height: 75px;
  transform: translateY(-50%) rotate(-4deg);
  right: -12px;
  opacity: 0.29;
}
.collection-filter .custom-nav-tab .nav-item .nav-link.active {
  color: #ffffff;
  background: var(--theme-color);
  font-size: 19px;
  font-weight: 600;
  border-color: transparent;
}
.collection-filter .custom-nav-tab .nav-item .nav-link.active img {
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  position: absolute;
  right: -10px;
  filter: invert(1);
  opacity: 0.4;
}
.collection-filter .custom-nav-tab .nav-item .nav-link img {
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  position: absolute;
  right: -10px;
  opacity: 0.1;
  transition: all 0.2s ease-in-out;
}
.collection-sidebar-banner {
  margin-top: 30px;
}
.collection-sidebar-banner img {
  width: 100%;
}
.top-banner-wrapper {
  margin-bottom: calc(17px + 11 * (100vw - 320px) / 1600);
}
.top-banner-wrapper .top-banner-content h4,
.top-banner-wrapper .top-banner-content .h4 {
  font-weight: 600;
  color: #444444;
  margin-bottom: 15px;
}
.top-banner-wrapper .top-banner-content h5,
.top-banner-wrapper .top-banner-content .h5 {
  font-size: 16px;
  font-weight: 600;
  color: #444444;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.top-banner-wrapper .top-banner-content p {
  line-height: 1.5;
  color: #777777;
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.product-wrapper-grid.list-view .product-wrap .product-info {
  text-align: left;
  align-self: center;
  padding-left: 15px;
}
.product-wrapper-grid.list-view .product-box {
  padding-bottom: 0;
}
.product-wrapper-grid.list-view .product-box > * > * {
  display: flex;
}
.product-wrapper-grid.list-view .product-box .img-wrapper,
.product-wrapper-grid.list-view .product-box .img-block {
  width: 25%;
}
.product-wrapper-grid.list-view .product-box .product-detail {
  padding-left: 15px;
  align-self: center;
  text-align: left !important;
  width: calc(100% - 25px);
}
.product-wrapper-grid.list-view .product-box .product-detail .rating {
  margin-top: 0;
}
.product-wrapper-grid.list-view .product-box .product-detail p {
  display: block !important;
  margin-bottom: 5px;
  line-height: 23px;
  font-size: 16px;
}
.product-wrapper-grid.list-view .product-box .product-detail .color-variant {
  padding-top: 10px;
}
.product-wrapper-grid.list-view .product-box .product-detail h6,
.product-wrapper-grid.list-view .product-box .product-detail .h6 {
  font-weight: 700;
}
.product-wrapper-grid.list-view .basic-product {
  display: flex;
  align-items: center;
  gap: 25px;
}
.product-wrapper-grid.list-view .basic-product .img-wrapper {
  width: 30%;
  min-height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-wrapper-grid.list-view .basic-product .product-detail {
  width: calc(70% - 25px);
  margin: 0;
}
.product-wrapper-grid.list-view .basic-product .product-detail > div {
  border-bottom: none;
}
.product-wrapper-grid.list-view .basic-product .product-detail .offer-panel {
  display: none;
}
@media (max-width: 576px) {
  .product-wrapper-grid.list-view .basic-product {
    gap: 10px;
    flex-direction: column;
  }
  .product-wrapper-grid.list-view .basic-product .img-wrapper {
    min-height: auto;
    width: 100%;
  }
  .product-wrapper-grid.list-view .basic-product .product-detail {
    width: 100%;
  }
}
.collection-product-wrapper .product-top-filter {
  margin-bottom: 15px;
  padding: 12px 16px;
  background-color: #f8f8f8;
  position: relative;
  border: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .collection-product-wrapper .product-top-filter {
    padding: 0;
    background-color: transparent;
    border: none;
  }
}
.collection-product-wrapper .product-top-filter .search-count,
.collection-product-wrapper .product-top-filter .sidebar-popup {
  text-transform: capitalize;
  height: calc(40px + 8 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  background: unset;
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  margin-right: 18px;
}
@media (max-width: 991px) {
  .collection-product-wrapper .product-top-filter .search-count,
  .collection-product-wrapper .product-top-filter .sidebar-popup {
    width: 100%;
    margin-right: unset;
  }
}
.collection-product-wrapper .product-top-filter .search-count h5,
.collection-product-wrapper .product-top-filter .search-count .h5,
.collection-product-wrapper .product-top-filter .sidebar-popup h5,
.collection-product-wrapper .product-top-filter .sidebar-popup .h5 {
  margin-bottom: 0;
  display: flex;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  width: 100%;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  padding: 0 19px;
  height: 100%;
}
.collection-product-wrapper .product-top-filter .search-count:empty {
  display: none;
}
.collection-product-wrapper .product-top-filter .product-filter-content,
.collection-product-wrapper .product-top-filter .popup-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view,
.collection-product-wrapper .product-top-filter .popup-filter .collection-view {
  padding: 20px;
  width: 10%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li,
.collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li {
  height: 100%;
  vertical-align: middle;
  cursor: pointer;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child,
.collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child {
  margin-right: 14px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li i,
.collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li i {
  font-size: 18px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
  margin-left: auto;
}
@media (max-width: 991px) {
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view,
  .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
    display: none;
  }
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul {
  display: flex;
  align-items: center;
  gap: 9px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li {
  width: calc(39px + 3 * (100vw - 991px) / 929);
  height: calc(39px + 3 * (100vw - 991px) / 929);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  cursor: pointer;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li.active,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li.active {
  background-color: var(--theme-color);
  border-color: transparent;
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li.active img,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li.active img {
  filter: invert(1) brightness(100);
}
.collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li img,
.collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li img {
  height: 16px;
  cursor: pointer;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
  position: relative;
  width: 22%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view .select2,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter .select2,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view .select2,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter .select2 {
  height: calc(40px + 8 * (100vw - 320px) / 1600);
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view .select2 .selection,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter .select2 .selection,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view .select2 .selection,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter .select2 .selection {
  height: 100%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view .select2 .selection .select2-selection,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter .select2 .selection .select2-selection,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view .select2 .selection .select2-selection,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter .select2 .selection .select2-selection {
  height: 100%;
  border: 1px solid #eeeeee !important;
  padding: 0 calc(10px + 7 * (100vw - 320px) / 1600);
  position: relative;
  border-radius: 0;
  padding-right: 52px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view .select2 .selection .select2-selection .select2-selection__rendered,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter .select2 .selection .select2-selection .select2-selection__rendered,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view .select2 .selection .select2-selection .select2-selection__rendered,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter .select2 .selection .select2-selection .select2-selection__rendered {
  display: flex;
  align-items: center;
  padding: 0;
  line-height: 1.4;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view .select2 .selection .select2-selection .select2-selection__rendered > span,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter .select2 .selection .select2-selection .select2-selection__rendered > span,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view .select2 .selection .select2-selection .select2-selection__rendered > span,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter .select2 .selection .select2-selection .select2-selection__rendered > span {
  line-height: 1;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view .select2 .selection .select2-selection .select2-selection__arrow,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter .select2 .selection .select2-selection .select2-selection__arrow,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view .select2 .selection .select2-selection .select2-selection__arrow,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter .select2 .selection .select2-selection .select2-selection__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view .select2 .selection .select2-selection .select2-selection__arrow::before,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter .select2 .selection .select2-selection .select2-selection__arrow::before,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view .select2 .selection .select2-selection .select2-selection__arrow::before,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter .select2 .selection .select2-selection .select2-selection__arrow::before {
  content: "\ea4e";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  border: unset;
  width: auto;
  height: auto;
  font-size: 18px;
  color: #777777;
  line-height: 1;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view .select2 .select2-container--default .select2-dropdown,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter .select2 .select2-container--default .select2-dropdown,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view .select2 .select2-container--default .select2-dropdown,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter .select2 .select2-container--default .select2-dropdown {
  border: 1px solid #eeeeee;
  z-index: 1;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view .select2 .select2-container--default .select2-results .select2-results__options::-webkit-scrollbar-track,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter .select2 .select2-container--default .select2-results .select2-results__options::-webkit-scrollbar-track,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view .select2 .select2-container--default .select2-results .select2-results__options::-webkit-scrollbar-track,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter .select2 .select2-container--default .select2-results .select2-results__options::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(var(--theme-color), 0.14);
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view .select2 .select2-container--default .select2-results .select2-results__options::-webkit-scrollbar,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter .select2 .select2-container--default .select2-results .select2-results__options::-webkit-scrollbar,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view .select2 .select2-container--default .select2-results .select2-results__options::-webkit-scrollbar,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter .select2 .select2-container--default .select2-results .select2-results__options::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view .select2 .select2-container--default .select2-results .select2-results__options::-webkit-scrollbar-thumb,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter .select2 .select2-container--default .select2-results .select2-results__options::-webkit-scrollbar-thumb,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view .select2 .select2-container--default .select2-results .select2-results__options::-webkit-scrollbar-thumb,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter .select2 .select2-container--default .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--theme-color);
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view .select2 .select2-container--default .select2-results .select2-results__options .select2-results__option,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter .select2 .select2-container--default .select2-results .select2-results__options .select2-results__option,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view .select2 .select2-container--default .select2-results .select2-results__options .select2-results__option,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter .select2 .select2-container--default .select2-results .select2-results__options .select2-results__option {
  display: block;
  font-weight: 400;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view .select2 .select2-container--default .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted,
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter .select2 .select2-container--default .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view .select2 .select2-container--default .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter .select2 .select2-container--default .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  font-weight: 600;
  background-color: var(--theme-color);
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
  margin-left: 15px;
}
@media (max-width: 991px) {
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    margin-left: 0;
  }
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter:before,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
  right: 10px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
  border-right: none;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter .select2,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter .select2 {
  height: calc(40px + 8 * (100vw - 320px) / 1600);
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter .select2 .selection,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter .select2 .selection {
  height: 100%;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter .select2 .selection .select2-selection,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter .select2 .selection .select2-selection {
  height: 100%;
  border: 1px solid #eeeeee;
  padding: 0 calc(10px + 7 * (100vw - 320px) / 1600);
  position: relative;
  padding-right: 52px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter .select2 .selection .select2-selection .select2-selection__rendered,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter .select2 .selection .select2-selection .select2-selection__rendered {
  display: flex;
  align-items: center;
  padding: 0;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter .select2 .selection .select2-selection .select2-selection__arrow,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter .select2 .selection .select2-selection .select2-selection__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter .select2 .selection .select2-selection .select2-selection__arrow::before,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter .select2 .selection .select2-selection .select2-selection__arrow::before {
  content: "\ea4e";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  border: unset;
  width: auto;
  height: auto;
  font-size: 18px;
  color: #777777;
  line-height: 1;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter .select2 .select2-container--default .select2-results .select2-results__options .select2-results__option,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter .select2 .select2-container--default .select2-results .select2-results__options .select2-results__option {
  display: block;
}
.collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter .select2 .select2-container--default .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter .select2 .select2-container--default .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: var(--theme-color);
}
.collection-product-wrapper .product-top-filter .product-filter-content {
  justify-content: unset;
  align-items: center;
}
@media (max-width: 991px) {
  .collection-product-wrapper .product-top-filter .product-filter-content {
    display: flex;
    flex-wrap: nowrap;
    gap: calc(10px + 7 * (100vw - 320px) / 672);
    padding: calc(9px + 3 * (100vw - 320px) / 672) calc(11px + 5 * (100vw - 320px) / 672);
    background-color: #f8f8f8;
    border: 1px solid #eeeeee;
  }
}
@media (max-width: 576px) {
  .collection-product-wrapper .product-top-filter .product-filter-content {
    flex-wrap: wrap;
  }
}
.collection-product-wrapper .product-top-filter .popup-filter {
  justify-content: unset;
}
.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar {
  width: 3px;
}
.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-track {
  background: #dddddd;
}
.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb {
  background: #888888;
}
.collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-thumb:hover {
  background: #555555;
}
@media (max-width: 991px) {
  .collection-product-wrapper .product-top-filter .popup-filter {
    display: flex;
    flex-wrap: nowrap;
    gap: calc(10px + 7 * (100vw - 320px) / 672);
    padding: calc(9px + 3 * (100vw - 320px) / 672) calc(11px + 5 * (100vw - 320px) / 672);
    background-color: #f8f8f8;
  }
}
@media (max-width: 576px) {
  .collection-product-wrapper .product-top-filter .popup-filter {
    flex-wrap: wrap;
  }
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
  position: relative;
  cursor: pointer;
  width: 20%;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup a {
  font-size: 16px;
  color: #222222;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
  background-color: #f8f8f8;
  height: 600px;
  width: 320px;
  overflow-y: scroll;
}
@media (max-width: 576px) {
  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
    width: 300px;
  }
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-filter-block {
  border: none;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .theme-card {
  padding: 0 30px;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner {
  padding: 0 30px;
}
.collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter .collection-sidebar-banner img {
  width: 100%;
}
.collection-product-wrapper .product-top-filter .popup-filter .open-popup {
  display: none;
  position: absolute;
  top: 62px;
  left: 0;
  background-color: #ffffff;
  z-index: 1;
  border: 1px solid #f1f5f4;
  box-shadow: 0 0 5px #dddddd;
}
@media (max-width: 991px) {
  .collection-product-wrapper .product-top-filter .popup-filter .open-popup {
    z-index: 9;
  }
}
.collection-product-wrapper .product-top-filter .popup-filter .open-popup.open {
  display: block;
}
.collection-product-wrapper .product-top-filter .popup-filter .open-popup .collection-filter-block {
  margin-bottom: 0;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
  width: 20%;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
  padding-right: 45px;
  font-size: 16px;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before,
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
  right: 35px;
}
.collection-product-wrapper .product-top-filter .popup-filter .collection-view {
  width: 20%;
}
.collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
  right: 25px !important;
}
.collection-product-wrapper .product-wrapper-grid .product-box {
  margin-top: 50px;
}
.collection-product-wrapper .product-wrapper-grid .product-box .product-detail p {
  display: none;
}
.collection-product-wrapper .product-wrapper-grid .product-five {
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h6,
.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .h6 {
  font-size: 13px;
}
.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail h4,
.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .h4 {
  font-size: 18px;
}
.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .product-detail .rating i {
  padding-right: 0;
}
.collection-product-wrapper .product-wrapper-grid .col-lg-2 .product-box .img-wrapper .lable-block .lable3 {
  padding: 8px 4px;
  font-size: 12px;
}
.filter-main-btn {
  display: none;
  margin-bottom: calc(9px + 11 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  padding: calc(6px + 4 * (100vw - 320px) / 1600) calc(11px + 11 * (100vw - 320px) / 1600);
  color: #ffffff;
  font-size: calc(15px + 5 * (100vw - 320px) / 1600);
  border: 1px solid transparent;
  font-weight: 600;
}
.filter-main-btn:hover,
.filter-main-btn:first-child:active {
  border-color: var(--theme-color);
  color: var(--theme-color);
}
.collection-mobile-back {
  padding-block: 15px;
  border-bottom: 1px solid #eeeeee;
  display: none;
}
.collection-mobile-back span {
  text-transform: uppercase;
  font-size: 16px;
  color: #222222;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 7px;
}
.collection-mobile-back span i {
  font-size: 22px;
}
.theme-pagination-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(25px + 14 * (100vw - 320px) / 1600);
}
.page-link.disabled,
.disabled > .page-link {
  background-color: white;
  cursor: not-allowed;
  border-color: #eeeeee;
  padding: 0;
  width: calc(32px + 6 * (100vw - 320px) / 1600);
  height: calc(32px + 6 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-pagination {
  margin-top: calc(25px + 25 * (100vw - 320px) / 1600);
}
.product-pagination .disabled::after,
.product-pagination .disabled::before {
  content: unset;
}
.product-pagination .pagination {
  border-radius: 0;
  gap: 10px;
}
@media (max-width: 991px) {
  .product-pagination .pagination {
    justify-content: center;
  }
}
.product-pagination .pagination li.disabled {
  opacity: 1 !important;
}
.product-pagination .pagination li:not(:first-child) .page-link {
  margin: 0;
}
.product-pagination .pagination li:first-child .page-link {
  border-radius: 0;
}
.product-pagination .pagination li a {
  box-shadow: unset;
  border-top: 0;
  color: #777777;
  border: 1px solid #eeeeee;
  padding: 0;
  border-radius: 0;
  width: calc(34px + 6 * (100vw - 320px) / 1600);
  height: calc(34px + 6 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-pagination .pagination li:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.product-pagination .pagination li.active a {
  color: #ffffff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.product-pagination .product-search-count-bottom {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 991px) {
  .product-pagination .product-search-count-bottom {
    display: block;
    margin-bottom: calc(8px + 7 * (100vw - 320px) / 672);
  }
}
.product-pagination .product-search-count-bottom h5,
.product-pagination .product-search-count-bottom .h5 {
  color: #777777;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin: 0;
}
.product-social {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}
.product-social li {
  width: 38px;
  height: 38px;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-social li:hover a {
  color: var(--theme-color);
}
.product-social li a {
  font-size: 20px;
  color: #232323;
}
.thumbnail-image-outside {
  position: sticky;
  top: 120px;
  left: 0;
}
.thumbnail-image-outside .product-page-details {
  position: unset;
  inset: unset;
}
.thumbnail-image-outside .image-outside-thumbnail {
  margin-top: 32px;
}
.bundle {
  margin-top: 10px;
}
.bundle .bundle_img {
  display: flex;
}
.bundle .bundle_img .img-box {
  position: relative;
}
.bundle .bundle_img .img-box img {
  max-width: 115px;
  padding: 6px;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  border-radius: 0;
}
.bundle .bundle_img .img-box + .img-box:before {
  content: "\ea13";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  padding: 0 7px;
  font-size: 22px;
}
.bundle .bundle_img .plus {
  display: flex;
  align-items: center;
  padding: 0 7px;
  font-size: 22px;
}
.bundle .bundle-image-box {
  border-radius: 8px;
  overflow: hidden;
}
.bundle .bundle-image-box .bundle-box {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #eeeeee;
  padding: 12px 12px;
  background-color: #f8f8f8;
  position: relative;
  text-align: left;
}
.bundle .bundle-image-box .bundle-box + .bundle-box {
  border-top: 1px solid #eeeeee;
}
.bundle .bundle-image-box .bundle-box .form-check {
  min-height: unset;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 12px;
  right: 12px;
}
.bundle .bundle-image-box .bundle-box .form-check .form-check-input {
  float: unset;
  margin: 0;
  filter: unset;
}
.bundle .bundle-image-box .bundle-box .bundle-image {
  width: 70px;
  height: 70px;
  background-color: white;
}
.bundle .bundle-image-box .bundle-box .bundle-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bundle .bundle-image-box .bundle-box .bundle-content {
  width: calc(100% - 15px - 70px);
}
.bundle .bundle-image-box .bundle-box .bundle-content h3,
.bundle .bundle-image-box .bundle-box .bundle-content .h3 {
  font-weight: 500;
  margin: 0;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  letter-spacing: 1.4px;
  margin-top: 9px;
  color: var(--theme-color);
}
.bundle .bundle-image-box .bundle-box .bundle-content .product-page-details {
  position: unset;
  inset: unset;
}
.bundle .bundle-image-box .bundle-box .bundle-content select {
  margin-left: 0;
  font-size: 14px;
  font-weight: 500;
  padding-block: 6px;
  color: #777777;
  border: none;
  margin-top: calc(6px + 5 * (100vw - 320px) / 1600);
  text-transform: capitalize;
  max-width: max-content;
}
.bundle .bundle-image-box .bundle-box .bundle-content h4,
.bundle .bundle-image-box .bundle-box .bundle-content .h4 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: unset;
  text-transform: unset;
  margin-bottom: 0;
  white-space: nowrap;
  width: 86%;
  color: #232323;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bundle .bundle-image-box .bundle-box .bundle-content .content-list {
  display: grid;
  list-style-type: disc;
  padding-left: 1.1rem;
  gap: 4px;
  margin-top: 16px;
}
.bundle .bundle-image-box .bundle-box .bundle-content .content-list li {
  display: list-item;
  text-decoration: underline;
}
.bundle .bundle-title {
  margin-top: calc(14px + 4 * (100vw - 320px) / 1600);
  line-height: 1.3;
  color: #222222;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.bundle .total-price {
  font-size: calc(20px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.bundle .bundle-btn {
  text-transform: capitalize;
  padding: calc(9px + 4 * (100vw - 320px) / 1600) calc(18px + 5 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.bundle .bundle_detail {
  margin-top: 15px;
}
.bundle .bundle_detail .price_product {
  color: #222222;
  padding-left: 3px;
  font-weight: 600;
}
.nft-collection-section {
  background-color: #1b1c21;
  overflow: hidden;
  padding: calc(40px + 70 * (100vw - 320px) / 1600) 0;
}
.nft-collection-section .basic-product.theme-product-9 {
  border: none;
}
.nft-collection-section .product-left-title h3,
.nft-collection-section .product-left-title .h3 {
  color: #ffffff;
  max-width: unset;
}
.nft-collection-section .product-left-title p {
  width: 90%;
  color: rgba(255, 255, 255, 0.54);
}
.collection .collection-block {
  text-align: center;
}
.collection .collection-block img,
.collection .collection-block .bg-size {
  margin-bottom: 20px;
}
.collection .collection-block .collection-content {
  text-align: center;
}
.collection .collection-block .collection-content h3,
.collection .collection-block .collection-content .h3 {
  margin-bottom: 10px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.collection .collection-block .collection-content h4,
.collection .collection-block .collection-content .h4 {
  color: #222222;
  margin-bottom: 10px;
  font-size: 16px;
}
.collection .collection-block .collection-content p {
  line-height: 1.5;
}
.collection .collection-block .collection-content .btn-solid,
.collection .collection-block .collection-content .btn-outline {
  padding: 10px 25px;
}
.search-product {
  margin-bottom: -30px;
}
.search-product > div {
  margin-bottom: 30px;
}
.custom-2-grid {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.custom-2-grid > div {
  width: calc(50% - 12px);
}
@media (max-width: 400px) {
  .custom-2-grid > div {
    width: 100%;
  }
}
.faq-section .faq-accordion .accordion-item {
  border-radius: 0;
  border: 1px solid #eeeeee;
  overflow: hidden;
  background-color: transparent;
}
.faq-section .faq-accordion .accordion-item + .accordion-item {
  margin-top: 25px;
}
.faq-section .faq-accordion .accordion-item .accordion-header {
  padding: 0;
  border-bottom: 0;
  transition: all 0.3s ease;
}
.faq-section .faq-accordion .accordion-item .accordion-header button {
  color: #333333;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  padding: calc(11px + 7 * (100vw - 320px) / 1600);
  line-height: 1.4;
  font-weight: 500;
  text-transform: unset;
  z-index: 0;
  text-decoration: unset;
  box-shadow: unset;
  background-color: #f8f8f8;
  border: unset;
  align-items: flex-start;
  letter-spacing: unset;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.faq-section .faq-accordion .accordion-item .accordion-header button:not(.collapsed) {
  font-weight: 600;
  color: var(--theme-color);
}
.faq-section .faq-accordion .accordion-item .accordion-header button::after {
  content: "\ea4e";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: unset;
  height: unset;
  margin: unset;
  background: unset;
  font-size: calc(22px + 5 * (100vw - 320px) / 1600);
  font-weight: 400;
  line-height: 1;
  color: #333333;
}
.faq-section .faq-accordion .accordion-item .accordion-header button:hover {
  color: var(--theme-color);
}
.faq-section .faq-accordion .accordion-item .card-body {
  padding: calc(10px + 5 * (100vw - 320px) / 1600) calc(12px + 6 * (100vw - 320px) / 1600);
}
.faq-section .faq-accordion .accordion-item .card-body p {
  margin-bottom: 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #777777;
  line-height: 1.7;
  letter-spacing: unset;
  font-weight: 500;
}
.search-block {
  padding: 0;
}
.search-block .form-header .input-group {
  gap: 15px;
}
.search-block .form-header .input-group i {
  padding-right: 4px;
  font-size: 16px;
}
.search-block .form-header .input-group .btn {
  z-index: 0;
}
.contact-page .map-box {
  height: 420px;
}
.contact-page .map-box iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.contact-page .contact-title {
  position: sticky;
  top: 130px;
  left: 0;
}
.contact-page .contact-title h2,
.contact-page .contact-title .h2 {
  letter-spacing: unset;
  text-transform: none;
  margin: 0;
  line-height: 1.3;
}
.contact-page .contact-title p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.7;
  width: 100%;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 0;
}
.contact-page .contact-title .footer-social {
  margin-top: calc(18px + 12 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .contact-page .contact-title .footer-social ul {
    margin: unset;
  }
}
.contact-page .contact-right ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: calc(17px + 6 * (100vw - 320px) / 1600);
  margin-top: calc(20px + 8 * (100vw - 320px) / 1600);
}
@media (max-width: 1200px) {
  .contact-page .contact-right ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .contact-page .contact-right ul {
    grid-template-columns: 1fr;
  }
}
.contact-page .contact-right ul li {
  width: 100%;
  padding: 15px;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  border-radius: 0;
  display: flex;
  gap: 11px;
}
.contact-page .contact-right ul li .contact-icon i {
  font-size: 23px;
  color: var(--theme-color);
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 0;
  justify-content: center;
}
.contact-page .contact-right ul li .media-body h6,
.contact-page .contact-right ul li .media-body .h6 {
  font-weight: 600;
  color: #222222;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}
.contact-page .contact-right ul li .media-body p {
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 15px;
  margin-top: 3px;
}
.contact-page .contact-form {
  background-color: #f8f8f8;
  padding: calc(20px + 24 * (100vw - 320px) / 1600) calc(16px + 28 * (100vw - 320px) / 1600);
  border-radius: 0;
  border: 1px solid #eeeeee;
}
.contact-page .contact-form .form-box .form-control {
  border: unset;
}
.contact-page .contact-form .form-box .form-control::placeholder {
  color: #8a8a8a;
}
.contact-page .contact-form .form-box label {
  color: #333333;
}
.qty-box .input-group span button {
  background: #ffffff !important;
  border: 1px solid #eeeeee;
  height: 100%;
}
.qty-box .input-group span button i {
  font-weight: normal;
  font-size: 16px !important;
}
.qty-box .input-group .form-control {
  text-align: center;
  width: 80px;
  flex: unset;
}
.qty-box .input-group button {
  background-color: transparent;
  border: 0;
  color: #777777;
  cursor: pointer;
  padding-left: 12px;
  height: 100%;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}
.qty-box .input-group button i {
  font-weight: 900;
  color: #222222;
}
.qty-box .input-group .icon {
  padding-right: 0;
}
.wishlist-section tbody tr:last-child td {
  padding-bottom: 0;
  border: unset !important;
}
.wishlist-section tbody tr td .icon-box a {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  border: 1px solid #eeeeee;
  width: calc(28px + 4 * (100vw - 320px) / 1600);
  height: calc(28px + 4 * (100vw - 320px) / 1600);
  border-radius: 0;
  background-color: #f8f8f8;
  color: #777777;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .wishlist-section tbody tr td .mobile-cart-content .col:last-child .td-color {
    display: flex;
    align-items: center;
    gap: calc(7px + 4 * (100vw - 320px) / 447);
  }
  .wishlist-section tbody tr td .mobile-cart-content .col:last-child .td-color a {
    font-size: calc(18px + 2 * (100vw - 320px) / 447);
    border: 1px solid #eeeeee;
    width: calc(28px + 4 * (100vw - 320px) / 447);
    height: calc(28px + 4 * (100vw - 320px) / 447);
    border-radius: 4px;
    margin: 0 auto;
    background-color: #f8f8f8;
    color: #777777;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.cart-section .table tbody + tbody,
.wishlist-section .table tbody + tbody {
  border-top: none;
}
.cart-section .cart-buttons,
.wishlist-section .cart-buttons {
  padding-top: 35px;
}
.cart-section .cart-buttons > div:last-child,
.wishlist-section .cart-buttons > div:last-child {
  text-align: right;
}
.cart-section .cart-buttons a,
.wishlist-section .cart-buttons a {
  background-color: var(--theme-color);
  color: #ffffff;
  text-transform: none;
  font-weight: 600;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  line-height: 1.3;
  padding: calc(9px + 2 * (100vw - 320px) / 1600) 20px;
  border-radius: 0;
  border: 1px solid transparent;
}
.cart-section .cart-buttons a:hover,
.wishlist-section .cart-buttons a:hover {
  border-color: var(--theme-color);
  background-color: #ffffff;
  color: var(--theme-color);
}
.cart-section .wishlist-buttons,
.wishlist-section .wishlist-buttons {
  padding-top: 35px;
  text-align: right;
}
.cart-section .wishlist-buttons:last-child a,
.wishlist-section .wishlist-buttons:last-child a {
  margin-left: 15px;
}
.cart-section .cart-table,
.wishlist-section .cart-table {
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #eeeeee;
}
.cart-section .cart-table thead th,
.wishlist-section .cart-table thead th {
  font-weight: 600;
  color: #222222;
  font-size: calc(17px + 2 * (100vw - 320px) / 1600);
  border-top: 0;
  text-align: center;
  padding: calc(12px + 4 * (100vw - 320px) / 1600) 12px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #eee !important;
}
.cart-section tbody h2,
.cart-section tbody .h2,
.wishlist-section tbody h2,
.wishlist-section tbody .h2 {
  margin-bottom: 0;
}
.cart-section tbody .remove-btn,
.wishlist-section tbody .remove-btn {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  border: 1px solid #eeeeee;
  width: calc(28px + 4 * (100vw - 320px) / 1600);
  height: calc(28px + 4 * (100vw - 320px) / 1600);
  border-radius: 0;
  background-color: #f8f8f8;
  color: #777777;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.cart-section tbody .table-price h2,
.cart-section tbody .table-price .h2,
.wishlist-section tbody .table-price h2,
.wishlist-section tbody .table-price .h2 {
  color: #222222;
  font-weight: 600;
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
}
.cart-section tbody .table-price h2 del,
.cart-section tbody .table-price .h2 del,
.wishlist-section tbody .table-price h2 del,
.wishlist-section tbody .table-price .h2 del {
  font-weight: 500;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  color: #777777;
}
.cart-section tbody .table-price h6,
.cart-section tbody .table-price .h6,
.wishlist-section tbody .table-price h6,
.wishlist-section tbody .table-price .h6 {
  font-size: 18px;
  margin-block: 4px 0;
  font-weight: 600;
  color: var(--theme-color);
}
.cart-section tbody .qty-box .input-group,
.wishlist-section tbody .qty-box .input-group {
  justify-content: center;
  flex-wrap: nowrap;
}
.cart-section tbody .qty-box .input-group .form-control,
.wishlist-section tbody .qty-box .input-group .form-control {
  padding-block: 10px;
  border: 1px solid #eeeeee;
  font-weight: 500;
}
.cart-section tbody .qty-box .input-group button,
.wishlist-section tbody .qty-box .input-group button {
  border: 1px solid #eeeeee;
  font-size: 16px;
  z-index: 0;
}
.cart-section tbody .qty-box .input-group button i,
.wishlist-section tbody .qty-box .input-group button i {
  font-weight: 500;
}
.cart-section tbody tr td,
.wishlist-section tbody tr td {
  vertical-align: middle;
  color: #777777;
  border-top: 0;
  border-bottom: 1px solid #eeeeee !important;
  text-align: center;
}
.cart-section tbody tr td:nth-child(2),
.wishlist-section tbody tr td:nth-child(2) {
  width: 29rem;
}
@media (max-width: 767px) {
  .cart-section tbody tr td:nth-child(2),
  .wishlist-section tbody tr td:nth-child(2) {
    width: auto;
  }
}
.cart-section tbody tr td .name,
.wishlist-section tbody tr td .name {
  color: #222;
  font-weight: 500;
}
.cart-section tbody tr td a,
.cart-section tbody tr td p,
.wishlist-section tbody tr td a,
.wishlist-section tbody tr td p {
  color: #777777;
  font-weight: 500;
  font-size: calc(16px + 1 * (100vw - 320px) / 1600);
  text-transform: capitalize;
  margin-bottom: 0;
}
.cart-section tbody tr td a img,
.cart-section tbody tr td p img,
.wishlist-section tbody tr td a img,
.wishlist-section tbody tr td p img {
  height: 90px;
}
.cart-section tbody tr td .td-color,
.wishlist-section tbody tr td .td-color {
  color: var(--theme-color);
}
.cart-section tbody tr td h2,
.cart-section tbody tr td .h2,
.wishlist-section tbody tr td h2,
.wishlist-section tbody tr td .h2 {
  color: var(--theme-color);
  font-size: calc(19px + 3 * (100vw - 320px) / 1600);
  font-weight: 500;
  letter-spacing: unset;
  text-transform: unset;
}
.cart-section tbody tr td h2 del,
.cart-section tbody tr td .h2 del,
.wishlist-section tbody tr td h2 del,
.wishlist-section tbody tr td .h2 del {
  font-weight: 500;
  color: #777777;
  font-size: 16px;
}
.cart-section tbody tr td .mobile-cart-content,
.wishlist-section tbody tr td .mobile-cart-content {
  display: none;
  justify-content: center;
  margin-top: 10px;
  flex-wrap: nowrap;
}
.cart-section tbody tr td .mobile-cart-content .qty-box,
.wishlist-section tbody tr td .mobile-cart-content .qty-box {
  border-radius: 0;
}
.cart-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control,
.wishlist-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control {
  width: 48px;
  padding: 6px;
}
.cart-section tbody tr td .mobile-cart-content .col,
.wishlist-section tbody tr td .mobile-cart-content .col {
  align-self: center;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .cart-section tbody tr td .mobile-cart-content .col,
  .wishlist-section tbody tr td .mobile-cart-content .col {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.cart-section tfoot tr th,
.wishlist-section tfoot tr th {
  padding-top: 35px;
  text-align: right;
}
.cart-section tfoot tr td,
.wishlist-section tfoot tr td {
  padding-top: 20px;
  padding-bottom: 20px;
  border: none;
  text-align: center;
  color: #222222;
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
}
.cart-section tfoot tr td h2,
.cart-section tfoot tr td .h2,
.wishlist-section tfoot tr td h2,
.wishlist-section tfoot tr td .h2 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 0;
}
.cart-section tfoot tr td:first-child,
.wishlist-section tfoot tr td:first-child {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
  color: #777777;
  text-align: right;
}
.blog-detail-page .blog-detail-contain p {
  color: #777777;
  line-height: 1.6;
  margin: 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.blog-detail-page .blog-detail-contain p + p {
  margin-top: calc(10px + 5 * (100vw - 320px) / 1600);
}
.blog-detail-page .blog-detail p:last-child {
  margin-bottom: 0;
}
.blog-detail-page .blog-detail img {
  margin-bottom: 28px;
  width: 100%;
  border-radius: calc(10px + 6 * (100vw - 320px) / 1600);
}
.blog-detail-page .blog-detail h3,
.blog-detail-page .blog-detail .h3 {
  color: #222222;
  font-weight: 700;
  margin-bottom: calc(9px + 4 * (100vw - 320px) / 1600);
  letter-spacing: unset;
  font-size: calc(20px + 18 * (100vw - 320px) / 1600);
  line-height: 1.3;
}
.blog-detail-page .blog-detail .post-social {
  color: #777777;
  padding-bottom: 21px;
}
.blog-detail-page .blog-detail .post-social li {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  color: #777777;
}
.blog-detail-page .blog-detail .post-social li + li {
  padding-left: 11px;
  margin-left: 11px;
  border-left: 1px solid #eeeeee;
}
.blog-detail-page .blog-advance > div:last-child p:last-child {
  margin-bottom: 0;
}
.blog-detail-page .blog-advance img,
.blog-detail-page .blog-advance .bg-size {
  margin-bottom: 25px;
  margin-top: 25px;
}
.blog-detail-page .blog-advance ul {
  list-style-type: decimal;
  list-style-position: inside;
  line-height: 2.5;
  font-size: 15px;
}
.blog-detail-page .blog-advance ul li {
  display: list-item;
  font-weight: 700;
}
.blog-detail-page .blog-advance p {
  line-height: 1.8;
}
.blog-detail-page .comment-section {
  border-bottom: 1px solid #dddddd;
}
.blog-detail-page .comment-section li {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid #dddddd;
}
.blog-detail-page .comment-section li img {
  height: 65px;
  width: 65px;
  margin-right: 20px;
  border-radius: 100%;
}
.blog-detail-page .comment-section li h6,
.blog-detail-page .comment-section li .h6 {
  color: #444444;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}
.blog-detail-page .comment-section li h6 span,
.blog-detail-page .comment-section li .h6 span {
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  color: #777777;
  margin-left: 20px;
}
.blog-detail-page .comment-section li p {
  line-height: 1.8;
  margin-bottom: 0;
}
.blog-detail-page .blog-contact h2,
.blog-detail-page .blog-contact .h2 {
  margin-bottom: 30px;
  margin-top: -5px;
}
.blog-detail-page .blog-contact .theme-form label {
  text-transform: capitalize;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}
.blog-detail-page .blog-contact .theme-form input,
.blog-detail-page .blog-contact .theme-form textarea {
  border-color: #dddddd;
  font-size: 14px;
  padding: 17px 25px;
  margin-bottom: 30px;
}
.blog-page {
}
.blog-page .no-sidebar .blog-box .blog-image {
  height: calc(150px + 130 * (100vw - 320px) / 1600);
}
.blog-page .blog-sidebar h6,
.blog-page .blog-sidebar .h6 {
  margin-bottom: 0;
  line-height: 20px;
  color: #333333;
  font-weight: 700;
}
.blog-page .blog-sidebar p {
  line-height: 20px;
  margin-bottom: 0;
  color: #555555;
}
.blog-page .blog-sidebar h4,
.blog-page .blog-sidebar .h4 {
  color: #222222;
  text-transform: unset;
  font-weight: 600;
  margin-bottom: calc(15px + 5 * (100vw - 320px) / 1600);
  line-height: 1.3;
  letter-spacing: unset;
  font-size: calc(17px + 4 * (100vw - 320px) / 1600);
  padding-bottom: 6px;
  border-bottom: 1px solid #eeeeee;
}
.blog-page .blog-sidebar .theme-card + .theme-card {
  margin-top: calc(24px + 21 * (100vw - 320px) / 1600);
}
.blog-page .blog-sidebar .theme-card .recent-blog li + li {
  margin-top: calc(21px + 9 * (100vw - 320px) / 1600);
}
.blog-page .blog-sidebar .theme-card .recent-blog li .media img {
  width: 100px;
  margin-right: 10px;
}
.blog-page .blog-sidebar .theme-card .recent-blog li .media .media-body a h5,
.blog-page .blog-sidebar .theme-card .recent-blog li .media .media-body a .h5 {
  font-weight: 600;
  line-height: 1.45;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  padding-bottom: 0;
}
.blog-page .blog-sidebar .theme-card .recent-blog li .blog-box {
  align-items: unset;
  gap: 10px;
  border: unset;
  padding-bottom: 0;
  border-radius: 0;
}
.blog-page .blog-sidebar .theme-card .recent-blog li .blog-box .blog-image {
  width: calc(90px + 10 * (100vw - 320px) / 1600);
  height: auto;
  margin: 0;
}
.blog-page .blog-sidebar .theme-card .recent-blog li .blog-box .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.blog-page .blog-sidebar .theme-card .recent-blog li .blog-box .blog-content {
  width: calc(100% - (90px + 10 * (100vw - 320px) / 1600) - 10px);
}
.blog-page .blog-sidebar .theme-card .recent-blog li .blog-box .blog-content a h5,
.blog-page .blog-sidebar .theme-card .recent-blog li .blog-box .blog-content a .h5 {
  padding-bottom: 0;
  text-transform: unset;
  margin: 0;
  line-height: 1.4;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.blog-page .blog-sidebar .theme-card .recent-blog li .blog-box .blog-content h6,
.blog-page .blog-sidebar .theme-card .recent-blog li .blog-box .blog-content .h6 {
  line-height: 1.4;
  color: #777777;
  font-weight: 500;
  margin-bottom: calc(2px + 3 * (100vw - 320px) / 1600);
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.blog-page .blog-sidebar .theme-card .tags {
  display: flex;
  gap: 9px 12px;
  flex-wrap: wrap;
}
.blog-page .blog-sidebar .theme-card .tags li {
  padding: 6px calc(9px + 4 * (100vw - 320px) / 1600);
  transition: all 0.2s ease-in-out;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}
.blog-page .blog-sidebar .theme-card .tags li a {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  color: #777777;
  text-transform: unset;
  font-weight: 500;
}
.blog-page .blog-sidebar .theme-card .tags li:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.blog-page .blog-sidebar .theme-card .tags li:hover a {
  color: #ffffff;
}
.blog-page .blog-sidebar .theme-card .popular-blog li .blog-date {
  background-color: var(--theme-color);
  height: 70px;
  width: 70px;
  margin: 0 15px 0 0;
  padding: 15px;
}
.blog-page .blog-sidebar .theme-card .popular-blog li .blog-date span {
  display: block;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.blog-page .blog-sidebar .theme-card .popular-blog li + li {
  margin-top: 30px;
}
.blog-page .blog-sidebar .theme-card .popular-blog li p {
  margin-top: 10px;
}
.blog-page .blog-media {
  margin-bottom: 30px;
}
.blog-page .blog-media:last-child {
  margin-bottom: 0;
}
.blog-page .blog-media .blog-right {
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.blog-page .blog-media .blog-right h6,
.blog-page .blog-media .blog-right .h6 {
  color: var(--theme-color);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.blog-page .blog-media .blog-right h4,
.blog-page .blog-media .blog-right .h4 {
  color: #333333;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.blog-page .blog-media .blog-right p {
  line-height: 1.8;
  margin-bottom: 0;
  letter-spacing: 0.04em;
}
.blog-page .blog-media .blog-right ul {
  color: #777777;
  margin-bottom: 15px;
}
.blog-page .blog-media .blog-right ul li {
  font-size: 14px;
  line-height: 1.5;
}
.blog-page .blog-media .blog-right ul li + li {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #dddddd;
}
.blog-page .blog-media .blog-right ul li i {
  padding-right: 3px;
}
.blog-page .blog-box {
  overflow: hidden;
  position: relative;
}
.blog-page .blog-box:hover .blog-image img {
  transform: scale(1.12);
  overflow: hidden;
}
.blog-page .blog-box:hover .blog-detail label {
  color: #ffffff;
}
.blog-page .blog-box:hover .blog-detail label::before {
  opacity: 1;
}
.blog-page .blog-box .blog-box-image {
  overflow: hidden;
  border-radius: 0;
}
.blog-page .blog-box .blog-box-image a {
  transition: all 0.2s ease-in-out;
}
.blog-page .blog-box .blog-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
  height: calc(140px + 40 * (100vw - 320px) / 1600);
}
.blog-page .blog-box .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s, transform 1.25s cubic-bezier(0, 0, 0.44, 1.18);
}
.blog-page .blog-box .blog-image label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: var(--theme-color);
  color: #ffffff;
  border-radius: 0;
  border: none;
  padding: 8px 10px;
  font-size: 12px;
  letter-spacing: 0.9px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.blog-page .blog-box .blog-contain {
  padding: 0;
}
.blog-page .blog-box .blog-contain .blog-label {
  display: flex;
  flex-wrap: wrap;
  margin-block: calc(6px + 6 * (100vw - 320px) / 1600) calc(8px + 4 * (100vw - 320px) / 1600);
  align-items: center;
}
.blog-page .blog-box .blog-contain .blog-label > span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  color: #222222;
}
.blog-page .blog-box .blog-contain .blog-label > span + span {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #eeeeee;
}
.blog-page .blog-box .blog-contain a {
  color: #222222;
}
.blog-page .blog-box .blog-contain a h3,
.blog-page .blog-box .blog-contain a .h3 {
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  transition: all 0.2s ease-in-out;
  letter-spacing: unset;
  margin: 0;
  color: #222222;
}
.blog-page .blog-box .blog-contain p {
  display: none;
}
.blog-page .blog-box .blog-contain .blog-button {
  border: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 0;
  font-weight: 500;
  color: var(--theme-color);
  transition: all 0.2s ease-in-out;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.blog-page .blog-box .blog-contain .blog-button i {
  margin-left: 6px;
  font-size: 20px;
  line-height: 1;
  transform: rotate(-45deg);
  margin-top: -3px;
}
.blog-page .blog-label-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--theme-color);
  z-index: 1;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #fff;
}
.blog-page .blog-featured-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--theme-color);
  z-index: 1;
  padding: 8px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
}
.blog-page .blog-list {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 0;
  padding: 0;
}
@media (max-width: 575px) {
  .blog-page .blog-list {
    display: block;
  }
}
.blog-page .blog-list .blog-image {
  margin: 0;
  border-radius: 0;
  height: calc(240px + 40 * (100vw - 575px) / 1345);
  width: calc(230px + 110 * (100vw - 575px) / 1345);
}
@media (max-width: 575px) {
  .blog-page .blog-list .blog-image {
    width: 100%;
  }
}
.blog-page .blog-list .blog-contain {
  width: calc(100% - (230px + 110 * (100vw - 575px) / 1345) - 15px);
  padding: 0 20px 0 0;
}
@media (max-width: 575px) {
  .blog-page .blog-list .blog-contain {
    width: 100%;
    padding: 0;
    padding-top: calc(12px + 8 * (100vw - 320px) / 256);
  }
}
.blog-page .blog-list .blog-contain a h3,
.blog-page .blog-list .blog-contain a .h3 {
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  transition: all 0.2s ease-in-out;
  letter-spacing: unset;
  margin: 0;
  color: #222222;
}
.blog-page .blog-list .blog-contain p {
  line-height: 1.6;
  color: #777777;
  margin-bottom: 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  margin-top: calc(11px + 4 * (100vw - 320px) / 1600);
}
.blog-page .blog-list .blog-contain .blog-label {
  display: flex;
  flex-wrap: wrap;
  margin-block: 4px 0;
  align-items: center;
}
@media (max-width: 380px) {
  .blog-page .blog-list .blog-contain .blog-label {
    display: block;
  }
}
.blog-page .blog-list .blog-contain .blog-label > span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  color: #777777;
}
.blog-page .blog-list .blog-contain .blog-label > span + span {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #eeeeee;
}
@media (max-width: 380px) {
  .blog-page .blog-list .blog-contain .blog-label > span + span {
    margin-left: unset;
    padding-left: unset;
    border-left: unset;
    margin-top: 4px;
  }
}
.blog-page .blog-list .blog-contain .blog-button {
  border: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 0;
  font-weight: 500;
  padding: 8px calc(11px + 5 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  transition: all 0.2s ease-in-out;
  margin-top: calc(9px + 5 * (100vw - 320px) / 1600);
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  color: #ffffff;
}
.blog-page .blog-list .blog-contain .blog-button i {
  margin-left: 10px;
  font-size: 20px;
  line-height: 1;
  display: none;
}
.blog-page .blog-list .blog-contain .blog-button:hover {
  color: #ffffff;
}
.blog-page .blog-list .blog-contain .blog-button:hover::after {
  opacity: 1;
}
.blog-page .blog-detail {
  padding: calc(11px + 9 * (100vw - 320px) / 1600);
  margin-top: 0;
}
.blog-page .blog-detail h2,
.blog-page .blog-detail .h2 {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  line-height: 1.4;
}
.blog-page .blog-detail label {
  font-size: 12px;
  padding: 7px 11px;
  border-radius: 50px;
  color: var(--theme-color);
  margin-bottom: calc(4px + 8 * (100vw - 320px) / 1600);
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: all 0.2s ease-in-out;
}
.blog-page .blog-detail label::before {
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}
.blog-page .blog-detail a {
  display: block;
}
.blog-page .blog-detail h3,
.blog-page .blog-detail .h3 {
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: 600;
}
.blog-page .blog-detail h5,
.blog-page .blog-detail .h5 {
  font-size: 15px;
  margin-top: 10px;
  font-weight: 500;
}
.blog-page .blog-detail .blog-list {
  margin-top: 15px;
  gap: calc(14px + 8 * (100vw - 320px) / 1600);
}
.blog-page .blog-detail .blog-list span {
  margin-bottom: -5px;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.blog-page .blog-detail .blog-list .blog-social-icon {
  position: relative;
}
.blog-page .blog-detail .blog-list .blog-social-icon .icon {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.blog-page .blog-detail .blog-list .blog-social-icon .icon li {
  transition: all 0.2s ease-in-out;
}
.blog-page .blog-detail .blog-list .blog-social-icon .icon li .fab {
  font-size: 14px;
}
.blog-page .blog-detail .blog-list .blog-social-icon:hover .icon {
  opacity: 1;
}
.product-slick:hover .owl-prev,
.product-slick:hover .owl-next,
.product-right-slick:hover .owl-prev,
.product-right-slick:hover .owl-next {
  opacity: 1;
  transform: scale(1.05);
  transition: all 0.5s ease;
}
.product-slick:hover .owl-prev:before,
.product-slick:hover .owl-next:before,
.product-right-slick:hover .owl-prev:before,
.product-right-slick:hover .owl-next:before {
  opacity: 1;
}
.product-slick:hover .owl-next,
.product-right-slick:hover .owl-next {
  right: 20px;
}
.product-slick:hover .owl-prev,
.product-right-slick:hover .owl-prev {
  left: 20px;
}
.slider-nav .slider-image {
  border: 1px solid #eeeeee;
  background-color: #f8f8f8;
  overflow: hidden;
  height: calc(123px + 38 * (100vw - 320px) / 1600);
}
.slider-nav .slider-image button {
  position: absolute;
  width: 40px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: var(--theme-color);
  border: unset;
}
.slider-nav .slider-image button i {
  position: relative;
  inset: unset;
  transform: unset;
  width: unset;
  height: unset;
}
.slider-nav .slider-image i {
  position: absolute;
  width: 40px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: var(--theme-color);
}
.slider-nav .slider-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-nav .slider-image img {
  cursor: pointer;
  opacity: 0.6;
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.slider-nav .slider-image.active img {
  opacity: 1;
  border: unset;
}
.image-scroll div > div {
  padding-bottom: 20px;
}
.image-scroll div > div:last-child {
  padding: 0;
}
.product-right .trending-text {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.product-right .trending-text img {
  width: 30px;
}
.product-right .trending-text h5,
.product-right .trending-text .h5 {
  margin-bottom: 0;
}
.product-right .product-count {
  background-color: #f8f8f8;
  padding: 10px 12px;
  margin-bottom: 20px;
}
.product-right .product-count img {
  margin-right: 6px;
}
.product-right .product-count ul {
  margin-bottom: -4px;
}
.product-right .product-count ul li {
  margin-bottom: 4px;
}
.product-right .product-count ul li:first-child {
  margin-right: 14px;
}
.product-right .security-img {
  width: 85%;
  max-width: 440px;
}
.product-right .rating span {
  font-size: 20px;
  margin-right: 2px;
  color: #ff9800;
}
.product-right p {
  margin-bottom: 0;
  line-height: 1.5em;
}
.product-right .shipping-info li {
  display: block;
  font-size: 16px;
  color: #777777;
  line-height: 1.8;
}
.product-right .border-product {
  padding-top: 25px;
  border-top: 1px dashed #dddddd;
}
.product-right .delivery-info li {
  font-size: 16px;
  color: #777777;
  line-height: 1.8;
}
.product-right h2,
.product-right .h2 {
  text-transform: uppercase;
  letter-spacing: unset;
  line-height: 1.3;
}
.product-right .price-detail span {
  font-size: 16px;
  color: var(--theme-color);
}
.product-right h3,
.product-right .h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-block: 15px 4px;
  color: var(--theme-color);
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: 26px;
}
.product-right h3 del,
.product-right .h3 del {
  font-size: 16px;
}
.product-right h4,
.product-right .h4 {
  color: #222222;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 16px;
}
.product-right h4 del,
.product-right .h4 del {
  color: #777777;
}
.product-right h4 span,
.product-right .h4 span {
  padding-left: 5px;
  color: var(--theme-color);
}
.product-right .color-variant {
  margin-bottom: 10px;
}
.product-right .color-variant li {
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.product-right .color-variant li.active {
  position: relative;
}
.product-right .color-variant li.active:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,<svg xmlns='http:www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/></svg>");
  top: 10px;
  right: 4px;
  height: 15px;
  width: 15px;
  background-size: 70%;
  background-repeat: no-repeat;
  position: absolute;
  opacity: 0.8;
}
.product-right .color-variant li.disabled {
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  opacity: 0.6 !important;
  pointer-events: none;
}
.product-right .color-variant li.disabled:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
  background-color: #ff7272;
  width: 100%;
  height: 1px;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
  z-index: 1;
}
.product-right .product-buttons {
  margin-bottom: 20px;
}
.product-right .product-buttons .btn-solid,
.product-right .product-buttons .btn-outline {
  padding: 12px 45px;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.product-right .product-buttons a:last-child {
  margin-left: 10px;
}
.product-right .product-description h6 span,
.product-right .product-description .h6 span {
  float: right;
}
.product-right .product-description .qty-box {
  display: flex;
  align-items: center;
}
.product-right .product-description .qty-box .input-group {
  justify-content: unset;
  width: unset;
}
.product-right .product-description .qty-box .input-group .form-control {
  border-right: none;
}
.product-right .size-box {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-right .size-box ul li {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #efefef;
  text-align: center;
  margin: 0;
}
.product-right .size-box ul li + li {
  margin-left: 10px;
}
.product-right .size-box ul li a {
  color: #222222;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.product-right .size-box ul li button {
  padding: 0;
  color: #222222;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.product-right .size-box ul li button.btn-animation::before {
  content: unset;
}
.product-right .size-box ul li.active {
  background-color: #efefef;
}
.product-right .product-icon {
  display: flex;
}
.product-right .product-icon .product-social {
  margin-top: 5px;
}
.product-right .product-icon .product-social li {
  padding-right: 30px;
}
.product-right .product-icon .product-social li a {
  color: #333333;
  transition: all 0.3s ease;
}
.product-right .product-icon .product-social li a i {
  font-size: 18px;
}
.product-right .product-icon .product-social li a:hover {
  color: var(--theme-color);
}
.product-right .product-icon .product-social li:last-child {
  padding-right: 0;
}
.product-right .product-icon .wishlist-btn {
  background-color: transparent;
  border: none;
}
.product-right .product-icon .wishlist-btn i {
  border-left: 1px solid #dddddd;
  font-size: 18px;
  padding-left: 10px;
  margin-left: 5px;
  transition: all 0.5s ease;
}
.product-right .product-icon .wishlist-btn span {
  padding-left: 10px;
  font-size: 18px;
}
.product-right .product-icon .wishlist-btn:hover i {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.product-right .payment-card-bottom {
  margin-top: 10px;
}
.product-right .payment-card-bottom ul li {
  padding-right: 10px;
}
.product-right.product-form-box {
  border: 1px solid #eeeeee;
  padding: calc(12px + 8 * (100vw - 575px) / 1345);
  border-radius: 0;
}
@media (max-width: 767px) {
  .product-right.product-form-box {
    text-align: unset;
  }
}
@media (max-width: 575px) {
  .product-right.product-form-box {
    border: unset;
    padding: 0;
  }
}
.product-right.product-form-box .product-description .qty-box {
  margin-bottom: 5px;
}
.product-right.product-form-box .product-description .qty-box .input-group {
  justify-content: center;
  width: 100%;
}
.product-right.product-form-box .product-buttons {
  margin-bottom: 0;
}
.product-right.product-form-box .product-buttons {
  margin-top: 0;
}
.product-right .product-page-details .main-title {
  text-transform: capitalize;
}
.product-right .product-page-details .product-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  margin-top: 10px;
}
.product-right .product-page-details .product-rating .divider {
  color: #ddd;
}
.product-right .product-page-details .product-rating .rating-list {
  color: #ffbc37;
}
.product-right .product-page-details .product-rating a {
  color: var(--theme-color);
  text-decoration: underline;
}
.product-right .product-page-details .price-text h3,
.product-right .product-page-details .price-text .h3 {
  display: flex;
  align-items: center;
  gap: calc(5px + 3 * (100vw - 320px) / 1600);
  margin-block: calc(9px + 8 * (100vw - 320px) / 1600) calc(2px + 2 * (100vw - 320px) / 1600);
  color: var(--theme-color);
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: calc(20px + 6 * (100vw - 320px) / 1600);
}
.product-right .product-page-details .price-text h3 .discounted-price,
.product-right .product-page-details .price-text .h3 .discounted-price {
  font-weight: 500;
  padding: 5px calc(12px + 0.0025 * (100vw - 320px));
  color: var(--theme-color);
  display: inline-block;
  margin-bottom: 0;
  margin-left: 12px;
  position: relative;
  font-size: 16px;
}
.product-right .product-page-details .price-text h3 .discounted-price::before,
.product-right .product-page-details .price-text .h3 .discounted-price::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.11;
}
.product-right .product-page-details .price-text h3 .discounted-price del,
.product-right .product-page-details .price-text .h3 .discounted-price del {
  font-size: 18px;
}
.product-right .product-page-details .price-text span {
  color: #aaa;
  display: block;
}
.product-right .product-page-details .size-delivery-info {
  display: flex;
  align-items: center;
  font-size: 16px;
  border-block: 1px dashed #ddd;
  padding-block: 12px;
  margin-block: 14px 20px;
  gap: 20px;
}
.product-right .product-page-details .size-delivery-info a {
  color: #7d7d7d;
  position: relative;
  display: flex;
  align-items: center;
}
.product-right .product-page-details .size-delivery-info a span {
  position: relative;
  width: 1px;
  height: 26px;
  background-color: #eeeeee;
  display: block;
  border-radius: 100%;
}
.product-right .product-page-details .size-delivery-info a i {
  margin-right: 10px;
}
.product-right .product-page-details .product-offer li {
  display: flex;
  gap: 20px;
  font-size: 14px;
}
.product-right .product-page-details .product-offer li:last-child h5,
.product-right .product-page-details .product-offer li:last-child .h5 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.product-right .product-page-details .product-offer li h5,
.product-right .product-page-details .product-offer li .h5 {
  margin-bottom: 17px;
  width: 85%;
  color: #7d7d7d;
  letter-spacing: 0.01em;
}
.product-right .product-page-details .product-offer li h5 span,
.product-right .product-page-details .product-offer li .h5 span {
  font-weight: 600;
}
.product-right .product-page-details .product-offer li img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.product-right .product-page-details .description-text {
  color: #777777;
  line-height: 1.6;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 16px;
  margin-top: 7px;
}
.product-right .product-page-details .progress {
  background-color: #f6f6f6;
  height: 10px;
  border-radius: 14px;
}
.product-right .product-page-details .progress .progress-bar {
  background-image:
    linear-gradient(
      to left,
      #438600,
      #8fd747);
}
.product-right .product-page-details .left-progressbar {
  margin-top: 20px;
}
.product-right .product-page-details .left-progressbar h6,
.product-right .product-page-details .left-progressbar .h6 {
  color: #7d7d7d;
}
.product-right .product-page-details .buy-box {
  margin-top: 17px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
}
.product-right .product-page-details .buy-box a {
  color: #4c4c4c;
}
.product-right .product-page-details .bordered-box {
  padding-top: calc(15px + 10 * (100vw - 320px) / 1600);
  margin-top: calc(15px + 10 * (100vw - 320px) / 1600);
  border-top: 1px dashed #ddd;
}
.product-right .product-page-details .dashed-border-box {
  padding: 22px 28px;
  border: 1px dashed #ddd;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  margin-top: calc(24px + 10 * (100vw - 320px) / 1600);
}
.product-right .product-page-details .dashed-border-box h4,
.product-right .product-page-details .dashed-border-box .h4 {
  margin-top: -30px;
  background-color: #ffffff;
  padding-inline: 8px;
  width: max-content;
}
@media (max-width: 575px) {
  .product-right .product-page-details .dashed-border-box h4,
  .product-right .product-page-details .dashed-border-box .h4 {
    margin-inline: auto;
  }
}
.product-right .product-page-details .shipping-info {
  display: grid;
  line-height: 1.9;
  color: #5f5f5f;
  font-size: 16px;
  grid-template-columns: 1fr 1fr;
  gap: 0 6px;
  padding-left: 20px;
  margin-bottom: -7px;
}
.product-right .product-page-details .shipping-info li {
  font-size: 16px;
  display: list-item;
  color: #7d7d7d;
}
.product-right .product-page-details .qty-section {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-right .product-page-details .qty-section .qty-box .input-group {
  background-color: #f8f8f8;
  padding: 6px 6px;
  overflow: hidden;
  border: 1px solid #eeeeee;
}
.product-right .product-page-details .qty-section .qty-box .input-group input {
  background-color: #f8f8f8;
  border: none;
  padding: 6px 5px;
  width: 90px;
}
.product-right .product-page-details .qty-section .qty-box .input-group button {
  background-color: #fff !important;
  box-shadow: 0 0 8px #e8e8e8;
  border: none;
  padding: 5px 12px;
}
.product-right .product-page-details .variation-box {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 20px;
}
.product-right .product-page-details .variation-box .sub-title {
  width: 60px;
  margin-bottom: 0;
}
.product-right .product-page-details .wishlist-btn-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-right .product-page-details .wishlist-btn-group button {
  padding: 0;
  width: 48px;
  height: 48px;
  border: 1px solid #eeeeee;
  border-radius: 0;
  background-color: #f8f8f8;
  transition: none;
  font-size: 16px;
  line-height: 1;
  color: #6a6a6a;
}
.product-right .product-page-details .sub-title {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.01em;
}
.product-right .product-page-details .quantity-variant {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #f8f8f8;
  padding: 6px 6px;
  overflow: hidden;
  border: 1px solid #eeeeee;
  margin: 0;
}
.product-right .product-page-details .quantity-variant.active {
  background-color: white !important;
  box-shadow: 0 0 8px #e8e8e8;
}
.product-right .product-page-details .quantity-variant.active button {
  background-color: white !important;
}
.product-right .product-page-details .quantity-variant li {
  padding: 6px 10px;
  background-color: #f8f8f8 !important;
}
.product-right .product-page-details .quantity-variant li button {
  border: none;
  font-size: 14px;
  font-weight: 500;
  background-color: #f8f8f8;
  color: #222222;
}
.product-right .product-page-details .quantity-variant.color li span {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: block;
}
.product-right .product-page-details .product-buttons {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.product-right .product-page-details .product-buttons .btn {
  padding: 13px 40px;
}
.product-right .product-page-details .product-buttons .btn.btn-sm,
.product-right .product-page-details .product-buttons .btn-group-sm > .btn {
  padding: 13px 18px;
}
.product-right .product-page-details .product-buttons .btn-animation i {
  font-size: 15px;
}
.product-right .product-page-details .trending-text {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.product-right .product-page-details .trending-text img {
  width: 30px;
}
.product-right .product-page-details .trending-text h5,
.product-right .product-page-details .trending-text .h5 {
  margin-bottom: 0;
}
.product-right .product-page-details .top-title-panel {
  display: flex;
  justify-content: space-between;
}
.product-right .product-page-details.detail-box {
  padding: 20px;
  border-radius: 8px;
  background-color: #f8f8f8;
}
.product-right .product-page-details.detail-box .progress {
  background-color: #ffffff;
}
.product-right .product-page-details.detail-box .quantity-variant {
  background-color: white !important;
}
.product-right .product-page-details.detail-box .quantity-variant li {
  background-color: white !important;
}
.product-right .product-page-details.detail-box .quantity-variant li button {
  background-color: #ffffff;
}
.product-right .product-page-details.detail-box .quantity-variant li.active {
  background-color: #f8f8f8 !important;
  box-shadow: none;
}
.product-right .product-page-details.detail-box .quantity-variant li.active button {
  background-color: #f8f8f8 !important;
}
.product-right .product-page-details.detail-box .qty-section .qty-box .input-group {
  background-color: #ffffff;
}
.product-right .product-page-details.detail-box .qty-section .qty-box .input-group input {
  background-color: #ffffff;
}
.product-right .product-page-details.detail-box .qty-section .qty-box .input-group button {
  background-color: #f8f8f8 !important;
  box-shadow: none;
}
.product-right.product-page-details .shipping-info {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .product-right.product-page-details .shipping-info {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .product-right.product-page-details .shipping-info {
    grid-template-columns: 1fr;
  }
}
.product-right.product-page-details .size-delivery-info {
  border-bottom: unset;
  padding-bottom: unset;
  margin-bottom: -10px;
}
.product-right.product-page-details .sub-title {
  justify-content: center;
}
.product-right.product-page-details .dashed-border-box img {
  width: 80%;
}
.product-description-box.product-page-details .sub-title {
  justify-content: unset;
}
@media (max-width: 767px) {
  .product-description-box.product-page-details .sub-title {
    justify-content: center;
  }
}
.product-description-box.product-page-details .description-text {
  display: none;
}
.product-description-box.product-page-details .accordion {
  margin-top: 15px;
}
.product-accordion .btn-link {
  color: #222222;
}
.product-accordion .btn-link:hover {
  text-decoration: none;
}
.product-accordion .card {
  border: none;
}
.product-accordion .accordion .accordion-item {
  border: unset;
}
.product-accordion .accordion .accordion-item + .accordion-item {
  margin-top: 17px;
}
.product-accordion .accordion .accordion-item .accordion-header .accordion-button {
  z-index: 0;
  box-shadow: unset;
  line-height: 1.3;
  color: #232323;
  text-align: center;
  padding: calc(10px + 4 * (100vw - 320px) / 1600) calc(14px + 5 * (100vw - 320px) / 1600);
  text-decoration: unset;
  border: 1px solid #eeeeee;
  font-weight: 500;
  background-color: #f8f8f8;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  text-transform: unset;
  margin: 0;
  border-radius: 0;
}
.product-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
  content: "\ea4e";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: unset;
  height: unset;
  background: unset;
  font-size: 22px;
  line-height: 1;
}
.product-accordion .accordion .accordion-item .accordion-body {
  padding: 16px 6px 0;
}
.product-accordion .accordion .accordion-item .accordion-body p {
  line-height: 1.7;
  color: #626262;
}
.product-accordion .accordion .accordion-item .accordion-body .shipping-info {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 480px) {
  .product-accordion .accordion .accordion-item .accordion-body .shipping-info {
    grid-template-columns: 1fr;
  }
}
.product-accordion .accordion .accordion-item .accordion-body > *:first-child .bordered-box {
  padding: 0;
  margin: 0;
  border: unset;
}
.product-accordion .card-body {
  width: 100%;
  height: auto;
  padding: 16px 6px 0;
}
.product-accordion .card-header {
  padding: 5px 8px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.125);
  background-color: rgba(127, 127, 127, 0.03);
}
.product-related h2,
.product-related .h2 {
  text-transform: capitalize;
  font-size: calc(18px + 8 * (100vw - 320px) / 1600);
  color: #222222;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.rating {
  margin-top: 0;
}
.rating i {
  padding-right: 0;
}
.rating .three-star {
  padding-bottom: 5px;
}
.rating .three-star i {
  color: #acacac;
}
.rating .three-star i:nth-child(-n+3) {
  color: #ffd200;
}
.outer-border {
  border: 1px solid #eeeeee;
  overflow: hidden;
}
.tab-product .nav-material.nav-tabs {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.tab-product .nav-material.nav-tabs.tab-style .nav-link {
  padding: 8px 10px;
}
.tab-product .nav-material.nav-tabs .nav-item .nav-link {
  color: #212121;
  text-align: center;
  padding: 0 15px 20px 15px;
  text-transform: uppercase;
  border: 0;
  font-weight: 500;
  font-size: 18px;
}
.tab-product .nav-material.nav-tabs .nav-item .material-border {
  border-bottom: 2px solid var(--theme-color);
  opacity: 0;
}
.tab-product .nav-material.nav-tabs .nav-link.active {
  color: var(--theme-color);
}
.tab-product .nav-material.nav-tabs .nav-link.active ~ .material-border {
  transition: all 0.3s ease;
  opacity: 1;
}
.tab-product .theme-form input {
  border-color: #dddddd;
  font-size: 15px;
  padding: 15px 25px;
  margin-bottom: 15px;
  height: inherit;
  text-align: left;
}
.tab-product .theme-form .btn-solid,
.tab-product .theme-form .btn-outline {
  margin: 0 auto;
}
.tab-product .theme-form textarea {
  border-color: #dddddd;
  font-size: 15px;
  padding: 17px 25px;
  margin-bottom: 15px;
  height: inherit;
}
.tab-product .tab-content.nav-material {
  padding: 15px;
}
.tab-product .tab-content.nav-material p {
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.tab-product.product-details-contain {
  padding-top: calc(22px + 26 * (100vw - 320px) / 1600);
}
.tab-product.product-details-contain .nav-tabs {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 15px;
  gap: 18px;
  border-bottom: 1px solid #eeeeee;
  overflow: auto;
  background-color: #f8f8f8;
}
.tab-product.product-details-contain .nav-tabs .nav-item .nav-link {
  color: #232323;
  text-align: center;
  padding: calc(8px + 2 * (100vw - 320px) / 1600) calc(16px + 9 * (100vw - 320px) / 1600);
  border: 1px solid #eeeeee;
  font-weight: 500;
  background-color: white;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  text-transform: unset;
  margin: 0;
  border-radius: 0;
}
.tab-product.product-details-contain .nav-tabs .nav-item .nav-link.active {
  color: var(--theme-color);
  font-weight: 600;
  background-color: rgba(236, 137, 81, 0.07);
  border-color: rgba(236, 137, 81, 0.5882352941);
}
.tab-product.product-details-contain .nav-tabs .nav-item .material-border {
  display: none;
}
.tab-product .product-tab-description .part .inner-title {
  font-weight: 600;
  text-transform: capitalize;
}
.tab-product .product-tab-description .part p:last-child {
  margin-bottom: 0;
}
.tab-product .title {
  padding-right: 45px;
  color: var(--theme-color);
  padding-bottom: 20px;
}
.tab-product .product-box {
  position: relative;
  margin: 5px;
}
.tab-product .product-box:hover {
  box-shadow: 0 0 12px 0 #dddddd;
}
.tab-product .product-box:hover .lbl-1 {
  opacity: 1;
  transition: all 0.3s ease;
}
.tab-product .product-box:hover .lbl-2 {
  opacity: 1;
  animation: flipInY 1000ms ease-in-out;
}
.tab-product .product-box:hover .color-variant li {
  opacity: 1 !important;
  animation: fadeInUp 500ms ease-in-out;
}
.tab-product .product-box .img-block {
  min-height: unset;
}
.tab-product .product-box .cart-info {
  position: absolute;
  padding: 10px 0;
  top: 25%;
  right: 15px;
  width: 40px;
  margin-right: 0;
}
.tab-product .product-box .cart-info i {
  padding-right: 0;
}
.tab-product .product-box .cart-info a,
.tab-product .product-box .cart-info button {
  color: #333333;
  transition: all 0.3s ease;
  background-color: #ffffff;
  height: 35px;
  width: 35px;
  margin: 7px 0;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  box-shadow: 0 0 12px 0 #dddddd;
}
.tab-product .product-box .cart-info a :hover,
.tab-product .product-box .cart-info button :hover {
  transition: all 0.3s ease;
  color: var(--theme-color);
}
.tab-product .product-box .lbl-1 {
  background-color: var(--theme-color);
  padding: 2px 20px 2px 10px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0;
}
.tab-product .product-box .lbl-1:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 12px solid var(--theme-color);
  border-bottom: 13px solid var(--theme-color);
  border-right: 7px solid #ffffff;
}
.tab-product .product-box .lbl-2 {
  font-size: 14px;
  top: 15px;
  position: absolute;
  right: 10px;
  color: #333333;
  font-weight: 600;
  text-transform: capitalize;
  opacity: 0;
}
.tab-product .product-box a {
  color: #0072bb;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}
.tab-product .product-box .color-variant {
  position: absolute;
  top: -35px;
  width: 100%;
}
.tab-product .product-box .product-details {
  position: relative;
}
.tab-product .product-box .product-details .color-variant {
  position: absolute;
  top: -35px;
  width: 100%;
}
.tab-product .product-box .product-details .color-variant li {
  opacity: 0;
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  margin: 0 3px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.tab-product .product-box .product-details h6,
.tab-product .product-box .product-details .h6 {
  color: #333333;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.tab-product .product-box .product-details .price {
  padding-bottom: 10px;
  font-size: 16px;
  color: var(--theme-color);
}
.tab-product .no-data-added,
.tab-product .tab-category {
  background-color: transparent;
}
.product-load-more .col-grid-box {
  display: none;
}
.load-more-sec {
  margin-top: 40px;
  text-align: center;
}
.load-more-sec a {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  padding: 10px 0;
  background-color: #f8f8f8;
  width: 100%;
  color: var(--theme-color);
}
.four-image-sec {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
  overflow: hidden;
}
.four-image-sec video {
  height: 320px;
  object-fit: cover;
}
.top-filter {
  position: absolute;
  z-index: 1;
  top: 80px;
  left: 0;
  width: 100%;
  display: none;
}
.top-filter ::-webkit-scrollbar {
  width: 4px;
}
.top-filter ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.top-filter ::-webkit-scrollbar-thumb {
  background: #888;
}
.top-filter ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media (max-width: 991px) {
  .top-filter .collection-filter-block {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .top-filter .collection-filter-block .accordion-item {
    margin: 0;
    padding: calc(16px + 4 * (100vw - 320px) / 671) calc(12px + 8 * (100vw - 320px) / 671) 0;
  }
}
.top-filter .collection-filter-block .accordion-item + .accordion-item {
  margin-top: 0;
  padding-top: 0;
  border-top: unset;
}
@media (max-width: 991px) {
  .top-filter .collection-filter-block .accordion-item + .accordion-item {
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid #eeeeee;
  }
}
.top-filter .collection-filter-block .accordion-item:nth-child(n+6) {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid #eeeeee;
}
.top-filter .button_bottom {
  padding-bottom: 20px;
}
.filter-bottom-title {
  position: relative;
  cursor: pointer;
}
.filter-bottom-title:after {
  content: "\ea4e";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #969696;
}
.sticky-bottom-cart {
  position: fixed;
  bottom: -200px;
  width: 100%;
  z-index: 9;
  background-color: white;
  padding: 10px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.06);
  transition: all 0.5s ease;
  left: 50%;
  transform: translateX(-50%) scale(0.95);
}
@media (max-width: 576px) {
  .sticky-bottom-cart {
    width: calc(100% - 24px);
  }
}
.sticky-bottom-cart .qty-box .input-group {
  justify-content: center;
}
.sticky-bottom-cart .cart-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .sticky-bottom-cart .cart-content .btn-solid {
    padding: 9px 19px;
  }
}
.sticky-bottom-cart .cart-content .middle-value {
  display: flex;
  gap: 20px;
  align-items: center;
}
.sticky-bottom-cart .cart-content .middle-value .qty-box input {
  background-color: #f8f8f8;
  border-color: #eeeeee;
}
.sticky-bottom-cart .cart-content .middle-value .qty-box .input-group span button {
  background: #f8f8f8 !important;
  border-color: #eeeeee;
}
.sticky-bottom-cart .product-image {
  display: flex;
  align-items: center;
}
.sticky-bottom-cart .product-image img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  object-position: top;
  background-color: #f8f8f8;
}
.sticky-bottom-cart .product-image .content {
  margin-left: 12px;
}
.sticky-bottom-cart .product-image .content h5,
.sticky-bottom-cart .product-image .content .h5,
.sticky-bottom-cart .product-image .content h6,
.sticky-bottom-cart .product-image .content .h6 {
  margin-bottom: 0;
}
.sticky-bottom-cart .product-image .content h5,
.sticky-bottom-cart .product-image .content .h5 {
  font-size: 18px;
  font-weight: 500;
}
.sticky-bottom-cart .product-image .content h6,
.sticky-bottom-cart .product-image .content .h6 {
  font-size: 15px;
  color: #222222;
}
.sticky-bottom-cart .product-image .content h6 del,
.sticky-bottom-cart .product-image .content .h6 del {
  margin-left: 7px;
}
.sticky-bottom-cart .product-image .content h6 span,
.sticky-bottom-cart .product-image .content .h6 span {
  color: var(--theme-color);
  margin-left: 5px;
}
.sticky-bottom-cart .selection-section {
  display: flex;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}
.sticky-bottom-cart .selection-section h4,
.sticky-bottom-cart .selection-section .h4 {
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 500;
}
.sticky-bottom-cart .selection-section .variation-box {
  display: flex;
  align-items: center;
  gap: calc(26px + 24 * (100vw - 767px) / 1153);
}
.sticky-bottom-cart .selection-section .variation-box h4,
.sticky-bottom-cart .selection-section .variation-box .h4 {
  margin-bottom: 0;
}
.sticky-bottom-cart .selection-section .form-control {
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  font-weight: 500;
}
.sticky-bottom-cart .selection-section .form-control:focus {
  box-shadow: none;
}
.stickyCart .sticky-bottom-cart {
  bottom: 20px;
  transition: all 0.5s ease;
  transform: translateX(-50%) scale(1);
}
.stickyCart .recently-purchase.show {
  bottom: 125px;
}
.quick-view {
  width: 100%;
  max-width: 1080px;
  max-height: 600px;
  position: relative;
}
.checkout-page .checkout-title {
  margin-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
}
.checkout-page .checkout-title h3,
.checkout-page .checkout-title .h3 {
  color: #222222;
  font-weight: 700;
}
.checkout-page .order-btn {
  width: 100%;
  margin-top: calc(10px + 6 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  border-radius: 0;
  padding: calc(10px + 3 * (100vw - 320px) / 1600);
  color: #ffffff;
  font-weight: 600;
  letter-spacing: unset;
  text-transform: unset;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  height: auto;
  border: 1px solid transparent;
}
.checkout-page .order-btn:hover {
  border-color: var(--theme-color);
  background-color: transparent;
  color: var(--theme-color);
}
.checkout-page .promo-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.checkout-page .promo-title a {
  font-size: 15px;
  cursor: pointer;
}
.checkout-page .checkout-form .checkout-details {
  position: sticky;
  top: 120px;
  left: 0;
  background-color: #f8f8f8;
  padding: calc(18px + 2 * (100vw - 320px) / 1600) calc(15px + 5 * (100vw - 320px) / 1600);
  border: 1px solid #eeeeee;
  border-radius: 0;
}
.checkout-page .checkout-form .checkout-details .coupon-box {
  padding: 10px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
}
.checkout-page .checkout-form .checkout-details .coupon-box .coupon-content {
  margin-top: 0px;
}
.checkout-page .checkout-form .checkout-details .coupon-box .coupon-content .coupon-apply {
  padding-top: 9px;
}
.checkout-page .checkout-form .checkout-details .card-name {
  display: block;
}
.checkout-page .checkout-form .checkout-details .card-name h6,
.checkout-page .checkout-form .checkout-details .card-name .h6 {
  line-height: 1.4;
  font-weight: 600;
}
.checkout-page .checkout-form .checkout-details .promo-code-box {
  margin-bottom: 10px;
  margin-top: 14px;
}
.checkout-page .checkout-form .checkout-details .promo-code-box h5,
.checkout-page .checkout-form .checkout-details .promo-code-box .h5 {
  font-weight: 500;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  color: #222222;
  line-height: 1.3;
  margin: 0;
}
.checkout-page .checkout-form .checkout-details .promo-code-box > a {
  font-size: 15px;
  cursor: pointer;
  color: var(--theme-color);
}
.checkout-page .checkout-form .checkout-details .promo-code-box .coupon-input-box {
  flex-wrap: nowrap;
  gap: calc(8px + 7 * (100vw - 320px) / 1600);
  display: flex;
}
.checkout-page .checkout-form .checkout-details .promo-code-box .form-control {
  height: auto;
  padding: calc(10px + 2 * (100vw - 320px) / 1600) calc(13px + 6 * (100vw - 320px) / 1600);
  font-weight: 500;
  border-radius: 0;
  border: 1px solid #eeeeee;
  font-size: calc(14px + 0 * (100vw - 320px) / 1600);
}
.checkout-page .checkout-form .checkout-details .promo-code-box .apply-button {
  white-space: nowrap;
  height: 100%;
  border: 1px solid var(--theme-color);
  border-radius: 0;
  font-weight: 600;
  color: var(--theme-color);
  letter-spacing: unset;
  text-transform: none;
  background-color: transparent;
}
.checkout-page .checkout-form .checkout-details .promo-code-box .apply-button:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}
.checkout-page .checkout-form .checkout-details .promo-code-box .invalid-feedback {
  font-size: 14px;
  letter-spacing: unset;
  font-weight: 500;
}
.checkout-page .checkout-form .checkout-details .order-box {
  margin: 0;
}
.checkout-page .checkout-form .checkout-details .order-box .title-box {
  padding-bottom: 8px;
}
.checkout-page .checkout-form .checkout-details .order-box .title-box h4,
.checkout-page .checkout-form .checkout-details .order-box .title-box .h4 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  letter-spacing: unset;
  color: #222222;
  line-height: 1.3;
  margin: 0;
}
.checkout-page .checkout-form .checkout-details .order-box .title-box p {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  line-height: 1.5;
  font-weight: 500;
  margin: 4px 0 0;
}
.checkout-page .checkout-form .checkout-details .offer-apply-box {
  display: flex;
  gap: 9px;
  margin-top: 25px;
  position: relative;
  border-radius: 7px;
  padding: 8px 13px;
  overflow: hidden;
  border: 1px dashed #198754;
  background-color: rgba(25, 135, 84, 0.18);
}
.checkout-page .checkout-form .checkout-details .offer-apply-box img {
  width: 28px;
  height: 28px;
}
.checkout-page .checkout-form .checkout-details .offer-apply-box h4,
.checkout-page .checkout-form .checkout-details .offer-apply-box .h4 {
  font-size: 16px !important;
}
.checkout-page .checkout-form .checkout-details .offer-apply-box p {
  margin: 3px 0 0 !important;
  font-size: 14px !important;
}
.checkout-page .checkout-form .checkout-details .offer-apply-box .close-coupon {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 14px;
  line-height: 1;
  color: #198754;
  font-weight: 500;
}
.checkout-page .checkout-form .check-out .form-group:last-child {
  margin-bottom: -5px;
}
.checkout-page .checkout-form .check-out .form-group:last-child label {
  margin-bottom: -5px;
}
.checkout-page .checkout-form .form-group {
  position: relative;
  margin-bottom: 25px;
}
.checkout-page .checkout-form .form-group h3,
.checkout-page .checkout-form .form-group .h3 {
  color: #444444;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
}
.checkout-page .checkout-form .form-group .field-label {
  line-height: 24px;
  text-transform: capitalize;
  color: #333333;
  margin-bottom: 10px;
  font-weight: 700;
}
.checkout-page .checkout-form .form-group .field-label span {
  font-size: 16px;
  color: #222222;
  font-weight: 600;
}
.checkout-page .checkout-form .form-group label {
  color: #777777;
}
.checkout-page .checkout-form select,
.checkout-page .checkout-form textarea {
  width: 100%;
  padding: 0 22px;
  height: 45px;
  border: 1px solid #dddddd;
}
.checkout-page .check-box {
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
  padding-top: 5px;
}
.checkout-page .check-box label {
  position: relative;
  top: -1px;
  font-weight: normal;
  padding: 0;
  font-size: 16px;
  cursor: pointer;
  color: #333333;
}
.checkout-page .lower-content {
  margin-top: 30px;
}
.checkout-page .lower-content .order-column {
  margin-bottom: 40px;
}
.checkout-page .checkout-form-section {
  display: grid;
  gap: calc(20px + 0.0125 * (100vw - 320px));
}
.checkout-page .checkout-form-section .checkout-title1 h2,
.checkout-page .checkout-form-section .checkout-title1 .h2 {
  font-weight: 600;
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  letter-spacing: unset;
  text-transform: unset;
  margin: 0;
  line-height: 1.3;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  padding-bottom: 8px;
}
.checkout-page .checkout-form-section .checkout-form .form-box {
  position: relative;
}
.checkout-page .checkout-form-section .checkout-form .form-box .form-label {
  font-weight: 500;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  margin-bottom: 4px;
  color: #777777;
}
.checkout-page .checkout-form-section .checkout-form .form-box .form-control {
  height: auto;
  padding: calc(10px + 2 * (100vw - 320px) / 1600) calc(13px + 6 * (100vw - 320px) / 1600);
  font-weight: 500;
  border-radius: 0;
  border: 1px solid #eeeeee;
  font-size: calc(14px + 0 * (100vw - 320px) / 1600);
}
.checkout-page .checkout-form-section .checkout-form .form-box .form-control::-webkit-inner-spin-button {
  display: none;
}
.checkout-page .checkout-form-section .checkout-form .form-box .custom-select .select2.select2-container--focus .select2-focused .select2-selection--single {
  border: 1px solid transparent;
}
.checkout-page .checkout-form-section .checkout-form .form-box .custom-select .select2-selection {
  border: 1px solid #eeeeee;
  padding: calc(10px + 2 * (100vw - 320px) / 1600) calc(13px + 6 * (100vw - 320px) / 1600);
  padding-right: calc(7px + 12 * (100vw - 320px) / 1600);
  height: auto;
  background-color: #ffffff;
  border-radius: 0;
}
.checkout-page .checkout-form-section .checkout-form .form-box .custom-select .select2-selection .select2-selection__rendered {
  padding: 0;
  line-height: 1.6;
}
.checkout-page .checkout-form-section .checkout-form .form-box .custom-select .select2-selection .select2-selection__placeholder {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  color: #777777;
  font-weight: 500;
}
.checkout-page .checkout-form-section .checkout-form .form-box .custom-select .select2-selection .select2-selection__arrow::before {
  content: "\ea4e";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  border: unset;
  width: auto;
  height: auto;
  color: #777777;
  font-size: 17px;
}
.checkout-page .checkout-form-section .checkout-form .form-box .custom-select .select2-dropdown {
  border: 1px solid #eeeeee;
}
.checkout-page .checkout-form-section .checkout-form .form-box .custom-select .select2-dropdown .select2-search .select2-search__field {
  border: 1px solid #eeeeee;
}
.checkout-page .checkout-form-section .checkout-form .form-box .custom-select .select2-results .select2-results__options::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(var(--theme-color), 0.14);
}
.checkout-page .checkout-form-section .checkout-form .form-box .custom-select .select2-results .select2-results__options::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.checkout-page .checkout-form-section .checkout-form .form-box .custom-select .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--theme-color);
}
.checkout-page .checkout-form-section .checkout-form .form-box .custom-select .select2-results .select2-results__options .select2-results__option {
  background-color: #ffffff;
  display: block;
}
.checkout-page .checkout-form-section .checkout-form .form-box .custom-select .select2-results .select2-results__options .select2-results__option .country .dial-code {
  color: #777777;
  font-weight: 500;
}
.checkout-page .checkout-form-section .checkout-form .form-box .custom-select .select2-results .select2-results__options .select2-results__option--highlighted {
  background-color: var(--theme-color);
}
.checkout-page .checkout-form-section .checkout-form .form-box .custom-select .select2-results .select2-results__options .select2-results__option--highlighted .country .dial-code {
  color: #eeeeee;
}
.checkout-page .checkout-form-section .checkout-form .form-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkout-page .checkout-form-section .checkout-form .form-checkbox .form-check-input {
  width: 21px;
  height: 21px;
  background: unset;
  background-color: #ffffff;
  box-shadow: unset;
  border: unset;
  filter: unset;
  position: relative;
  margin: 0;
  vertical-align: unset;
}
.checkout-page .checkout-form-section .checkout-form .form-checkbox .form-check-input::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: rotate(-45deg) scale(0);
  left: 4px;
  top: 5px;
  z-index: 1;
  border: 2px solid var(--theme-color);
  border-top-style: none;
  border-right-style: none;
}
.checkout-page .checkout-form-section .checkout-form .form-checkbox .form-check-input::after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  background-color: #ffffff;
  border: 2px solid #ececec;
  cursor: pointer;
}
.checkout-page .checkout-form-section .checkout-form .form-checkbox .form-check-input:checked::before {
  transform: rotate(-45deg) scale(1);
}
.checkout-page .checkout-form-section .checkout-form .form-check-label {
  color: #4a5568;
  font-weight: 500;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  margin: 0;
  line-height: 1;
}
.checkout-page .checkout-form-section .phone-field .form-box .form-control {
  padding-left: calc(111px + 21 * (100vw - 320px) / 1600);
}
.checkout-page .checkout-form-section .phone-field .custom-select {
  position: absolute;
  top: 29px;
  left: 1px;
  height: calc(42px + 6 * (100vw - 320px) / 1600);
  width: calc(94px + 26 * (100vw - 320px) / 1600);
}
.checkout-page .checkout-form-section .phone-field .custom-select .select2 {
  height: 100%;
}
.checkout-page .checkout-form-section .phone-field .custom-select .select2 .selection {
  height: calc(100% - 2px);
  border-right: 1px solid #eeeeee;
}
.checkout-page .checkout-form-section .phone-field .custom-select .select2 .selection .select2-selection {
  height: 100%;
  border: unset;
  border-radius: 0;
  gap: 5px;
  background-color: transparent;
}
.checkout-page .checkout-form-section .phone-field .custom-select .select2 .selection .select2-selection .select2-selection__rendered {
  display: flex;
  align-items: center;
}
.checkout-page .checkout-form-section .phone-field .custom-select .select2 .selection .select2-selection .select2-selection__arrow {
  width: auto;
}
.checkout-page .checkout-form-section .phone-field .custom-select .select2 .selection .select2-selection .select2-selection__arrow::before {
  content: "\ea4e";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  border: unset;
  width: auto;
  height: auto;
  color: #777777;
  font-size: 17px;
}
.checkout-page .checkout-form-section .delivery-option,
.checkout-page .checkout-form-section .payment-option {
  height: 100%;
  padding: calc(17px + 9 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  height: 100%;
  border-radius: 0;
}
.checkout-page .checkout-form-section .delivery-option .custom-form-check,
.checkout-page .checkout-form-section .payment-option .custom-form-check {
  min-height: unset;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 5px;
}
.checkout-page .checkout-form-section .delivery-option .custom-form-check .form-check-input,
.checkout-page .checkout-form-section .payment-option .custom-form-check .form-check-input {
  width: calc(15px + 0.00125 * (100vw - 320px));
  height: calc(15px + 0.00125 * (100vw - 320px));
  margin: 0;
  float: unset;
  margin-top: 4px;
  background-color: unset;
  position: relative;
  filter: unset;
  border: unset;
}
.checkout-page .checkout-form-section .delivery-option .custom-form-check .form-check-input::before,
.checkout-page .checkout-form-section .payment-option .custom-form-check .form-check-input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  border: 1px solid #eeeeee;
}
.checkout-page .checkout-form-section .delivery-option .custom-form-check .form-check-input::after,
.checkout-page .checkout-form-section .payment-option .custom-form-check .form-check-input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 11px;
  height: 11px;
  background-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.checkout-page .checkout-form-section .delivery-option .custom-form-check .form-check-input:checked,
.checkout-page .checkout-form-section .payment-option .custom-form-check .form-check-input:checked {
  background-color: transparent;
  border-color: transparent;
}
.checkout-page .checkout-form-section .delivery-option .custom-form-check .form-check-input:checked::before,
.checkout-page .checkout-form-section .payment-option .custom-form-check .form-check-input:checked::before {
  border-color: var(--theme-color);
}
.checkout-page .checkout-form-section .delivery-option .custom-form-check .form-check-input:checked::after,
.checkout-page .checkout-form-section .payment-option .custom-form-check .form-check-input:checked::after {
  transform: translate(-50%, -50%) scale(1);
}
.checkout-page .checkout-form-section .delivery-option .custom-form-check .form-check-input:checked ~ label,
.checkout-page .checkout-form-section .payment-option .custom-form-check .form-check-input:checked ~ label {
  color: #222222;
}
.checkout-page .checkout-form-section .delivery-option .custom-form-check label,
.checkout-page .checkout-form-section .payment-option .custom-form-check label {
  cursor: pointer;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  padding-left: 12px;
  font-weight: 500;
  margin-bottom: 0;
}
.checkout-page .checkout-form-section .checkbox-main-box {
  border-radius: 0;
  padding: calc(14px + 15 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  position: relative;
}
.checkout-page .future-option {
  padding: calc(17px + 9 * (100vw - 320px) / 1600);
  position: relative;
  border-radius: 10px;
  z-index: 0;
}
.checkout-page .future-option::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 1;
  z-index: -1;
}
.checkout-page .future-option .delivery-items h4,
.checkout-page .future-option .delivery-items .h4 {
  margin-bottom: 16px;
  color: #222222;
  font-weight: 500;
}
.checkout-page .future-option ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 7px;
}
@media (max-width: 1399px) {
  .checkout-page .future-option ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .checkout-page .future-option ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .checkout-page .future-option ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .checkout-page .future-option ul {
    grid-template-columns: 1fr;
  }
}
.checkout-page .future-option ul li.active a {
  color: #ffffff;
  background-color: var(--theme-color);
}
.checkout-page .future-option ul li a {
  background-color: #ffffff;
  display: block;
  text-align: center;
  color: #000000;
  padding: 12px 8px;
  border: 1px solid var(--theme-color);
  border-radius: 8px;
  font-weight: 500;
}
.order-box {
  position: relative;
  margin-bottom: 50px;
}
.order-box .box-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.order-box .box-loader .loader-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  inset: unset;
  background-color: #f8f8f8;
}
.order-box .title-box {
  position: relative;
  padding-bottom: 25px;
  color: #444444;
  font-weight: 600;
  font-size: 22px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
.order-box .title-box i {
  font-weight: 400;
}
.order-box .title-box span {
  position: relative;
  text-align: right;
  line-height: 1.2em;
}
.order-box .qty {
  position: relative;
}
.order-box .qty li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 15px;
  color: #444444;
  line-height: 20px;
  margin-bottom: 18px;
}
.order-box .qty li .cart-image {
  width: 60px;
}
.order-box .qty li:last-child {
  margin: 0;
}
.order-box .qty li .cart-content {
  width: calc(100% - 60px - 11px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 9px;
}
.order-box .qty li .cart-content h4,
.order-box .qty li .cart-content .h4 {
  line-height: 1.3;
  font-weight: 500;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  margin-bottom: 4px;
  letter-spacing: unset;
  text-transform: unset;
}
.order-box .qty li .cart-content h5,
.order-box .qty li .cart-content .h5 {
  font-weight: 500;
  margin: 0;
  font-size: calc(16px + 1 * (100vw - 320px) / 1600);
  line-height: 1.3;
}
.order-box .qty li span {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  text-align: right;
  line-height: 1.3;
  color: #222222;
  font-weight: 600;
}
.order-box .sub-total {
  position: relative;
}
.order-box .sub-total li {
  position: relative;
  display: flex;
  gap: 9px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  line-height: 1.3;
  justify-content: space-between;
  width: 100%;
}
.order-box .sub-total li + li {
  margin-top: 14px;
}
.order-box .sub-total li.border-cls {
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 0;
}
.order-box .sub-total li.border-cls .form-check-label {
  font-size: 14px;
  font-weight: 500;
}
.order-box .sub-total li .count {
  text-align: right;
  position: relative;
  font-size: 17px;
  line-height: 20px;
  color: var(--theme-color);
  font-weight: 500;
}
.order-box .sub-total li h4,
.order-box .sub-total li .h4 {
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  line-height: 1.3;
  letter-spacing: unset;
  margin: 0;
}
.order-box .sub-total li h4 + h4,
.order-box .sub-total li .h4 + h4,
.order-box .sub-total li h4 + .h4,
.order-box .sub-total li .h4 + .h4 {
  text-align: left;
}
.order-box .sub-total li .txt-primary {
  color: var(--theme-color);
}
.order-box .sub-total li .check-it {
  margin-left: 14px;
  margin-right: 0;
  width: 20px;
  height: 20px;
  border: unset;
  position: relative;
}
.order-box .sub-total li .check-it::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: rotate(-45deg) scale(0);
  left: 4px;
  top: 4px;
  z-index: 1;
  border: 2px solid var(--theme-color);
  border-top-style: none;
  border-right-style: none;
}
.order-box .sub-total li .check-it::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border: 2px solid #ececec;
  cursor: pointer;
}
.order-box .sub-total li .check-it:checked::before {
  transform: rotate(-45deg) scale(1);
}
.order-box .sub-total .shopping-option label {
  position: relative;
  font-size: 16px;
  line-height: 32px;
  padding-left: 10px;
  color: #6f6f6f;
}
.order-box .sub-total .shipping {
  width: 35%;
  float: right;
}
.order-box .total {
  position: relative;
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid #eeeeee;
}
.order-box .total li {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  font-weight: 600;
  color: #333333;
  line-height: 1.3;
  font-size: 18px;
}
.order-box .total li + li {
  margin-top: 8px;
}
.order-box .total li .count {
  position: relative;
  font-size: 18px;
  text-align: right;
  line-height: 1.3;
  color: var(--theme-color);
  font-weight: 600;
}
.order-box .total li:last-child {
  font-size: calc(19px + 2 * (100vw - 320px) / 1600);
}
.order-box .total li:last-child .count {
  font-size: calc(19px + 2 * (100vw - 320px) / 1600);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(20px + 20 * (100vw - 320px) / 1600);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li {
  position: relative;
  width: 100%;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li:last-child .checkout-box::before {
  content: none;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
  padding: calc(14px + 15 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
  border-radius: 0;
  border: 1px solid #eeeeee;
  position: relative;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .payment-method ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .payment-method ul li {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background-color: #ffffff;
  padding: 15px 40px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .payment-method ul li i {
  font-size: 28px;
  color: #898989;
  line-height: 1;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .payment-method ul li h5,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .payment-method ul li .h5 {
  color: #898989;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .payment-method ul li.active {
  border-color: var(--theme-color);
  color: var(--theme-color);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .payment-method ul li.active i {
  color: var(--theme-color);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .form-select {
  background-color: #ffffff;
  border-color: #eeeeee;
  line-height: 1.8;
}
@media (max-width: 576px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
    margin-left: 0;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-title {
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-title h4,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-title .h4 {
  font-weight: 600;
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  letter-spacing: unset;
  text-transform: unset;
  margin: 0;
  line-height: 1.3;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-title a {
  color: var(--theme-color);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box {
  border-radius: 0;
  padding: calc(12px + 12 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  height: 100%;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div {
  display: flex;
  position: relative;
  cursor: pointer;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .label {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--theme-color);
  padding: 2px 8px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.8px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .label label {
  margin-bottom: 0;
  line-height: 1.7;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .form-check {
  min-height: unset;
  padding: 0;
  margin: 0;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .form-check .form-check-input {
  width: calc(15px + 2 * (100vw - 320px) / 1600);
  height: calc(15px + 2 * (100vw - 320px) / 1600);
  margin-top: 2px;
  float: unset;
  margin-left: 0;
  background-color: unset;
  position: relative;
  filter: unset;
  margin: 0;
  border: unset;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .form-check .form-check-input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  border: 1px solid #eeeeee;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .form-check .form-check-input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 11px;
  height: 11px;
  background-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .form-check .form-check-input:checked {
  background-color: transparent;
  border-color: transparent;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .form-check .form-check-input:checked::before {
  border-color: var(--theme-color);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .form-check .form-check-input:checked::after {
  transform: translate(-50%, -50%) scale(1);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .form-check .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .form-check .form-check-input:focus {
  box-shadow: none;
  border-color: var(--theme-color);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail {
  display: flex;
  flex-wrap: wrap;
  gap: calc(6px + 4 * (100vw - 320px) / 1600);
  margin-left: 10px;
  width: calc(85% + -10 * (100vw - 320px) / 1600);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail li {
  display: block;
  width: 100%;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail h4,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail .h4 {
  font-weight: 600;
  margin: 0;
  text-transform: none;
  letter-spacing: unset;
  line-height: 1.3;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail p,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail h6,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail .h6 {
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 400;
  color: #222222;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail p span,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail h6 span,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail .h6 span {
  margin-right: 4px;
  font-weight: 500;
  color: #222222;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .add-address {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  height: 100%;
  text-align: center;
  cursor: pointer;
  background-color: #ffffff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option {
  padding: calc(17px + 9 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  border-radius: 0;
  height: 100%;
}
@media (max-width: 1460px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .select-option,
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .select-option {
    margin-top: 6px;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .date-box,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .date-box {
  position: relative;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .date-box i,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .date-box i {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 17px;
  font-size: 18px;
  color: #4a5568;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-category,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .payment-category,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .delivery-category,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .payment-category {
  display: flex;
  height: 100%;
}
@media (max-width: 767px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-category,
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .payment-category,
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .delivery-category,
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .payment-category {
    display: block;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-category .form-check,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .payment-category .form-check,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .delivery-category .form-check,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .payment-category .form-check {
  min-height: unset;
  padding: 0;
  margin: 0;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-category .form-check .form-check-input,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .payment-category .form-check .form-check-input,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .delivery-category .form-check .form-check-input,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .payment-category .form-check .form-check-input {
  width: calc(15px + 2 * (100vw - 320px) / 1600);
  height: calc(15px + 2 * (100vw - 320px) / 1600);
  margin: 2px 0 0 0;
  float: unset;
  background-color: unset;
  filter: unset;
  position: relative;
  margin-top: 5px;
  border: unset;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-category .form-check .form-check-input::before,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .payment-category .form-check .form-check-input::before,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .delivery-category .form-check .form-check-input::before,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .payment-category .form-check .form-check-input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  border: 1px solid #eeeeee;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-category .form-check .form-check-input::after,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .payment-category .form-check .form-check-input::after,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .delivery-category .form-check .form-check-input::after,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .payment-category .form-check .form-check-input::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 11px;
  height: 11px;
  background-color: var(--theme-color);
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-category .form-check .form-check-input:checked,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .payment-category .form-check .form-check-input:checked,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .delivery-category .form-check .form-check-input:checked,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .payment-category .form-check .form-check-input:checked {
  background-color: transparent;
  border-color: transparent;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-category .form-check .form-check-input:checked::before,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .payment-category .form-check .form-check-input:checked::before,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .delivery-category .form-check .form-check-input:checked::before,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .payment-category .form-check .form-check-input:checked::before {
  border-color: var(--theme-color);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-category .form-check .form-check-input:checked::after,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .payment-category .form-check .form-check-input:checked::after,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .delivery-category .form-check .form-check-input:checked::after,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .payment-category .form-check .form-check-input:checked::after {
  transform: translate(-50%, -50%) scale(1);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-category .form-check .form-check-input:focus,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .payment-category .form-check .form-check-input:focus,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .delivery-category .form-check .form-check-input:focus,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .payment-category .form-check .form-check-input:focus {
  box-shadow: none;
  border-color: var(--theme-color);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .custom-form-check,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .custom-form-check {
  display: flex;
  margin-bottom: 0;
  min-height: auto;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .custom-form-check .form-check-label,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .custom-form-check .form-check-label {
  cursor: pointer;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  padding-left: 12px;
  font-weight: 500;
  margin-bottom: 0;
  width: calc(100% - (15px + 2 * (100vw - 320px) / 1600));
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-date,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .delivery-date {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  color: #4a5568;
  width: 100%;
  padding: calc(8px + 2 * (100vw - 320px) / 1600) calc(15px + 10 * (100vw - 320px) / 1600);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-date input,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .delivery-date input {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: none;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  color: #4a5568;
  width: 100%;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .delivery-time {
  display: flex;
  align-items: center;
  height: 100%;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .delivery-time .dropdown-toggle {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  color: #4a5568;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle i,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .delivery-time .dropdown-toggle i {
  -webkit-text-stroke: 1px #4a5568;
  color: transparent;
  font-size: 18px;
  margin-right: 10px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle::after,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .delivery-time .dropdown-toggle::after {
  content: none;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-toggle::before,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .delivery-time .dropdown-toggle::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-menu,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .delivery-time .dropdown-menu {
  border: 1px solid transparent;
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.1);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-menu li a:active,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .delivery-time .dropdown-menu li a:active {
  color: #000000;
  text-decoration: none;
  background-color: #eeeeee;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-time .dropdown-menu li + li,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .delivery-time .dropdown-menu li + li {
  margin-top: 5px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box {
  display: none;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box.show {
  display: block;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option {
  padding: calc(17px + 9 * (100vw - 320px) / 1600);
  border-radius: 10px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items {
  align-items: center;
  height: 100%;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items h4,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items .h4 {
  margin-bottom: 16px;
  color: #222222;
  font-weight: 500;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: -8px;
  gap: 0;
}
@media (max-width: 460px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items ul {
    margin-inline: 0;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items ul li {
  width: 25%;
  padding: 8px;
}
@media (max-width: 1500px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items ul li {
    width: 33.33%;
  }
}
@media (max-width: 1400px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items ul li {
    width: 50%;
  }
}
@media (max-width: 460px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items ul li {
    width: 100%;
    padding-inline: 0;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items ul li a {
  background-color: #f8f8f8;
  display: block;
  text-align: center;
  color: #222222;
  padding: 12px 8px;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .future-box .future-option .delivery-items ul li.active a {
  background-color: var(--theme-color);
  color: #ffffff;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-button {
  padding: calc(14px + 6 * (100vw - 320px) / 1600) calc(15px + 10 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-method .custom-form-check label {
  font-weight: 500;
  font-size: 17px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .credit-card-box .credit-detail {
  position: relative;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .credit-info label {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option {
  padding: calc(14px + 6 * (100vw - 320px) / 1600);
  border-radius: 0;
  position: relative;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .form-check .form-check-input {
  margin-top: 0;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .form-check label {
  font-weight: 500;
  font-size: 18px;
  padding-left: 10px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option img {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 20px;
  width: 60px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + 10 * (100vw - 320px) / 1600);
  align-items: center;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item {
  border: none;
  border-radius: 0;
  overflow: hidden;
  display: block;
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 0;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button {
  color: #4a5568;
  position: relative;
  padding: 0;
  background-color: #f8f8f8;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  content: "\f107";
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: transform 0.2s ease-in-out;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #222222;
  background-color: transparent;
  box-shadow: none;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  top: 20%;
  transform: rotate(-180deg) translateY(-50%);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check {
  display: flex;
  align-items: center;
  width: 100%;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
  font-weight: 500;
  color: #222222;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  padding: 16px 20px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label {
    margin-top: 5px;
  }
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-header .accordion-button .form-check .form-check-label .form-check-input {
  margin-right: calc(6px + 4 * (100vw - 320px) / 1600);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body {
  padding-top: 0;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .cod-review {
  margin: 0;
  line-height: 1.5;
  color: #4a5568;
  font-size: 16px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .cod-review a:hover {
  color: var(--theme-color);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check {
  margin-bottom: calc(5px + 3 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check label {
  display: flex;
  align-items: center;
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-accordion .accordion-item .accordion-collapse .accordion-body .custom-form-check input {
  margin-right: 10px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-select {
  position: absolute;
  left: 1px;
  height: 49px;
  bottom: 1px;
  border-radius: 0;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-select .select2-container {
  height: 100%;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-select .selection {
  height: 100%;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-select .selection .select2-selection {
  height: 100% !important;
  min-width: unset;
  background-color: transparent !important;
  width: 110px !important;
  border: unset !important;
  border-right: 1px solid #efefef !important;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .custom-select .selection .select2-selection .select2-selection__rendered {
  display: flex;
  align-items: center;
  background-color: transparent !important;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .phone-field input,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .form-input-box input {
  border: 1px solid #efefef;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .phone-field .form-label,
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .form-input-box .form-label {
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  color: #222222;
  margin-bottom: 4px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .account-checkbox {
  min-height: unset;
  padding: 0;
  margin: 0;
  gap: 5px;
  display: flex;
  align-items: center;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .account-checkbox .checkbox_animated {
  float: unset;
  margin: 0;
  width: 23px;
  height: 23px;
  border: unset;
  background: unset;
  box-shadow: unset;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .account-checkbox .checkbox_animated:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: unset;
  width: 23px;
  height: 23px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .account-checkbox .checkbox_animated:before {
  left: 7px;
  top: 7px;
  width: 10px;
  height: 6px;
}
.checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .account-checkbox .form-check-label {
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.checkout-section-2 .checkout-right-box {
  position: sticky;
  top: 110px;
  left: 0;
}
.checkout-section-2 .checkout-right-box .checkout-details {
  position: unset;
  inset: unset;
}
.checkout-section-2 .checkout-right-box .checkout-details + .checkout-details {
  margin-top: 20px;
}
.dashboard .box-head h2,
.dashboard .box-head .h2 {
  font-size: 22px;
  margin: 20px 0 0;
  text-transform: capitalize;
  color: #333;
}
.dashboard .box a {
  color: var(--theme-color);
}
.dashboard .box h6,
.dashboard .box .h6 {
  margin-bottom: 0;
}
.dashboard .box .box-title {
  border-bottom: 1px solid #dddddd;
  display: inline-block;
  margin-bottom: 5px;
  padding: 12px 0;
  position: relative;
  width: 100%;
}
.dashboard .box .box-title h3,
.dashboard .box .box-title .h3 {
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
  color: #333;
}
.dashboard .box .box-title > a {
  position: absolute;
  right: 0;
  top: 12px;
  color: var(--theme-color);
}
.dashboard .box address {
  margin-bottom: 0;
}
.box-content {
  padding-left: 22px;
  display: grid;
  gap: 8px;
}
.box-content li {
  display: list-item;
  list-style: disc;
}
.box-content li::marker {
  color: #777777;
  font-size: 13px;
  line-height: 1;
}
.box-content h6,
.box-content .h6 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}
.box-content a {
  color: var(--theme-color);
}
.custom-badge {
  padding: 7px 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.7px;
}
.custom-badge.bg-credit,
.custom-badge.bg-completed {
  color: #2f8733;
  background-color: rgba(47, 135, 51, 0.1);
  border: 1px solid rgba(47, 135, 51, 0.5411764706);
}
.custom-badge.bg-debit,
.custom-badge.bg-cancelled {
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.1);
  border: 1px solid rgba(220, 53, 69, 0.541);
}
.custom-badge.bg-pending {
  color: #ffc107;
  background-color: rgba(255, 193, 7, 0.1);
  border: 1px solid rgba(255, 193, 7, 0.541);
}
.user-dashboard-section .box {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.7;
}
.user-dashboard-section .welcome-msg {
  margin-bottom: 20px;
}
.user-dashboard-section .welcome-msg h4,
.user-dashboard-section .welcome-msg .h4 {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
}
.user-dashboard-section .welcome-msg p {
  line-height: 1.6;
  letter-spacing: unset;
  font-size: 16px;
}
.user-dashboard-section .box-head h4,
.user-dashboard-section .box-head .h4 {
  font-size: 18px;
  margin: 34px 0 14px;
  text-transform: capitalize;
  color: #333;
  font-weight: 600;
}
.user-dashboard-section .box a {
  color: var(--theme-color);
}
.user-dashboard-section .box h6,
.user-dashboard-section .box .h6 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}
.user-dashboard-section .box .box-title {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding: 12px;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
}
.user-dashboard-section .box .box-title h3,
.user-dashboard-section .box .box-title .h3 {
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
  color: #333;
  line-height: 1.3;
  font-weight: 500;
}
.user-dashboard-section .box .box-title > a {
  margin-left: auto;
  color: var(--theme-color);
}
.user-dashboard-section .box address {
  margin-bottom: 0;
}
.user-dashboard-section .faq-content {
  height: 100%;
}
.user-dashboard-section .faq-content .box-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.user-dashboard-section .faq-content .box-loader .loader-wrapper {
  position: relative;
  width: 100%;
  z-index: 4;
  height: 100%;
  inset: unset;
  background-color: #f8f8f8;
  border: 1px solid #eee;
}
.user-dashboard-section .faq-content .tab-pane .card-body {
  padding: calc(15px + 7 * (100vw - 320px) / 1600) calc(15px + 7 * (100vw - 320px) / 1600);
  border-radius: 0;
}
.user-dashboard-section .faq-content .tab-pane .card-body .order-title {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  padding-bottom: 11px;
  margin-bottom: 16px;
  letter-spacing: unset;
  font-weight: 600;
  color: #222222;
  border-bottom: 1px solid #dee2e6;
}
.user-dashboard-section .faq-content .tab-pane .card-body .customer-detail ul li label {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 6px;
}
.user-dashboard-section .faq-content .tab-pane .card-body .customer-detail ul li h4,
.user-dashboard-section .faq-content .tab-pane .card-body .customer-detail ul li .h4 {
  margin: 0;
  font-size: 15px;
  letter-spacing: unset;
  font-weight: 500;
  text-transform: unset;
  line-height: 1.3;
  color: #777777;
}
.user-dashboard-section .faq-content .tab-pane .card-body .tracking-total ul {
  display: grid;
  gap: 6px;
}
.user-dashboard-section .faq-content .tab-pane .card-body .tracking-total ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
}
.user-dashboard-section .faq-content .tab-pane .card-body .tracking-total ul li:nth-child(3) {
  font-weight: 600;
}
.user-dashboard-section .faq-content .tab-pane .card-body .tracking-total ul li:last-child {
  padding-top: 8px;
  margin-top: 2px;
  border-top: 1px solid #dee2e6;
  font-weight: 600;
  font-size: 18px;
}
.user-dashboard-section .wallet-point-box {
  display: flex;
  align-items: center;
  gap: 13px;
}
.user-dashboard-section .wallet-point-box .total-image {
  width: 69px;
  height: 69px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  padding: 10px;
}
.user-dashboard-section .wallet-point-box .total-image img {
  width: 100%;
  height: 100%;
}
.user-dashboard-section .wallet-point-box .total-detail {
  width: calc(100% - 69px - 13px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-dashboard-section .wallet-point-box .total-detail .point-ratio {
  background-color: #ffffff;
  padding: 15px 18px;
  border-radius: 0;
}
.user-dashboard-section .wallet-point-box .total-detail .point-ratio .counter {
  text-transform: none;
  letter-spacing: unset;
  font-size: 18px;
  margin: 0;
  color: #232323;
  font-weight: 600;
}
.user-dashboard-section .wallet-point-box .total-detail .total-box h5,
.user-dashboard-section .wallet-point-box .total-detail .total-box .h5 {
  margin: 0;
  font-weight: 500;
  color: #777777;
}
.user-dashboard-section .wallet-point-box .total-detail .total-box h3,
.user-dashboard-section .wallet-point-box .total-detail .total-box .h3 {
  margin: 0;
  margin-top: 3px;
  font-size: 19px;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600;
  color: #232323;
}
.user-dashboard-section .edit-link {
  color: var(--theme-color);
  margin-left: 10px;
  text-transform: capitalize;
}
.user-dashboard-section .address-book-section .select-box .address-box {
  padding: 15px;
  background-color: #ffffff;
  transition: all 0.5s ease;
}
.user-dashboard-section .address-book-section .select-box .address-box .top h6,
.user-dashboard-section .address-book-section .select-box .address-box .top .h6 {
  text-transform: capitalize;
  color: #222222;
  font-weight: 600;
  font-size: 14px;
}
.user-dashboard-section .address-book-section .select-box .address-box .top h6 span,
.user-dashboard-section .address-book-section .select-box .address-box .top .h6 span {
  float: right;
  background-color: var(--theme-color);
  color: #ffffff;
  padding: 2px 15px;
  font-size: 80%;
  border-radius: 0;
}
.user-dashboard-section .address-book-section .select-box .address-box .middle {
  margin-top: 15px;
}
.user-dashboard-section .address-book-section .select-box .address-box .middle .address p {
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.2;
}
.user-dashboard-section .address-book-section .select-box .address-box .middle .number {
  margin-top: 15px;
}
.user-dashboard-section .address-book-section .select-box .address-box .middle .number p {
  color: rgba(0, 0, 0, 0.7);
  text-transform: capitalize;
}
.user-dashboard-section .address-book-section .select-box .address-box .card-number {
  margin-top: 15px;
}
.user-dashboard-section .address-book-section .select-box .address-box .card-number h6,
.user-dashboard-section .address-book-section .select-box .address-box .card-number .h6,
.user-dashboard-section .address-book-section .select-box .address-box .card-number h5,
.user-dashboard-section .address-book-section .select-box .address-box .card-number .h5 {
  margin-bottom: 0;
}
.user-dashboard-section .address-book-section .select-box .address-box .name-validity {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.user-dashboard-section .address-book-section .select-box .address-box .name-validity h6,
.user-dashboard-section .address-book-section .select-box .address-box .name-validity .h6 {
  text-transform: capitalize;
}
.user-dashboard-section .address-book-section .select-box .address-box .name-validity h5,
.user-dashboard-section .address-book-section .select-box .address-box .name-validity .h5,
.user-dashboard-section .address-book-section .select-box .address-box .name-validity h6,
.user-dashboard-section .address-book-section .select-box .address-box .name-validity .h6 {
  margin-bottom: 0;
}
.user-dashboard-section .address-book-section .select-box .address-box .name-validity .right {
  margin-left: auto;
}
.user-dashboard-section .address-book-section .select-box .address-box .bank-logo {
  display: flex;
  align-items: center;
}
.user-dashboard-section .address-book-section .select-box .address-box .bank-logo img {
  height: 22px;
}
.user-dashboard-section .address-book-section .select-box .address-box .bank-logo .network-logo {
  margin-left: auto;
  width: 50px;
  height: auto;
}
.user-dashboard-section .address-book-section .select-box .address-box .address p {
  font-size: 14px;
  font-weight: 500;
  color: #777777;
}
.user-dashboard-section .address-book-section .select-box .address-box .bottom {
  border-top: 1px solid #eeeeee;
  display: flex;
  text-align: center;
  padding-top: 14px;
  margin-top: 10px;
  justify-content: space-between;
}
.user-dashboard-section .address-book-section .select-box .address-box .bottom .bottom_btn {
  width: 47.5%;
  text-transform: capitalize;
  font-weight: 600;
  padding: 8px 4px;
  border-radius: 0;
  background-color: rgb(248, 248, 248);
  color: #222222;
}
.user-dashboard-section .address-book-section .select-box.active .address-box {
  transition: all 0.5s ease;
}
.user-dashboard-section.dashboard-section .dashboard-table .table thead th {
  font-size: 18px;
  background-color: #f8f8f8;
}
.user-dashboard-section .order-table thead tr th {
  background-color: transparent;
}
.tracking-panel ul {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  position: relative;
  gap: 15px;
  padding-right: 20px;
  overflow-y: hidden;
  overflow-x: auto;
}
.tracking-panel ul li {
  position: relative;
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 0;
  padding: calc(13px + 4 * (100vw - 320px) / 1600) 0 calc(13px + 4 * (100vw - 320px) / 1600) calc(21px + 4 * (100vw - 320px) / 1600);
}
.tracking-panel ul li:after {
  opacity: 1;
  content: "";
  position: absolute;
  top: 0;
  right: -16px;
  width: 0;
  height: 0;
  border-top: 38px solid transparent;
  border-bottom: 38px solid transparent;
  border-left: 17px solid #f8f8f8;
  transition: border-color 0.2s ease;
}
.tracking-panel ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: calc(28px + 12 * (100vw - 320px) / 1600) solid transparent;
  border-bottom: calc(28px + 12 * (100vw - 320px) / 1600) solid transparent;
  border-left: 17px solid #ffffff;
  transition: border-color 0.2s ease;
}
.tracking-panel ul li.active {
  background-color: #fdf3ed;
}
.tracking-panel ul li.active:after {
  border-left: 17px solid #fdf3ed;
}
.tracking-panel ul li.cancelled-box {
  background-color: #fbe9eb;
}
.tracking-panel ul li.cancelled-box:after {
  border-left: 17px solid #fbe9eb;
}
.tracking-panel ul li:first-child::before {
  display: none;
}
.tracking-panel .panel-content {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 0;
}
.tracking-panel .panel-content .icon {
  width: calc(30px + 15 * (100vw - 320px) / 1600);
}
.tracking-panel .panel-content .status {
  margin-top: 0;
  font-size: 17px;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  white-space: nowrap;
}
.tracking-panel .panel-content span {
  white-space: nowrap;
}
.compare-section .compare-part {
  position: relative;
}
.compare-section .compare-part .close-btn {
  background-color: #f8f8f8;
  font-size: 25px;
  position: absolute;
  line-height: 1;
  top: 7px;
  color: #424242;
  font-weight: 400;
  right: 7px;
  border-radius: 0;
  border: 1px solid #eeeeee;
}
.compare-section .compare-part .img-section {
  padding: 25px 15px 15px;
  text-align: center;
  border-right: 1px solid #eeeeee;
}
.compare-section .compare-part .img-section img,
.compare-section .compare-part .img-section .bg-size {
  width: 50%;
  margin: 0 auto;
}
.compare-section .compare-part .img-section a h5,
.compare-section .compare-part .img-section a .h5 {
  margin-bottom: 5px;
  text-transform: capitalize;
  margin-top: 10px;
  font-weight: 600;
  color: black;
}
.compare-section .compare-part .img-section h5,
.compare-section .compare-part .img-section .h5 {
  margin-bottom: 0;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.7);
}
.compare-section .compare-part .detail-part {
  border-right: 1px solid #eeeeee;
}
.compare-section .compare-part .detail-part .title-detail {
  background-color: #f8f8f8;
  text-align: center;
  padding: 8px 0;
  border-block: 1px solid #eeeeee;
}
.compare-section .compare-part .detail-part .title-detail h5,
.compare-section .compare-part .detail-part .title-detail .h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.compare-section .compare-part .detail-part .inner-detail {
  padding: 15px;
  text-align: center;
}
.compare-section .compare-part .detail-part .inner-detail p {
  margin-bottom: 0;
  line-height: 1.4;
  letter-spacing: unset;
  font-weight: 500;
  font-size: 16px;
}
.compare-section .compare-part .detail-part .inner-detail > span {
  font-size: 14px;
  font-weight: 500;
  color: #777777;
  margin-left: 5px;
}
.compare-section .compare-part .btn-part {
  text-align: center;
  padding: 15px;
  border-top: 1px solid #eeeeee;
}
.compare-section .compare-part .btn-part .btn-solid,
.compare-section .compare-part .btn-part .btn-outline {
  padding: 5px 10px;
}
.compare-section .compare-box {
  border: 1px solid #eeeeee;
  border-radius: 8px;
}
.compare-section .owl-carousel .owl-stage .owl-item.active .compare-part .detail-part,
.compare-section .owl-carousel .owl-stage .owl-item.active .compare-part .btn-part {
  border-right: 1px solid #eeeeee;
}
.vendor-cover .bg-size {
  height: 350px;
}
.vendor-profile {
  margin-top: -70px;
}
.vendor-profile .profile-left {
  display: flex;
  padding: 20px;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  border-radius: 0;
}
.vendor-profile .profile-left .profile-image {
  text-align: center;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vendor-profile .profile-left .profile-image a {
  display: block;
  background-color: #ffffff;
  width: 45%;
  height: 45%;
  margin: 0 auto 16px;
  padding: 14px;
  border-radius: 7px;
}
@media (max-width: 991px) {
  .vendor-profile .profile-left .profile-image a {
    width: 15%;
  }
}
.vendor-profile .profile-left .profile-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.vendor-profile .profile-left .profile-image h3,
.vendor-profile .profile-left .profile-image .h3 {
  font-weight: 600;
  margin-bottom: 0;
  color: #222222;
  letter-spacing: unset;
  line-height: 1.3;
}
.vendor-profile .profile-left .profile-image h1,
.vendor-profile .profile-left .profile-image .h1 {
  font-weight: 600;
  margin-bottom: 0;
  color: #222222;
  letter-spacing: unset;
  line-height: 1;
}
.vendor-profile .profile-left .profile-image h6,
.vendor-profile .profile-left .profile-image .h6 {
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: unset;
  text-transform: unset;
  font-weight: 500;
}
.vendor-profile .profile-left .profile-image .rating > * > span {
  line-height: 1;
}
.vendor-profile .profile-left .profile-detail {
  border-left: 1px solid rgba(34, 38, 42, 0.12);
  padding-left: 20px;
  margin-left: 20px;
  width: 60%;
  display: flex;
  align-items: center;
}
.vendor-profile .profile-left .profile-detail h6,
.vendor-profile .profile-left .profile-detail .h6 {
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
.vendor-profile .profile-left .profile-detail p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}
.vendor-profile .profile-left .profile-detail p + p {
  margin-top: 10px;
}
.vendor-profile .profile-left .vendor-contact {
  border-left: 1px solid rgba(34, 38, 42, 0.12);
  padding-left: 20px;
  margin-left: 20px;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.vendor-profile .profile-left .vendor-contact .footer-social {
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 9px;
  justify-content: center;
  border-bottom: 1px solid rgba(34, 38, 42, 0.12);
}
.vendor-profile .profile-left .vendor-contact .footer-social i {
  color: #989898;
}
.vendor-profile .profile-left .vendor-contact .footer-social li {
  padding: 0 5px;
}
.vendor-profile .profile-left .vendor-contact h6,
.vendor-profile .profile-left .vendor-contact .h6 {
  text-transform: capitalize;
  color: #000000;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 16px;
}
.vendor-profile .profile-left .vendor-contact a {
  text-transform: capitalize;
}
.vendor-profile .profile-left .vendor-contact .vendor-details {
  display: grid;
  gap: 7px;
}
.vendor-profile .profile-left .vendor-contact .vendor-details li {
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
}
.vendor-profile .profile-left .vendor-contact .vendor-details li i {
  font-size: 20px;
  line-height: 1;
  color: #777777;
}
.vendor-profile .profile-left .vendor-contact .vendor-details li h5,
.vendor-profile .profile-left .vendor-contact .vendor-details li .h5,
.vendor-profile .profile-left .vendor-contact .vendor-details li a {
  margin: 0;
  font-weight: 500;
  line-height: 1;
  color: #464646;
}
.vendor-profile .profile-left + .profile-left {
  margin-top: 40px;
}
.vendor-profile .page-link {
  border-color: #efefef;
  background-color: #f9f9f9;
}
.vendor-profile .page-link:hover {
  background-color: #f1f1f1;
}
.become-vendor {
  background-color: #f8f8f8;
  overflow: hidden;
}
.become-vendor h4,
.become-vendor .h4 {
  margin-bottom: 40px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.3;
}
.become-vendor .step-bg {
  position: relative;
}
.become-vendor .step-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  display: block;
  background: url("./media/step-arrow-XL2KGPQ4.png") no-repeat center center;
}
.become-vendor .step-bg .row {
  margin-left: -50px;
  margin-right: -50px;
}
.become-vendor .step-bg .row > div {
  padding-left: 50px;
  padding-right: 50px;
}
.become-vendor .step-bg .row > div:nth-child(1),
.become-vendor .step-bg .row > div:nth-child(3) {
  margin-bottom: 30px;
}
.become-vendor .step-bg .row > div:nth-child(2) {
  margin-top: 30px;
}
.become-vendor .step-bg h4,
.become-vendor .step-bg .h4 {
  margin-bottom: 10px;
  text-transform: unset;
  letter-spacing: unset;
}
.become-vendor .step-bg .step-box {
  position: relative;
  padding: 26px 23px;
  transition: all 0.3s ease;
  background-color: #ffffff;
  text-align: center;
  display: flex;
  border-radius: 0;
  border: 1px solid #eeeeee;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.become-vendor .step-bg .step-box .steps {
  position: relative;
  width: 80px;
  height: 80px;
  background: #f8f8f8;
  margin: 0 auto 25px auto;
  color: var(--theme-color);
  text-align: center;
  font-weight: 500;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(28px + 12 * (100vw - 320px) / 1600);
}
.become-vendor .step-bg .step-box p {
  line-height: 1.7;
  margin-bottom: 0;
  font-weight: 400;
}
.start-selling h4,
.start-selling .h4 {
  margin-bottom: 10px;
  text-transform: unset;
  line-height: 1.3;
  font-size: 22px;
  font-weight: 600;
}
.start-selling p {
  line-height: 1.7;
  letter-spacing: unset;
  margin-bottom: 0;
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.start-selling .btn {
  margin-top: 20px;
}
.dashboard-section .dashboard-sidebar {
  position: sticky;
  top: 130px;
  z-index: 1;
  padding: 30px 0 15px 0;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  border-radius: 0;
}
@media (max-width: 991px) {
  .dashboard-section .dashboard-sidebar {
    position: fixed;
    top: 0;
    left: -350px;
    width: calc(300px + 20 * (100vw - 320px) / 672);
    height: 100vh;
    overflow: hidden auto;
    padding-top: 0;
    border: unset;
    transition: all 0.25s ease-in-out;
    border-radius: 0;
    z-index: 11;
    background-color: #ffffff;
  }
  .dashboard-section .dashboard-sidebar.open {
    left: 0;
  }
}
.dashboard-section .dashboard-sidebar .back-btn {
  display: none;
}
@media (max-width: 991px) {
  .dashboard-section .dashboard-sidebar .back-btn {
    padding: 15px 18px;
    display: flex;
    border: unset;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 2;
  }
  .dashboard-section .dashboard-sidebar .back-btn i {
    font-size: 20px;
    line-height: 1;
  }
  .dashboard-section .dashboard-sidebar .back-btn span {
    font-weight: 500;
    font-size: 16px;
  }
}
.dashboard-section .dashboard-sidebar .profile-top {
  padding: 0 16px;
  display: flex;
  gap: 13px;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 991px) {
  .dashboard-section .dashboard-sidebar .profile-top {
    margin-bottom: calc(10px + 10 * (100vw - 320px) / 671);
    background-color: #f8f8f8;
    padding: 15px;
  }
}
.dashboard-section .dashboard-sidebar .profile-top .profile-top-box {
  width: 56px;
  height: 56px;
  position: relative;
}
.dashboard-section .dashboard-sidebar .profile-top .user-icon-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  color: #777;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}
.dashboard-section .dashboard-sidebar .profile-top .user-icon-2.close-icon {
  top: 0;
}
.dashboard-section .dashboard-sidebar .profile-top .user-icon-2 input[type=file] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  cursor: pointer;
}
.dashboard-section .dashboard-sidebar .profile-top .user-icon-2 i {
  line-height: 1;
}
.dashboard-section .dashboard-sidebar .profile-top .profile-image {
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 0;
  overflow: hidden;
}
.dashboard-section .dashboard-sidebar .profile-top .profile-image:hover .user-icon {
  opacity: 1;
}
.dashboard-section .dashboard-sidebar .profile-top .profile-image .user-icon {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: opacity 0.15s ease-in-out;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.631);
  border: 1px solid rgba(207, 207, 207, 0.4);
  border-radius: 0;
  display: flex;
  align-items: center;
  color: #ffffff;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  font-size: 24px;
}
.dashboard-section .dashboard-sidebar .profile-top .profile-image .user-icon input[type=file] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  cursor: pointer;
}
.dashboard-section .dashboard-sidebar .profile-top .profile-image .user-icon i {
  line-height: 1;
}
@media (max-width: 991px) {
  .dashboard-section .dashboard-sidebar .profile-top .profile-image .user-icon {
    opacity: 1;
    height: auto;
    border-radius: 0;
    inset: unset;
    bottom: 0;
    transform: unset;
    font-size: calc(16px + 2 * (100vw - 320px) / 1600);
    padding-block: 5px;
    border: unset;
    background-color: rgba(34, 34, 34, 0.8);
  }
}
.dashboard-section .dashboard-sidebar .profile-top .profile-image .user-round {
  height: 56px;
  width: 56px;
  object-fit: contain;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
.dashboard-section .dashboard-sidebar .profile-top .profile-image .user-round h4,
.dashboard-section .dashboard-sidebar .profile-top .profile-image .user-round .h4 {
  font-size: 34px;
  margin: 0;
  font-weight: 600;
}
.dashboard-section .dashboard-sidebar .profile-top .profile-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-color: #f9f9f9;
  box-shadow: 2px 3px 8px rgba(34, 34, 34, 0.32);
}
.dashboard-section .dashboard-sidebar .profile-top .profile-image .cover-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 55%;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 100%;
  color: #777777;
}
.dashboard-section .dashboard-sidebar .profile-top .profile-image .cover-icon i {
  position: relative;
}
.dashboard-section .dashboard-sidebar .profile-top .profile-image .cover-icon i input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  width: 35px;
}
.dashboard-section .dashboard-sidebar .profile-top .profile-detail {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.dashboard-section .dashboard-sidebar .profile-top .profile-detail h5,
.dashboard-section .dashboard-sidebar .profile-top .profile-detail .h5 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}
.dashboard-section .dashboard-sidebar .profile-top .profile-detail h6,
.dashboard-section .dashboard-sidebar .profile-top .profile-detail .h6 {
  color: #777777;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.dashboard-section .dashboard-sidebar .faq-tab .nav-tabs {
  box-shadow: none;
  padding: 0;
  background-color: #f8f8f8;
}
.dashboard-section .counter-section {
  padding: 30px;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  border-radius: 0;
}
.dashboard-section .counter-section .counter-box {
  background-color: #ffffff;
  padding: 18px;
  display: flex;
  align-items: center;
  border-left: 3px solid var(--theme-color);
  border-radius: 0;
}
.dashboard-section .counter-section .counter-box img {
  height: 50px;
  margin-right: 20px;
}
.dashboard-section .counter-section .counter-box h3,
.dashboard-section .counter-section .counter-box .h3 {
  font-weight: 600;
  color: var(--theme-color);
  margin-bottom: 4px;
  font-size: 20px;
  letter-spacing: unset;
}
.dashboard-section .counter-section .counter-box h5,
.dashboard-section .counter-section .counter-box .h5 {
  margin-bottom: 0;
  font-weight: 500;
  color: #777777;
  line-height: 1.3;
}
.dashboard-section .faq-content .card {
  border: 1px solid #eeeeee;
  background-color: #f8f8f8;
  border-radius: 0;
}
.dashboard-section .faq-content .show-btn {
  background-color: var(--theme-color);
  border-radius: 0;
  padding: calc(7px + 3 * (100vw - 320px) / 1600) calc(12px + 7 * (100vw - 320px) / 1600);
  text-transform: unset;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: calc(18px + 8 * (100vw - 320px) / 1600);
  display: none;
}
@media (max-width: 991px) {
  .dashboard-section .faq-content .show-btn {
    display: block;
  }
}
.dashboard-section .faq-content .dashboard-table {
  border: unset;
  background-color: transparent;
}
.dashboard-section .faq-content .dashboard-table .card-body {
  padding: 0;
}
.dashboard-section .faq-content .download-table {
  border: 1px solid #eeeeee;
  margin-top: 20px;
}
.dashboard-section .faq-content .download-table .user-download-table .dropdown .dropdown-toggle {
  background-color: #f8f8f8;
  border: 1px solid #eee;
  padding: 12px 18px;
  font-weight: 500;
}
.dashboard-section .faq-content .download-table .user-download-table .dropdown .dropdown-toggle::after {
  content: "\ea4e";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  vertical-align: unset;
  border: unset;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
}
.dashboard-section .faq-content .download-table .user-download-table thead tr th {
  background-color: #f8f8f8;
  text-align: center;
  padding: 14px 10px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
}
.dashboard-section .faq-content .download-table .user-download-table tbody td {
  text-align: center;
  vertical-align: middle;
  padding: 14px 10px;
  border-color: #eee;
}
.dashboard-section .faq-content .download-table .user-download-table tbody tr:last-child td {
  border-bottom: unset;
}
.dashboard-section .faq-content .download-table .user-download-table tbody .table-name {
  width: 55%;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}
.dashboard-section .faq-content .download-table .user-download-table tbody .table-image {
  width: auto;
  height: 100px;
}
.dashboard-section .faq-content .download-detail {
  padding: 12px calc(15px + 7 * (100vw - 320px) / 1600);
  border: 1px solid #eeeeee;
  background-color: #f8f8f8;
  border-radius: 0;
}
.dashboard-section .faq-content .download-detail .download-form {
  gap: 13px;
}
.dashboard-section .faq-content .download-detail .download-form .form-control {
  padding: calc(10px + 2 * (100vw - 320px) / 1600) calc(13px + 6 * (100vw - 320px) / 1600);
  font-weight: 500;
  border-radius: 0 !important;
  border: 1px solid #eeeeee;
  font-size: calc(14px + 0 * (100vw - 320px) / 1600);
}
.dashboard-section .faq-content .download-detail .download-form button {
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 0 !important;
  letter-spacing: unset;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  color: #ffffff;
}
.dashboard-section .faq-content .download-detail .download-form button:hover {
  background-color: #ffffff;
  color: var(--theme-color);
}
.dashboard-section .wallet-table .table-responsive {
  border: 1px solid #eeeeee;
  border-radius: 0;
}
.dashboard-section .wallet-table .order-table {
  border: unset;
  margin: 0;
}
.dashboard-section .wallet-table .order-table thead th {
  font-size: 16px;
  font-weight: 600;
  padding: 14px;
}
.dashboard-section .wallet-table .order-table th,
.dashboard-section .wallet-table .order-table td {
  max-width: 220px;
  min-width: 160px;
  padding: 15px;
  color: #232323;
  border-bottom: 1px solid #eeeeee;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
}
.dashboard-section .wallet-table .order-table th h6,
.dashboard-section .wallet-table .order-table th .h6,
.dashboard-section .wallet-table .order-table td h6,
.dashboard-section .wallet-table .order-table td .h6 {
  color: #222222;
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
  font-size: 16px;
}
.dashboard-section .wallet-table .order-table tr:last-child td {
  border-bottom: unset;
}
.dashboard-section .wallet-table .order-table tr a {
  color: #222222;
}
.dashboard-section .wallet-table .order-table .product-image {
  text-align: center !important;
}
.dashboard-section .wallet-table .order-table .product-image img {
  width: 70px;
}
.dashboard-section .wallet-table .order-table .product-image h6,
.dashboard-section .wallet-table .order-table .product-image .h6 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.dashboard-section .wallet-table .order-table .product-image a {
  color: #222222;
}
.dashboard-section .product-table tr th:first-child,
.dashboard-section .product-table tr td:first-child {
  text-align: center;
}
.dashboard-section .title-header h5,
.dashboard-section .title-header .h5 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}
.dashboard-section .title-header h5 i,
.dashboard-section .title-header .h5 i {
  color: #222222;
}
.dashboard-section .title-header .right-option a {
  width: 100%;
  background-color: var(--theme-color);
  color: #ffffff;
  text-transform: none;
  font-weight: 600;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.3;
  padding: 8px 20px;
  border-radius: 0;
}
.dashboard-section .title-header .right-option a:hover {
  border: 1px solid var(--theme-color);
  background-color: #ffffff;
  color: var(--theme-color);
}
.dashboard-section .title-header .right-option a i {
  font-weight: 500;
}
.dashboard-section .dashboard-table h3,
.dashboard-section .dashboard-table .h3 {
  text-transform: capitalize;
  font-size: 17px;
  color: #222222;
  margin-bottom: 15px;
  font-weight: 600;
}
.dashboard-section .dashboard-table .product-pagination {
  margin-top: 24px;
}
.dashboard-section .dashboard-table .product-pagination .theme-pagination-block {
  padding: 0;
  background-color: transparent;
  justify-content: center;
}
.dashboard-section .top-sec {
  display: flex;
  align-items: center;
  margin-bottom: calc(13px + 9 * (100vw - 320px) / 1600);
}
.dashboard-section .top-sec-2 {
  border-top: 1px solid #eeeeee;
  margin-top: 34px;
  padding-top: 29px;
}
.dashboard-section .top-sec h3,
.dashboard-section .top-sec .h3 {
  text-transform: capitalize;
  color: #222222;
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  font-weight: 600;
}
.dashboard-section .top-sec .btn {
  margin-left: auto;
  text-transform: capitalize;
  padding: calc(5px + 2 * (100vw - 320px) / 1600) calc(7px + 7 * (100vw - 320px) / 1600);
}
.dashboard-section .themeform-auth .form-label {
  font-weight: 500;
  color: #777777;
  margin: 0;
}
.dashboard-section .themeform-auth .form-control {
  height: auto;
  padding: calc(10px + 2 * (100vw - 320px) / 1600) calc(13px + 6 * (100vw - 320px) / 1600);
  font-weight: 500;
  border-radius: 0;
  border: 1px solid #eeeeee;
  font-size: calc(14px + 0 * (100vw - 320px) / 1600);
}
.dashboard-section .dashboard-box .dashboard-title {
  margin-bottom: calc(14px + 6 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
.dashboard-section .dashboard-box .dashboard-title h4,
.dashboard-section .dashboard-box .dashboard-title .h4 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
}
.dashboard-section .dashboard-box .dashboard-title span {
  margin-left: 30px;
  padding: 2px 16px;
  border-radius: 2px;
  text-transform: capitalize;
  color: var(--theme-color);
  cursor: pointer;
}
.dashboard-section .dashboard-box .dashboard-detail ul li {
  display: block;
  margin-bottom: 10px;
}
.dashboard-section .dashboard-box .dashboard-detail ul li .details {
  display: flex;
}
.dashboard-section .dashboard-box .dashboard-detail ul li .details h6,
.dashboard-section .dashboard-box .dashboard-detail ul li .details .h6 {
  text-transform: capitalize;
  margin-bottom: 0;
}
.dashboard-section .dashboard-box .dashboard-detail ul li .details span {
  margin-left: calc(10px + 20 * (100vw - 320px) / 1600);
  border-radius: 2px;
  text-transform: capitalize;
  color: var(--theme-color);
  cursor: pointer;
}
.dashboard-section .dashboard-box .dashboard-detail ul li .details .left {
  width: 150px;
  margin-right: 15px;
}
.dashboard-section .dashboard-box .dashboard-detail ul li .details .left h6,
.dashboard-section .dashboard-box .dashboard-detail ul li .details .left .h6 {
  color: #4e4e4e;
}
.dashboard-section .dashboard-box .dashboard-detail ul li .details .right {
  display: flex;
  align-items: center;
}
.dashboard-section .dashboard-box .dashboard-detail ul li .details .right h6,
.dashboard-section .dashboard-box .dashboard-detail ul li .details .right .h6 {
  font-weight: 500;
}
.dashboard-section .dashboard-box .dashboard-detail ul li:last-child {
  margin-bottom: 0;
}
.dashboard-section .dashboard-box .dashboard-detail .account-setting h5,
.dashboard-section .dashboard-box .dashboard-detail .account-setting .h5 {
  margin-bottom: 15px;
  text-transform: capitalize;
}
.dashboard-section .dashboard-box .dashboard-detail .account-setting .row > div .form-check {
  margin-bottom: 5px;
  padding-left: 0;
  color: #606060;
}
.dashboard-section .dashboard-box .dashboard-detail .account-setting .row > div .form-check:last-child {
  margin-bottom: 0;
}
.dashboard-section .dashboard-box .dashboard-detail .account-setting .btn {
  margin-top: 0;
}
.dashboard-section .dashboard-box .dashboard-detail .account-setting + .account-setting {
  margin-top: 20px;
}
.dashboard-section .radio_animated {
  position: relative;
  margin: 4px 1rem 0 0;
  cursor: pointer;
}
.dashboard-section .radio_animated:before {
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: scale(0, 0);
  content: "";
  position: absolute;
  top: 0;
  left: 0.125rem;
  z-index: 1;
  width: 0.75rem;
  height: 0.75rem;
  background: var(--theme-color);
  border-radius: 50%;
}
.dashboard-section .radio_animated:after {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  background: #ffffff;
  border: 2px solid #f8f8f8;
  border-radius: 50%;
}
.dashboard-section .radio_animated:checked:before {
  transform: scale(1, 1);
}
.dashboard-section .apexcharts-toolbar {
  z-index: 1;
}
.download-dropdown-menu {
  border: 1px solid #eee;
  z-index: 1;
  border-radius: 0;
  padding: 13px 18px;
}
.download-dropdown-menu .dropdown-item {
  padding: 0;
}
.download-dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
.download-dropdown-menu .dropdown-item + .dropdown-item {
  padding-top: 6px;
  border-top: 1px solid #eee;
  margin-top: 6px;
}
.faq-tab .nav-tabs {
  display: block;
  border-bottom: none;
  background-color: #ffffff;
  padding: 10px 0;
}
.faq-tab .nav-tabs .nav-item {
  display: block;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .faq-tab .nav-tabs .nav-item {
    width: 100%;
  }
}
.faq-tab .nav-tabs .nav-item .nav-link {
  text-transform: capitalize;
  color: #232323;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  border: none;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
  background-color: #f8f8f8;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 991px) {
  .faq-tab .nav-tabs .nav-item .nav-link {
    background-color: #ffffff;
    padding-block: calc(6px + 2 * (100vw - 320px) / 1600);
  }
}
.faq-tab .nav-tabs .nav-item .nav-link i {
  width: calc(36px + 4 * (100vw - 320px) / 1600);
  height: calc(36px + 4 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
  font-size: calc(16px + 3 * (100vw - 320px) / 1600);
}
@media (max-width: 991px) {
  .faq-tab .nav-tabs .nav-item .nav-link i {
    background-color: #f8f8f8;
  }
}
.faq-tab .nav-tabs .nav-item .nav-link.active {
  border: none;
  border-radius: 0;
  color: var(--theme-color);
}
.faq-tab .nav-tabs .nav-item .nav-link.active i {
  background-color: var(--theme-color);
  color: #ffffff;
}
.faq-tab .nav-tabs .nav-item .nav-link:hover {
  border: none;
  color: var(--theme-color);
}
.faq-tab .nav-tabs .nav-item .nav-link:hover i {
  border: 1px solid var(--theme-color);
}
.faq-tab .nav-tabs .logout-cls {
  border-top: 1px solid #eeeeee;
  margin-top: 6px;
  padding-top: 14px;
  padding-inline: 19px;
}
.faq-tab .nav-tabs .logout-cls .loagout-btn {
  width: 100%;
  background-color: var(--theme-color);
  color: #ffffff;
  text-transform: none;
  font-weight: 500;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  line-height: 1.3;
  padding: calc(9px + 2 * (100vw - 320px) / 1600);
  border-radius: 0;
}
.notification-list {
  display: grid;
  gap: 13px;
}
.notification-list li {
  display: block;
  border-radius: 0;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  padding: calc(13px + 7 * (100vw - 320px) / 1600) calc(12px + 6 * (100vw - 320px) / 1600);
  padding-left: calc(33px + 13 * (100vw - 320px) / 1600);
  position: relative;
}
.notification-list li::after {
  content: "";
  position: absolute;
  left: calc(18px + 12 * (100vw - 320px) / 1600);
  top: 31px;
  width: 5px;
  height: 5px;
  background-color: #8e8e8e;
  border-radius: 100%;
}
.notification-list li + li {
  border-top: 1px solid #eeeeee;
}
.notification-list li.unread {
  position: relative;
  background-color: transparent;
  z-index: 0;
  border: 1px solid var(--theme-color);
}
.notification-list li.unread::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.09;
  z-index: -1;
}
.notification-list li.unread h4,
.notification-list li.unread .h4 {
  color: var(--theme-color);
  font-weight: 600;
}
.notification-list li.unread h5,
.notification-list li.unread .h5 {
  color: #222222;
}
.notification-list li.unread::after {
  background-color: var(--theme-color);
}
.notification-list h4,
.notification-list .h4 {
  font-weight: 500;
  color: #222222;
  letter-spacing: unset;
  text-transform: none;
  line-height: 1.5;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.notification-list h5,
.notification-list .h5 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #777777;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.3;
}
.sticky-product-height {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  overflow: hidden;
}
.sticky-product-height + .sticky-product-height {
  margin-top: 30px;
}
.sticky-product-height video {
  height: 100%;
  object-fit: cover;
}
.sticky-product-height img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.review-title-2 {
  border-top: 1px solid #eeeeee;
  margin-top: 18px;
  padding-top: 18px;
}
.review-title-2 h4,
.review-title-2 .h4 {
  font-weight: 600;
  text-transform: none;
  letter-spacing: unset;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 4px;
}
.review-title-2 p {
  letter-spacing: unset;
  font-weight: 500;
  line-height: 1.4;
}
.review-title-2 button {
  text-transform: capitalize;
  padding: calc(11px + 2 * (100vw - 320px) / 1600) calc(11px + 12 * (100vw - 320px) / 1600);
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  background-color: var(--theme-color);
  color: #ffffff;
  margin-top: 17px;
  border-radius: 0;
  border: 1px solid transparent;
}
.review-title-2 button:hover,
.review-title-2 button:first-child:active {
  border-color: var(--theme-color);
  color: var(--theme-color);
  background-color: transparent;
}
.quantity-variant::before,
.quantity-variant::after {
  content: "";
  flex: 1;
}
.quantity-variant.scrollable::before,
.quantity-variant.scrollable::after {
  content: none;
}
.quantity-variant {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  background-color: #f8f8f8;
  padding: 6px 6px;
  overflow: hidden;
  overflow-x: auto;
  border: 1px solid #eeeeee;
  width: 100%;
  margin-bottom: 0;
}
.quantity-variant li {
  padding: 6px 10px;
  background-color: #f8f8f8 !important;
}
.quantity-variant li.active {
  background-color: white !important;
  box-shadow: 0 0 8px #e8e8e8;
}
.quantity-variant li.active button {
  background-color: white !important;
  color: var(--theme-color);
}
.quantity-variant li button {
  border: none;
  font-size: 14px;
  font-weight: 500;
  background-color: #f8f8f8;
  color: #222222;
}
.quantity-variant .disabled {
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  opacity: 0.6 !important;
  pointer-events: none;
}
.quantity-variant .disabled::after,
.quantity-variant .disabled::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #ff7272;
  width: 100%;
  height: 1px;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
  z-index: 1;
}
.quantity-variant .disabled:after {
  transform: translateY(-50%) rotate(-45deg);
}
.quantity-variant .disabled:before {
  transform: translateY(-50%) rotate(45deg);
}
.quantity-variant.radio .disabled::before,
.quantity-variant.radio .disabled::after {
  content: unset;
}
.quantity-variant.color li span {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: block;
}
.quantity-variant.circle li {
  border-radius: 100% !important;
  width: calc(36px + 4 * (100vw - 320px) / 1600) !important;
  height: calc(36px + 4 * (100vw - 320px) / 1600) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.quantity-variant.circle li button {
  padding: 0;
}
.variation-box {
  display: flex;
  align-items: center;
  gap: calc(26px + 24 * (100vw - 767px) / 1153);
}
.variation-box + .variation-box {
  margin-top: 14px;
}
@media (max-width: 767px) {
  .variation-box {
    display: block;
  }
}
.variation-box .sub-title {
  width: 70px;
  display: block;
  margin-bottom: 0;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .variation-box .sub-title {
    width: auto;
    margin-bottom: 9px;
  }
}
.variation-box .radio {
  background-color: transparent;
  border: unset;
  padding: 0;
}
.variation-box .radio .form-check {
  padding: 0;
  margin: 0;
  min-height: unset;
  display: flex;
  align-items: center;
  gap: 10px;
}
.variation-box .radio .form-check .form-check-input {
  margin: 0;
  float: unset;
}
.variation-box .radio .form-check .form-check-label {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.product-page-details {
  position: sticky;
  top: 120px;
  left: 0;
}
@media (max-width: 767px) {
  .product-page-details {
    text-align: center;
  }
}
.product-page-details .select-dropdown {
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  border-radius: 0;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  padding-block: 11px;
  padding-left: 17px;
  width: 100%;
}
.product-page-details .main-title {
  text-transform: capitalize;
  line-height: 1.2;
  font-size: calc(22px + 10 * (100vw - 320px) / 1600);
}
.product-page-details .product-rating {
  display: flex;
  align-items: center;
  gap: calc(6px + 4 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-top: calc(7px + 3 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .product-page-details .product-rating {
    justify-content: center;
  }
}
.product-page-details .product-rating .divider {
  color: #ddd;
}
.product-page-details .product-rating .rating-list {
  color: #ffbc37;
}
.product-page-details .product-rating a {
  color: var(--theme-color);
  text-decoration: underline;
}
.product-page-details .price-text h3,
.product-page-details .price-text .h3 {
  display: flex;
  align-items: center;
  gap: calc(5px + 3 * (100vw - 320px) / 1600);
  margin-block: calc(9px + 8 * (100vw - 320px) / 1600) calc(2px + 2 * (100vw - 320px) / 1600);
  color: var(--theme-color);
  font-weight: 600;
  letter-spacing: 0.01em;
  flex-wrap: wrap;
  font-size: calc(20px + 6 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .product-page-details .price-text h3,
  .product-page-details .price-text .h3 {
    justify-content: center;
  }
}
.product-page-details .price-text h3 .discounted-price,
.product-page-details .price-text .h3 .discounted-price {
  font-weight: 500;
  padding: 5px calc(12px + 0.0025 * (100vw - 320px));
  position: relative;
  color: var(--theme-color);
  display: inline-block;
  margin-bottom: 0;
  margin-left: calc(10px + 2 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.product-page-details .price-text h3 .discounted-price::before,
.product-page-details .price-text .h3 .discounted-price::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.11;
}
.product-page-details .price-text h3 .discounted-price del,
.product-page-details .price-text .h3 .discounted-price del {
  font-size: 18px;
}
.product-page-details .price-text span {
  color: #aaa;
  display: block;
}
.product-page-details .size-delivery-info {
  display: flex;
  align-items: center;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  border-block: 1px dashed #ddd;
  padding-block: 12px;
  margin-block: calc(10px + 4 * (100vw - 320px) / 1600) calc(14px + 6 * (100vw - 320px) / 1600);
  gap: 9px calc(10px + 10 * (100vw - 320px) / 1600);
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-page-details .size-delivery-info {
    justify-content: center;
  }
}
.product-page-details .size-delivery-info span:empty {
  display: none;
}
.product-page-details .size-delivery-info a {
  color: #7d7d7d;
  position: relative;
  display: flex;
  align-items: center;
}
.product-page-details .size-delivery-info a span {
  position: relative;
  width: 1px;
  height: 26px;
  background-color: #eeeeee;
  display: block;
  border-radius: 100%;
}
.product-page-details .size-delivery-info a i {
  margin-right: 10px;
}
.product-page-details .product-offer {
  display: grid;
  gap: 9px;
}
.product-page-details .product-offer li {
  display: flex;
  gap: 9px;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #626262;
}
@media (max-width: 767px) {
  .product-page-details .product-offer li {
    justify-content: center;
  }
}
.product-page-details .product-offer li:last-child h5,
.product-page-details .product-offer li:last-child .h5 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.product-page-details .product-offer li h5,
.product-page-details .product-offer li .h5 {
  margin-bottom: 17px;
  width: 85%;
  color: #7d7d7d;
  letter-spacing: 0.01em;
}
.product-page-details .product-offer li h5 span,
.product-page-details .product-offer li .h5 span {
  font-weight: 600;
}
.product-page-details .product-offer li img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.product-page-details .product-offer li i {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  line-height: 1;
}
.product-page-details .description-text {
  color: #626262;
  text-align: unset;
  line-height: 1.5;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: calc(8px + 12 * (100vw - 320px) / 1600);
  margin-top: calc(6px + 3 * (100vw - 320px) / 1600);
}
.product-page-details .progress {
  background-color: #f8f8f8;
  height: 8px;
}
.product-page-details .progress .progress-bar {
  background-image:
    linear-gradient(
      to right,
      #8fd747,
      #6eb427,
      #438600);
}
.product-page-details .left-progressbar {
  margin-top: 13px;
}
.product-page-details .left-progressbar h6,
.product-page-details .left-progressbar .h6 {
  color: #777777;
  text-transform: capitalize;
}
.product-page-details .buy-box {
  margin-top: 17px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
}
.product-page-details .buy-box a {
  color: #4c4c4c;
}
.product-page-details .compare-box {
  margin-top: 17px;
  display: flex;
  align-items: center;
  gap: calc(10px + 10 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);
  flex-wrap: wrap;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
@media (max-width: 767px) {
  .product-page-details .compare-box {
    justify-content: center;
  }
}
.product-page-details .compare-box a {
  color: #626262;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 7px;
}
.product-page-details .bordered-box {
  padding-top: calc(15px + 10 * (100vw - 320px) / 1600);
  margin-top: calc(15px + 10 * (100vw - 320px) / 1600);
  border-top: 1px dashed #ddd;
}
.product-page-details .dashed-border-box {
  padding: 22px calc(10px + 18 * (100vw - 320px) / 1600);
  border: 1px dashed #ddd;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  margin-top: calc(24px + 10 * (100vw - 320px) / 1600);
}
.product-page-details .dashed-border-box:empty {
  display: none;
}
.product-page-details .dashed-border-box h4,
.product-page-details .dashed-border-box .h4 {
  margin-top: -30px;
  background-color: #ffffff;
  padding-inline: 8px;
  width: max-content;
}
@media (max-width: 767px) {
  .product-page-details .dashed-border-box h4,
  .product-page-details .dashed-border-box .h4 {
    margin-inline: auto;
  }
}
.product-page-details .dashed-border-box img {
  width: 60%;
}
@media (max-width: 767px) {
  .product-page-details .dashed-border-box img {
    margin-inline: auto;
  }
}
@media (max-width: 1399px) and (min-width: 992px) {
  .product-page-details .dashed-border-box img {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .product-page-details .dashed-border-box img {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .product-page-details .dashed-border-box img {
    margin: 0 auto;
    width: 90%;
  }
}
.product-page-details .shipping-info {
  display: grid;
  line-height: 1.9;
  color: #5f5f5f;
  font-size: 16px;
  grid-template-columns: 1fr 1fr;
  gap: 0 6px;
  padding-left: 20px;
  margin-bottom: -7px;
  text-align: left;
}
@media (max-width: 480px) {
  .product-page-details .shipping-info {
    grid-template-columns: 1fr;
  }
}
.product-page-details .shipping-info li {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  display: list-item;
  color: #626262;
}
.product-page-details .qty-section {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-page-details .qty-section .qty-box .input-group {
  background-color: #f8f8f8;
  padding: 6px 6px;
  overflow: hidden;
  border: 1px solid #eeeeee;
}
@media (max-width: 480px) {
  .product-page-details .qty-section .qty-box .input-group {
    width: calc(156px + 24 * (100vw - 576px) / 1344);
    flex-wrap: nowrap;
  }
}
.product-page-details .qty-section .qty-box .input-group input {
  background-color: #f8f8f8;
  border: none;
  padding: 6px 5px;
  width: calc(62px + 28 * (100vw - 576px) / 1344);
}
@media (max-width: 480px) {
  .product-page-details .qty-section .qty-box .input-group input {
    width: 100%;
  }
}
.product-page-details .qty-section .qty-box .input-group button {
  background-color: #ffffff !important;
  font-weight: normal;
  box-shadow: 0 0 8px #e8e8e8;
  border: none;
  padding: 5px calc(5px + 4 * (100vw - 576px) / 1344);
  line-height: 1;
}
.product-page-details .qty-section .qty-box .input-group button i {
  font-size: 21px !important;
  font-weight: 400;
}
.product-page-details .wishlist-btn-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-page-details .wishlist-btn-group button {
  padding: 0;
  width: 48px;
  height: 48px;
  border: 1px solid #eeeeee;
  border-radius: 0;
  background-color: #f8f8f8;
  transition: none;
  font-size: 16px;
  line-height: 1;
  color: #6a6a6a;
}
.product-page-details .image-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 575px) {
  .product-page-details .image-box {
    justify-content: center;
  }
}
.product-page-details .image-box li {
  border: 1px solid #eeeeee;
  border-radius: 0;
  padding: 3px;
}
.product-page-details .image-box li.active {
  border: 1px solid var(--theme-color);
}
.product-page-details .image-box li.disabled {
  overflow: hidden;
  position: relative;
}
.product-page-details .image-box li.disabled::after,
.product-page-details .image-box li.disabled::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #ff7272;
  width: 100%;
  height: 1px;
  cursor: default;
  -webkit-user-select: none;
  user-select: none;
  z-index: 1;
}
.product-page-details .image-box li.disabled:after {
  transform: translateY(-50%) rotate(-45deg) scale(1.2);
}
.product-page-details .image-box li.disabled:before {
  transform: translateY(-50%) rotate(45deg) scale(1.2);
}
.product-page-details .image-box li img {
  width: 65px;
  border-radius: 0;
  cursor: pointer;
  height: 65px;
  padding: 0;
  overflow: hidden;
  object-fit: cover;
}
.product-page-details .image_price {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-page-details .image_price {
    justify-content: center;
  }
}
.product-page-details .image_price li {
  border: 1px solid #eeeeee;
  border-radius: 7px;
  width: 100px !important;
  padding: 0;
  overflow: hidden;
}
.product-page-details .image_price li.active {
  border-color: var(--theme-color);
  background-color: #ffffff;
}
.product-page-details .image_price li img {
  width: 100%;
  cursor: pointer;
  height: 82px;
  padding: 0;
  overflow: hidden;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 4px;
}
.product-page-details .image_price li h4,
.product-page-details .image_price li .h4 {
  font-size: 12px;
  letter-spacing: unset;
  line-height: 1.3;
  margin: 0;
  padding-inline: 4px;
  color: #777777;
  text-transform: unset;
  padding: 4px;
  font-weight: 500;
}
.product-page-details .image_price li h5,
.product-page-details .image_price li .h5 {
  font-size: 12px;
  letter-spacing: unset;
  line-height: 1.3;
  margin: 0;
  padding-inline: 4px;
  color: #222222;
  text-transform: unset;
  font-weight: 500;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.product-page-details .sub-title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .product-page-details .sub-title {
    justify-content: center;
  }
}
.product-page-details .product-buttons {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-page-details .product-buttons {
    justify-content: center;
  }
}
.product-page-details .product-buttons .product-buy-btn-group {
  gap: 12px;
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  .product-page-details .product-buttons .product-buy-btn-group {
    width: 100%;
  }
  .product-page-details .product-buttons .product-buy-btn-group > * {
    width: 100%;
  }
  .product-page-details .product-buttons .product-buy-btn-group > * button {
    width: 100%;
  }
}
.product-page-details .product-buttons .btn {
  padding: 13px 40px;
}
.product-page-details .product-buttons .btn.btn-sm,
.product-page-details .product-buttons .btn-group-sm > .btn {
  padding: 13px 18px;
}
.product-page-details .product-buttons .btn-animation i {
  font-size: 15px;
}
.product-page-details .buy-button {
  padding: calc(11px + 2 * (100vw - 320px) / 1600) calc(17px + 16 * (100vw - 320px) / 1600) !important;
  font-size: calc(15px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  text-transform: unset;
  letter-spacing: unset;
  border: 1px solid var(--theme-color) !important;
}
.product-page-details .buy-button i {
  font-size: 20px !important;
  font-weight: 500;
}
@media (max-width: 480px) {
  .product-page-details .buy-button i {
    display: none;
  }
}
.product-page-details .trending-text {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .product-page-details .trending-text {
    justify-content: center;
  }
}
.product-page-details .trending-text img {
  width: 30px;
}
.product-page-details .trending-text h5,
.product-page-details .trending-text .h5 {
  margin-bottom: 0;
}
.product-page-details .top-title-panel {
  display: flex;
  justify-content: space-between;
}
.product-page-details .product-title h4,
.product-page-details .product-title .h4 {
  font-size: 18px;
  letter-spacing: unset;
  text-transform: none;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 8px;
  margin-top: 13px;
  padding-bottom: 9px;
  border-bottom: 1px dashed #ddd;
}
.product-page-details.detail-box {
  padding: 20px;
  border-radius: 8px;
  background-color: #f8f8f8;
}
.product-page-details.detail-box .progress {
  background-color: #ffffff;
}
.product-page-details.detail-box .quantity-variant {
  background-color: #ffffff !important;
}
.product-page-details.detail-box .quantity-variant li {
  background-color: #ffffff !important;
}
.product-page-details.detail-box .quantity-variant li button {
  background-color: #ffffff;
}
.product-page-details.detail-box .quantity-variant li.active {
  background-color: #f8f8f8 !important;
  box-shadow: none;
}
.product-page-details.detail-box .quantity-variant li.active button {
  background-color: #f8f8f8 !important;
}
.product-page-details.detail-box .qty-section .qty-box .input-group {
  background-color: #ffffff;
}
.product-page-details.detail-box .qty-section .qty-box .input-group input {
  background-color: #ffffff;
}
.product-page-details.detail-box .qty-section .qty-box .input-group button {
  background-color: #f8f8f8 !important;
  box-shadow: none;
}
.product-page-details.product-form-box {
  text-align: center;
  border: 1px solid #eeeeee;
  padding: calc(10px + 10 * (100vw - 320px) / 1600);
  border-radius: 0;
}
.product-page-details.product-form-box .variation-box {
  display: block;
}
.product-page-details.product-form-box .variation-box .sub-title {
  width: 100%;
  margin-bottom: 9px;
}
.product-page-details.product-form-box .product-buttons {
  margin-top: 15px;
}
.product-page-details.product-form-box .variation-box .image-box {
  justify-content: center;
}
.product-page-details.product-form-box .product-buttons {
  justify-content: center;
}
.product-page-details.product-form-box .buy-box {
  gap: 9px calc(12px + 8 * (100vw - 320px) / 1600);
  justify-content: center;
}
.product-page-details.product-form-box .dashed-border-box .sub-title {
  margin-inline: auto;
}
.product-page-details.product-form-box .dashed-border-box img {
  margin-inline: auto;
  width: 90%;
}
.product-page-details.product-form-box .timer {
  text-align: left;
  z-index: 0;
  background-color: transparent;
  position: relative;
  max-width: 315px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.product-page-details.product-form-box .timer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.09;
  z-index: -1;
}
.product-page-details.product-form-box .timer p {
  color: #222222;
  display: flex;
  gap: 18px;
}
.product-page-details.product-form-box .timer p span {
  width: 50px;
  display: inline-block;
  text-align: center;
  position: relative;
}
.product-page-details.product-form-box .timer p span .padding-l {
  position: absolute;
  top: 4px;
  transform: unset;
  width: auto;
  right: -11px;
}
.product-page-details .timer {
  text-align: left;
  z-index: 0;
  background-color: transparent;
  position: relative;
  max-width: 315px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .product-page-details .timer {
    margin-inline: auto;
  }
}
.product-page-details .timer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.09;
  z-index: -1;
}
.product-page-details .timer p {
  color: #222222;
  display: flex;
  gap: 18px;
}
.product-page-details .timer p span {
  width: 50px;
  display: inline-block;
  text-align: center;
  position: relative;
}
.product-page-details .timer p span .padding-l {
  position: absolute;
  top: 4px;
  transform: unset;
  width: auto;
  right: -11px;
}
.product-page-details.product-right-box .variation-box .sub-title {
  justify-content: center;
}
.product-label {
  background-color: #fdf2ec;
  position: absolute;
  top: 15px;
  z-index: 1;
  left: 15px;
  padding: 5px 12px;
  color: var(--theme-color);
  font-weight: 500;
  font-size: 15px;
}
.vertical-tab.tab-product .nav-material.nav-tabs,
.vertical-tab .product-full-tab .nav-material.nav-tabs {
  border-bottom: none;
  height: 100%;
  background-color: #f8f8f8;
  padding: 20px;
}
@media (max-width: 1199px) {
  .vertical-tab.tab-product .nav-material.nav-tabs,
  .vertical-tab .product-full-tab .nav-material.nav-tabs {
    flex-wrap: nowrap;
    gap: 15px;
    justify-content: flex-start;
    padding: 15px;
    overflow: auto;
  }
}
.vertical-tab.tab-product .nav-material.nav-tabs li,
.vertical-tab .product-full-tab .nav-material.nav-tabs li {
  width: 100%;
  display: block;
}
@media (max-width: 1199px) {
  .vertical-tab.tab-product .nav-material.nav-tabs li,
  .vertical-tab .product-full-tab .nav-material.nav-tabs li {
    width: max-content;
    display: inline-block;
  }
}
.vertical-tab.tab-product .nav-material.nav-tabs .nav-item .nav-link,
.vertical-tab .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
  color: #232323;
  text-align: center;
  padding: calc(8px + 2 * (100vw - 320px) / 1600) calc(16px + 9 * (100vw - 320px) / 1600);
  border: 1px solid #eeeeee;
  font-weight: 500;
  background-color: white;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  text-transform: unset;
  margin: 0;
  border-radius: 0;
  display: block;
  width: 100%;
  margin-bottom: 14px !important;
  position: relative;
}
@media (max-width: 1199px) {
  .vertical-tab.tab-product .nav-material.nav-tabs .nav-item .nav-link,
  .vertical-tab .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
    margin-bottom: 0 !important;
  }
}
.vertical-tab.tab-product .nav-material.nav-tabs .nav-item .nav-link.active,
.vertical-tab .product-full-tab .nav-material.nav-tabs .nav-item .nav-link.active {
  background-color: var(--theme-color);
  color: #ffffff;
}
.sticky-top-custom {
  position: sticky;
  top: 120px;
  z-index: 1;
}
.sticky-top-custom .thumbnail-image-slider {
  position: unset;
  inset: unset;
}
.clock {
  border: 2px solid #212529;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}
.clock:before {
  border-radius: 0;
  content: "";
  position: absolute;
  transform-origin: 1px 1px;
  transform: translateX(-1px);
  top: 7px;
  left: 7px;
  margin: 0;
  height: 2px;
  width: 8px;
  background: #212529;
  animation-name: clock;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: backward;
  animation-timing-function: linear;
}
.clock:after {
  border-radius: 0;
  content: "";
  position: absolute;
  transform-origin: 1px 1px;
  transform: translateX(-1px);
  top: 7px;
  left: 7px;
  margin: 0;
  height: 2px;
  width: 5.26px;
  background: #212529;
  animation-name: clock;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-direction: backward;
  animation-timing-function: linear;
}
.six-items .basic-product .img-wrapper {
  height: 190px;
}
.basic-product {
  position: relative;
  transition: all 0.5s ease;
}
.basic-product .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.basic-product .owl-dots .owl-dot.active span,
.basic-product .owl-dots .owl-dot:hover span {
  background: var(--theme-color);
}
.basic-product.sold-out .img-wrapper img,
.basic-product.sold-out .img-wrapper .bg-size {
  filter: grayscale(100);
  pointer-events: none;
}
.basic-product.sold-out .img-wrapper .trending-label {
  filter: none;
}
.basic-product .timer {
  border: none;
  position: absolute;
  bottom: 30px;
  z-index: 1;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.92);
}
.basic-product .timer span .padding-l {
  position: absolute;
}
.basic-product .timer p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: center;
}
.basic-product .product-right .form-select {
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  cursor: pointer;
  margin-top: 15px;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  color: #333;
  padding: calc(5px + 4 * (100vw - 320px) / 1600) calc(30px + 6 * (100vw - 320px) / 1600) calc(5px + 4 * (100vw - 320px) / 1600) calc(10px + 6 * (100vw - 320px) / 1600);
  width: max-content;
  max-width: 100%;
}
.basic-product .price {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  color: #222222;
  font-weight: 500;
  margin-bottom: 0;
  transition: all 0.5s ease;
  gap: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.basic-product .price .discounted-price {
  font-weight: 500;
  color: var(--theme-color);
  display: inline-block;
  margin-bottom: 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.basic-product .product-title {
  line-height: 1;
  transition: all 0.5s ease;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  color: #222222;
  font-weight: 500;
  display: block;
  margin-bottom: 3px;
}
.basic-product .img-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-color: #f8f8f8;
}
.basic-product .img-wrapper > app-image-variant {
  height: 100%;
}
.basic-product .img-wrapper .zoom {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.basic-product .img-wrapper .zoom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.basic-product .img-wrapper .addto-cart-bottom {
  position: absolute;
  bottom: -54px;
  left: 50%;
  width: calc(80% - (10px + 30 * (100vw - 320px) / 1600));
  background-color: #ffffff;
  border: none;
  padding: calc(5px + 4 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  box-shadow: 0px 5px 12px 0px rgba(155, 155, 155, 0.05);
  transition: all 0.5s ease;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .basic-product .img-wrapper .addto-cart-bottom {
    width: 85%;
    bottom: 16px;
  }
}
@media (max-width: 576px) {
  .basic-product .img-wrapper .addto-cart-bottom {
    bottom: 10px;
  }
}
.basic-product .img-wrapper .addto-cart-bottom.active {
  color: var(--theme-color);
}
.basic-product .img-wrapper .addto-cart-bottom.active .ri-shopping-cart-line:before {
  content: "\f11f";
}
.basic-product .img-wrapper .quick-option {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #ffffff;
  color: var(--theme-color);
  transition: all 0.5s ease;
  z-index: 1;
}
.basic-product .img-wrapper .trending-label {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.basic-product .img-wrapper .trending-label li {
  background-color: var(--theme-color);
  color: #eeeeee;
  padding: 3px 8px;
  font-weight: 500;
  margin-bottom: 0;
  font-size: calc(10px + 2 * (100vw - 320px) / 1600);
  z-index: 1;
  width: max-content;
}
.basic-product .img-wrapper .trending-label li:nth-child(2) {
  background-color: #ffffff;
  color: var(--theme-color);
}
.basic-product .img-wrapper .trending-label li:nth-child(3) {
  background-color: #585858;
  color: #ffffff;
}
.basic-product .img-wrapper .trending-label li.out_of_stock {
  background-color: #d02f47;
}
.basic-product .img-wrapper .trending-label-product11 {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--theme-color);
  color: #ffffff;
  padding: calc(2px + 2 * (100vw - 320px) / 1600) calc(7px + 3 * (100vw - 320px) / 1600);
  font-weight: 500;
  margin-bottom: 0;
  font-size: calc(10px + 2 * (100vw - 320px) / 1600);
  z-index: 1;
}
.basic-product .img-wrapper .rotate-label {
  position: absolute;
  top: 30px;
  left: 0;
  background-color: var(--theme-color);
  color: #eeeeee;
  padding: 11px 6px;
  border-radius: 0;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 12px;
  writing-mode: tb;
  transform: rotate(180deg);
}
.basic-product .img-wrapper .rating-label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #ffffff;
  padding: calc(2px + 3 * (100vw - 320px) / 1600) calc(5px + 5 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  gap: 5px;
  color: #595959;
  font-weight: 500;
  height: auto;
}
.basic-product .img-wrapper .rating-label i {
  color: #ffa200;
  margin-top: -2px;
}
.basic-product .img-wrapper .unit-label {
  margin-bottom: 0;
  background-color: #ffffff;
  padding: 4px 14px;
  position: absolute;
  bottom: 0;
  font-weight: 400;
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  left: 0;
}
.basic-product .img-wrapper.owl-slider .owl-dots {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.basic-product .brand-w-color {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.basic-product .brand-w-color a,
.basic-product .brand-w-color .color-panel ul {
  margin-bottom: 5px;
}
.basic-product .cart-info {
  position: absolute;
  bottom: 12px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  right: 12px;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s ease;
  gap: 8px;
}
@media (max-width: 767px) {
  .basic-product .cart-info {
    opacity: 1;
    right: 8px;
    gap: 4px;
  }
}
.basic-product .cart-info .active .ri-shopping-cart-line {
  color: var(--theme-color);
}
.basic-product .cart-info .active .ri-shopping-cart-line::before {
  content: "\f11f";
}
.basic-product .cart-info .active .ri-heart-line::before {
  content: "\ee0e";
}
.basic-product .cart-info button {
  background: none;
  box-shadow: none;
  border: none;
  padding: 0;
}
.basic-product .cart-info button,
.basic-product .cart-info a {
  width: calc(25px + 10 * (100vw - 320px) / 1600);
  height: calc(25px + 10 * (100vw - 320px) / 1600);
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 12px 0px rgba(155, 155, 155, 0.05);
}
@media (max-width: 767px) {
  .basic-product .cart-info button,
  .basic-product .cart-info a {
    animation: none !important;
  }
}
.basic-product .cart-info button span,
.basic-product .cart-info a span {
  display: none;
}
.basic-product .cart-info button.theme-color i,
.basic-product .cart-info a.theme-color i {
  color: var(--theme-color);
}
.basic-product .cart-info i {
  color: #848484;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  display: block;
}
.basic-product .cart-info i:hover {
  color: var(--theme-color);
}
.basic-product .product-detail {
  margin-top: 15px;
}
.basic-product .product-detail select {
  margin-top: 6px;
}
.basic-product .product-detail .digital-price {
  margin-top: 13px;
  display: flex;
  align-items: center;
  gap: 11px;
}
.basic-product .product-detail .digital-price .form-check {
  min-height: unset;
  padding: 0;
  margin: 0;
  align-items: center;
  gap: 4px;
}
.basic-product .product-detail .digital-price .form-check .form-check-input {
  float: unset;
  margin: 0;
}
.basic-product .product-detail .digital-price .form-check .form-check-label {
  margin: 0;
  line-height: 1;
}
.basic-product .product-detail h6,
.basic-product .product-detail .h6 {
  display: block;
  overflow: hidden;
  line-height: calc(19px + 5 * (100vw - 320px) / 1600);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.basic-product .product-detail h6 a,
.basic-product .product-detail .h6 a {
  color: #777777;
}
@media (max-width: 576px) {
  .basic-product .product-detail h6,
  .basic-product .product-detail .h6 {
    margin-bottom: 0;
  }
}
.basic-product .ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
  transition: all 0.5s ease;
}
.basic-product .ribbon span {
  font-size: calc(10px + 2 * (100vw - 320px) / 1600);
  font-weight: bold;
  color: #eeeeee;
  text-transform: capitalize;
  text-align: center;
  line-height: calc(20px + 5 * (100vw - 320px) / 1600);
  transform: rotate(-45deg);
  width: 105px;
  display: block;
  background: var(--theme-color);
  position: absolute;
  top: 19px;
  left: -21px;
}
.basic-product .ribbon-round {
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  text-align: center;
  z-index: 0;
  width: fit-content;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  padding: 10px;
  font-size: calc(10px + 4 * (100vw - 320px) / 1600);
  font-weight: 700;
  color: #ffffff;
}
.basic-product .ribbon-round:after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(
      35% 35%,
      rgba(0, 0, 0, 0) 96%,
      rgba(0, 0, 0, 0) 97% 99%,
      rgba(0, 0, 0, 0)) var(--theme-color);
  clip-path: polygon(100% 50%, 88.04% 62.36%, 90.45% 79.39%, 73.51% 82.36%, 65.45% 97.55%, 50% 90%, 34.55% 97.55%, 26.49% 82.36%, 9.55% 79.39%, 11.96% 62.36%, 0% 50%, 11.96% 37.64%, 9.55% 20.61%, 26.49% 17.64%, 34.55% 2.45%, 50% 10%, 65.45% 2.45%, 73.51% 17.64%, 90.45% 20.61%, 88.04% 37.64%);
  animation: animName 20s linear infinite;
}
.basic-product .ribbon-outer {
  --f: 0.5em;
  --r: 0.8em;
  font-size: calc(10px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
  color: #eeeeee;
  position: absolute;
  top: 12px;
  left: calc(-1 * var(--f));
  padding-inline: 10px;
  line-height: 1.8;
  background: var(--theme-color);
  border-bottom: var(--f) solid rgba(0, 0, 0, 0.3333333333);
  border-right: var(--r) solid rgba(0, 0, 0, 0);
  clip-path: polygon(0 0, 0 calc(100% - var(--f)), var(--f) 100%, var(--f) calc(100% - var(--f)), 100% calc(100% - var(--f)), calc(100% - var(--r)) calc(50% - var(--f) / 2), 100% 0);
  z-index: 1;
}
.basic-product .add-cart-btn {
  width: 100%;
  display: block;
  padding: calc(5px + 5 * (100vw - 320px) / 1600) calc(5px + 5 * (100vw - 320px) / 1600);
  text-align: center;
  border: none;
  color: #888;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  margin-top: 10px;
  background-color: #f6f6f6;
}
@media (max-width: 767px) {
  .basic-product .add-cart-btn {
    margin-top: 8px;
  }
}
.basic-product .hover-action {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: -8px;
}
@media (max-width: 767px) {
  .basic-product .hover-action {
    gap: 4px;
    margin-top: -4px;
  }
}
.basic-product .rating-w-count {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 6px;
}
.basic-product .rating-w-count > span {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.basic-product .color-panel {
  display: flex;
  align-items: center;
  gap: 6px;
}
.basic-product .color-panel.coverflow ul li {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 2px solid #ffffff;
}
.basic-product .color-panel.coverflow ul li + li {
  margin-left: -13px;
}
.basic-product .color-panel.color-lg ul {
  gap: 7px;
}
.basic-product .color-panel.color-lg li {
  width: 20px;
  height: 20px;
}
.basic-product .color-panel ul {
  display: flex;
  align-items: center;
  gap: calc(0px + 4 * (100vw - 320px) / 1600);
}
.basic-product .color-panel ul li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
}
.basic-product .color-panel span {
  font-size: 13px;
}
.basic-product .color-panel .image li {
  width: unset;
  height: unset;
}
.basic-product .color-panel .image li + li a img {
  margin-left: calc(2px + 3 * (100vw - 320px) / 1600);
}
.basic-product .color-panel .image li a {
  display: block;
  margin-bottom: 0;
}
.basic-product .color-panel .image li a img {
  width: calc(20px + 15 * (100vw - 320px) / 1600);
  height: calc(25px + 15 * (100vw - 320px) / 1600);
  margin: 0;
}
.basic-product .general-variant {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 5 * (100vw - 320px) / 1600);
  margin-top: 10px;
  margin-left: 1px;
}
.basic-product .general-variant .active {
  color: #eeeeee;
  outline: 1px solid var(--theme-color);
  border: 3px solid #ffffff;
}
.basic-product .general-variant.rectangle li {
  width: max-content;
  padding: 0 10px;
}
.basic-product .general-variant.color li {
  border-radius: 100%;
  width: calc(20px + 10 * (100vw - 320px) / 1600);
  height: calc(20px + 10 * (100vw - 320px) / 1600);
}
.basic-product .general-variant.image_price li {
  width: max-content;
  padding: 2px 8px;
}
.basic-product .general-variant.image li {
  width: calc(35px + 10 * (100vw - 320px) / 1600);
  height: calc(35px + 10 * (100vw - 320px) / 1600);
}
.basic-product .general-variant.image li button {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
}
.basic-product .general-variant.image li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.basic-product .general-variant.thumbnail {
  position: absolute;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  left: 10px;
  gap: 10px;
  margin: 0;
}
.basic-product .general-variant.thumbnail .image {
  margin-bottom: 0;
}
.basic-product .general-variant.thumbnail li {
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #ffffff;
}
.basic-product .general-variant.thumbnail li + li {
  margin-top: 7px;
}
.basic-product .general-variant.thumbnail li button,
.basic-product .general-variant.thumbnail li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  margin: 0;
}
.basic-product .general-variant.thumbnail li.active {
  border-color: var(--theme-color);
}
.basic-product .general-variant li {
  width: calc(28px + 7 * (100vw - 320px) / 1600);
  height: calc(28px + 7 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  border-radius: 0;
  outline: 1px solid transparent;
  border: 3px solid #ffffff;
}
.basic-product .general-variant li.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.basic-product .general-variant li.disabled button {
  cursor: not-allowed;
}
.basic-product .general-variant li button {
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
}
.basic-product .zoom img {
  transition: transform 0.5s;
}
.basic-product .zoom :hover {
  transform: scale(1.1);
}
.basic-product .addtocart_btn {
  width: max-content;
  margin: 0 auto;
  position: relative;
}
.basic-product .addtocart_btn .add-button {
  background-color: transparent;
  text-align: center;
  font-size: 16px;
  width: max-content;
  padding: 9px 49px;
  transition: all 0.5s ease;
  cursor: pointer;
  border: 1px solid var(--theme-color);
  margin-top: 15px;
  color: var(--theme-color);
  position: relative;
}
.basic-product .addtocart_btn .add-button:before {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: var(--theme-color);
  z-index: -2;
}
.basic-product .addtocart_btn .add-button:hover,
.basic-product .addtocart_btn .add-button:focus {
  background-color: var(--theme-color) !important;
  color: #ffffff !important;
}
.basic-product .addtocart_btn .add-button:hover i,
.basic-product .addtocart_btn .add-button:focus i {
  color: #ffffff !important;
}
.basic-product .addtocart_btn .add-button:hover:before,
.basic-product .addtocart_btn .add-button:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}
.basic-product .addtocart_btn .qty-box {
  position: absolute;
  bottom: 0;
  display: none;
  width: 100%;
}
.basic-product .addtocart_btn .qty-box .input-group {
  padding: 4px;
  display: flex;
  flex-wrap: unset;
  align-items: center;
  border-radius: 0;
  border: 1px solid var(--theme-color);
  background-color: #ffffff;
}
.basic-product .addtocart_btn .qty-box .input-group .form-control {
  width: 100%;
  border: none;
  background-color: transparent;
  padding-block: 0;
}
.basic-product .addtocart_btn .qty-box .input-group .form-control:focus {
  border-color: #efefef;
  box-shadow: none;
}
.basic-product .addtocart_btn .qty-box .input-group button {
  height: 100%;
  padding: 8px;
  border: 1px solid #eeeeee;
  background-color: #f8f8f8;
  z-index: 1;
}
.basic-product .addtocart_btn .qty-box .input-group button i {
  color: #222222;
  font-weight: 500;
  font-size: 15px;
}
.basic-product .addtocart_btn .qty-box.open {
  display: block;
}
.basic-product .product-action {
  border-top: 1px solid #eeeeee;
  padding-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.basic-product .product-action a {
  font-size: 20px;
  color: var(--theme-color);
}
.basic-product .product-action button {
  border: none;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 14px;
  color: #222222;
  background-color: #f8f8f8;
  transition: all 0.5s ease;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.basic-product:hover .cart-info {
  opacity: 1;
  transition: all 0.5s ease;
}
.basic-product:hover .cart-info button {
  animation: fadeInRight 300ms ease-in-out;
}
.basic-product:hover .cart-info .hover-action li:nth-child(2) a {
  animation: fadeInRight 500ms ease-in-out;
}
.basic-product:hover .cart-info .hover-action li:nth-child(3) a {
  animation: fadeInRight 700ms ease-in-out;
}
.basic-product:hover .cart-info .hover-action li:nth-child(4) a {
  animation: fadeInRight 1000ms ease-in-out;
}
.basic-product:hover .product-action button {
  color: var(--theme-color);
}
.basic-product:hover .img-wrapper .quick-option {
  transform: translate(-50%, -50%) scale(1);
}
.basic-product:hover .img-wrapper .addto-cart-bottom {
  bottom: 16px;
}
@media (max-width: 576px) {
  .basic-product:hover .img-wrapper .addto-cart-bottom {
    bottom: 10px;
  }
}
.basic-product:hover .flip .back {
  opacity: 1;
  transition: all 0.5s ease;
  transform: translateX(0);
}
.basic-product.theme-product-1 {
  border: 1px solid #eeeeee;
  overflow: hidden;
  padding: calc(6px + 4 * (100vw - 320px) / 1600);
  margin-bottom: 1px;
}
.basic-product.theme-product-1 .product-detail {
  margin-top: 0;
  padding: 0;
}
.basic-product.theme-product-1 .product-detail .offer-panel {
  padding: 10px 0 0;
  margin-top: 0;
  color: #222222;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  gap: 15px;
  white-space: nowrap;
  position: relative;
  transition: 0.4s ease;
}
.basic-product.theme-product-1 .product-detail .offer-panel li + li {
  opacity: 0;
  visibility: hidden;
}
.basic-product.theme-product-1 .product-detail .offer-panel .offer-icon {
  color: var(--theme-color);
  animation: animName 2s linear infinite;
  display: inline-block;
}
.basic-product.theme-product-1 .product-detail > div {
  padding: calc(10px + 5 * (100vw - 320px) / 1600) 0;
  border-bottom: 1px solid #eeeeee;
}
.basic-product.theme-product-1 .cart-info {
  top: 10px;
  bottom: unset;
  opacity: 1;
  right: 10px;
}
.basic-product.theme-product-1 .cart-info button,
.basic-product.theme-product-1 .cart-info a {
  width: calc(26px + 6 * (100vw - 320px) / 1600);
  height: calc(26px + 6 * (100vw - 320px) / 1600);
  border: none;
}
.basic-product.theme-product-1 .cart-info button i,
.basic-product.theme-product-1 .cart-info a i {
  color: var(--theme-color);
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
}
.basic-product.theme-product-1 .cart-info button {
  opacity: 0;
}
@media (max-width: 767px) {
  .basic-product.theme-product-1 .cart-info button {
    opacity: 1;
  }
}
.basic-product.theme-product-1 .cart-info a {
  opacity: 0;
}
@media (max-width: 767px) {
  .basic-product.theme-product-1 .cart-info a {
    opacity: 1;
  }
}
.basic-product.theme-product-1 .cart-info a.wishlist-icon {
  opacity: 1;
}
.basic-product.theme-product-1 .hover-action {
  margin-top: 0;
}
.basic-product.theme-product-1 .hover-action li:empty {
  display: none;
}
.basic-product.theme-product-1 .hover-action li button {
  transition: unset;
}
.basic-product.theme-product-1:hover .product-detail .offer-panel {
  animation: marquee-discount 8s linear infinite;
}
.basic-product.theme-product-1:hover .product-detail .offer-panel li + li {
  opacity: 1;
  visibility: visible;
}
.basic-product.theme-product-1:hover .cart-info .wishlist-icon {
  animation: none;
}
.basic-product.theme-product-1:hover .cart-info button {
  animation: fadeInDown 500ms ease-in-out;
  opacity: 1;
}
.basic-product.theme-product-1:hover .cart-info a {
  opacity: 1;
}
.basic-product.theme-product-1:hover .cart-info a:nth-child(3) {
  animation: fadeInDown 700ms ease-in-out;
}
.basic-product.theme-product-1:hover .cart-info a:nth-child(4) {
  animation: fadeInDown 1000ms ease-in-out;
}
.basic-product.theme-product-1:hover .hover-action li button {
  animation: fadeInDown 300ms ease-in-out;
}
.basic-product.theme-product-1:hover .hover-action li:nth-child(2) a {
  animation: fadeInDown 500ms ease-in-out;
  opacity: 1;
}
.basic-product.theme-product-1:hover .hover-action li:nth-child(3) a {
  animation: fadeInDown 700ms ease-in-out;
  opacity: 1;
}
.basic-product.theme-product-1:hover .hover-action li:nth-child(4) a {
  animation: fadeInDown 1000ms ease-in-out;
  opacity: 1;
}
.basic-product.theme-product-2 {
  padding: calc(10px + 8 * (100vw - 320px) / 1600);
  background-color: #ffffff;
  position: relative;
  border: 1px solid #eeeeee;
  border-radius: 0;
}
.basic-product.theme-product-2 .rating {
  margin-top: calc(3px + 5 * (100vw - 320px) / 1600);
  margin-bottom: calc(0px + 3 * (100vw - 320px) / 1600);
}
.basic-product.theme-product-2 .product-title {
  width: 88%;
}
@media (max-width: 767px) {
  .basic-product.theme-product-2 .product-title {
    width: 76%;
  }
}
.basic-product.theme-product-2 .product-detail {
  margin-bottom: 5px;
}
.basic-product.theme-product-2 .product-detail .details li {
  font-size: 14px;
  font-weight: 400;
  color: #777777;
  line-height: 24px;
}
.basic-product.theme-product-2 .product-detail .details li + li {
  margin-left: 12px;
}
.basic-product.theme-product-2 .product-detail .add-wish {
  position: absolute;
  right: calc(10px + 8 * (100vw - 320px) / 1600);
  top: calc(10px + 8 * (100vw - 320px) / 1600);
  background-color: #f1f1f1;
  border-radius: 100%;
  width: calc(24px + 4 * (100vw - 320px) / 1600);
  height: calc(24px + 4 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
}
.basic-product.theme-product-2 .product-detail .add-wish a {
  line-height: 0;
}
.basic-product.theme-product-2 .product-detail .add-wish a i {
  color: var(--theme-color);
}
.basic-product.theme-product-2 .bottom-detail {
  display: flex;
  align-items: center;
  margin-top: calc(10px + 5 * (100vw - 320px) / 1600);
  padding-bottom: 0;
}
.basic-product.theme-product-2 .bottom-detail .btn {
  margin-left: auto;
}
.basic-product.theme-product-2 .bottom-detail .color-variant {
  margin-bottom: 10px;
}
.basic-product.theme-product-2 .cart-detail {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #eeeeee;
  padding-top: 12px;
  margin-bottom: -5px;
  font-size: 16px;
}
@media (max-width: 576px) {
  .basic-product.theme-product-2 .cart-detail {
    display: none;
  }
}
.basic-product.theme-product-2 .cart-detail li {
  padding: 0 10px;
}
.basic-product.theme-product-2 .cart-detail li a,
.basic-product.theme-product-2 .cart-detail li button {
  color: rgba(0, 0, 0, 0.5);
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.basic-product.theme-product-2 .cart-detail li i {
  margin-right: 6px;
}
.basic-product.theme-product-2 .cart-detail li button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.basic-product.theme-product-2 .cart-detail li + li {
  border-left: 1px solid #eeeeee;
}
.basic-product.theme-product-2 .img-wrapper {
  position: relative;
  text-align: center;
}
.basic-product.theme-product-2 .img-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.77);
  opacity: 0;
  transition: all 0.5s ease;
}
.basic-product.theme-product-2 .img-wrapper .quick-view-part {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  background-color: var(--theme-color);
  border-radius: 100%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: 0px 1px 2px #a9a9a9;
  transition: all 0.5s ease;
}
.basic-product.theme-product-2 .img-wrapper .quick-view-part a {
  line-height: 0;
  color: #ffffff;
}
.basic-product.theme-product-2 .img-wrapper .quick-view-part a svg {
  width: 16px;
  height: 16px;
}
.basic-product.theme-product-2:hover .img-wrapper:after {
  opacity: 1;
  transition: all 0.5s ease;
}
.basic-product.theme-product-2:hover .img-wrapper .quick-view-part {
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s ease;
}
.basic-product.theme-product-3 {
  padding: calc(7px + 5 * (100vw - 320px) / 1600);
  border: 1px solid #eeeeee;
  border-radius: 0;
}
.basic-product.theme-product-3 .hover-action {
  margin-top: 0;
}
.basic-product.theme-product-3 .hover-action li:empty {
  display: none;
}
.basic-product.theme-product-3 .product-title {
  margin-bottom: 6px;
}
.basic-product.theme-product-3 .cart-info {
  top: 10px;
  bottom: unset;
  opacity: 1;
  right: 10px;
}
.basic-product.theme-product-3 .cart-info button,
.basic-product.theme-product-3 .cart-info a {
  width: calc(26px + 6 * (100vw - 320px) / 1600);
  height: calc(26px + 6 * (100vw - 320px) / 1600);
  border: none;
}
.basic-product.theme-product-3 .cart-info button i,
.basic-product.theme-product-3 .cart-info a i {
  color: var(--theme-color);
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
}
.basic-product.theme-product-3 .cart-info button {
  opacity: 0;
}
@media (max-width: 767px) {
  .basic-product.theme-product-3 .cart-info button {
    opacity: 1;
  }
}
.basic-product.theme-product-3 .cart-info a {
  opacity: 0;
}
@media (max-width: 767px) {
  .basic-product.theme-product-3 .cart-info a {
    opacity: 1;
  }
}
.basic-product.theme-product-3 .cart-info a.wishlist-icon {
  opacity: 1;
}
.basic-product.theme-product-3:hover .cart-info .wishlist-icon {
  animation: none;
}
.basic-product.theme-product-3:hover .cart-info a {
  opacity: 1;
}
.basic-product.theme-product-3:hover .cart-info .hover-action li:nth-child(3) a {
  animation: fadeInDown 700ms ease-in-out;
}
.basic-product.theme-product-3:hover .cart-info .hover-action li:nth-child(4) a {
  animation: fadeInDown 1000ms ease-in-out;
}
.basic-product.theme-product-4 .color-panel {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.basic-product.theme-product-4 .color-panel select {
  display: none;
}
.basic-product.theme-product-4 .price del {
  margin-left: auto;
}
@media (max-width: 768px) {
  .basic-product.theme-product-4 .price del {
    margin-left: 0;
  }
}
.basic-product.theme-product-4 .price .discounted-price {
  font-weight: 500;
  padding: 5px 6px;
  position: relative;
  color: var(--theme-color);
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 14px;
}
.basic-product.theme-product-4 .price .discounted-price::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.11;
}
.basic-product.theme-product-4 .cart-info {
  top: 10px;
  bottom: unset;
  opacity: 1;
  right: 10px;
}
.basic-product.theme-product-4 .cart-info button,
.basic-product.theme-product-4 .cart-info a {
  width: calc(26px + 6 * (100vw - 320px) / 1600);
  height: calc(26px + 6 * (100vw - 320px) / 1600);
  border: none;
}
.basic-product.theme-product-4 .cart-info button i,
.basic-product.theme-product-4 .cart-info a i {
  color: var(--theme-color);
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
}
.basic-product.theme-product-4 .cart-info button {
  opacity: 0;
}
@media (max-width: 767px) {
  .basic-product.theme-product-4 .cart-info button {
    opacity: 1;
  }
}
.basic-product.theme-product-4 .cart-info a {
  opacity: 0;
}
@media (max-width: 767px) {
  .basic-product.theme-product-4 .cart-info a {
    opacity: 1;
  }
}
.basic-product.theme-product-4 .cart-info a.wishlist-icon {
  opacity: 1;
}
@media (max-width: 768px) {
  .basic-product.theme-product-4 .add-cart-btn {
    margin-top: 8px;
  }
}
.basic-product.theme-product-4 .hover-action li:empty {
  display: none;
}
.basic-product.theme-product-4:hover .cart-info .wishlist-icon {
  animation: none;
}
.basic-product.theme-product-4:hover .cart-info button {
  animation: fadeInDown 500ms ease-in-out;
  opacity: 1;
}
.basic-product.theme-product-4:hover .cart-info .hover-action li:nth-child(2) a {
  animation: fadeInDown 500ms ease-in-out;
  opacity: 1;
}
.basic-product.theme-product-4:hover .cart-info .hover-action li:nth-child(3) a {
  animation: fadeInDown 700ms ease-in-out;
  opacity: 1;
}
.basic-product.theme-product-4:hover .cart-info .hover-action li:nth-child(4) a {
  animation: fadeInDown 1000ms ease-in-out;
  opacity: 1;
}
.basic-product.theme-product-5 .img-wrapper {
  border-radius: 0;
}
@media (max-width: 576px) {
  .basic-product.theme-product-5 .product-detail h6,
  .basic-product.theme-product-5 .product-detail .h6 {
    margin-bottom: 5px;
  }
}
.basic-product.theme-product-5 .cart-info {
  background-color: #ffffff;
  right: -40px;
  bottom: unset;
  top: 0;
  gap: 0;
  padding: 4px;
}
.basic-product.theme-product-5 .cart-info button,
.basic-product.theme-product-5 .cart-info a {
  border: none;
  border-radius: 0;
  box-shadow: none;
  animation: none !important;
}
.basic-product.theme-product-5 .cart-info .hover-action {
  margin-top: 0;
}
.basic-product.theme-product-5:hover .cart-info {
  right: 0;
}
.basic-product.theme-product-5:hover .cart-info button,
.basic-product.theme-product-5:hover .cart-info a {
  animation: none;
}
.basic-product.theme-product-6 {
  padding: calc(6px + 6 * (100vw - 320px) / 1600);
  border: 1px solid #eeeeee;
}
.basic-product.theme-product-6 .hover-action {
  flex-direction: row;
  gap: 0;
  margin-top: 0;
}
.basic-product.theme-product-6 .hover-action li a {
  animation: none !important;
}
.basic-product.theme-product-6 .product-detail * {
  text-align: center;
  justify-content: center;
}
.basic-product.theme-product-6 .addtocart_btn .add-button {
  padding: calc(7px + 2 * (100vw - 320px) / 1600) calc(19px + 10 * (100vw - 320px) / 1600);
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.basic-product.theme-product-6 .img-wrapper {
  background-color: #f8f8f8;
}
.basic-product.theme-product-6 .product-title {
  margin-bottom: calc(6px + 4 * (100vw - 320px) / 1600);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.basic-product.theme-product-6 .cart-info {
  flex-direction: row;
  left: 50%;
  right: unset;
  transform: translate(-50%, -50%) scale(0.7);
  bottom: unset;
  top: 50%;
  background-color: #ffffff;
  gap: 0;
  padding: 2px 5px;
}
@media (max-width: 767px) {
  .basic-product.theme-product-6 .cart-info {
    display: none;
  }
}
.basic-product.theme-product-6 .cart-info button,
.basic-product.theme-product-6 .cart-info a {
  border: none;
}
.basic-product.theme-product-6 .cart-info a {
  position: relative;
  background-color: transparent;
  box-shadow: none;
}
.basic-product.theme-product-6 .cart-info a + a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 54%;
  top: 50%;
  left: 0;
  background-color: #eeeeee;
  transform: translateY(-50%);
}
.basic-product.theme-product-6:hover .cart-info {
  transform: translate(-50%, -50%) scale(1);
}
.basic-product.theme-product-6:hover .cart-info a {
  animation: none;
}
.basic-product.theme-product-7 {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  margin-bottom: 1px;
}
@media (max-width: 460px) {
  .basic-product.theme-product-7 .product-action {
    display: none;
  }
}
.basic-product.theme-product-7 .rating span {
  font-size: 15px;
  margin-right: 0;
}
.basic-product.theme-product-7 .product-title {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #777777;
  margin-bottom: 10px !important;
}
.basic-product.theme-product-7 .product-detail {
  margin-top: 0;
  padding: 14px;
  position: relative;
  padding-bottom: 14px !important;
}
.basic-product.theme-product-7 .img-wrapper {
  margin: 10px 10px 0 10px;
}
.basic-product.theme-product-7 .img-wrapper .bg-size {
  transition: all 0.5s ease;
}
.basic-product.theme-product-7 .img-wrapper::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.basic-product.theme-product-7 .price {
  font-size: 16px;
  margin-bottom: 4px;
}
.basic-product.theme-product-7:hover .img-wrapper .bg-size {
  transform: scale(1.2);
}
.basic-product.theme-product-7:hover .img-wrapper::before {
  content: "";
}
.basic-product.theme-product-8 {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  margin-bottom: 1px;
}
.basic-product.theme-product-8 .hover-action {
  margin-top: 0;
}
.basic-product.theme-product-8 .hover-action li:empty {
  display: none;
}
.basic-product.theme-product-8 .product-title {
  margin-bottom: 12px;
}
.basic-product.theme-product-8 .add-round-btn {
  position: absolute;
  right: calc(8px + 6 * (100vw - 320px) / 1600);
  bottom: calc(8px + 6 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  color: #ffffff;
  border-radius: 100%;
  width: calc(24px + 14 * (100vw - 320px) / 1600);
  height: calc(24px + 14 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: calc(13px + 5 * (100vw - 320px) / 1600);
}
.basic-product.theme-product-8 .add-round-btn span {
  display: none;
}
.basic-product.theme-product-8 .add-round-btn.active .ri-shopping-cart-line::before {
  content: "\f11f";
}
.basic-product.theme-product-8 .product-detail {
  margin-top: 0;
  padding: calc(8px + 6 * (100vw - 320px) / 1600) !important;
  position: relative;
}
.basic-product.theme-product-8 .rating-w-count {
  margin-top: 10px;
}
.basic-product.theme-product-8 .img-wrapper .bg-size {
  transition: all 0.5s ease;
}
.basic-product.theme-product-8 .cart-info {
  top: calc(8px + 2 * (100vw - 320px) / 1600);
  bottom: unset;
  opacity: 1;
  right: calc(8px + 2 * (100vw - 320px) / 1600);
}
.basic-product.theme-product-8 .cart-info button,
.basic-product.theme-product-8 .cart-info a {
  width: calc(26px + 6 * (100vw - 320px) / 1600);
  height: calc(26px + 6 * (100vw - 320px) / 1600);
  border: none;
}
.basic-product.theme-product-8 .cart-info button i,
.basic-product.theme-product-8 .cart-info a i {
  color: var(--theme-color);
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
}
.basic-product.theme-product-8 .cart-info button {
  opacity: 0;
}
@media (max-width: 767px) {
  .basic-product.theme-product-8 .cart-info button {
    opacity: 1;
  }
}
.basic-product.theme-product-8 .cart-info a {
  opacity: 0;
}
@media (max-width: 767px) {
  .basic-product.theme-product-8 .cart-info a {
    opacity: 1;
  }
}
.basic-product.theme-product-8 .cart-info a.wishlist-icon {
  opacity: 1;
}
.basic-product.theme-product-8:hover .cart-info .wishlist-icon {
  animation: none;
}
.basic-product.theme-product-8:hover .cart-info a {
  opacity: 1;
}
.basic-product.theme-product-8:hover .cart-info a:nth-child(2) {
  animation: fadeInDown 500ms ease-in-out;
}
.basic-product.theme-product-8:hover .cart-info a:nth-child(3) {
  animation: fadeInDown 700ms ease-in-out;
}
.basic-product.theme-product-8:hover .cart-info .hover-action li:nth-child(3) a {
  animation: fadeInDown 700ms ease-in-out;
}
.basic-product.theme-product-8:hover .cart-info .hover-action li:nth-child(4) a {
  animation: fadeInDown 1000ms ease-in-out;
}
.basic-product.theme-product-8:hover .img-wrapper .bg-size {
  transform: scale(1.2);
}
.basic-product.theme-product-9 {
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
}
.basic-product.theme-product-9 .img-wrapper {
  background-color: white;
}
.basic-product.theme-product-9 .hover-action {
  margin-top: 0;
}
.basic-product.theme-product-9 .hover-action li:empty {
  display: none;
}
.basic-product.theme-product-9 .product-detail {
  margin-top: 0;
  padding: calc(8px + 7 * (100vw - 320px) / 1600) !important;
}
.basic-product.theme-product-9 .bottom-details {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10px;
}
.basic-product.theme-product-9 .rating-label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.basic-product.theme-product-9 .rating-label span {
  color: #aaa;
}
@media (max-width: 480px) {
  .basic-product.theme-product-9 .rating-label span.review-count {
    display: none;
  }
}
.basic-product.theme-product-9 .rating-label > div {
  background-color: var(--theme-color);
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 1px calc(6px + 4 * (100vw - 320px) / 1600);
  border-radius: 13px;
  color: #ffffff;
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
}
.basic-product.theme-product-9 .rating-label > div span {
  color: #ffffff;
}
.basic-product.theme-product-9 .discount-value {
  padding-top: calc(6px + 4 * (100vw - 320px) / 1600);
  border-top: 1px solid #eeeeee;
  margin-top: calc(10px + 4 * (100vw - 320px) / 1600);
  color: #222222;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.basic-product.theme-product-9 .discount-value .offer-icon {
  color: #767676;
  animation: animName 2s linear infinite;
  display: inline-block;
}
.basic-product.theme-product-9 .price-vertical {
  text-align: right;
}
.basic-product.theme-product-9 .price-vertical h4,
.basic-product.theme-product-9 .price-vertical .h4 {
  margin-bottom: 0;
  font-weight: 500;
}
.basic-product.theme-product-9 .cart-info {
  top: 10px;
  bottom: unset;
  opacity: 1;
  right: 10px;
}
.basic-product.theme-product-9 .cart-info button,
.basic-product.theme-product-9 .cart-info a {
  width: calc(26px + 6 * (100vw - 320px) / 1600);
  height: calc(26px + 6 * (100vw - 320px) / 1600);
  border: none;
  background-color: #f8f8f8;
}
.basic-product.theme-product-9 .cart-info button i,
.basic-product.theme-product-9 .cart-info a i {
  color: var(--theme-color);
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
}
.basic-product.theme-product-9 .cart-info button {
  opacity: 0;
}
@media (max-width: 767px) {
  .basic-product.theme-product-9 .cart-info button {
    opacity: 1;
  }
}
.basic-product.theme-product-9 .cart-info a {
  opacity: 0;
}
@media (max-width: 767px) {
  .basic-product.theme-product-9 .cart-info a {
    opacity: 1;
  }
}
.basic-product.theme-product-9 .cart-info a.wishlist-icon {
  opacity: 1;
}
.basic-product.theme-product-9:hover .cart-info .wishlist-icon {
  animation: none;
}
.basic-product.theme-product-9:hover .cart-info button {
  animation: fadeInDown 500ms ease-in-out;
  opacity: 1;
}
.basic-product.theme-product-9:hover .cart-info a {
  opacity: 1;
}
.basic-product.theme-product-9:hover .cart-info .hover-action li:nth-child(3) a {
  animation: fadeInDown 700ms ease-in-out;
}
.basic-product.theme-product-9:hover .cart-info .hover-action li:nth-child(4) a {
  animation: fadeInDown 1000ms ease-in-out;
}
.basic-product.theme-product-10 .cart-info {
  bottom: unset;
  top: 12px;
}
@media (max-width: 767px) {
  .basic-product.theme-product-10 .cart-info {
    top: 10px;
  }
}
.basic-product.theme-product-10:hover .cart-info a:first-child {
  animation: fadeInRight 300ms ease-in-out;
}
.basic-product.theme-product-11 {
  padding: calc(6px + 4 * (100vw - 320px) / 1600);
  overflow: hidden;
  border: 1px solid #eeeeee;
}
.basic-product.theme-product-11 .img-wrapper .bg-size {
  transition: all 0.5s ease;
}
.basic-product.theme-product-11 .product-detail {
  text-align: center;
  overflow: hidden;
  margin-top: 10px;
}
.basic-product.theme-product-11 .product-detail * {
  justify-content: center;
}
.basic-product.theme-product-11 .cart-info {
  top: 12px;
  bottom: unset;
}
.basic-product.theme-product-11 .abs-product {
  position: absolute;
  bottom: -62%;
  width: calc(100% - 20px);
  background-color: #ffffff;
  padding: 10px;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .basic-product.theme-product-11 .abs-product {
    position: relative;
    width: 100%;
    padding: 0;
  }
  .basic-product.theme-product-11 .abs-product .product-title {
    display: none;
  }
  .basic-product.theme-product-11 .abs-product .price {
    display: none;
  }
}
.basic-product.theme-product-11 .abs-product .add-cart-btn {
  margin-top: 0;
}
.basic-product.theme-product-11 .abs-product .digital-price {
  flex-wrap: wrap;
}
.basic-product.theme-product-11 .abs-product select {
  font-size: 14px;
}
.basic-product.theme-product-11 .abs-product * {
  justify-content: center;
  gap: 5px;
}
.basic-product.theme-product-11:hover .abs-product {
  bottom: 0;
}
.basic-product .color-panel {
  display: flex;
  align-items: center;
  gap: 6px;
}
.basic-product .color-panel.coverflow ul li {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 2px solid #ffffff;
}
.basic-product .color-panel.coverflow ul li + li {
  margin-left: -13px;
}
.basic-product .color-panel.color-lg ul {
  gap: 7px;
}
.basic-product .color-panel.color-lg li {
  width: 20px;
  height: 20px;
}
.basic-product .color-panel ul {
  display: flex;
  align-items: center;
  gap: calc(0px + 4 * (100vw - 320px) / 1600);
}
.basic-product .color-panel ul li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
}
.basic-product .color-panel span {
  font-size: 13px;
}
.basic-product .color-panel .image li {
  width: unset;
  height: unset;
}
.basic-product .color-panel .image li + li a img {
  margin-left: calc(2px + 3 * (100vw - 320px) / 1600);
}
.basic-product .color-panel .image li a {
  display: block;
  margin-bottom: 0;
}
.basic-product .color-panel .image li a img {
  width: calc(20px + 15 * (100vw - 320px) / 1600);
  height: calc(25px + 15 * (100vw - 320px) / 1600);
  margin: 0;
}
.basic-product .general-variant {
  display: flex;
  flex-wrap: wrap;
  gap: calc(5px + 5 * (100vw - 320px) / 1600);
  margin-top: 10px;
  margin-left: 1px;
}
.basic-product .general-variant .active {
  color: #eeeeee;
  outline: 1px solid var(--theme-color);
  border: 3px solid #ffffff;
}
.basic-product .general-variant.rectangle li {
  width: max-content;
  padding: 0 10px;
}
.basic-product .general-variant.color li {
  border-radius: 100%;
  width: calc(20px + 10 * (100vw - 320px) / 1600);
  height: calc(20px + 10 * (100vw - 320px) / 1600);
}
.basic-product .general-variant.image_price li {
  width: max-content;
  padding: 2px 8px;
}
.basic-product .general-variant.image li {
  width: calc(35px + 10 * (100vw - 320px) / 1600);
  height: calc(35px + 10 * (100vw - 320px) / 1600);
}
.basic-product .general-variant.image li button {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
}
.basic-product .general-variant.image li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.basic-product .general-variant.thumbnail {
  position: absolute;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  left: 10px;
  gap: 10px;
  margin: 0;
}
.basic-product .general-variant.thumbnail li {
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #ffffff;
}
.basic-product .general-variant.thumbnail li button,
.basic-product .general-variant.thumbnail li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.basic-product .general-variant.thumbnail li.active {
  border-color: var(--theme-color);
}
.basic-product .general-variant li {
  width: calc(28px + 7 * (100vw - 320px) / 1600);
  height: calc(28px + 7 * (100vw - 320px) / 1600);
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(2px + 2 * (100vw - 320px) / 1600);
  outline: 1px solid transparent;
  border: 3px solid #ffffff;
}
.basic-product .general-variant li.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.basic-product .general-variant li.disabled button {
  cursor: not-allowed;
}
.basic-product .general-variant li button {
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
}
.flip {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.flip .front {
  opacity: 1;
  transition: all 0.5s ease;
  background-color: #f8f8f8;
}
.flip .back {
  background-color: #f8f8f8;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  transform: translateX;
}
.no-data-added,
.tab-category {
  text-align: center;
  padding: calc(40px + 32 * (100vw - 320px) / 1600) 0;
  background-color: #f8f8f8;
}
.no-data-added img,
.tab-category img {
  width: 35%;
  margin-bottom: calc(15px + 11 * (100vw - 320px) / 1600);
  max-width: 270px;
}
.no-data-added h4,
.no-data-added .h4,
.tab-category h4,
.tab-category .h4 {
  font-weight: 500;
  font-size: calc(19px + 6 * (100vw - 320px) / 1600);
  color: #232323;
  letter-spacing: unset;
  text-transform: none;
  margin-bottom: 0;
  line-height: 1.5;
}
.no-data-added.collection-no-data,
.tab-category.collection-no-data {
  padding: 120px 0;
}
.no-data-added.collection-no-data img,
.tab-category.collection-no-data img {
  width: 30%;
}
@media (max-width: 1366px) {
  .no-data-added.collection-no-data img,
  .tab-category.collection-no-data img {
    width: 42%;
  }
}
@media (max-width: 767px) {
  .no-data-added.collection-no-data img,
  .tab-category.collection-no-data img {
    width: 60%;
  }
}
@media (max-width: 480px) {
  .no-data-added.collection-no-data img,
  .tab-category.collection-no-data img {
    width: 80%;
  }
}
.no-data-added.collection-no-data p,
.tab-category.collection-no-data p {
  width: 44%;
}
@media (max-width: 1206px) {
  .no-data-added.collection-no-data p,
  .tab-category.collection-no-data p {
    width: 53%;
  }
}
@media (max-width: 1100px) {
  .no-data-added.collection-no-data p,
  .tab-category.collection-no-data p {
    width: 64%;
  }
}
@media (max-width: 575px) {
  .no-data-added.collection-no-data p,
  .tab-category.collection-no-data p {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .no-data-added.collection-no-data p,
  .tab-category.collection-no-data p {
    width: 100%;
  }
}
.no-data-added p,
.tab-category p {
  width: 100%;
  margin: calc(6px + 4 * (100vw - 320px) / 1600) auto 0;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  line-height: 1.4;
  color: #777777;
}
.no-data-added.category-no-data img,
.tab-category.category-no-data img {
  width: 64%;
}
.no-data-added.no-shipping img,
.tab-category.no-shipping img {
  width: 32%;
}
@media (max-width: 991px) {
  .no-data-added.no-shipping img,
  .tab-category.no-shipping img {
    width: 42%;
  }
}
@media (max-width: 576px) {
  .no-data-added.no-shipping img,
  .tab-category.no-shipping img {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .no-data-added.no-shipping img,
  .tab-category.no-shipping img {
    width: 80%;
  }
}
.tab-category {
  padding: 10px !important;
  background-color: transparent;
}
.tab-category h4,
.tab-category .h4 {
  font-size: 20px !important;
}
.empty-cart {
  text-align: center;
}
.empty-cart *:empty {
  display: none;
}
.empty-cart img {
  width: 65%;
  margin: 0 auto 23px;
}
.empty-cart h4,
.empty-cart .h4 {
  margin: 0;
  line-height: 1.5;
  letter-spacing: unset;
  font-weight: 500;
  text-transform: unset;
  font-size: 18px;
}
.seller-grid-box {
  background-color: #f8f8f8;
  padding: calc(12px + 13 * (100vw - 320px) / 1600);
  border-radius: 0;
  position: relative;
  border: 1px solid #eeeeee;
  display: block;
}
.seller-grid-box .grid-image {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.seller-grid-box .grid-image .image {
  width: 74px;
  height: 74px;
  padding: 10px;
  border-radius: 0;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seller-grid-box .grid-image .image a h1,
.seller-grid-box .grid-image .image a .h1 {
  line-height: 1;
  margin: 0;
}
.seller-grid-box .grid-image .contain-name {
  width: calc(100% - 74px - 10px);
  position: relative;
}
.seller-grid-box .grid-image .contain-name .since-number {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 5px;
}
.seller-grid-box .grid-image .contain-name .since-number .rating > * > span {
  line-height: 1;
}
@media (max-width: 480px) {
  .seller-grid-box .grid-image .contain-name .since-number {
    display: block;
  }
}
.seller-grid-box .grid-image .contain-name .since-number h6,
.seller-grid-box .grid-image .contain-name .since-number .h6 {
  color: #777777;
  font-weight: 500;
  text-align: right;
  margin: 0;
}
.seller-grid-box .grid-image .contain-name .since-number .product-rating {
  display: block;
  text-align: right;
}
@media (max-width: 480px) {
  .seller-grid-box .grid-image .contain-name .since-number .product-rating {
    margin-top: 2px;
  }
}
.seller-grid-box .grid-image .contain-name h3,
.seller-grid-box .grid-image .contain-name .h3 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin-bottom: 10px;
  color: #222222;
  width: 50%;
  letter-spacing: unset;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: nowrap;
}
.seller-grid-box .grid-image .contain-name .product-label {
  padding: 5px 10px;
  background-color: transparent;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-radius: 4px;
  color: var(--theme-color);
  position: relative;
  inset: unset;
  z-index: 0;
}
.seller-grid-box .grid-image .contain-name .product-label:after {
  position: absolute;
  content: "";
  background-color: var(--theme-color);
  opacity: 0.1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.seller-grid-box .grid-contain .seller-contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 25px;
}
.seller-grid-box .grid-contain .seller-contact-details h6,
.seller-grid-box .grid-contain .seller-contact-details .h6 {
  font-weight: 500;
}
.seller-grid-box .grid-contain .seller-contact-details ul {
  display: grid;
  gap: 11px;
}
.seller-grid-box .grid-contain .seller-contact-details ul li {
  display: flex;
  align-items: center;
  gap: 7px;
}
.seller-grid-box .grid-contain .seller-contact-details ul li i {
  font-size: 20px;
  line-height: 1;
  color: #777777;
}
.seller-grid-box .grid-contain .seller-contact-details ul li h5,
.seller-grid-box .grid-contain .seller-contact-details ul li .h5 {
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
  color: #464646;
}
.seller-grid-box .grid-contain .seller-contact-details ul li h5 a,
.seller-grid-box .grid-contain .seller-contact-details ul li .h5 a {
  color: #222222;
}
.seller-grid-box .grid-contain .contain-name {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.seller-grid-box .grid-contain .contain-name h6,
.seller-grid-box .grid-contain .contain-name .h6 {
  color: #777777;
  margin-left: 4px;
}
.seller-grid-box .grid-contain .contain-name h3,
.seller-grid-box .grid-contain .contain-name .h3 {
  font-size: calc(19px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin-bottom: calc(5px + 3 * (100vw - 320px) / 1600);
  color: #222222;
}
.seller-grid-box .grid-contain .contain-name .product-rating {
  margin-bottom: calc(14px + 5 * (100vw - 320px) / 1600);
}
.seller-grid-box .grid-contain .contain-name .product-label {
  padding: 5px 10px;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-radius: 4px;
  color: var(--theme-color);
  position: relative;
  z-index: 0;
}
.seller-grid-box .grid-contain .contain-name .product-label:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.1;
  left: 0;
  top: 0;
  z-index: -1;
}
.seller-grid-box .grid-contain .contain-name .grid-image {
  width: calc(67px + 33 * (100vw - 320px) / 1600);
  height: calc(67px + 33 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  padding: calc(10px + 5 * (100vw - 320px) / 1600);
  border-radius: 0;
}
.seller-grid-box .grid-contain .contain-name .grid-image h1,
.seller-grid-box .grid-contain .contain-name .grid-image .h1 {
  color: #777777;
  line-height: 1;
  font-size: calc(43px + 27 * (100vw - 320px) / 1600);
}
.seller-grid-box .grid-contain .contain-name .grid-image .image a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.seller-grid-box .grid-contain .contain-name .grid-image .image a h1,
.seller-grid-box .grid-contain .contain-name .grid-image .image a .h1 {
  margin: 0;
  font-size: 56px;
  line-height: 1;
}
.seller-grid-box .grid-contain .seller-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.seller-grid-box .grid-contain .seller-category .product-image {
  display: flex;
  flex-wrap: nowrap;
}
.seller-grid-box .grid-contain .seller-category .product-image li {
  width: calc(35px + 5 * (100vw - 320px) / 1600);
  height: calc(35px + 5 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  background: #ffffff;
  border-radius: 100%;
  padding: 4px;
  box-shadow: 0 0 2px rgba(34, 34, 34, 0.2);
  color: #777777;
  transition: all 0.3s ease-in-out;
}
.seller-grid-box .grid-contain .seller-category .product-image li:hover {
  transform: scale(1.1) translateY(-7px);
}
.seller-grid-box .grid-contain .seller-category .product-image li:last-child {
  line-height: 1;
  font-weight: 600;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.seller-grid-box .grid-contain .seller-category .product-image li + li {
  margin-left: calc(-19px + 5 * (100vw - 320px) / 1600);
}
.seller-grid-box .grid-contain .seller-category .btn {
  padding: 11px 16px;
  color: var(--theme-color) !important;
  letter-spacing: unset;
  border: 1px solid var(--theme-color) !important;
  background: unset;
  background-color: #ffffff !important;
}
.seller-grid-box .grid-contain .seller-category .btn:hover {
  background-color: var(--theme-color) !important;
  color: #fff !important;
}
@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
  .content {
    height: 30vh;
  }
  h1,
  .h1 {
    font-size: 24px;
  }
}
.seller-section .banner-content {
  margin-top: 35px;
}
.seller-section .banner-content h4,
.seller-section .banner-content .h4 {
  font-size: 22px;
  font-weight: 600;
  text-transform: unset;
  letter-spacing: unset;
  line-height: 1.3;
}
.seller-section .banner-content p {
  line-height: 1.7;
  margin-bottom: 0;
}
.brand-slider-box .logo-block {
  width: 100%;
  height: calc(80px + 40 * (100vw - 320px) / 1600);
  margin-inline: auto;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  padding: calc(14px + 14 * (100vw - 320px) / 1600) calc(13px + 5 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-slider-box .logo-block a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-slider-box .logo-block h4,
.brand-slider-box .logo-block .h4 {
  color: var(--theme-color);
  margin-bottom: 0;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 26px;
}
.brand-slider-box .logo-block img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.owl-carousel .basic-product .product-detail {
  padding-bottom: 2px;
}
.bg_cls .basic-product.theme-product-11 {
  background-color: white;
}
.bg_cls .service-block1 {
  background-color: white;
}
.compare-fix a {
  position: fixed;
  right: 80px;
  background-color: var(--theme-color);
  color: white;
  padding: 8px 11px;
  bottom: 30px;
  border-radius: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .compare-fix a {
    right: 60px;
    bottom: 80px;
  }
}
@media (max-width: 577px) {
  .compare-fix a {
    padding: 5px 11px 6px;
    right: 54px;
  }
}
.compare-fix h5,
.compare-fix .h5 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: white;
  font-weight: 500;
}
@media (max-width: 577px) {
  .compare-fix h5,
  .compare-fix .h5 {
    font-size: 12px;
  }
}
.order-search-content h3,
.order-search-content .h3 {
  color: #222222;
  font-weight: 600;
}
.comment-section .comment-list-box .comment-box {
  padding: calc(15px + 10 * (100vw - 320px) / 1600);
  height: 100%;
  border-radius: calc(8px + 10 * (100vw - 320px) / 1600);
  background: rgb(23, 16, 36);
}
.comment-section .comment-list-box .comment-box .profile-name {
  display: flex;
  align-items: center;
  color: #ffffff;
  gap: calc(13px + 7 * (100vw - 320px) / 1600);
}
.comment-section .comment-list-box .comment-box .profile-name img {
  width: calc(40px + 20 * (100vw - 320px) / 1600);
  height: calc(40px + 20 * (100vw - 320px) / 1600);
  border-radius: 100%;
}
.comment-section .comment-list-box .comment-box .profile-name h4,
.comment-section .comment-list-box .comment-box .profile-name .h4 {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  margin: 0;
  font-weight: 400;
}
.comment-section .comment-list-box .comment-box .profile-detail {
  margin-top: calc(12px + 3 * (100vw - 320px) / 1600);
}
.comment-section .comment-list-box .comment-box .profile-detail p {
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.37);
  margin: 0;
}
.tab-bg-section .tab-bg {
  width: 100%;
}
.single-product .brand-slider-box .logo-block {
  background-color: #171024;
  border-color: #212121;
}
.single-product .brand-slider-box .logo-block img {
  filter: invert(1) brightness(100);
}
.single-product .basic-product .product-title {
  color: #ffffff;
}
.single-product .basic-product .price {
  color: #ffffff;
}
.single-product .basic-product .price del {
  color: #ddd;
}
.single-product .basic-product .product-action button {
  color: #ddd;
  background-color: #212121;
}
.single-product .basic-product .product-detail h6,
.single-product .basic-product .product-detail .h6 {
  color: #ddd;
}
.single-product .basic-product .cart-info button,
.single-product .basic-product .cart-info a {
  background-color: #0d0914;
}
.single-product .basic-product .cart-info button i,
.single-product .basic-product .cart-info a i {
  color: #ddd;
}
.single-product .basic-product .img-wrapper {
  background-color: transparent;
  border-radius: 15px;
  overflow: hidden;
}
.single-product .basic-product .img-wrapper .rating-label {
  background-color: #0d0914;
  color: #ddd;
}
.single-product .basic-product .img-wrapper .quick-option {
  background-color: #0a0a16;
}
.single-product .basic-product .img-wrapper .unit-label {
  background-color: #0a0a16;
  color: #ddd;
}
.single-product .basic-product .img-wrapper .addto-cart-bottom {
  background-color: #0a0a16;
  color: #ddd;
}
.single-product .basic-product .img-wrapper .addto-cart-bottom.active {
  color: var(--theme-color);
}
.single-product .basic-product .add-cart-btn {
  color: #ddd;
  background-color: #171024;
}
.single-product .basic-product .rating-w-count span {
  color: #ddd;
}
.single-product .basic-product .addtocart_btn .qty-box .input-group {
  border-radius: 0;
  background-color: #0a0a16;
}
.single-product .basic-product .addtocart_btn .qty-box .input-group .input-number {
  color: #ddd;
}
.single-product .basic-product .addtocart_btn .qty-box .input-group button {
  border-color: #212121;
  color: #fff;
  border-radius: 0 !important;
  background-color: #212121;
  width: 34px;
  height: 34px;
  padding: 0;
}
.single-product .basic-product .addtocart_btn .qty-box .input-group button i {
  font-weight: 500;
  color: #ddd;
  font-size: 15px;
}
.single-product .basic-product .product-action {
  border-color: #212121;
}
.single-product .basic-product.theme-product-1 {
  border-color: #212121;
}
.single-product .basic-product.theme-product-1 .cart-info a,
.single-product .basic-product.theme-product-1 .cart-info button {
  background-color: #0d0914;
}
.single-product .basic-product.theme-product-1 .cart-info a i,
.single-product .basic-product.theme-product-1 .cart-info button i {
  color: #ffffff;
}
.single-product .basic-product.theme-product-1 .product-detail > div {
  border-color: #212121;
}
.single-product .basic-product.theme-product-1 .product-detail .offer-panel {
  color: #ffffff;
}
.single-product .basic-product.theme-product-2 {
  border-color: #212121;
  background-color: #0a0a16;
}
.single-product .basic-product.theme-product-2 .img-wrapper::after {
  background-color: rgba(10, 10, 22, 0.77);
}
.single-product .basic-product.theme-product-2 .cart-detail {
  border-color: #212121;
}
.single-product .basic-product.theme-product-2 .cart-detail li + li {
  border-color: #212121;
}
.single-product .basic-product.theme-product-2 .cart-detail li button,
.single-product .basic-product.theme-product-2 .cart-detail li a {
  color: #ddd;
}
.single-product .basic-product.theme-product-2 .product-detail .add-wish {
  background-color: #212121;
}
.single-product .basic-product.theme-product-3 {
  border-color: #212121;
}
.single-product .basic-product.theme-product-6 {
  border-color: #212121;
}
.single-product .basic-product.theme-product-6 .cart-info {
  background-color: #0a0a16;
}
.single-product .basic-product.theme-product-7,
.single-product .basic-product.theme-product-8 {
  background-color: #0a0a16;
  border-color: #212121;
}
.single-product .basic-product.theme-product-9 {
  background-color: #0a0a16;
  border-color: #212121;
}
.single-product .basic-product.theme-product-9 .price-vertical h4,
.single-product .basic-product.theme-product-9 .price-vertical .h4 {
  color: #ddd;
}
.single-product .basic-product.theme-product-9 .discount-value {
  border-color: #212121;
  color: #ddd;
}
.single-product .basic-product.theme-product-11 {
  border-color: #212121;
}
.single-product .basic-product.theme-product-11 .abs-product {
  background-color: #0a0a16;
}
.single-product .dark-layout {
  background:
    linear-gradient(
      106deg,
      rgb(58, 41, 59) 0%,
      rgb(11, 11, 23) 100%);
}
.single-product .sub-footer.darker-subfooter {
  background-color: #221926;
}
.owl-carousel .basic-product.theme-product-1 {
  margin-bottom: 1px;
}
.no-data-footer {
  background-color: #eee;
  padding: 20px 15px;
}
.no-data-footer h4,
.no-data-footer .h4 {
  margin: 0 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.03em !important;
  margin-bottom: 0 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #222 !important;
}
.bag-category-not-found {
  margin-top: 1.5rem;
}
.coming-soon-section {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.coming-soon-section .timer {
  margin-top: 13px;
  padding: 19px 30px;
}
.coming-soon-section .timer p {
  display: flex;
  align-items: center;
  gap: 11px;
}
.coming-soon-section .timer span {
  width: 50px;
  display: inline-block;
  text-align: center;
  position: relative;
  display: grid;
  gap: 3px;
  font-size: 22px;
}
.coming-soon-section .timer span .timer-cal,
.coming-soon-section .timer span .padding-l {
  font-size: 14px;
}
.coming-soon-section .timer .padding-l {
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  width: auto;
  padding: 0;
}
.coming-soon-section .coming-title h2,
.coming-soon-section .coming-title .h2 {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: unset;
}
.coming-soon-section .coming-text {
  font-size: 18px;
  font-weight: 500;
}
.coupon-box {
  position: relative;
  padding: calc(15px + 5 * (100vw - 320px) / 1600);
  background: #f8f8f8;
  border-radius: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.coupon-box .coupon-name {
  display: block;
}
.coupon-box .coupon-name h5,
.coupon-box .coupon-name .h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: calc(17px + 1 * (100vw - 320px) / 1600);
  margin: 0;
  line-height: 1.4;
}
.coupon-box .coupon-content {
  margin-top: calc(3px + 5 * (100vw - 320px) / 1600);
}
.coupon-box .coupon-content p {
  color: #777;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-weight: 500;
  -webkit-box-orient: vertical;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  margin-bottom: calc(6px + 5 * (100vw - 320px) / 1600);
}
.coupon-box .coupon-content .coupon-apply {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: calc(8px + 4 * (100vw - 320px) / 1600);
  border-top: 1px dashed rgba(0, 0, 0, 0.12);
}
.coupon-box .coupon-content .coupon-apply h6,
.coupon-box .coupon-content .coupon-apply .h6 {
  font-weight: 600;
  color: #232323;
  line-height: 1.3;
  margin: 0;
  font-size: 15px;
}
.coupon-box .coupon-content .coupon-apply .copy-btn {
  border: unset;
  color: var(--theme-color);
  padding: 0;
}
.setting_box_body {
  position: relative;
  background-color: white;
  z-index: 9;
  height: 100vh;
}
.scroll-setting-box ::-webkit-scrollbar {
  width: 4px;
  height: 7px;
}
.scroll-setting-box ::-webkit-scrollbar-track {
  background: #dddddd;
}
.scroll-setting-box ::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 0;
}
.scroll-setting-box ::-webkit-scrollbar-thumb:hover {
  background: #555555;
}
.setting-box {
  position: fixed;
  height: 100vh;
  overflow-y: auto;
  width: 450px;
  right: -670px;
  background-color: #ffffff;
  top: 0;
  z-index: 999;
  box-shadow: 0 15px 5px 0 rgba(77, 77, 77, 0.28);
  transition: all 0.5s ease;
}
.setting-box .form-switch {
  padding: 0;
  margin: 0;
  min-height: unset;
}
.setting-box .form-switch .form-check-input {
  height: 22px;
  width: 44px;
  cursor: pointer;
  border: 1px solid #eee;
  filter: unset;
  margin: 0;
  position: relative;
  background-color: transparent;
  background-image: unset;
}
.setting-box .form-switch .form-check-input:focus {
  background-image: unset;
  border-color: #dee2e6;
}
.setting-box .form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: var(--theme-color);
}
.setting-box .form-switch .form-check-input:checked::before {
  left: unset;
  right: 3px;
  background-color: #fff;
}
.setting-box .form-switch .form-check-input::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  background-color: #bfbfbf;
  border-radius: 100%;
  width: 15px;
  height: 15px;
}
.setting-box.open-setting {
  right: 0;
  transition: all 0.5s ease;
}
.setting-box.open-setting .overlay {
  visibility: visible;
  transition: all 0.5s ease;
}
.setting-box .setting-inner-title a {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  color: #222222;
  line-height: 24px;
}
.setting-box .setting-body {
  padding: 0 calc(12px + 8 * (100vw - 320px) / 1600);
}
.setting-box .accordion-item {
  border: none;
  background-color: transparent;
}
.setting-box .accordion-body {
  padding: 0;
}
.setting-box .accordion-button {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px dashed #eee;
  text-align: unset;
  font-weight: 500;
  padding: calc(15px + 5 * (100vw - 320px) / 1600) 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  justify-content: space-between;
  z-index: 0;
  color: #222222;
}
.setting-box .accordion-button::after {
  width: unset;
  height: unset;
  content: "\ea4e";
  font-family: remixicon;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  background: unset;
  font-size: 23px;
  font-weight: 400;
  margin: 0;
  color: #777;
}
.setting-box .accordion-button .setting-description-text {
  display: grid;
}
.setting-box .accordion-button .setting-description-text .setting-content {
  font-weight: 400;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  color: #777777;
  line-height: 20px;
  margin-top: 3px;
}
.setting-box .setting-section {
  border-bottom: 1px dashed #eee;
  font-weight: 500;
  padding: calc(15px + 5 * (100vw - 320px) / 1600) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.setting-box .setting-inner-title h5,
.setting-box .setting-inner-title .h5,
.setting-box .setting-inner-title p {
  margin-bottom: 0;
}
.setting-box .setting-inner-title p {
  font-weight: 400;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}
.setting-box .setting-inner-title h5,
.setting-box .setting-inner-title .h5 {
  font-weight: 500;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.setting-box .setting-title {
  border-bottom: 1px solid #efefef;
  margin-bottom: 0;
  padding: calc(15px + 5 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f8f8f8;
  position: sticky;
  top: 0;
  z-index: 1;
}
.setting-box .setting-title .close-icon {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #eee;
  font-size: 12px;
  cursor: pointer;
}
.setting-box .setting-title h4,
.setting-box .setting-title .h4 {
  font-weight: 600;
}
.setting-box .setting-title h3,
.setting-box .setting-title .h3 {
  line-height: 31px;
  margin-top: 10px;
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 0;
  color: #a3a3a3;
}
.setting-box .setting-title h3 span,
.setting-box .setting-title .h3 span {
  font-family: "Yellowtail", cursive;
  color: #f54c3b;
  text-transform: uppercase;
}
.setting-box .setting-title h4,
.setting-box .setting-title .h4 {
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
}
.setting-box .setting-title.active .according-menu:before {
  content: "\f068";
  position: absolute;
  right: 2px;
  top: 2px;
}
.setting-box .setting-title .according-menu:before {
  content: "\f067";
  position: absolute;
  right: 2px;
  top: 2px;
}
.setting-box .setting-contant {
  margin: 20px 0;
  height: 340px;
  overflow: hidden auto;
  padding-right: 10px;
}
.setting-box .setting-contant::-webkit-scrollbar-thumb {
  background: var(--theme-color);
}
.setting-box .setting-contant::-webkit-scrollbar-track {
  background: #eaeaea;
}
.setting-box .setting-contant .setting_buttons .setting_btn {
  background-color: var(--theme-color);
  color: white;
  width: 100%;
}
.setting-box .setting-contant .setting_buttons li:first-child {
  width: 49%;
}
.setting-box .setting-contant .setting_buttons li.active {
  box-shadow: 0px 0px 5px 0px rgb(146, 146, 146);
}
.setting-box .setting-contant .setting_buttons li:last-child {
  margin-left: 10px;
  width: 46%;
}
.setting-box .setting-contant .color-box li {
  display: flex;
  align-items: center;
}
.setting-box .setting-contant .color-box li span {
  text-transform: capitalize;
  margin-bottom: 2px;
  font-size: 15px;
}
.setting-box .setting-contant .color-box li input {
  border: none;
  box-shadow: none;
  width: 34px;
  height: 34px;
  background-color: transparent;
  margin-right: 5px;
}
.setting-box .setting-contant .color-box li input:focus {
  outline: none;
}
.setting-box .setting-contant .color-box li + li {
  margin-top: 5px;
}
.setting-box .buy_btn {
  padding: 20px;
}
.setting-box .buy_btn a {
  background-color: #f3f3f3;
  color: #3c3c3c;
  padding: 10px;
  transition: all 0.5s ease;
}
.setting-box .buy_btn a i {
  margin-right: 5px;
  font-size: 18px;
}
.setting-box .buy_btn a img {
  filter: grayscale(100);
}
.setting-box .overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.theme-settings {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  padding: calc(9px + 3 * (100vw - 320px) / 1600) calc(8px + 2 * (100vw - 320px) / 1600);
  margin: 0;
  color: #ffffff;
  text-transform: uppercase !important;
  background-color: #333333;
  writing-mode: vertical-lr;
  gap: 5px;
  font-weight: 500;
  cursor: pointer;
}
.theme-settings ul li {
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  box-shadow: none;
  margin-bottom: 0;
  margin-left: auto;
  cursor: pointer;
  font-weight: 600;
  padding: 12px 12px;
  margin: 0;
  color: white;
}
.theme-settings ul li:last-child {
  margin-bottom: 0;
}
.theme-settings ul li.demo-li {
  width: 50px;
  height: 40px;
}
.theme-settings ul li .backend-btn {
  font-size: 13px;
}
.theme-settings ul li .backend-btn a {
  color: #222;
}
.theme-settings ul li.input-picker {
  background: none;
  overflow: hidden;
}
.theme-settings ul li.input-picker img {
  display: none;
}
.theme-settings ul li.input-picker input {
  height: 100%;
  opacity: 1;
  padding: 0;
  border: none;
}
.theme-settings ul li.input-picker input::-webkit-color-swatch {
  border: none;
}
.sale {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.sale a {
  top: 50%;
  right: -20px;
  width: 230px;
  height: 36px;
  line-height: 36px;
  letter-spacing: 5px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transform: translate(50%, -50%) rotate(-90deg);
  transform: translate(50%, -50%) rotate(-90deg);
  text-align: center;
  background-color: var(--theme-color);
  margin-bottom: 0;
  cursor: pointer;
}
.demo-section .title-text h3,
.demo-section .title-text .h3 {
  color: var(--theme-color);
  margin-bottom: 24px;
  display: inline-block;
  padding-bottom: 5px;
  font-size: 40px;
  position: relative;
}
.demo-section .title-text h3 i,
.demo-section .title-text .h3 i {
  font-size: 22px;
  position: absolute;
  top: 0;
  right: -20px;
}
.demo-section .demo-effects h4,
.demo-section .demo-effects .h4 {
  text-transform: capitalize;
}
.demo-section .demo-effects .set-position {
  display: block;
}
.demo-section .demo-effects > div {
  text-decoration: none;
  color: black;
}
.demo-section .demo-effects > div .layout-container {
  height: 100%;
  width: 100%;
  display: inline-flex;
  background-size: cover;
  transition: all 0.1s ease-in-out;
  border: 1px solid #eee;
}
.demo-section .demo-effects > div .layout-container.active {
  border-color: var(--theme-color);
}
.demo-section .demo-effects > div .layout-container.active ~ a h4,
.demo-section .demo-effects > div .layout-container.active ~ a .h4 {
  color: var(--theme-color);
  font-weight: 600;
}
.demo-section .demo-effects > div .layout-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.demo-section .demo-effects > div .demo-text h4,
.demo-section .demo-effects > div .demo-text .h4 {
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  margin-top: calc(5px + 5 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: all 0.5s ease;
}
.demo-section .demo-effects > div .demo-text h4 span,
.demo-section .demo-effects > div .demo-text .h4 span {
  background-color: var(--theme-color);
  border-radius: 4px;
  color: #ffffff;
  font-size: 13px;
  width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-left: 6px;
}
.demo-section .demo-effects > div .demo-text .demo-btn {
  margin-top: 10px;
}
.demo-section .demo-effects > div .demo-text .demo-btn .btn {
  border: 1px solid #ddd;
  background-color: white;
  width: 90px;
  color: var(--theme-color);
  padding: 5px 10px;
  border-radius: 30px;
}
.demo-section .demo-effects > div .demo-text .demo-btn .btn:hover {
  background-color: var(--theme-color);
  color: white;
}
.demo-section .demo-effects:last-child {
  margin-bottom: 0;
}
.demo-section .demo-effects.effect-2 .layout-container {
  background-size: cover;
  background-repeat: no-repeat;
}
.demo-section .demo-effects.effect-2:hover .layout-container {
  background-position: top !important;
}
.demo-section .demo-effects.effect-3 .layout-container {
  background-size: cover;
  background-repeat: no-repeat;
}
.demo-section .demo-effects.effect-3:hover .layout-container {
  background-position: top !important;
}
.dark-demo .dark-light-btn {
  display: none;
}
@media (min-width: 1630px) {
  body.christmas .container {
    max-width: 1600px;
  }
}
@media (max-width: 1630px) {
  body.christmas .home-slider .slider-details {
    width: 400px;
    height: 400px;
  }
}
@media (min-width: 1430px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1630px) {
  .container-lg {
    max-width: 1610px;
  }
}
@media (max-width: 1630px) {
  .gradient-category .gradient-border {
    height: 180px;
  }
}
@media (max-width: 1430px) {
  header.left-header .top-header {
    padding-left: 0;
  }
  header.left-header .top-header .header-contact {
    display: none;
  }
  header.left-header .sidenav {
    left: -300px;
  }
  header.left-header .sidenav.open-side {
    left: 0;
  }
  header.left-header .sidenav .sidebar-back {
    display: block;
    color: black;
    border-bottom: 1px dashed #dddddd;
  }
  header.left-header .sidenav .brand-logo {
    display: none;
  }
  header.left-header .sidenav .left-sidebar_center {
    padding: 0 0 25px 25px;
  }
  header.left-header .sidenav .left-sidebar_center .skeleton-category-img,
  header.left-header .sidenav .left-sidebar_center .skeleton-category-text {
    display: none;
  }
  header.left-header .main-menu .menu-left .navbar {
    display: block;
  }
  header.left-header .main-menu .menu-left .mobile-logo {
    display: block;
    border: none;
  }
  .blog-section .review-box .review-content p {
    margin-bottom: 35px;
  }
  .service-w-bg .service-block .media {
    height: 100%;
  }
  .service-w-bg .service-block h4,
  .service-w-bg .service-block .h4 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .service-w-bg .service-block svg {
    width: 50px;
    height: 50px;
  }
  .banner-slider .height-banner {
    height: unset;
  }
  .box-product .theme-card .offer-slider .media .media-body .rating i {
    padding-right: 0;
  }
  .box-product .full-box .theme-card .offer-slider .product-box2 .media .media-body h4,
  .box-product .full-box .theme-card .offer-slider .product-box2 .media .media-body .h4 {
    font-size: 16px;
  }
  .pet-parallax .pet-decor {
    left: 60px;
    bottom: -125px;
  }
  .pet-parallax .pet-decor img {
    width: 240px;
  }
  .tools_slider .home-slider .slider-contain {
    margin-left: 80px;
  }
  .tools_slider .home-slider .home .tools-parts img,
  .tools_slider .home-slider .home .tools-parts1 img {
    width: 250px;
  }
  .tools_slider .home-slider .home .tools-parts {
    right: 0;
  }
  .tools_slider .home-slider .home .tools-parts1 {
    right: 10%;
  }
  .tools_slider .home-slider .home #tools-move2 {
    right: 7%;
  }
  .banner-style-1 .custom-height {
    height: 374px;
  }
  .banner-style-1 .full-box .theme-card .offer-slider .product-box2 .media img.h-cls {
    height: 210px;
  }
  .banner-style-2.absolute-banner .absolute-bg .collection-banner .absolute-img img {
    width: 38%;
  }
  .header-style-5.color-style .form_search {
    width: 500px;
  }
  .home-slider .home-decor .decor.decor-3,
  .center-slider .home-decor .decor.decor-3 {
    right: 4%;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
    width: 20%;
    padding-right: 0 !important;
    border-left: 1px solid #dddddd;
  }
  .cart-section .cart-buttons > div:last-child {
    padding-right: 38px;
  }
  .cart-section tbody tr td {
    min-width: 175px;
  }
  .cart-section tbody tr td .qty-box .input-group .form-control {
    width: 75px;
  }
  .cart-section tfoot tr td {
    padding-right: 41px;
  }
}
@media (max-width: 1400px) {
  .gradient-category .gradient-border {
    height: 140px;
  }
}
@media (max-width: 1367px) {
  h2,
  .h2 {
    font-size: 32px;
  }
  .title1 .title-inner1 {
    padding-bottom: 10px;
  }
  .title1 .title-inner1:after {
    height: 2px;
  }
  .title3 .line {
    height: 3px;
  }
  .title3 .line:after,
  .title3 .line:before {
    height: 3px;
  }
  .title3 .title-inner3 {
    margin-bottom: 10px;
  }
  .title4 .title-inner4 {
    padding-bottom: 15px;
  }
  .title1.title5 hr[role=tournament6] {
    margin: 10px auto 30px auto;
  }
  hr.style1 {
    height: 1px;
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .home-slider .slider-details {
    right: 14%;
  }
  .home-slider:hover .owl-prev,
  .home-slider:hover .owl-next {
    transform: scale(1.8);
  }
  .product-box .product-detail .rating i,
  .product-box .product-info .rating i,
  .product-wrap .product-detail .rating i,
  .product-wrap .product-info .rating i {
    padding-right: 0;
  }
  .blog-details h4,
  .blog-details .h4 {
    margin-top: 20px;
  }
  .blog-details p {
    font-size: 16px;
  }
  .service-block h4,
  .service-block .h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .service-w-bg .service-block h4,
  .service-w-bg .service-block .h4 {
    font-size: 15px;
  }
  .service-w-bg .service-block svg {
    width: 40px;
    height: 40px;
  }
  .subscribe-form .form-control {
    width: 215px;
    height: auto;
  }
  .category-bg .image-block.even:after {
    bottom: 91%;
  }
  .category-bg .contain-block h2,
  .category-bg .contain-block .h2 {
    font-size: 30px;
  }
  .category-bg .contain-block.even:after {
    top: 91%;
  }
  .category-bg .contain-block .category-btn {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .category-bg .contain-block:after {
    bottom: 91%;
  }
  .full-banner .banner-contain h4,
  .full-banner .banner-contain .h4 {
    padding-top: 8px;
  }
  .full-banner .banner-contain .color {
    padding-top: 0;
  }
  .collection-banner .contain-banner h2,
  .collection-banner .contain-banner .h2 {
    font-size: 55px;
    letter-spacing: 0.01em;
  }
  .collection-banner .contain-banner h4,
  .collection-banner .contain-banner .h4 {
    letter-spacing: 0.01em;
  }
  .footer-theme2 .contact-details li {
    padding: 0 40px;
  }
  .footer-theme2 .footer-mobile-title {
    display: none !important;
  }
  .footer-theme .sub-title h4,
  .footer-theme .sub-title .h4 {
    font-size: calc(15px + 1 * (100vw - 320px) / 1047);
  }
  .footer-theme .sub-title .contact-list li {
    line-height: 26px;
  }
  .footer-theme .sub-title .contact-list i {
    top: 17px;
  }
  .theme-card .offer-slider .media .media-body h4,
  .theme-card .offer-slider .media .media-body .h4 {
    margin-top: 10px;
  }
  .full-box .theme-card .offer-slider .product-box2 .media .media-body a h6,
  .full-box .theme-card .offer-slider .product-box2 .media .media-body a .h6 {
    margin-right: 0;
  }
  .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .color-variant li {
    margin-top: 15px;
  }
  .blog-page .blog-media .blog-right h4,
  .blog-page .blog-media .blog-right .h4 {
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .blog-page .blog-media .blog-right h6,
  .blog-page .blog-media .blog-right .h6 {
    margin-bottom: 5px;
  }
  .blog-page .blog-media .blog-right ul {
    margin-bottom: 10px;
  }
  .blog-page .blog-media .blog-right p {
    line-height: 1.4;
  }
}
@media (max-width: 1199px) {
  .p-0-xl {
    padding: 0;
  }
  header.left-header.left-header-relative {
    height: 100%;
    z-index: 9;
    height: 0;
  }
  header.left-header.left-header-relative .pixelstrap ul ul {
    background: transparent;
  }
  header.left-header.left-header-relative .pixelstrap a .sub-arrow {
    display: block;
  }
  header.left-header.left-header-relative .pixelstrap > li > a {
    text-align: left;
    padding: 10px 25px;
  }
  header.left-header.left-header-relative .pixelstrap > li > a:hover,
  header.left-header.left-header-relative .pixelstrap > li > a:focus,
  header.left-header.left-header-relative .pixelstrap > li > a.highlighted {
    padding: 10px 25px;
  }
  header.left-header.left-header-relative .sidenav {
    position: fixed;
    left: -300px;
    width: 300px;
    top: 0;
    z-index: 10;
    height: 100vh;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
  }
  header.left-header.left-header-relative .sidenav nav {
    height: 100%;
  }
  header.left-header.left-header-relative .sidenav .sidebar-overlay {
    z-index: -1;
  }
  header.left-header.left-header-relative .sidenav.open-side {
    left: 0;
  }
  header.left-header.left-header-relative .sidenav .left-sidebar_center {
    padding: 0 0 25px 25px;
  }
  header.left-header.left-header-sm .sidenav {
    left: -300px;
    top: 0;
    width: 300px;
  }
  header.left-header.left-header-sm .sidenav .sidebar-back {
    margin-bottom: 0;
  }
  header.left-header.left-header-sm .sidenav .left-sidebar_center .pixelstrap a .sub-arrow {
    display: block;
  }
  header.left-header.left-header-sm .sidenav .left-sidebar_center .pixelstrap > li > a {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 10px 25px;
    font-size: 14px;
  }
  header.left-header.left-header-sm .sidenav .left-sidebar_center .pixelstrap > li > a img {
    margin-left: 0;
    margin-right: 12px !important;
    width: 38px;
  }
  header.left-header.left-header-sm.open-side .sidenav {
    left: 0;
  }
  header.header-tools .pixelstrap.sm-horizontal li .lable-nav {
    top: -8px;
  }
  header.header-5.overlay-style .pixelstrap > li > a,
  header.header-5.overlay-style .pixelstrap > li > a:hover,
  header.header-5.overlay-style .pixelstrap > li > a:active {
    color: black;
  }
  .header-style-1 .main-menu {
    margin-bottom: -4px;
  }
  .header-style-1 .bg-light-xl {
    background-color: #f8f9fa !important;
  }
  .header-style-light .header-style-5 .bottom-part.bottom-light .main-nav-center .sm > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .header-style-5 .bottom-part {
    height: 0;
  }
  .header-style-5 .bottom-part .category-menu .toggle-sidebar {
    padding-bottom: 18px;
  }
  .header-style-5 .bottom-part .pixelstrap > li > a {
    color: #222;
  }
  .header-style-5 .bottom-part .pixelstrap > li > a:hover,
  .header-style-5 .bottom-part .pixelstrap > li > a:focus,
  .header-style-5 .bottom-part .pixelstrap > li > a:active {
    color: #222;
  }
  .header-style-5 .bottom-part.bottom-light {
    padding-top: 0;
    border-top: none;
  }
  .header-style-5 .bottom-part.bottom-light .marketplace-sidebar.sidenav.fixed-sidebar {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 300px;
    display: block;
    z-index: 9;
    left: -300px;
  }
  .header-style-5 .bottom-part.bottom-light .marketplace-sidebar.sidenav.fixed-sidebar .sm-vertical {
    border: none;
  }
  .header-style-5 .bottom-part.bottom-light .marketplace-sidebar.sidenav.fixed-sidebar.open-side {
    left: 0;
  }
  .header-style-5.border-style .bottom-part.bottom-light {
    border-bottom: none;
  }
  .header-style-5.border-style .main-menu .menu-left .navbar {
    padding: 30px 45px 30px 0;
  }
  .header-style-5.border-style .main-nav-center .toggle-nav {
    right: 160px;
    top: -98px;
  }
  .header-style-5.color-style.style-classic .bottom-part {
    margin-bottom: 0;
    z-index: unset;
  }
  .header-style-5.color-style.style-classic .bottom-part .main-nav-center .sm > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-style-5.color-style.style-classic .bottom-part .container {
    background-color: transparent;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-compact .menu-row {
    height: 0;
  }
  .header-compact .menu-row .delivery-area {
    position: absolute;
    top: -58px;
    left: 200px;
  }
  .header-compact .main-menu .brand-logo {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .header-compact .bottom-part {
    padding-bottom: 0;
  }
  .header-compact .main-menu {
    z-index: unset;
  }
  .header-compact .main-nav-center .toggle-nav {
    top: -91px;
  }
  .left-sidebar-header .main-menu .menu-left .navbar {
    padding: 20px 25px 20px 0;
  }
  .pt-res-0 {
    padding-top: 0 !important;
  }
  .svg-icon-menu .pixelstrap > li > a img {
    width: 30px;
  }
  .service-w-bg .service-block img {
    margin-right: 10px;
    width: 40px;
    height: 40px;
  }
  .service-w-bg .service-block svg {
    width: 50px;
    height: 50px;
  }
  .service-style-border .service-block {
    justify-content: unset;
  }
  .service-style-border .service-block svg {
    width: 66px;
    margin-right: 4px;
  }
  .service-style-border .service-block .media-body {
    padding-left: 10px;
  }
  .marketplace-sidebar.sidenav {
    height: 100vh;
    width: 300px;
    position: fixed;
    z-index: 9;
    top: 0;
    left: -300px;
  }
  .marketplace-sidebar.sidenav .sm-vertical {
    background-color: transparent;
    padding: 0;
  }
  .marketplace-sidebar.sidenav.open-side {
    left: 0;
  }
  .marketplace-sidebar.sidenav.fixed-sidebar {
    display: block;
    height: 100vh;
    width: 300px;
    position: fixed;
    z-index: 9;
    top: 0;
    left: -300px;
  }
  .marketplace-sidebar.sidenav.fixed-sidebar .sm-vertical {
    background-color: transparent;
    padding: 0;
    border: none;
  }
  .marketplace-sidebar.sidenav.fixed-sidebar.open-side {
    left: 0;
  }
  section,
  .section-t-space {
    padding-top: 60px;
  }
  .section-b-space {
    padding-bottom: 60px;
  }
  .title1 h4,
  .title1 .h4 {
    padding-bottom: 8px;
  }
  .title1 .title-inner1 {
    padding-bottom: 12px;
    margin-bottom: 25px;
  }
  .title1.title5 hr[role=tournament6] {
    margin: 12px auto 25px auto;
  }
  .title2 h4,
  .title2 .h4 {
    padding-bottom: 8px;
  }
  .title2 .title-inner2 {
    margin-bottom: 25px;
  }
  .title3 h4,
  .title3 .h4 {
    padding-bottom: 8px;
  }
  .title3 .title-inner3 {
    margin-bottom: 10px;
  }
  .title3 .line {
    margin-bottom: 25px;
  }
  .title4 .title-inner4 {
    padding-bottom: 15px;
  }
  .title4 .line {
    margin-bottom: 25px;
  }
  .title-borderless {
    margin-bottom: 25px;
  }
  header.header-tools .toggle-nav {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  header.header-tools .pixelstrap > li > a {
    padding: 10px 15px !important;
  }
  header.header-tools .pixelstrap > li > a:hover,
  header.header-tools .pixelstrap > li > a:active,
  header.header-tools .pixelstrap > li > a:focus,
  header.header-tools .pixelstrap > li > a.highlighted {
    padding: 10px 15px;
  }
  header.header-tools .pixelstrap li .lable-nav {
    top: 5px;
  }
  header.header-christmas .pixelstrap > li > a {
    color: black !important;
    padding: 10px 15px;
  }
  header.header-christmas .pixelstrap > li > a:active,
  header.header-christmas .pixelstrap > li > a:focus,
  header.header-christmas .pixelstrap > li > a:hover,
  header.header-christmas .pixelstrap > li > a.highlighted {
    padding: 10px 15px;
  }
  .form_search {
    display: none;
  }
  .tab-left .theme-tab {
    display: block;
  }
  .tab-left .theme-tab .left-side {
    width: 100%;
  }
  .tab-left .theme-tab .left-side li {
    width: unset;
    border-bottom: none;
    padding: 0 5px;
  }
  .tab-left .theme-tab .left-side li:first-child {
    border-top: none;
  }
  .tab-left .theme-tab .left-side .tab-title {
    margin-right: 0;
    text-align: center;
  }
  .tab-left .theme-tab .tab-content-cls {
    width: 100%;
  }
  .pet-parallax .pet-decor {
    left: 45px;
    bottom: -105px;
  }
  .pet-parallax .pet-decor img {
    width: 200px;
  }
  .about-text p {
    margin-bottom: 25px;
  }
  .footer-theme2 p {
    line-height: 25px;
  }
  .footer-theme2 .subscribe-block {
    padding: 10px 70px;
  }
  .footer-theme2 .footer-mobile-title {
    display: none !important;
  }
  .footer-theme2 .contact-details li {
    line-height: 25px;
    padding: 0 10px;
  }
  .footer-theme2 .footer-link li {
    padding-right: 25px;
  }
  .footer-theme2.section-light .footer-block .subscribe-white {
    padding: 50px;
  }
  .service-block svg,
  .service-block1 svg {
    width: 50px;
    height: 50px;
  }
  .service-block1 svg {
    margin-bottom: 15px;
  }
  .category-border div .category-banner .category-box h2,
  .category-border div .category-banner .category-box .h2 {
    padding: 13px 27px;
  }
  .collection-banner .contain-banner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .category-bg .image-block.even:after {
    bottom: 87%;
  }
  .category-bg .contain-block.even:after {
    top: 87%;
  }
  .category-bg .contain-block:after {
    bottom: 87%;
  }
  .theme-tab .tab-title2 {
    font-size: 22px;
  }
  .theme-tab .tab-title2:after {
    top: 17px;
  }
  .blog-section .review-box {
    padding: 15px;
  }
  .blog-section .review-box .review-content p {
    margin-top: 0;
  }
  .full-banner .banner-contain h4,
  .full-banner .banner-contain .h4 {
    padding-top: 5px;
  }
  .full-banner .santa-img img {
    width: 200px;
  }
  .instagram .insta-decor {
    display: none;
  }
  .logo-section .logo-decor {
    display: none;
  }
  .blog-section .review-box .santa-img {
    display: none;
  }
  .collection-banner .contain-banner.banner-3 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .collection-banner .contain-banner.banner-3 h2,
  .collection-banner .contain-banner.banner-3 .h2 {
    font-size: 22px;
  }
  .collection-banner .contain-banner.banner-3 h4,
  .collection-banner .contain-banner.banner-3 .h4 {
    font-size: 12px;
  }
  .collection-banner .contain-banner h2,
  .collection-banner .contain-banner .h2 {
    font-size: 40px;
  }
  .home-slider .home {
    height: 70vh;
  }
  .home-slider .slider-contain {
    height: 70vh;
  }
  .home-slider .slider-contain h1,
  .home-slider .slider-contain .h1 {
    font-size: 50px;
  }
  .height-85 .home-slider .home {
    height: 80vh;
  }
  .height-85 .home-slider .slider-contain {
    height: 80vh;
  }
  .digital-download .height-85 .home-slider {
    height: 80vh;
  }
  .nft-home .home-slider .slider-contain {
    padding-top: 82px;
  }
  .background .contain-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .theme-card .offer-slider .media .media-body .rating i {
    padding-right: 3px;
  }
  .full-box .theme-card .offer-slider img {
    padding: 15px 10px 15px 0;
  }
  .full-box .theme-card .offer-slider .product-box2 .media img {
    height: 250px;
  }
  .full-box .theme-card .offer-slider .product-box2 .media .media-body {
    padding-right: 5px;
  }
  .full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant {
    margin-top: 5px;
  }
  .full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant li {
    margin-top: 5px;
  }
  .home-slider .slider-details {
    width: 335px !important;
    height: 335px !important;
  }
  .home-slider .slider-details h1,
  .home-slider .slider-details .h1 {
    font-size: 50px;
  }
  .home-slider .slider-details h2,
  .home-slider .slider-details .h2 {
    font-size: 36px;
  }
  .home-slider.fullpage .home .slider-contain h1,
  .home-slider.fullpage .home .slider-contain .h1 {
    font-size: 35px;
  }
  .home-slider.fullpage .home .slider-contain p {
    max-width: 450px;
    font-size: 14px;
  }
  .home-slider.fullpage .home .slider-contain .btn-solid {
    padding: 10px 15px;
  }
  .about-section h2,
  .about-section .h2 {
    font-size: 22px;
  }
  .about-section .about-text p {
    line-height: 24px;
  }
  .about-section .service .service-block1 svg {
    margin-bottom: 5px;
  }
  .about-section .service .service-block1 h5,
  .about-section .service .service-block1 .h5 {
    line-height: 18px;
  }
  .about-section .small-section {
    padding-top: 20px;
  }
  .add_to_cart.top,
  .add_to_cart.bottom {
    left: -300px;
    top: 0;
    height: 100vh;
    width: 300px;
  }
  .add_to_cart.top .cart-inner,
  .add_to_cart.bottom .cart-inner {
    height: 100vh;
    overflow: auto;
  }
  .add_to_cart.top .cart-inner .cart_top,
  .add_to_cart.bottom .cart-inner .cart_top {
    padding: 20px !important;
    margin-bottom: 20px;
  }
  .add_to_cart.top .cart-inner .cart_media,
  .add_to_cart.bottom .cart-inner .cart_media {
    padding: 0 20px !important;
    display: block;
  }
  .add_to_cart.top .cart-inner .cart_media .cart_product,
  .add_to_cart.bottom .cart-inner .cart_media .cart_product {
    padding: 0;
    width: 100%;
    display: block;
    overflow-y: hidden;
  }
  .add_to_cart.top .cart-inner .cart_media .cart_product li,
  .add_to_cart.bottom .cart-inner .cart_media .cart_product li {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding-bottom: 10px;
  }
  .add_to_cart.top .cart-inner .cart_media .cart_total,
  .add_to_cart.bottom .cart-inner .cart_media .cart_total {
    padding: 0;
    width: 100%;
  }
  .add_to_cart.top.open-side,
  .add_to_cart.bottom.open-side {
    left: 0;
  }
  .category-slide .img-category .img-sec {
    width: 85%;
  }
  .p-0-responsive {
    padding-top: 0 !important;
  }
  .single-prodct-feature {
    background-image: none !important;
  }
  .single-prodct-feature .upper-sec-feature {
    margin-bottom: 55px;
  }
  .single-prodct-feature .upper-sec-feature .height-cls-res > div {
    height: 100% !important;
  }
  .single-prodct-feature .lower-sec-feature {
    margin-bottom: 50px;
  }
  .single-prodct-feature .home-slider .home {
    height: auto !important;
  }
  .banner-style-1 .custom-height {
    height: 314px;
  }
  .banner-style-1 .full-box .theme-card .offer-slider .product-box2 .media img.h-cls {
    height: 170px;
  }
  .button-dark.category-button .btn {
    padding: 13px 10px;
  }
  .button-dark.category-button .btn img {
    width: 24px;
  }
  .gradient-category .gradient-border {
    height: 185px;
  }
  .cart-section tbody tr td,
  .wishlist-section tbody tr td {
    min-width: 186px;
  }
  .blog-detail-page .comment-section li {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .product-wrapper-grid.list-view .product-box .img-wrapper,
  .product-wrapper-grid.list-view .product-box .img-block {
    width: 50%;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
    width: 20%;
    padding-right: 0 !important;
    border-left: 1px solid #dddddd;
  }
  .cart-section tbody tr td {
    min-width: 140px;
  }
  .cart-section tbody tr td .qty-box .input-group .form-control {
    width: 52px;
  }
  .cart-section tfoot tr td {
    padding-right: 25px;
  }
  .collection-filter-block .product-service .media .media-body h4,
  .collection-filter-block .product-service .media .media-body .h4 {
    font-size: 16px;
  }
  .testimonial .testimonial-slider .media .media-body {
    padding: 30px;
  }
  .testimonial .testimonial-slider .media .media-body p {
    line-height: 1.5;
  }
  .blog-page .blog-media {
    margin-bottom: 20px;
  }
  .blog-page .blog-media .blog-right {
    display: block;
    margin-top: 15px;
  }
  .blog-page .blog-media .blog-right p {
    line-height: 1.3;
  }
  .product-description-box .product-icon .product-social li {
    padding-right: 4px;
  }
  .product-description-box .product-icon .wishlist-btn span {
    padding-left: 4px;
  }
  .product-form-box .product-buttons .btn-solid,
  .product-form-box .product-buttons .btn-outline {
    padding: 7px 13px;
  }
  .tab-product .flex-column {
    flex-direction: unset !important;
    justify-content: center;
  }
  .dashboard-section .counter-section .counter-box {
    padding: 20px;
  }
  .dashboard-section .counter-section .counter-box img {
    height: 40px;
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .demo-modal .modal-lg {
    max-width: 1400px;
  }
  .exit-modal .modal-lg {
    max-width: 600px;
  }
  h2,
  .h2 {
    font-size: 28px;
  }
  header .brand-logo img {
    width: 130px !important;
  }
  .gradient-category .gradient-border {
    height: 128px;
  }
  section,
  .section-t-space {
    padding-top: 50px;
  }
  .section-b-space {
    padding-bottom: 50px;
  }
  .header-style-1 .navbar .nav-link {
    padding-right: 18px;
    padding-left: 0;
    font-size: 14px;
  }
  .header-style-5.color-style.style-classic .main-menu .onhover-div {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .header-style-5.color-style.style-classic .main-menu .menu-left .navbar {
    padding: 25px 45px 25px 0;
  }
  .header-style-5.color-style.style-classic .toggle-nav {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .small-section {
    padding: 30px 0;
  }
  .service-w-bg .service-block svg {
    margin-bottom: 0;
  }
  header.header-tools {
    position: relative;
    top: 0;
  }
  header.header-tools .top-header {
    background-color: var(--theme-color);
  }
  header.header-tools .top-header .container {
    background-color: transparent;
  }
  header.header-tools .logo-menu-part {
    background-color: white;
  }
  header.header-tools .logo-menu-part > .container {
    border-bottom: none;
  }
  header.header-tools.stickycls {
    position: fixed;
    background-color: white;
  }
  header.header-christmas {
    position: relative;
    background-color: #e34041;
    margin-bottom: -50px;
  }
  .tools_slider .home-slider .slider-contain {
    margin-top: 0;
  }
  .tools_product .banner-tools {
    margin-left: 10px;
    margin-right: 10px;
  }
  .tools-service .service-block + .service-block {
    border-left: none;
  }
  .tools-service .service-block svg,
  .tools-service .service-block1 svg {
    margin-bottom: 0;
  }
  .tools-brand .row {
    margin: 0 10px;
    padding: 10px 0;
  }
  .tools_slider .home-slider .slider-contain {
    margin-left: 40px;
  }
  .tools_slider .home-slider .home .tools-parts,
  .tools_slider .home-slider .home .tools-parts1 {
    margin-top: 20px;
  }
  .tools_slider .home-slider .home .tools-parts img,
  .tools_slider .home-slider .home .tools-parts1 img {
    width: 180px;
  }
  .tools_slider .home-slider .home .tools-parts {
    right: 0;
  }
  .tools_slider .home-slider .home .tools-parts1 {
    right: 10%;
  }
  .tools_slider .home-slider .home #tools-move2 {
    right: 7%;
  }
  .pet-parallax .pet-decor {
    left: 34px;
    bottom: -86px;
  }
  .pet-parallax .pet-decor img {
    width: 165px;
  }
  .pet-parallax .banner-contain p {
    max-width: 100%;
  }
  .service_slide .service-home {
    position: relative;
  }
  .service_slide .service-home .service-block1 {
    padding: 0;
  }
  .service_slide .partition4 > div + div {
    margin-top: 0;
  }
  .service_slide .partition4 > div + div + div {
    margin-top: 30px;
  }
  .blog-section .review-box {
    margin-top: 30px;
  }
  .blog-section .review-box .review-content p {
    margin-bottom: 45px;
  }
  hr.style1 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  .gym-banner .collection-banner .contain-banner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .blog-details h4,
  .blog-details .h4 {
    margin-top: 17px;
    font-size: 13px;
  }
  .blog-details p {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 10px;
  }
  .service-block svg,
  .service-block1 svg {
    margin-bottom: 20px;
    height: auto;
    width: 46px;
  }
  .about-text p {
    line-height: 24px;
  }
  .category-bg.onerow-cat {
    padding: 20px 30px;
  }
  .footer-light .subscribe {
    text-align: center;
    justify-content: center;
    border: none;
    margin-bottom: 5px;
  }
  .footer-light .subscribe p {
    display: none;
  }
  .footer-light .subscribe-form {
    justify-content: center;
    margin-bottom: 0;
  }
  .footer-theme .col {
    max-width: 50%;
    flex-basis: unset;
  }
  .footer-theme .footer-logo {
    margin-bottom: 30px;
  }
  .footer-theme .sub-title h4,
  .footer-theme .sub-title .h4 {
    margin-bottom: 0;
  }
  .footer-social {
    margin-top: 15px;
  }
  .subscribe-wrapper {
    order: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-theme2 .footer-mobile-title {
    display: none !important;
  }
  .footer-theme2 h4,
  .footer-theme2 .h4 {
    padding-bottom: 10px;
  }
  .footer-theme2 .col {
    flex-basis: unset;
    padding: 20px 0;
  }
  .footer-theme2.section-light .footer-block h4,
  .footer-theme2.section-light .footer-block .h4 {
    padding-bottom: 15px;
  }
  .footer-theme2.section-light .footer-block .subscribe-white {
    border: none;
  }
  .footer-theme2 .footer-logo {
    margin-bottom: 20px;
  }
  .footer-theme2 .subscribe-block {
    border: none;
  }
  .category-border div .category-banner .category-box h2,
  .category-border div .category-banner .category-box .h2 {
    padding: 5px 15px;
  }
  .category-bg .image-block.even:after {
    bottom: 85%;
  }
  .category-bg .image-block:after {
    width: 35px;
  }
  .category-bg .image-block:hover:after {
    height: 70px;
  }
  .category-bg .contain-block h2,
  .category-bg .contain-block .h2 {
    font-size: 20px;
    margin-top: 8px;
  }
  .category-bg .contain-block:after {
    width: 35px;
  }
  .category-bg .contain-block.even:after {
    top: 85%;
  }
  .category-bg .contain-block .category-btn {
    margin-bottom: 15px;
    margin-top: 15px;
    letter-spacing: 0.2em;
    padding: 4px 5px;
  }
  .category-bg .contain-block:after {
    bottom: 85%;
  }
  .category-bg .contain-block:hover:after {
    height: 70px;
  }
  .full-banner {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .full-banner.parallax-layout {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .full-banner .banner-contain h4,
  .full-banner .banner-contain .h4 {
    padding-top: 5px;
  }
  .full-banner .decor {
    display: none;
  }
  .collection-banner .contain-banner.banner-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .collection-banner .contain-banner.banner-3 h2,
  .collection-banner .contain-banner.banner-3 .h2 {
    font-size: 20px;
  }
  .collection-banner .contain-banner h2,
  .collection-banner .contain-banner .h2 {
    font-size: 25px;
  }
  .service_slide .home-slider .slider-contain {
    height: 65vh;
  }
  .home-slider .home {
    height: 65vh;
  }
  .home-slider .slider-contain {
    height: 65vh;
  }
  .home-slider .slider-details {
    top: 20%;
    padding: 0;
    width: 260px !important;
    height: 260px !important;
  }
  .home-slider .slider-details h1,
  .home-slider .slider-details .h1 {
    line-height: 1;
    font-size: 30px;
    margin: 5px 0;
  }
  .home-slider .slider-details h2,
  .home-slider .slider-details .h2 {
    font-size: 24px;
  }
  .home-slider .slider-details h3,
  .home-slider .slider-details .h3 {
    font-size: 20px;
  }
  .home-slider .slider-details h4,
  .home-slider .slider-details .h4 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 2px;
  }
  .height-85 .home-slider .home {
    height: 70vh;
  }
  .height-85 .home-slider .slider-contain {
    height: 70vh;
  }
  .digital-download .height-85 .home-slider {
    height: 70vh;
  }
  .nft-home .home-slider .slider-contain {
    padding-top: 0;
  }
  .background .contain-bg {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .background .contain-bg h4,
  .background .contain-bg .h4 {
    font-size: 16px;
  }
  .beauty-about .about-text p {
    text-align: center;
  }
  .full-box .center-slider .offer-slider .product-box .product-info h4,
  .full-box .center-slider .offer-slider .product-box .product-info .h4 {
    padding-bottom: 5px;
  }
  .full-box .center-slider .offer-slider .product-box .product-info .btn-outline {
    padding: 7px 20px;
  }
  .full-box .theme-card .offer-slider .product-box2 .media img {
    height: 150px;
  }
  .full-box .theme-card .offer-slider .product-box2 .media .media-body .color-variant li {
    margin-top: 0;
  }
  .alert {
    max-width: 45% !important;
  }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content img {
    margin-bottom: 20px;
  }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2,
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content .h2 {
    margin-bottom: 18px;
  }
  .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg {
    padding: 15px;
  }
  .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body .buttons a {
    font-size: 13px;
    padding: 4px 10px;
    margin: 3px 6px;
  }
  .theme-modal.exit-modal .modal-dialog .modal-content .modal-body .modal-bg {
    padding: 20px;
  }
  .parallax-cls .banner-contain {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 35px;
  }
  .parallax-cls section .banner-contain {
    margin-top: 0;
  }
  .about-section {
    padding-top: 30px;
  }
  .about-section h2,
  .about-section .h2 {
    text-align: center;
  }
  .product-box .cart-info {
    bottom: 20px;
  }
  .absolute-banner {
    margin-top: -60px;
  }
  header.header-style.header-tools .top-header {
    background-color: #ffffff;
  }
  header.header-style.header-tools .top-header .onhover-dropdown:before {
    display: none;
  }
  .banner-style-2.absolute-banner .absolute-bg .collection-banner .absolute-img img {
    width: 29%;
    left: 26px;
    top: -12px;
  }
  .service-style-border .service-block {
    justify-content: flex-start;
  }
  .product-left-title {
    margin-bottom: 30px;
  }
  .product-left-title h3,
  .product-left-title .h3 {
    max-width: 100%;
  }
  .product-left-title.right-content {
    text-align: left;
  }
  .cookie-bar.left-bottom {
    display: none;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
  }
  .cookie-bar.left-bottom img {
    display: none;
  }
  .cookie-bar.left-bottom p {
    margin-bottom: 6px;
  }
  .cookie-bar.left-bottom .btn-close {
    display: none;
  }
  .cookie-bar.left-bottom.subscribe-box {
    left: 20px;
    bottom: 20px;
  }
  .cookie-bar.left-bottom.subscribe-box .btn-close {
    display: inline-block;
  }
  .testimonial .testimonial-slider .media .media-body {
    padding: 0 30px;
    height: 100%;
    align-self: center;
  }
  .testimonial .testimonial-slider .media .media-body p {
    margin-bottom: 0;
  }
  .blog-detail-page .blog-advance ul {
    margin-bottom: 20px;
  }
  .blog-detail-page .blog-advance p:last-child {
    margin-bottom: 0;
  }
  .top-banner-content h4,
  .top-banner-content .h4 {
    font-size: 20px;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
    display: none;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view,
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    width: 100%;
  }
  .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
    border-right: none !important;
  }
  .filter-main-btn {
    display: inline-block;
  }
  .collection-filter {
    position: fixed !important;
    height: 100vh;
    top: 0;
    left: -350px;
    background-color: white;
    z-index: 99;
    overflow-y: scroll;
    padding: 0;
    width: calc(300px + 20 * (100vw - 320px) / 1600);
    transition: all 0.5s ease;
    box-shadow: 1px 0 5px #ddd;
    display: block;
  }
  .collection-filter .collection-sidebar-banner {
    text-align: center;
  }
  .collection-filter .theme-card {
    padding-inline: 30px;
  }
  .collection-filter .collection-sidebar-banner {
    padding: 0 30px;
  }
  .collection-filter.open {
    left: 0;
  }
  .collection-filter .shop-left-sidebar .custom-nav-tab {
    margin: calc(16px + 4 * (100vw - 320px) / 671) calc(12px + 8 * (100vw - 320px) / 671);
  }
  .collection-filter-block {
    border: none;
    background-color: transparent;
  }
  .collection-filter-block .accordion-item {
    margin: calc(16px + 4 * (100vw - 320px) / 671) calc(12px + 8 * (100vw - 320px) / 671) 0;
  }
  .collection-mobile-back {
    display: block;
    padding: calc(11px + 4 * (100vw - 320px) / 671) calc(12px + 8 * (100vw - 320px) / 671);
    position: sticky !important;
    top: 0;
    left: 0;
    background-color: #f6f6f6;
    z-index: 1;
  }
  .collection .section-t-space {
    padding-top: 30px;
  }
  .collection .partition-collection > div:nth-last-child(1) {
    margin-top: 30px;
  }
  .collection .partition-collection > div:nth-last-child(2) {
    margin-top: 30px;
  }
  .right-login {
    margin-top: 30px;
  }
  .cart-section .cart-table thead th:last-child {
    display: none;
  }
  .cart-section tbody tr td {
    min-width: 135px;
  }
  .cart-section tbody tr td:last-child {
    display: none;
  }
  .cart-section .cart-buttons > div:last-child {
    padding-right: 15px;
  }
  .cart-section tfoot tr td {
    padding-right: 0;
  }
  .wishlist-section tbody tr td {
    min-width: 138px;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    width: 55%;
    text-align: center;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup h5,
  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .h5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .open-popup {
    text-align: left;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup > a {
    color: #ffffff;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup .collection-filter {
    height: 100vh;
    left: -350px;
    background-color: #ffffff;
    transition: all 0.5s ease;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    width: 50%;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view:before,
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
    top: 13px;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter:before {
    left: unset;
    right: 35px;
  }
  .product-slick .owl-prev,
  .product-slick .owl-next,
  .product-right-slick .owl-prev,
  .product-right-slick .owl-next {
    opacity: 1;
  }
  .product-slick .owl-prev,
  .product-right-slick .owl-prev {
    left: 20px;
  }
  .product-slick .owl-next,
  .product-right-slick .owl-next {
    right: 20px;
  }
  .order-up {
    order: -1;
  }
  .vendor-cover .bg-size {
    height: 270px;
  }
  .vendor-profile .profile-left {
    display: block;
  }
  .vendor-profile .profile-left .profile-image {
    margin: 0 auto;
    width: 100%;
  }
  .vendor-profile .profile-left .profile-detail {
    margin: 0 auto;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #efefef;
    padding-top: 15px;
    width: 100%;
    margin-top: 15px;
  }
  .vendor-profile .profile-left .vendor-contact {
    width: 100%;
    text-align: center;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #efefef;
    padding-top: 15px;
    margin-top: 15px;
  }
  .vendor-profile .profile-left .vendor-contact .footer-social {
    justify-content: center;
  }
  .vendor-profile .profile-left .vendor-contact .footer-social li {
    padding: 0 5px;
  }
  .become-vendor h4,
  .become-vendor .h4 {
    margin-bottom: 20px;
  }
  .become-vendor .step-bg .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .become-vendor .step-bg .row > div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .become-vendor .step-bg .row > div:nth-child(2) {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .become-vendor .step-bg .row > div:nth-child(1) {
    margin-bottom: 30px;
  }
  .become-vendor .step-bg .row > div:nth-child(3) {
    margin-bottom: 0;
  }
  .become-vendor .step-bg:before {
    transform: rotate(90deg);
  }
  .dashboard-section .dashboard-sidebar .faq-tab .nav-tabs {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    overflow: auto;
    background-color: #ffffff;
  }
  .dashboard-section .dashboard-sidebar .faq-tab .nav-tabs .nav-item {
    white-space: nowrap;
    background-color: #ffffff;
  }
  .dashboard-section .counter-section {
    margin-top: 20px;
  }
  .bg-title .theme-tab .bg-title-part {
    margin-top: 30px;
  }
  .element-page .left-sidebar .sticky-sidebar {
    position: fixed !important;
    width: 290px;
    height: 100vh;
    overflow: auto;
    left: -300px;
    transition: all 0.5s ease;
    z-index: 9;
    background-color: white;
    top: 0;
    box-shadow: 1px 0 5px #ddd;
  }
  .element-page .left-sidebar .sticky-sidebar .doc-nav {
    padding: 25px;
  }
  .element-page .left-sidebar .sticky-sidebar .collection-mobile-back {
    padding: 25px;
  }
  .element-page .left-sidebar .sticky-sidebar.show {
    left: 0;
    transition: all 0.5s ease;
  }
  .footer-background .footer-light .subscribe {
    border: unset;
  }
}
@media (max-width: 768px) {
  body {
    padding-bottom: 72px;
  }
  body.stickyCart {
    padding-bottom: 0;
  }
  .title-basic {
    display: block;
  }
  .title-basic .timer {
    margin-left: 0;
    margin-top: 15px;
    padding-left: 30px;
  }
  .title-basic .timer p {
    font-size: 16px;
  }
  .title-basic .timer span {
    width: 60px;
  }
  .title-basic .timer span .padding-l {
    padding-left: 12px;
  }
  header.header-5.left-sidebar-header {
    position: relative;
  }
  header .brand-logo img {
    width: 105px !important;
  }
  .header-style-1 .main-menu .brand-logo {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header-style-5.color-style .main-menu .menu-right .icon-nav li {
    padding-left: 12px;
  }
  .header-style-5.color-style .top-header .header-dropdown > li {
    padding-left: 12px;
  }
  .theme-modal.cart-modal .product-section {
    display: none;
  }
  .advertise-section .full-banner .banner-contain h2,
  .advertise-section .full-banner .banner-contain .h2 {
    font-size: 60px;
    margin-top: -10px;
  }
  .absolute-banner {
    margin-top: -60px;
  }
  .footer-style-1 .contact-list {
    margin-bottom: 10px;
  }
  .footer-style-1 .footer-content .footer-social li {
    padding-right: 5px;
  }
  .tools_slider .home-slider .home .tools-parts,
  .tools_slider .home-slider .home .tools-parts1 {
    display: none;
  }
  .tools_slider .home-slider .slider-contain {
    margin-left: 0;
    justify-content: center !important;
  }
  .pet-parallax .pet-decor {
    display: none;
  }
  .pets-box .product-box .img-wrapper .cart-info {
    transform: none;
  }
  .pets-box .product-box .img-wrapper .cart-info i {
    font-size: 16px;
  }
  .service-w-bg .service-block img {
    margin-right: 0;
  }
  .service-w-bg .service-block svg {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .service-w-bg .service-block h4,
  .service-w-bg .service-block .h4 {
    margin-bottom: 8px;
  }
  .detail-cannabis .detail_section {
    margin-top: 30px;
    text-align: center;
  }
  .detail-cannabis .row > div:first-child .detail_section {
    margin-top: 0;
  }
  .service_slide .home-slider .slider-contain {
    height: 60vh;
  }
  .portfolio-section.metro-section .product-box .product-detail {
    opacity: 1;
    bottom: 15px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .portfolio-section.metro-section .product-box .product-detail h6,
  .portfolio-section.metro-section .product-box .product-detail .h6 {
    color: #000000;
  }
  .portfolio-section.metro-section .product-box:hover .product-detail {
    opacity: 1;
  }
  .bg-title .theme-tab .bg-title-part {
    display: block;
    text-align: center;
  }
  .bg-title .theme-tab .bg-title-part .tab-title {
    margin-left: unset;
    text-align: center;
  }
  .bg-title .theme-tab .bg-title-part .tab-title li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .bg-title .theme-tab .bg-title-part .tab-title.w-bg {
    margin-top: 15px;
  }
  header.left-header .top-header .header-dropdown li {
    padding: 15px;
  }
  header.left-header .main-menu .menu-right .icon-nav li {
    padding-left: 15px;
  }
  header .brand-logo img {
    width: 115px !important;
  }
  section,
  .section-t-space {
    padding-top: 40px;
  }
  .section-b-space {
    padding-bottom: 40px;
  }
  .product-box.single-product .product-detail .btn-solid {
    padding: 8px 36px;
  }
  .product-box.single-product .color-variant {
    padding-top: 10px;
  }
  .product-box.single-product .color-variant .nav-item {
    width: 20px !important;
    height: 20px !important;
    margin: 0 6px;
  }
  .product-box .cart-info.bg-color-cls {
    right: 0;
  }
  .small-section {
    padding: 20px 0;
  }
  .theme-tab .tab-title a,
  .theme-tab .tab-title2 a {
    text-transform: capitalize;
  }
  .about-cls .service.border-section {
    border-bottom: none;
  }
  .about-cls .service.small-section {
    padding-bottom: 0;
  }
  .service-block .media {
    display: block;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  .service-block svg {
    margin-right: 0;
  }
  .service-block + .service-block {
    border-left: 0;
  }
  .service-block:last-child .media .media-body p {
    margin-bottom: 0;
  }
  .partition4 > div + div {
    margin-top: 30px;
  }
  .center-slider {
    border-left: none;
    border-right: none;
  }
  .about-text p {
    line-height: 25px;
  }
  .darken-layout .footer-title,
  .dark-layout .footer-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .darken-layout .footer-title::after,
  .dark-layout .footer-title::after {
    content: "\ea4e";
    font-family: remixicon;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    transition: transform 0.3s ease-in-out;
    line-height: 1;
    color: white;
  }
  .darken-layout .footer-title.show::after,
  .dark-layout .footer-title.show::after {
    transform: rotate(180deg);
  }
  .darken-layout .footer-title.show ~ .footer-content,
  .dark-layout .footer-title.show ~ .footer-content {
    height: 100%;
    padding-bottom: 10px;
  }
  .darken-layout .subscribe-wrapper,
  .dark-layout .subscribe-wrapper {
    padding-bottom: 0;
  }
  .footer-background .footer-title {
    border-bottom-color: rgba(255, 255, 255, 0.22);
  }
  .footer-title {
    text-align: left;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .footer-title.footer-mobile-title {
    margin-top: 0;
  }
  .footer-title h4,
  .footer-title .h4 {
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
  }
  .footer-title.active .according-menu:before {
    content: "\f106";
    position: absolute;
    right: 2px;
    top: 2px;
  }
  .footer-title .according-menu:before {
    content: "\f107";
    position: absolute;
    right: 2px;
    top: 2px;
  }
  .box-layout-body .box-layout {
    margin-top: -40px;
  }
  .layout-20 {
    padding: 15px;
  }
  .home-slider .slider-details {
    top: 15%;
    right: 8%;
    padding: 0px;
    width: 225px !important;
    height: 225px !important;
  }
  .home-slider .slider-details h1,
  .home-slider .slider-details .h1 {
    font-size: 25px;
    margin: 5px 0;
  }
  .home-slider .slider-details h2,
  .home-slider .slider-details .h2 {
    font-size: 20px;
  }
  .home-slider .slider-details h3,
  .home-slider .slider-details .h3 {
    font-size: 18px;
  }
  .home-slider .slider-details h3:before,
  .home-slider .slider-details .h3:before,
  .home-slider .slider-details h3:after,
  .home-slider .slider-details .h3:after {
    width: 8px;
    height: 8px;
    top: 5px;
  }
  .home-slider .slider-details h4,
  .home-slider .slider-details .h4 {
    font-size: 16px;
  }
  .footer-content {
    height: 0;
    overflow: hidden;
    transition: height 0.15s ease-in-out;
    text-align: left;
  }
  .footer-content .footer-logo {
    margin-bottom: 20px;
  }
  .footer-content li {
    text-align: left;
  }
  .footer-content .footer-social ul {
    margin: unset;
  }
  .footer-content .footer-social ul li {
    padding-right: calc(18px + 7 * (100vw - 320px) / 447);
    padding-left: 0;
  }
  .footer-theme {
    text-align: center;
  }
  .footer-theme .footer-mobile-title {
    display: block !important;
  }
  .footer-theme .col {
    max-width: 100%;
    flex-basis: unset;
  }
  .footer-theme .sub-title ul {
    margin-top: 8px;
  }
  .footer-theme .sub-title li {
    padding-top: 7px;
  }
  .footer-theme .sub-title .contact-list i {
    position: relative;
    top: 0;
    margin-right: 10px;
  }
  .footer-theme .sub-title .contact-list li {
    padding-left: 0;
  }
  .footer-social ul {
    margin: 0 auto;
  }
  .footer-social li {
    padding: 0 15px;
  }
  .footer-end {
    text-align: center;
  }
  .sub-footer .payment-card-bottom {
    justify-content: center;
    padding-bottom: 25px;
  }
  .subscribe-wrapper {
    margin: 10px 0 0 0;
    order: 0;
  }
  .footer-theme2 p {
    margin-bottom: 10px;
  }
  .footer-theme2 .footer-mobile-title {
    display: block !important;
  }
  .footer-theme2 .p-set {
    padding: 0 15px !important;
  }
  .footer-theme2 .col {
    padding: 0;
  }
  .footer-theme2 .footer-link li {
    display: flex;
    padding-top: 10px;
  }
  .footer-theme2 .footer-link h4,
  .footer-theme2 .footer-link .h4 {
    padding-bottom: 10px;
  }
  .footer-theme2 .contact-details li {
    padding-left: 0;
    padding-top: 10px;
  }
  .footer-theme2 .contact-details li:last-child {
    margin-bottom: 20px;
  }
  .footer-theme2 .footer-link-b li {
    display: flex;
    padding-top: 10px;
  }
  .footer-theme2 .footer-link-b h4,
  .footer-theme2 .footer-link-b .h4 {
    margin-top: 15px;
    padding-bottom: 10px;
  }
  .footer-theme2.section-light .footer-block h4,
  .footer-theme2.section-light .footer-block .h4 {
    padding-bottom: 10px;
  }
  .footer-theme2.section-light .footer-block .subscribe-white {
    padding: 40px 65px;
  }
  .footer-theme2.section-light .footer-block .subscribe-white h2,
  .footer-theme2.section-light .footer-block .subscribe-white .h2 {
    margin-bottom: 20px;
  }
  .footer-theme2.section-light .footer-block .subscribe-white .form-group {
    display: flex;
  }
  .footer-theme2.section-light .footer-block .subscribe-white .form-group .btn-solid,
  .footer-theme2.section-light .footer-block .subscribe-white .form-group .btn-outline {
    margin-top: 0;
  }
  .footer-theme2 .subscribe-block h2,
  .footer-theme2 .subscribe-block .h2 {
    margin-bottom: 20px;
  }
  .footer-theme2 h4,
  .footer-theme2 .h4 {
    padding-bottom: 10px;
  }
  .darken-layout .footer-theme .footer-mobile-title h4,
  .darken-layout .footer-theme .footer-mobile-title .h4 {
    color: #ffffff;
  }
  .dark-layout .small-section {
    padding-bottom: 40px;
  }
  .dark-layout section {
    padding-top: 0;
  }
  .dark-layout .section-b-space {
    border: none;
    padding-bottom: 0;
  }
  .dark-layout .subscribe-wrapper {
    order: -1;
  }
  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block {
    padding: 10px 60px;
  }
  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block h2,
  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .h2 {
    display: none;
  }
  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .form-group {
    display: flex;
  }
  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .form-group .btn-solid,
  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .form-group .btn-outline {
    margin-top: 0;
    height: 100%;
  }
  .box-layout .small-section {
    padding-top: 0;
  }
  .category-bg {
    padding: 30px 40px;
  }
  .category-bg .image-block.even:after {
    bottom: 85%;
  }
  .category-bg .image-block:after {
    width: 25px;
    margin-top: -25px;
  }
  .category-bg .image-block:hover:after {
    height: 50px;
  }
  .category-bg .contain-block h2,
  .category-bg .contain-block .h2 {
    font-size: 18px;
    margin-top: 8px;
  }
  .category-bg .contain-block h6,
  .category-bg .contain-block .h6 {
    letter-spacing: 0.1em;
    font-size: 12px;
  }
  .category-bg .contain-block:after {
    width: 25px;
  }
  .category-bg .contain-block.even:after {
    top: 87%;
  }
  .category-bg .contain-block .category-btn {
    margin-bottom: 6px;
    margin-top: 6px;
    letter-spacing: 0.1em;
    padding: 1px 5px;
    font-size: 12px;
  }
  .category-bg .contain-block:after {
    bottom: 87%;
  }
  .category-bg .contain-block:hover:after {
    height: 50px;
  }
  .layout9-box .product-box .img-block {
    min-height: unset;
  }
  .product-box .img-wrapper .cart-box.style-1,
  .product-wrap .img-wrapper .cart-box.style-1 {
    padding: 7px 4px;
    bottom: 7px;
  }
  .product-box .img-wrapper .cart-box.style-1 i,
  .product-wrap .img-wrapper .cart-box.style-1 i {
    padding-left: 4px;
    padding-right: 4px;
  }
  .product-box .cart-detail,
  .product-wrap .cart-detail {
    top: 5px;
    right: 10px;
  }
  .product-box:hover .product-info .add-btn,
  .product-wrap:hover .product-info .add-btn {
    animation: none;
  }
  .product-box .img-wrapper .cart-box,
  .product-wrap .img-wrapper .cart-box {
    padding: 8px 10px;
    bottom: 20px;
  }
  .product-box .img-wrapper .cart-box i,
  .product-wrap .img-wrapper .cart-box i {
    font-size: 15px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .product-box .cart-info,
  .product-box .cart-detail {
    opacity: 1;
  }
  .product-box .img-wrapper .cart-box {
    opacity: 1;
  }
  .product-box:hover .img-wrapper .cart-box {
    animation: none;
  }
  .product-box:hover .cart-info button,
  .product-box:hover .cart-detail button {
    animation: none;
  }
  .product-box:hover .cart-info a i,
  .product-box:hover .cart-detail a i {
    animation: none;
  }
  .product-box:hover .cart-info a:nth-child(2) i,
  .product-box:hover .cart-detail a:nth-child(2) i {
    animation: none;
  }
  .product-box:hover .cart-info a:nth-child(3) i,
  .product-box:hover .cart-detail a:nth-child(3) i {
    animation: none;
  }
  .product-box:hover .cart-info a:nth-child(4) i,
  .product-box:hover .cart-detail a:nth-child(4) i {
    animation: none;
  }
  .product-box .product-info .add-btn,
  .product-wrap .product-info .add-btn {
    opacity: 1;
  }
  .theme-tab .tab-title2 {
    font-size: 20px;
  }
  .theme-tab .tab-title2 li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .theme-tab .tab-title2:after {
    top: 15px;
  }
  .full-banner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .full-banner.parallax-layout {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .full-banner .santa-img img {
    width: 125px;
  }
  .pet-parallax .full-banner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .collection-banner .contain-banner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .collection-banner .contain-banner.banner-3 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .collection-banner .contain-banner.banner-3 h2,
  .collection-banner .contain-banner.banner-3 .h2 {
    font-size: 20px;
  }
  .collection-banner .contain-banner.banner-3 h4,
  .collection-banner .contain-banner.banner-3 .h4 {
    font-size: 18px;
  }
  .collection-banner .contain-banner h2,
  .collection-banner .contain-banner .h2 {
    font-size: 35px;
  }
  .home-slider .home {
    height: 60vh;
  }
  .home-slider .slider-contain {
    height: 60vh;
  }
  .home-slider .slider-contain h1,
  .home-slider .slider-contain .h1 {
    font-size: 35px;
    margin-top: 5px;
  }
  .home-slider .slider-contain .btn-solid,
  .home-slider .slider-contain .btn-outline {
    margin-top: 10px;
    padding: 10px 25px;
  }
  .upper-canvas-section.height-100 .home-slider .slider-contain.left-canvas-section {
    height: auto;
    padding-top: 120px;
  }
  .upper-canvas-section.height-100 .home-slider .slider-contain.right-canvas-section {
    height: auto;
    padding-top: 0;
    padding-bottom: 50px;
  }
  .lower-canvas-section .left-canvas-section {
    padding: 20px 0 40px;
  }
  .canvas-bg {
    background-position: right !important;
  }
  .height-85 .home-slider .home {
    height: 65vh;
  }
  .height-85 .home-slider .slider-contain {
    height: 65vh;
  }
  .digital-download .height-85 .home-slider {
    height: 46vh;
  }
  .nft-home .home-slider .slider-contain {
    height: 46vh;
  }
  .background .col {
    flex-basis: unset;
  }
  .background .contain-bg {
    margin: 10px 0;
  }
  .full-box .center-slider .offer-slider {
    text-align: center;
  }
  .full-box .center-slider .offer-slider .product-box {
    border: none;
    display: inline-block;
  }
  .full-box .center-slider .offer-slider .product-box .img-wrapper {
    text-align: center;
  }
  .full-box .center-slider .offer-slider .product-box .img-wrapper img {
    height: 200px;
  }
  .full-box .center-slider .offer-slider .product-box:hover {
    box-shadow: none;
  }
  .full-box .theme-card .offer-slider .sec-1 {
    display: flex;
  }
  .full-box .theme-card .offer-slider .sec-1 .product-box2 .media .media-body .color-variant li {
    height: 18px;
    width: 18px;
    padding-right: 3px;
  }
  .full-box .theme-card .offer-slider .sec-1 .product-box2 + .product-box2 {
    border-top: none;
  }
  .theme-tab .tab-title li,
  .theme-tab .tab-title2 li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h2,
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content .h2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h4,
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content .h4 {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .filter-main-btn span {
    font-size: 16px;
  }
  .tap-top {
    bottom: 80px;
    right: 10px;
  }
  .footer-theme2 .footer-link li,
  .footer-theme2 .footer-link-b li {
    padding-left: 0;
  }
  .bg-dark-bottom {
    padding: 14px !important;
  }
  .height-100.sm-responsive .home-slider .home {
    height: 80vh;
  }
  .height-100.sm-responsive .home-slider .slider-contain {
    height: calc(80vh + 80px);
  }
  .height-100.xs-responsive .home-slider .home {
    height: 60vh;
  }
  .height-100.xs-responsive .home-slider .slider-contain {
    height: calc(60vh + 80px);
  }
  .pt-res-0 {
    padding-top: 0;
  }
  .category-img-wrapper .row {
    margin-bottom: -30px;
  }
  .category-img-wrapper .row > div {
    margin-bottom: 30px;
  }
  .banner-style-1 .full-box .card-margin {
    margin-bottom: 20px;
  }
  .banner-style-1 .full-box .theme-card .offer-slider .product-box2 {
    width: 100%;
    padding: 20px;
  }
  .banner-style-1 .full-box .theme-card .offer-slider .product-box2 .media img.h-cls {
    height: 200px;
  }
  .banner-style-2.absolute-banner .absolute-bg .collection-banner .absolute-img img {
    left: 60px;
    top: 30px;
  }
  .service-style-border .service-block {
    justify-content: center;
  }
  .service-style-border .service-block .media-body {
    padding-left: 0;
    border-left: none;
  }
  .service-style-border .service-block svg {
    margin-right: 0;
  }
  .blog-detail-page .comment-section li {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .testimonial {
    background-color: #f7f7f7;
  }
  .testimonial .testimonial-slider .media .media-body {
    padding: 30px 30px 30px 30px;
  }
  .about-page {
    text-align: center;
  }
  .about-page p {
    line-height: 1.5;
  }
  .team h2,
  .team .h2 {
    font-size: 25px;
  }
  .faq-section .theme-accordion .card .card-body p {
    line-height: 1.5 !important;
  }
  .faq-section .theme-accordion .card .card-header button {
    font-size: 14px !important;
    white-space: normal;
    width: 100%;
    padding: 16px 30px 16px 18px !important;
  }
  .product-wrapper-grid.list-view .product-box {
    display: block;
    border: 1px solid #eee;
    padding: 15px;
  }
  .product-wrapper-grid.list-view .product-box .img-wrapper,
  .product-wrapper-grid.list-view .product-box .img-block {
    margin: 0 auto 15px;
  }
  .product-wrapper-grid.list-view .product-box .product-detail {
    padding-left: 0;
  }
  .collection .partition-collection > div:nth-last-child(1),
  .collection .partition-collection > div:nth-last-child(2),
  .collection .partition-collection > div:nth-last-child(3) {
    margin-top: 30px;
  }
  .cart-section tbody tr td a,
  .wishlist-section tbody tr td a {
    justify-content: center;
    display: flex;
    align-items: center;
  }
  .cart-section .cart-table thead th:nth-last-child(-n+4) {
    display: none;
  }
  .cart-section tbody tr td:nth-last-child(-n+4) {
    display: none;
  }
  .cart-section tbody tr td .mobile-cart-content {
    display: flex;
  }
  .wishlist-section .cart-table thead th:nth-last-child(-n+3) {
    display: none;
  }
  .wishlist-section tbody tr td:nth-last-child(-n+3) {
    display: none;
  }
  .wishlist-section tbody tr td .mobile-cart-content {
    display: flex;
  }
  .blog-page .order-sec {
    order: -1;
  }
  .blog-page .blog-media:last-child {
    margin-bottom: 30px;
  }
  .blog-page .blog-sidebar ul li {
    display: block;
  }
  .tab-pane iframe {
    width: 100%;
  }
  .dashboard-section .counter-section .row > div {
    margin-bottom: 20px;
  }
  .dashboard-section .counter-section .row > div:last-child {
    margin-bottom: 0;
  }
  .dashboard-section .apexcharts-canvas {
    margin: 0 auto;
  }
  .dashboard-section .dashboard-table .table.product-table th:nth-child(2),
  .dashboard-section .dashboard-table .table.product-table th:nth-child(3),
  .dashboard-section .dashboard-table .table.product-table td:nth-child(2),
  .dashboard-section .dashboard-table .table.product-table td:nth-child(3) {
    min-width: 200px;
  }
  .dashboard-section .dashboard-table .table.order-table-vendor td:nth-child(2),
  .dashboard-section .dashboard-table .table.order-table-vendor th:nth-child(2) {
    min-width: 200px;
  }
  .setting-box {
    width: 460px;
  }
  .product-order .product-order-detail img {
    height: auto;
  }
  .dashboard-section .dashboard-table .table.wishlist-table th:nth-child(2),
  .dashboard-section .dashboard-table .table.wishlist-table td:nth-child(2) {
    min-width: 80px;
  }
  .dashboard-section .dashboard-table .table.wishlist-table th:nth-child(3),
  .dashboard-section .dashboard-table .table.wishlist-table td:nth-child(3) {
    min-width: 180px;
  }
  .dashboard-section .dashboard-table .table.wishlist-table th:nth-child(5),
  .dashboard-section .dashboard-table .table.wishlist-table td:nth-child(5) {
    min-width: 150px;
  }
  .theme-invoice-1 .invoice-header .detail-bottom ul {
    display: block;
  }
  .theme-invoice-2 .invoice-header .top-bar {
    display: block;
  }
  .theme-invoice-2 .invoice-body .date-detail {
    display: block;
  }
  .theme-invoice-2 .invoice-body .date-detail li {
    width: 32%;
  }
  .theme-invoice-2 .invoice-body .date-detail li:first-child {
    display: block;
    width: 100%;
  }
  .theme-invoice-3 .invoice-header ul {
    margin-bottom: -18px;
  }
  .theme-invoice-3 .invoice-header ul li {
    margin-bottom: 18px;
  }
  .theme-invoice-3 .invoice-header ul li:first-child {
    display: block;
    width: 100%;
  }
  .theme-invoice-4 .title-sec .title {
    position: relative;
    text-align: center;
    margin-top: 20px;
  }
  .theme-invoice-5 .header-panel ul {
    margin-bottom: -20px;
  }
  .theme-invoice-5 .header-panel ul li {
    margin-bottom: 20px;
  }
  .theme-invoice-5 .header-panel ul li:first-child {
    display: block;
    width: 100%;
  }
}
@media (max-width: 577px) {
  .header-style-1 .top-header .header-dropdown li {
    padding: 0;
  }
  .header-style-1 .top-header .header-dropdown li i {
    color: #999999;
  }
  .header-style-1 .brand-logo {
    position: relative;
    left: 0;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    transform: none;
  }
  .header-style-1 .btn-solid.btn-xs {
    padding: 2px 11px;
  }
  .header-style-5.border-style .main-menu {
    z-index: 9;
  }
  .header-style-5.border-style .main-menu .menu-right .icon-nav li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-style-5.border-style .main-nav-center .toggle-nav {
    right: 15px;
    top: -78px;
  }
  .header-style-5.color-style .top-header .header-dropdown > li {
    padding: 0;
  }
  .header-style-5.color-style .top-header .header-dropdown > li img {
    opacity: 0.6;
    width: 22px;
    filter: invert(0.7);
  }
  .header-style-5.color-style.style-classic .main-menu .menu-right .icon-nav li {
    padding: 0;
  }
  .header-style-5.color-style.style-classic .top-header .header-dropdown > li {
    padding: 0;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view,
  .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
    width: 100%;
  }
  .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    width: 100%;
  }
  .setting-box {
    width: 360px;
  }
  header.sticky .top-header {
    display: block;
  }
  header.header-5.left-sidebar-header .top-header .header-dropdown .mobile-wishlist img,
  header.header-5.left-sidebar-header .top-header .header-dropdown .mobile-account img {
    filter: invert(1);
    opacity: 0.8;
  }
  .gift-card-section {
    margin: 0 15px;
  }
  .gift-card-section .container {
    padding: 0;
  }
  .deal-product-space {
    padding-top: 155px;
    padding-bottom: 85px !important;
  }
  .header-compact .main-menu .menu-right .icon-nav .mobile-setting,
  .header-compact .main-menu .menu-right .icon-nav .mobile-cart,
  .header-compact .main-menu .menu-right .icon-nav .mobile-search {
    z-index: 9;
  }
  .header-compact .main-menu .brand-logo {
    position: relative;
    left: 0;
    margin-right: 0;
    transform: none;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .header-compact .main-menu .menu-right .icon-nav .mobile-search {
    z-index: 10;
  }
  .header-compact .main-nav-center .toggle-nav {
    top: -72px;
  }
  .header-compact .top-header .header-dropdown li {
    padding: 0;
  }
  #fb-root {
    display: none;
  }
  .section-b-space {
    padding-bottom: 30px;
  }
  section,
  .section-t-space {
    padding-top: 30px;
  }
  header.left-header .top-header {
    height: 70px;
  }
  header.left-header .top-header .header-dropdown li {
    padding: 0;
  }
  header.left-header .top-header .header-dropdown .mobile-wishlist img,
  header.left-header .top-header .header-dropdown .mobile-account img {
    display: none;
  }
  header.left-header .top-header .header-dropdown .mobile-wishlist i,
  header.left-header .top-header .header-dropdown .mobile-account i {
    display: block;
  }
  header.left-header .main-menu .menu-left .mobile-logo {
    position: absolute;
    padding: 0 !important;
    transform: unset;
    right: unset;
    left: 15px;
    margin-right: 0;
    top: 16px;
  }
  header.left-header .main-menu .menu-left .navbar {
    position: absolute;
    right: 15px;
    padding: 0 !important;
    top: 22px;
  }
  header.header-tools .top-header .header-dropdown li {
    padding: 0;
  }
  header.header-style .brand-logo {
    left: 0;
    margin-right: 0;
    transform: none;
  }
  header.header-style .top-header .header-dropdown li img {
    filter: invert(0.55);
  }
  header.header-5.left-sidebar-header .main-menu .menu-left .navbar {
    position: absolute;
    right: 0px;
    padding: 0 !important;
  }
  header.header-5.left-sidebar-header .brand-logo {
    position: relative;
  }
  header.header-5.left-sidebar-header .container-fluid,
  header.header-5.left-sidebar-header .container-sm,
  header.header-5.left-sidebar-header .container-md,
  header.header-5.left-sidebar-header .container-lg,
  header.header-5.left-sidebar-header .container-xl,
  header.header-5.left-sidebar-header .container-xxl {
    padding-left: 15px;
    padding-right: 15px;
  }
  .offer-box {
    display: none;
  }
  .advertise-section .full-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .advertise-section .full-banner .banner-contain {
    padding: 30px 10px;
  }
  .advertise-section .full-banner .banner-contain h2,
  .advertise-section .full-banner .banner-contain .h2 {
    margin-bottom: 0;
    margin-top: -7px;
  }
  .advertise-section .full-banner .banner-contain h3,
  .advertise-section .full-banner .banner-contain .h3 {
    margin-bottom: 3px;
  }
  .advertise-section .full-banner .banner-contain h4,
  .advertise-section .full-banner .banner-contain .h4 {
    letter-spacing: 0.03em;
  }
  .service_slide .home-slider .slider-contain {
    height: 58vh;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  .tools-service.absolute-banner .absolute-bg {
    padding-bottom: 15px;
    box-shadow: none;
  }
  .tools-service .service-block svg,
  .tools-service .service-block1 svg {
    margin-bottom: 7px;
  }
  .top-header .header-dropdown li i {
    padding-right: 0;
    font-size: 18px;
  }
  header.header-5 .top-header .header-dropdown .onhover-dropdown .onhover-show-div {
    top: unset;
  }
  header.header-christmas .main-menu .brand-logo {
    position: relative;
  }
  header .brand-logo img {
    width: 95px !important;
  }
  .header-style-1 .main-menu .menu-right .icon-nav .onhover-div .show-div {
    top: unset;
  }
  .gym-banner .collection-banner .contain-banner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gym-banner .collection-banner .contain-banner h2,
  .gym-banner .collection-banner .contain-banner .h2 {
    font-size: 25px;
    margin-bottom: -3px;
  }
  .btn-solid,
  .btn-outline {
    padding: 7px 15px;
  }
  .product-box .product-detail .color-variant,
  .product-box .product-info .color-variant,
  .product-wrap .product-detail .color-variant,
  .product-wrap .product-info .color-variant {
    padding-top: 10px;
  }
  footer .btn-solid {
    padding: 10px 24px;
  }
  footer p {
    line-height: 20px;
  }
  .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media a img {
    max-width: 105px;
    margin-bottom: 10px;
  }
  .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media .media-body .buttons a {
    padding: 4px 5px;
  }
  .theme-modal.exit-modal .media {
    align-items: center;
  }
  .theme-modal.exit-modal .media img {
    width: 25%;
  }
  .theme-modal.exit-modal .media .media-body h4,
  .theme-modal.exit-modal .media .media-body .h4 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .theme-modal.exit-modal .media .media-body h2,
  .theme-modal.exit-modal .media .media-body .h2 {
    margin-bottom: 2px;
  }
  .theme-modal.exit-modal .media .media-body h5,
  .theme-modal.exit-modal .media .media-body .h5 {
    font-size: 16px;
    line-height: 18px;
  }
  .theme-modal.exit-modal .modal-dialog .modal-content .modal-body .modal-bg {
    padding: 12px;
  }
  .dark-layout .footer-theme2 .col {
    padding: 0 15px;
  }
  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block {
    padding: 10px 20px 20px 10px;
  }
  .footer-theme2 .col {
    padding: 0 15px;
  }
  .footer-theme2 .form-p {
    padding: 0;
  }
  .footer-theme2.footer-border {
    padding: 15px 0;
  }
  .footer-theme2 .subscribe-block {
    padding: 0 75px;
  }
  .footer-theme2 .footer-link h4,
  .footer-theme2 .footer-link .h4 {
    padding-bottom: 10px;
  }
  .footer-theme2 .footer-link li {
    padding-right: 20px;
  }
  .footer-theme2 .footer-link-b h4,
  .footer-theme2 .footer-link-b .h4 {
    padding-bottom: 15px;
  }
  .footer-theme2 .footer-link-b li {
    padding-right: 20px;
  }
  .category-border div .category-banner .category-box h2,
  .category-border div .category-banner .category-box .h2 {
    padding: 10px 20px;
  }
  .filter-main-btn span {
    font-size: 14px;
  }
  .category-bg .image-block:after {
    display: none;
  }
  .category-bg .contain-block:after {
    display: none;
  }
  .category-bg .order-section div {
    order: 1;
  }
  .category-bg .order-section div:nth-child(2) {
    order: 4;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .category-bg .order-section div:nth-child(3) {
    order: 3;
  }
  .category-bg .order-section div:nth-child(4) {
    order: 2;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .category-bg .order-section div:nth-child(5) {
    order: 5;
    margin-bottom: 0;
  }
  .category-bg .order-section div:nth-child(6) {
    order: 6;
  }
  .category-bg .contain-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .theme-tab .tab-title {
    margin-bottom: 15px;
  }
  .success-text i {
    font-size: 40px;
  }
  .success-text p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .success-text h2,
  .success-text .h2 {
    margin-bottom: 10px;
  }
  .order-success-sec > div {
    margin-top: 15px;
  }
  .delivery-sec {
    padding: 15px;
    margin-top: 15px;
  }
  .delivery-sec h3,
  .delivery-sec .h3,
  .delivery-sec h2,
  .delivery-sec .h2 {
    font-size: 20px;
  }
  .product-order h3,
  .product-order .h3 {
    font-size: 20px;
  }
  .product-order .product-order-detail .order_detail h4,
  .product-order .product-order-detail .order_detail .h4,
  .product-order .product-order-detail .order_detail h5,
  .product-order .product-order-detail .order_detail .h5 {
    font-size: 14px;
    line-height: 1.2;
  }
  .product-order .total-sec ul li {
    font-size: 16px;
  }
  .product-order .final-total h3,
  .product-order .final-total .h3 {
    font-size: 16px;
  }
  .full-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .full-banner.parallax-layout {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .full-banner .banner-contain {
    background-color: rgba(255, 255, 255, 0.48);
    padding: 25px;
  }
  .full-banner .banner-contain .btn-solid,
  .full-banner .banner-contain .btn-outline {
    padding: 10px 20px;
  }
  .full-banner.p-left .banner-contain,
  .full-banner.p-right .banner-contain {
    float: none;
  }
  .full-banner .banner-contain h4,
  .full-banner .banner-contain .h4 {
    padding-top: 0;
    letter-spacing: 0.3em;
  }
  .pet-parallax .full-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-slider .home {
    height: 58vh;
  }
  .home-slider .slider-contain {
    height: 58vh;
  }
  .home-slider .slider-contain h1,
  .home-slider .slider-contain .h1 {
    font-size: 30px;
  }
  .home-slider .slider-details {
    top: 18%;
    right: 8%;
    width: 180px !important;
    height: 180px !important;
  }
  .home-slider .slider-details h1,
  .home-slider .slider-details .h1 {
    font-size: 22px;
    margin: 5px 0;
  }
  .home-slider .slider-details h2,
  .home-slider .slider-details .h2 {
    font-size: 18px;
  }
  .home-slider .slider-details h3,
  .home-slider .slider-details .h3 {
    font-size: 16px;
  }
  .home-slider .slider-details h4,
  .home-slider .slider-details .h4 {
    display: none;
  }
  .home-slider.fullpage .home .slider-contain {
    text-align: center;
    justify-content: center;
    padding-left: 0;
  }
  .home-slider.fullpage .home .slider-contain > div {
    background-color: rgba(0, 0, 0, 0.15);
    padding: 30px 50px;
  }
  .home-slider.fullpage .home .slider-contain h1,
  .home-slider.fullpage .home .slider-contain .h1,
  .home-slider.fullpage .home .slider-contain p {
    color: #ffffff;
  }
  .home-slider.fullpage .home .slider-contain h1,
  .home-slider.fullpage .home .slider-contain .h1 {
    font-size: 22px;
  }
  .home-slider.fullpage .home .slider-contain p {
    max-width: 330px;
    font-size: 12px;
  }
  .home-slider.fullpage .home .slider-contain .btn-solid {
    padding: 10px 15px;
  }
  .height-85 .home-slider .home {
    height: 60vh;
  }
  .height-85 .home-slider .slider-contain {
    height: 60vh;
  }
  .digital-download .height-85 .home-slider {
    height: 34vh;
  }
  .nft-home .home-slider .slider-contain {
    height: 30vh;
  }
  .background {
    padding: 10px 10px;
  }
  .background .contain-bg {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 10px 0;
  }
  .background .contain-bg:hover {
    background-color: unset;
  }
  .category-border {
    padding: 10px 10px;
  }
  .category-border .border-padding {
    padding: 10px 10px;
  }
  .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6,
  .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a .h6 {
    margin-right: 10px;
  }
  .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .color-variant li {
    margin-top: 7px;
    height: 18px;
    width: 18px;
  }
  .alert {
    right: 0 !important;
    left: 0;
    max-width: 90% !important;
  }
  .tap-top {
    width: 35px;
    height: 35px;
    padding: 2px;
    font-size: 19px;
  }
  .layout2-logo {
    padding-right: 0;
  }
  .absolute-banner {
    margin-top: 0;
  }
  .absolute-banner .absolute-bg {
    box-shadow: none;
    padding-bottom: 0;
    padding-inline: 0;
  }
  .absolute-banner.banner-padding {
    padding-top: 0;
  }
  .box-layout-body .box-layout {
    margin-top: 0;
  }
  header.full-scroll-menu .container-fluid,
  header.full-scroll-menu .container-sm,
  header.full-scroll-menu .container-md,
  header.full-scroll-menu .container-lg,
  header.full-scroll-menu .container-xl,
  header.full-scroll-menu .container-xxl {
    padding-left: 15px;
    padding-right: 15px;
  }
  .layout-20 {
    padding: 0;
  }
  .bake-header.header-5 .main-menu .brand-logo {
    left: 50%;
    transform: translateX(-50%);
  }
  .pd-sm-0 {
    padding: 0;
  }
  .img-category h4,
  .img-category .h4 {
    font-size: 14px;
  }
  .img-category .img-sec {
    width: 100%;
  }
  .category-bg.onerow-cat .order-section div:nth-child(2) {
    order: 3;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .category-bg .contain-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .button-dark.category-button .btn {
    padding: 10px 6px;
    font-size: 12px;
  }
  .button-dark.category-button .btn img {
    margin-right: 8px;
  }
  .absolute-banner.banner-padding.banner-style-2 {
    padding-top: 15px;
  }
  .banner-style-2.absolute-banner .absolute-bg .collection-banner:hover .absolute-img img {
    top: 30px;
  }
  .subscribe-form {
    display: block;
    text-align: center;
  }
  .subscribe-form .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .subscribe-form .form-control {
    padding: 8px 12px;
  }
  .vector-category {
    margin-top: 0;
  }
  .vector-category .category-slide .owl-prev,
  .vector-category .category-slide .owl-next {
    display: none !important;
  }
  .product-vertical .full-banner {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .cookie-bar {
    display: block;
    text-align: center;
    bottom: -130px;
  }
  .cookie-bar p {
    margin-bottom: 8px;
  }
  .cookie-bar.show {
    bottom: 0;
  }
  .recently-purchase {
    left: 10px;
  }
  .recently-purchase .close-popup {
    right: 2px;
    top: 0;
  }
  .recently-purchase .media-body {
    padding: 0 0px 0 5px;
  }
  .subscribe-box {
    display: none !important;
  }
  .error-section {
    padding: 100px 0;
  }
  .error-section h1,
  .error-section .h1 {
    font-size: 100px;
  }
  .error-section h2,
  .error-section .h2 {
    margin: 20px 0;
    font-size: 18px;
  }
  .blog-detail-page .blog-detail .post-social li {
    display: block;
  }
  .blog-detail-page .blog-detail .post-social li + li {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
  .collection .collection-block .collection-content p {
    margin-bottom: 10px;
  }
  .collection .collection-block .collection-content h4,
  .collection .collection-block .collection-content .h4,
  .collection .collection-block .collection-content h3,
  .collection .collection-block .collection-content .h3 {
    margin-bottom: 5px;
  }
  .cart-section .cart-buttons > div:last-child {
    padding-right: 15px;
  }
  .cart-section .cart-buttons .btn-solid {
    padding: 7px 8px;
    white-space: nowrap;
  }
  .wishlist-section .btn-solid {
    padding: 7px 8px;
  }
  .collection-wrapper .order-up {
    order: -1;
  }
  .product-box .img-wrapper .lable-block .lable3 {
    font-size: 12px;
    padding: 13px 8px;
  }
  .product-box .img-block .lable-wrapper .lable1,
  .product-box .img-block .lable-wrapper .lable2 {
    padding: 6px 9px 8px 15px;
    font-size: 12px;
  }
  .tab-product .tab-content.nav-material p {
    line-height: 1.5;
  }
  .beauty-about .service .service-block1 {
    margin-bottom: 20px;
  }
  .beauty-about .service .service-block1:last-child {
    margin-bottom: 0;
  }
  .main-menu .menu-left .navbar i {
    font-size: 24px;
  }
  .vendor-cover .bg-size {
    height: 250px;
  }
  .vendor-profile {
    margin-top: -50px;
  }
  .start-selling form .row > div:nth-child(2) {
    margin-top: 15px;
  }
  .become-vendor .step-bg .step-box .steps {
    margin: 0 auto 15px auto;
  }
  .bg-title .theme-tab .bg-title-part {
    display: block;
    text-align: center;
  }
  .bg-title .theme-tab .bg-title-part .tab-title {
    margin-left: unset;
    text-align: center;
  }
  .bg-title .theme-tab .bg-title-part .tab-title li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .bg-title .theme-tab .bg-title-part .tab-title.w-bg {
    margin-top: 15px;
  }
  .portfolio-section.metro-section .product-box .product-detail.default-view {
    bottom: 0;
    width: 100%;
  }
  .sticky-bottom-cart .selection-section .form-control {
    text-transform: capitalize;
    font-size: 13px;
  }
  .sticky-bottom-cart .add-btn .btn {
    padding: 5px 8px;
    font-size: 13px;
    text-transform: capitalize;
  }
  .theme-invoice-2 .invoice-body .date-detail {
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
  .theme-invoice-2 .invoice-body .date-detail li {
    width: 100%;
  }
  .theme-invoice-4 .invoice-header .background-invoice {
    left: 40px;
  }
  .element-page {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  footer .sub-title .footer-title {
    margin-top: 11px;
  }
  .gradient-category .gradient-border {
    height: 220px;
  }
  .breadcrumb-section .page-title {
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    display: unset;
  }
  .breadcrumb-section .page-title h2,
  .breadcrumb-section .page-title .h2 {
    margin-top: -2px;
  }
  .tab-bg-section .theme-tab .tab-content .product-tab .tab-box .product-box2 .media {
    display: block;
  }
  .tab-bg-section .theme-tab .tab-content .product-tab .tab-box .product-box2 .media a {
    margin: 0;
  }
  .tab-bg-section .theme-tab .tab-content .product-tab .tab-box .product-box2 .media img {
    width: 100%;
    padding: 0;
  }
  .tab-bg-section .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body {
    margin-top: 13px;
  }
  .nursery-product .theme-tab .tab-content .product-tab .tab-box .product-box2 .media {
    display: block;
  }
  .nursery-product .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6,
  .nursery-product .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a .h6 {
    margin: 0;
  }
  .nursery-product .theme-tab .tab-content .product-tab .tab-box .product-box2 a {
    margin: unset;
  }
  .nursery-product .theme-tab .tab-content .product-tab .tab-box .product-box2 a img {
    height: 150px;
    width: 100%;
    padding-right: 0;
    margin-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .title1 .title-inner1 {
    margin-bottom: 20px;
  }
  .title1.title5 hr[role=tournament6] {
    margin: 12px auto 20px auto;
  }
  .title2 .title-inner2 {
    margin-bottom: 20px;
  }
  .title3 .line {
    margin-bottom: 20px;
  }
  .title4 .line {
    margin-bottom: 20px;
  }
  .title-borderless {
    margin-bottom: 20px;
  }
  .demo-section .demo-effects > div .layout-container {
    height: 80px;
  }
  .demo-section .demo-effects > div .demo-text h4 span,
  .demo-section .demo-effects > div .demo-text .h4 span {
    position: absolute;
    top: 0;
    right: 7px;
    padding: 0;
    font-size: 11px;
    border-radius: 2px;
    margin-left: 0;
    width: 36px;
    height: 18px;
    line-height: 18px;
  }
  .service_slide .home-slider .slider-contain {
    height: 55vh;
  }
  .advertise-section .full-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  header.left-header .main-menu .menu-left .mobile-logo {
    top: 22px;
  }
  header .brand-logo img {
    width: 95px !important;
  }
  .gym-banner .collection-banner .contain-banner > div {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
  }
  .gym-banner .collection-banner .contain-banner h2,
  .gym-banner .collection-banner .contain-banner .h2 {
    font-size: 20px;
    margin-top: 4px;
  }
  .gym-banner .collection-banner .contain-banner h4,
  .gym-banner .collection-banner .contain-banner .h4 {
    font-size: 14px;
  }
  .success-text h2,
  .success-text .h2 {
    font-size: 20px;
  }
  .success-text p {
    font-size: 14px;
  }
  .delivery-sec h3,
  .delivery-sec .h3,
  .delivery-sec h2,
  .delivery-sec .h2 {
    font-size: 18px;
  }
  .subscribe-form.classic-form .form-control {
    margin-left: 0;
  }
  .theme-tab .tab-title li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .theme-tab .tab-title2 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
  }
  .theme-tab .tab-title2 li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .theme-tab .tab-title2:after {
    display: none;
  }
  .blog-details {
    padding-left: 0;
    padding-right: 0;
  }
  .full-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .full-banner.parallax-layout {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .full-banner .santa-img {
    bottom: -20px;
    left: 10px;
  }
  .full-banner .santa-img img {
    width: 76px;
  }
  .pet-parallax .full-banner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .collection-banner .contain-banner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .collection-banner .contain-banner h2,
  .collection-banner .contain-banner .h2 {
    font-size: 24px;
  }
  .home-slider .home {
    height: 45vh;
  }
  .home-slider .slider-details {
    width: 150px !important;
    height: 150px !important;
  }
  .home-slider .slider-details h1,
  .home-slider .slider-details .h1 {
    font-size: 20px;
  }
  .home-slider .slider-details h2,
  .home-slider .slider-details .h2 {
    font-size: 16px;
  }
  .home-slider .slider-details h3,
  .home-slider .slider-details .h3 {
    font-size: 14px;
  }
  .home-slider .slider-contain {
    height: 45vh;
  }
  .height-85 .home-slider .home {
    height: 55vh;
  }
  .height-85 .home-slider .slider-contain {
    height: 55vh;
  }
  .digital-download .height-85 .home-slider {
    height: 34vh;
  }
  .nft-home .home-slider .slider-contain {
    height: 30vh;
  }
  .footer-theme2.section-light .footer-block .subscribe-white {
    padding: 30px 30px;
  }
  .footer-theme2.section-light .footer-block .subscribe-white .form-control {
    letter-spacing: 3px;
  }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
    padding: 35px;
  }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content img {
    margin-bottom: 10px;
  }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2,
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content .h2 {
    margin-bottom: 15px;
  }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form .form-control {
    height: 40px;
    padding: 0;
  }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form .btn-solid,
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content form .btn-outline {
    padding: 8px 15px;
  }
  .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart .media {
    display: block;
    text-align: center;
  }
  .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body h4,
  .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .h4 {
    font-size: 15px;
  }
  .tab-bg,
  .setting-box {
    width: 280px;
  }
  .setting-box {
    width: 305px;
  }
  .setting-box .setting-title img {
    width: 60%;
  }
  .setting-box .setting-title h3,
  .setting-box .setting-title .h3 {
    line-height: 24px;
    font-size: 18px;
  }
  .setting-box .setting-contant .setting_buttons {
    display: flex;
  }
  .setting-box .setting-contant .setting_buttons li {
    width: 40% !important;
  }
  .upper-canvas-section.height-100 .home-slider .slider-contain.left-canvas-section {
    padding-top: 80px;
  }
  .lower-canvas-section .left-canvas-section {
    padding: 20px 0 20px;
  }
  .banner-style-1 .full-box .theme-card .offer-slider .product-box2 .media img.h-cls {
    height: 160px;
    max-width: unset;
  }
  .gradient-category .gradient-border {
    height: 180px;
  }
  .about-page p {
    line-height: 1.5;
    margin-bottom: 0;
  }
  .testimonial .testimonial-slider .media {
    display: inline-block;
  }
  .testimonial .testimonial-slider .media img {
    margin: 0 auto;
    height: 100px;
    width: 100px;
  }
  .testimonial .testimonial-slider .media .media-body {
    padding: 0;
    text-align: center;
  }
  .blog-detail-page .blog-contact h2,
  .blog-detail-page .blog-contact .h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .blog-detail-page .blog-contact .theme-form input,
  .blog-detail-page .blog-contact .theme-form textarea {
    padding: 12px 20px;
    margin-bottom: 20px;
  }
  .blog-detail-page .blog-advance ul {
    line-height: 1.5;
  }
  .blog-detail-page .blog-advance img {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .blog-detail-page .blog-advance p {
    line-height: 1.5;
  }
  .blog-detail-page .comment-section li {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .blog-detail-page .comment-section li p {
    line-height: 1.5;
  }
  .blog-detail-page .comment-section li h6,
  .blog-detail-page .comment-section li .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .blog-detail-page .comment-section li h6 span,
  .blog-detail-page .comment-section li .h6 span {
    display: inherit;
    margin-left: 0;
  }
  .blog-detail-page .comment-section .media {
    display: inline-block;
    text-align: center;
  }
  .faq-section .theme-accordion .card .card-body p {
    line-height: 1.5 !important;
  }
  .faq-section .theme-accordion .card .card-header button {
    line-height: 1.3;
    padding: 12px 35px 12px 12px !important;
  }
  .faq-section .accordion.theme-accordion .card .card-header button:before {
    top: 20px;
  }
  .blog-page .blog-media .blog-right h6,
  .blog-page .blog-media .blog-right .h6 {
    margin-bottom: 0;
  }
  .blog-page .blog-media .blog-right p {
    line-height: 1.3;
  }
  .blog-page .blog-media .blog-right h4,
  .blog-page .blog-media .blog-right .h4 {
    margin-bottom: 5px;
  }
  .blog-page .blog-media .blog-right ul {
    margin-bottom: 5px;
  }
  .blog-page .blog-media .blog-right ul li {
    display: block;
  }
  .blog-page .blog-media .blog-right ul li + li {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
  .dashboard-section .dashboard-box .dashboard-detail ul li .details {
    display: block;
  }
  .dashboard-section .dashboard-box .dashboard-detail ul li .details .left {
    width: auto;
  }
  .dashboard-section .dashboard-box .dashboard-detail ul li .details .left h6,
  .dashboard-section .dashboard-box .dashboard-detail ul li .details .left .h6 {
    font-weight: 600;
  }
  .theme-invoice-4 .invoice-header .background-invoice {
    left: 110px;
  }
  .cart-section tfoot tr td:first-child {
    width: auto;
  }
}
@media (max-width: 420px) {
  h2,
  .h2 {
    font-size: 22px;
  }
  header .brand-logo img {
    width: 85px !important;
  }
  .header-style-1 .navbar .nav-link {
    padding-right: 12px;
  }
  .margin-res {
    margin-left: -10px;
    margin-right: -10px;
  }
  .margin-res > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .portfolio-section.metro-section .product-box .product-detail {
    width: 95%;
    bottom: 5px;
  }
  .portfolio-section.metro-section .product-box .product-detail h6,
  .portfolio-section.metro-section .product-box .product-detail .h6,
  .portfolio-section.metro-section .product-box .product-detail h4,
  .portfolio-section.metro-section .product-box .product-detail .h4 {
    font-size: 12px;
  }
  .subscribe h4,
  .subscribe .h4 {
    display: block;
  }
  footer p {
    line-height: 25px;
  }
  .blog-details p {
    font-size: 14px;
    line-height: 1.3;
  }
  .product-box .cart-detail i,
  .product-wrap .cart-detail i {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }
  .product-box .cart-info i,
  .product-wrap .cart-info i {
    padding: 5px;
    font-size: 13px;
  }
  .product-box .img-wrapper .lable-block .lable4,
  .product-wrap .img-wrapper .lable-block .lable4 {
    font-size: 10px;
  }
  .product-box .img-wrapper .cart-box i,
  .product-wrap .img-wrapper .cart-box i {
    font-size: 14px;
    padding-left: 4px;
    padding-right: 4px;
  }
  .product-box .product-detail,
  .product-box .product-info,
  .product-wrap .product-detail,
  .product-wrap .product-info {
    margin-top: 5px;
  }
  .product-box .product-detail h6,
  .product-box .product-detail .h6,
  .product-box .product-info h6,
  .product-box .product-info .h6,
  .product-wrap .product-detail h6,
  .product-wrap .product-detail .h6,
  .product-wrap .product-info h6,
  .product-wrap .product-info .h6 {
    font-size: 14px;
  }
  .product-box .product-detail h4,
  .product-box .product-detail .h4,
  .product-box .product-info h4,
  .product-box .product-info .h4,
  .product-wrap .product-detail h4,
  .product-wrap .product-detail .h4,
  .product-wrap .product-info h4,
  .product-wrap .product-info .h4 {
    font-size: 15px;
  }
  .product-box .product-detail .color-variant,
  .product-box .product-info .color-variant,
  .product-wrap .product-detail .color-variant,
  .product-wrap .product-info .color-variant {
    padding-top: 3px;
  }
  .product-box .product-detail .color-variant li,
  .product-box .product-info .color-variant li,
  .product-wrap .product-detail .color-variant li,
  .product-wrap .product-info .color-variant li {
    height: 14px;
    width: 14px;
    margin-right: 3px;
  }
  .absolute_banner .collection-banner .absolute-contain {
    padding: 10px;
    bottom: 10px;
  }
  .absolute-product .product-box .product-detail .cart-bottom i {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 16px;
  }
  .timer span .padding-l {
    padding-left: 5px;
  }
  .about-text p {
    line-height: 22px;
  }
  .service_slide .service-home .service-block1 svg {
    width: 40px;
    height: 40px;
  }
  .footer-theme .sub-title .contact-list li {
    line-height: 25px;
  }
  .footer-theme2 p {
    line-height: 25px;
  }
  .footer-light .subscribe-form .form-control {
    width: 280px;
  }
  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .btn-solid,
  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .btn-outline {
    padding: 13px 8px;
  }
  .footer-theme2 .subscribe-block .form-control {
    letter-spacing: 3px;
  }
  .subscribe-form {
    display: inline-block;
  }
  .subscribe-form .form-group {
    margin-bottom: 10px;
    display: block;
  }
  .subscribe-form .form-group .form-control {
    height: auto;
  }
  .home-slider .slider-details {
    width: 120px !important;
    height: 120px !important;
    top: 24%;
  }
  .home-slider .slider-details h1,
  .home-slider .slider-details .h1 {
    font-size: 18px;
  }
  .home-slider .slider-details h2,
  .home-slider .slider-details .h2 {
    font-size: 14px;
  }
  .home-slider .slider-details h3,
  .home-slider .slider-details .h3 {
    font-size: 12px;
  }
  .full-box .center-slider .offer-slider .product-box {
    display: flex;
    border-bottom: 1px solid #f1f5f4;
    border-top: 1px solid #f1f5f4;
    padding: 15px 0;
  }
  .full-box .center-slider .offer-slider .product-box .img-wrapper img {
    height: 120px;
    padding: 0 15px 0 0;
  }
  .full-box .center-slider .offer-slider .product-box .product-info {
    text-align: left;
  }
  .full-box .center-slider .offer-slider .product-box .product-info h6,
  .full-box .center-slider .offer-slider .product-box .product-info .h6 {
    padding-top: 5px;
  }
  .full-box .center-slider .offer-slider .product-box .product-info .color-variant {
    padding-top: 2px;
  }
  .full-box .center-slider .offer-slider .product-box .product-info .color-variant li {
    height: 15px;
    width: 15px;
    padding-right: 3px;
  }
  .full-box .center-slider .offer-slider .product-box .product-detail {
    padding-left: 0;
  }
  .full-box .center-slider .offer-slider .product-box .product-detail h4,
  .full-box .center-slider .offer-slider .product-box .product-detail .h4 {
    font-size: 20px;
  }
  .full-box .center-slider .offer-slider .product-box .product-detail .color-variant {
    padding-top: 0;
  }
  .full-box .center-slider .offer-slider .product-box:hover .product-info .btn-outline {
    display: none;
  }
  .full-box .center-slider .offer-slider .product-box:hover .product-info .color-variant {
    opacity: 1;
  }
  .full-box .theme-card .offer-slider .sec-1 {
    display: inline;
  }
  .full-box .theme-card .offer-slider .sec-1 .product-box2 {
    border-bottom: 1px solid #f1f5f4;
  }
  .full-box .theme-card .offer-slider .sec-1 .product-box2:last-child {
    border-bottom: none;
  }
  .full-box .theme-card .offer-slider .sec-1 .product-box2 + .product-box2 {
    border-left: none;
  }
  .center-slider .offer-slider .product-box .product-detail {
    text-align: left !important;
  }
  .center-slider .offer-slider .product-box .product-detail .rating i {
    padding-right: 3px;
  }
  .center-slider .offer-slider .product-box .product-detail h4,
  .center-slider .offer-slider .product-box .product-detail .h4 {
    padding-bottom: 0.5rem;
  }
  .center-slider .offer-slider .product-box .product-detail .color-variant li {
    height: 18px;
    width: 18px;
    padding-right: 3px;
  }
  .center-slider .offer-slider .product-box .img-wrapper .cart-box {
    display: none;
  }
  .product-box .img-wrapper .lable-block .lable3 {
    font-size: 10px;
    padding: 10px 5px;
  }
  .product-box .img-wrapper .cart-box {
    padding: 4px 8px;
    bottom: 10px;
  }
  .product-box .img-block .lable-wrapper {
    top: 20px;
  }
  .product-box .img-block .lable-wrapper .lable1,
  .product-box .img-block .lable-wrapper .lable2 {
    padding: 5px 5px 5px 8px;
    font-size: 12px;
  }
  .product-box .cart-info {
    bottom: 10px;
  }
  .team h6,
  .team .h6 {
    line-height: 15px;
  }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
    padding: 30px;
  }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2,
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content .h2 {
    font-size: 30px;
  }
  .tab-product .theme-form input,
  .tab-product .theme-form textarea {
    font-size: 12px;
    padding: 8px 15px;
  }
  .order-box .sub-total .shipping {
    width: unset;
    float: unset;
    display: block;
  }
  .order-box .sub-total .shipping .shopping-option label {
    margin-bottom: 0;
  }
  .order-box .sub-total .shipping .shopping-option:last-child {
    padding-left: 0;
  }
  .checkout-page .checkout-form .form-group {
    margin-bottom: 15px;
  }
  .checkout-page .checkout-form input[type=text],
  .checkout-page .checkout-form input[type=email],
  .checkout-page .checkout-form input[type=password],
  .checkout-page .checkout-form input[type=tel],
  .checkout-page .checkout-form input[type=number],
  .checkout-page .checkout-form input[type=url] {
    height: 40px;
  }
  .checkout-page .checkout-form select,
  .checkout-page .checkout-form textarea {
    height: 40px;
  }
  .banner-style-1 .theme-card.center-align {
    display: block;
  }
  .banner-style-1 .theme-card.center-align .offer-slider .product-box2 .media .media-body {
    margin: 10px 0;
  }
  .banner-style-1 .full-box .theme-card .offer-slider .product-box2 .media img.h-cls {
    height: 130px;
  }
  .sticky-bottom-cart .product-image img {
    width: 50px;
    height: 60px;
  }
  .sticky-bottom-cart .add-btn .btn {
    padding: 5px 4px;
    font-size: 12px;
  }
  .deal-category .deal-content {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
  }
  .deal-category .deal-content h2,
  .deal-category .deal-content .h2 {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .gradient-category .gradient-border {
    height: 140px;
  }
}
@media (max-width: 360px) {
  .btn-solid,
  .btn-outline {
    padding: 10px 15px;
  }
  h2,
  .h2 {
    font-size: 18px;
  }
  .advertise-section .full-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .category-button .col {
    flex-basis: unset;
  }
  .gym-banner .collection-banner .contain-banner h2,
  .gym-banner .collection-banner .contain-banner .h2 {
    font-size: 18px;
  }
  .service_slide .home-slider .slider-contain {
    height: 50vh;
  }
  footer .btn-solid {
    padding: 7px 8px;
  }
  .footer-theme2 .subscribe-block {
    padding: 0 30px;
  }
  .footer-theme2.section-light .footer-block .subscribe-white {
    padding: 20px 20px;
  }
  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .form-group .form-control {
    border: none;
  }
  .footer-end p {
    font-size: 13px;
  }
  .category-border div .category-banner .category-box h2,
  .category-border div .category-banner .category-box .h2 {
    padding: 7px 15px;
  }
  .full-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .full-banner.parallax-layout {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pet-parallax .full-banner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-slider .home {
    height: 21vh;
  }
  .home-slider .slider-contain {
    height: 40vh;
  }
  .home-slider .slider-contain h1,
  .home-slider .slider-contain .h1 {
    font-size: 22px;
  }
  .home-slider .slider-contain h4,
  .home-slider .slider-contain .h4 {
    font-size: 14px;
  }
  .home-slider .slider-contain .btn-solid,
  .home-slider .slider-contain .btn-outline {
    margin-top: 8px;
    padding: 5px 15px;
  }
  .home-slider .slider-details {
    top: 20%;
  }
  .home-slider .slider-details h1,
  .home-slider .slider-details .h1 {
    font-size: 16px;
  }
  .home-slider .slider-details h2,
  .home-slider .slider-details .h2 {
    font-size: 13px;
  }
  .height-85 .home-slider .home {
    height: 50vh;
  }
  .height-85 .home-slider .slider-contain {
    height: 50vh;
  }
  .digital-download .height-85 .home-slider {
    height: 34vh;
  }
  .nft-home .home-slider .slider-contain {
    height: 34vh;
  }
  .layout-7.home-slider .home {
    height: 40vh;
  }
  .layout-7.home-slider .home .slider-contain {
    height: 40vh;
  }
  .layout-7.sm-size .home {
    height: 30vh;
  }
  .layout-7.sm-size .home .slider-contain {
    height: 30vh;
  }
  .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6,
  .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a .h6 {
    font-size: 13px;
  }
  .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .color-variant li {
    height: 12px;
    width: 12px;
  }
  .theme-modal .modal-dialog .modal-content .modal-body {
    padding: 10px;
  }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
    padding: 20px;
  }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .btn-close {
    right: 10px;
  }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content form .form-group .form-control {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2,
  .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content .h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .cart-section tbody tr td,
  .wishlist-section tbody tr td {
    min-width: 115px;
  }
  .cart-section tbody tr td .mobile-cart-content .col,
  .wishlist-section tbody tr td .mobile-cart-content .col {
    margin-left: 5px;
    margin-right: 5px;
  }
  .cart-section tbody tr td a img,
  .wishlist-section tbody tr td a img {
    height: 80px;
  }
  .cart-section tfoot tr td,
  .wishlist-section tfoot tr td {
    padding-right: 27px;
  }
  .cart-section tfoot tr td h2,
  .cart-section tfoot tr td .h2,
  .wishlist-section tfoot tr td h2,
  .wishlist-section tfoot tr td .h2 {
    font-size: 21px;
  }
  .wishlist-section .wishlist-buttons:last-child a {
    margin-left: 0;
  }
  .product-buttons .btn-solid,
  .product-buttons .btn-outline {
    padding: 7px 16px;
  }
  .product-description .qty-box .input-group {
    width: 100%;
  }
  .product-form-box .timer span {
    width: 47px;
  }
  .product-form-box .timer span .padding-l {
    padding-left: 9px;
  }
  .product-form-box .product-buttons .btn-solid,
  .product-form-box .product-buttons .btn-outline {
    padding: 5px 5px;
  }
  .gradient-category .gradient-border {
    height: 130px;
  }
}
@media (max-width: 320px) {
  .home-slider .slider-details {
    top: 16%;
  }
  .footer-theme .footer-logo {
    margin-bottom: 20px;
  }
  .footer-theme2 .col {
    padding: 10px 5px;
  }
  .dark-layout .footer-theme2 .subscribe-wrapper .subscribe-block .form-group .form-control {
    letter-spacing: 1px;
  }
  .footer-theme2.section-light .footer-block .subscribe-white .form-control {
    letter-spacing: 1px;
  }
  .collection-banner .contain-banner.banner-3 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .collection-banner .contain-banner.banner-3 h2,
  .collection-banner .contain-banner.banner-3 .h2 {
    font-size: 15px;
  }
  .gradient-category .gradient-border {
    height: 110px;
  }
}
body.rtl {
  direction: rtl;
}
.rtl .ms-5 {
  margin-right: 3rem !important;
  margin-left: 0 !important;
}
.rtl .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: unset;
  margin-right: calc(var(--bs-border-width) * -1);
}
.rtl ul {
  -webkit-padding-start: 0;
}
.rtl .px-2 {
  padding-right: 0 !important;
  padding-left: 0.5rem !important;
}
.rtl .me-1 {
  margin-left: 0.25rem !important;
  margin-right: unset !important;
}
.rtl .me-2 {
  margin-right: unset !important;
  margin-left: 0.5rem !important;
}
.rtl .ms-2 {
  margin-left: unset !important;
  margin-right: 0.5rem !important;
}
.rtl .me-3 {
  margin-right: unset !important;
  margin-left: 1rem !important;
}
.rtl .ms-3 {
  margin-left: unset !important;
  margin-right: 1rem !important;
}
.rtl .ms-auto {
  margin-left: unset !important;
  margin-right: auto !important;
}
.rtl .text-end {
  text-align: left !important;
}
.rtl .text-start {
  text-align: right !important;
}
.rtl .theme-form .form-group {
  text-align: right;
}
.rtl .form-check {
  padding-left: 0;
  padding-right: 1.5em;
}
.rtl .form-check .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.rtl .pixelstrap ul a {
  text-align: right;
}
.rtl .pixelstrap a .sub-arrow {
  right: auto;
  left: 10px;
}
.rtl .pixelstrap .clothing-menu .link-section {
  text-align: right;
}
.rtl .tap-top {
  right: unset;
  left: 30px;
}
.rtl .skeleton-basic-product .img-wrapper .product-image-box {
  animation-direction: reverse;
}
.rtl .skeleton-basic-product .product-detail .product-title,
.rtl .skeleton-basic-product .product-detail h6,
.rtl .skeleton-basic-product .product-detail .h6,
.rtl .skeleton-basic-product .product-detail .price {
  animation-direction: reverse;
}
.rtl .sm,
.rtl .sm ul,
.rtl .sm li {
  direction: rtl;
}
.rtl .onhover-dropdown .onhover-show-div {
  right: unset;
  left: 0;
}
.rtl .form-select {
  background-position: left 0.75rem center;
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
}
.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart .cart_product {
  padding-right: unset;
  padding-left: 10px;
}
.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body {
  text-align: right;
  padding-left: unset;
  padding-right: 12px;
}
.rtl .main-menu .menu-right .icon-nav .delivery-area i {
  margin-right: 0;
  margin-left: 5px;
}
.rtl .main-menu .menu-left.category-nav-right .navbar {
  padding: 40px 45px 40px 0;
}
.rtl .effect-cls:before,
.rtl .effect-cls:after {
  right: 0;
}
.rtl .left-header .sidenav .pixelstrap > li > a {
  text-align: right;
}
.rtl .left-header .sidenav .pixelstrap li ul li a {
  text-align: right;
}
.rtl .product-detail-label {
  left: unset;
  right: 15px;
}
.rtl .top-header .header-contact li {
  padding-right: 0;
  padding-left: 25px;
}
.rtl .top-header .right-nav-about .right-nav-list + .right-nav-list .theme-form-select .dropdown-toggle {
  padding-left: unset;
  border-left: unset;
  margin-left: unset;
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid rgba(119, 119, 119, 0.5215686275);
}
.rtl .service-block img {
  margin-left: 15px;
  margin-right: unset;
}
.rtl .header-compact .menu-row .delivery-area {
  margin-right: 0;
  margin-left: 25px;
}
.rtl .onhover-dropdown:before {
  left: 3px;
  right: unset;
}
.rtl .rating i {
  padding-right: unset;
  padding-left: 5px;
}
.rtl .top-header .header-dropdown > li:nth-child(2) {
  padding: 15px 25px;
  padding-left: 20px;
}
.rtl .top-header .header-dropdown li i {
  padding-right: 0;
  padding-left: 5px;
}
.rtl .top-header .header-dropdown li:first-child {
  padding-right: 20px;
  padding-left: 0;
}
.rtl .top-header .header-contact {
  text-align: right;
}
.rtl .top-header .header-contact li i {
  transform: rotateY(0deg);
}
.rtl .main-menu .menu-left .navbar {
  padding: 40px 0 40px 45px;
}
.rtl .main-menu .menu-right {
  float: left;
}
.rtl .main-menu .menu-right .icon-nav li {
  padding-left: 0;
  padding-right: calc(8px + 12 * (100vw - 320px) / 1600);
}
.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.setting {
  right: unset;
  left: 0;
}
.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.setting h6,
.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.setting .h6 {
  text-align: right;
}
.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart {
  right: unset;
  left: 0;
}
.rtl .pixelstrap .full-mega-menu ul a:before {
  right: 0;
}
.rtl .cart_qty_cls {
  right: unset;
  left: -8px;
}
.rtl .header-style-1 .cart_qty_cls {
  left: -14px;
  right: unset;
}
.rtl .header-style-1 .border-top-cls .classic-header .header-nav-middle {
  text-align: right;
}
.rtl .header-style-1 .border-top-cls .classic-header .header-nav-middle .navbar {
  padding-inline: 0;
}
.rtl header .navbar {
  padding-left: unset;
  padding-right: 15px;
}
.rtl header .navbar .navbar-expand-xl .dropdown-menu .dropdown-item {
  text-align: right;
}
.rtl header .navbar.navbar-expand-xl .navbar-nav .nav-item + .nav-item {
  margin-left: unset;
  margin-right: calc(15px + 10 * (100vw - 1200px) / 720);
}
.rtl header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a {
  padding-right: unset;
  padding-left: 18px;
}
.rtl header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a::before {
  right: unset;
  left: -4px;
}
.rtl header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > .dropdown-menu > .nav-item + .nav-item {
  margin: 0;
}
.rtl header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > .dropdown-menu > .nav-item > .dropdown-toggle {
  text-align: right;
}
.rtl header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > .dropdown-menu > .nav-item > .dropdown-toggle::after {
  left: 0;
  right: unset;
  margin-left: unset;
  margin-right: 0.255em;
}
.rtl header .search-full {
  right: 50%;
  left: unset;
}
.rtl header .search-full.open {
  transform: scale(1) translateX(50%);
}
.rtl header .search-full .input-group .input-group-text {
  left: unset;
  right: 0;
  padding-right: 0.75rem;
  padding-left: 0;
}
.rtl header .search-full .input-group .close-search {
  right: unset;
  left: 0;
  padding-left: 0.75rem;
  padding-right: 0;
}
.rtl header .main-navbar .nav-menu > li {
  float: right;
}
.rtl header .main-navbar .nav-menu > li > a {
  padding-right: 0;
  padding-left: 45px;
}
.rtl header .main-navbar .nav-menu > li > a .sub-arrow {
  right: auto;
  left: 7px;
}
.rtl header .main-navbar .nav-menu > li .nav-submenu {
  text-align: right;
}
.rtl header .main-navbar .nav-menu > li .nav-submenu li a i {
  float: left;
}
.rtl header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
  left: -203px;
  right: unset;
}
.rtl header .sidenav .sidebar-menu li {
  direction: rtl;
  text-align: right;
}
.rtl header .offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
  left: unset;
  right: 0;
}
.rtl header.left-header .sidenav {
  right: 0;
}
.rtl header.left-header .sidenav .pixelstrap li .mega-menu-container {
  right: 0px;
  margin-right: 270px;
  left: unset;
  margin-left: unset;
}
.rtl header.left-header .sidenav .pixelstrap li .nav-submenu {
  right: 0px;
  margin-right: 270px;
  margin-left: 0;
  left: unset;
}
.rtl header.left-header .sidenav .pixelstrap li .nav-submenu li .nav-sub-childmenu {
  left: unset;
  margin-left: 0;
  right: 0px;
  margin-right: 228px;
}
.rtl header.left-header .sidenav .pixelstrap li .nav-submenu li a i {
  float: left;
}
.rtl header.left-header .sidenav .left-sidebar_center {
  padding: 40px 30px 30px 0;
}
.rtl header.left-header .sidenav .left-sidebar_center .pixelstrap li a .sub-arrow {
  left: 7px;
  right: unset;
}
.rtl header.left-header.left-header-relative .pixelstrap > li > a {
  text-align: left;
}
.rtl header.left-header .setting-box {
  right: unset;
  left: -660px;
}
.rtl header.left-header .setting-box.open-setting {
  right: unset;
  left: -4px;
}
.rtl header.left-header .full-slider {
  direction: ltr;
}
.rtl header.left-header .full-banner .santa-img {
  left: unset;
  right: 28px;
}
.rtl header.left-header .blog-section .review-box .santa-img {
  transform: scaleX(-1);
  left: -116px;
  right: unset;
}
.rtl header.left-header .home-slider {
  direction: ltr;
}
.rtl header.left-header .beauty-about {
  text-align: right;
}
.rtl header.left-header .beauty-about .about-text p {
  text-align: right;
}
.rtl header.left-header .form_search button {
  left: 5px;
  right: unset;
}
.rtl header.left-header .cart-qty-cls {
  right: unset;
  left: -8px;
}
.rtl header.left-header .collection-banner .contain-banner {
  justify-content: flex-end;
}
.rtl header.left-header .collection-banner.p-right .contain-banner {
  justify-content: flex-start;
}
.rtl header.left-header .collection-banner.p-left .contain-banner {
  justify-content: flex-end;
}
.rtl header.left-header .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .btn-close {
  right: unset;
  left: 17px;
}
.rtl header.left-header .product-box .product-detail,
.rtl header.left-header .product-box .product-info,
.rtl header.left-header .product-wrap .product-detail,
.rtl header.left-header .product-wrap .product-info {
  text-align: right;
  padding-left: 0;
  padding-right: 5px;
}
.rtl header.left-header .product-box .img-wrapper .product-thumb-list,
.rtl header.left-header .product-wrap .img-wrapper .product-thumb-list {
  right: 0;
  left: unset;
}
.rtl header.left-header .product-box .product-info,
.rtl header.left-header .product-wrap .product-info {
  text-align: center;
}
.rtl header.left-header .product-box .cart-detail,
.rtl header.left-header .product-wrap .cart-detail {
  right: unset;
  left: 20px;
}
.rtl header.left-header .product-box .back,
.rtl header.left-header .product-wrap .back {
  right: 0;
  left: unset;
  transform: translateX(100px);
}
.rtl header.left-header .service-block + .service-block {
  border-right: 1px solid #dddddd;
  border-left: none;
}
.rtl header.left-header .service-block svg {
  margin-right: 0;
  margin-left: 12px;
}
.rtl header.left-header .service-block .media .media-body {
  text-align: right;
}
.rtl header.left-header .footer-light .subscribe {
  border-right: none;
  border-left: 1px solid #dddddd;
  text-align: right;
}
.rtl header.left-header .footer-theme {
  text-align: right;
}
.rtl header.left-header .footer-theme .sub-title .contact-list li {
  padding-left: 0;
  padding-right: 25px;
}
.rtl header.left-header .footer-theme .sub-title .contact-list i {
  left: unset;
  right: 0;
}
.rtl header.left-header .footer-social li {
  padding-left: 45px;
  padding-right: 0;
}
.rtl header.left-header .sub-footer {
  text-align: right;
}
.rtl header.left-header .product-right .product-buttons a:last-child,
.rtl header.left-header .product-right .product-buttons button:last-child {
  margin-left: 0;
  margin-right: 10px;
}
.rtl header.left-header .theme-modal.modal-dialog .modal-content .modal-body .modal-bg .close {
  left: 36px;
  right: unset;
}
.rtl header.left-header .theme-card .owl-next {
  right: unset;
  left: 25px;
}
.rtl header.left-header .theme-card .owl-prev {
  left: 0;
  right: unset;
}
.rtl header.left-header .theme-card h5.title-border,
.rtl header.left-header .theme-card .title-border.h5 {
  text-align: right;
}
.rtl header.left-header .theme-card .offer-slider .media {
  direction: rtl;
}
.rtl header.left-header .theme-card .offer-slider .media img {
  padding: 15px 0 15px 15px;
}
.rtl header.left-header .theme-card .offer-slider .media .media-body {
  text-align: right;
}
.rtl header.left-header .theme-card .offer-slider .media .media-body a h6,
.rtl header.left-header .theme-card .offer-slider .media .media-body a .h6 {
  margin-right: 0;
  margin-left: 0;
}
.rtl header.left-header .theme-card.card-border h5,
.rtl header.left-header .theme-card.card-border .h5 {
  padding-right: 50px;
  padding-left: 0;
}
.rtl header.left-header .theme-card.card-border .owl-prev {
  left: 30px;
}
.rtl header.left-header .theme-card.card-border .owl-next {
  left: 50px;
}
.rtl header.left-header .theme-tab .tab-content .product-tab .tab-box {
  text-align: right;
}
.rtl header.left-header .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6,
.rtl header.left-header .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a .h6 {
  margin-left: 35px;
  margin-right: 0;
}
.rtl header.left-header .full-box .theme-card .offer-slider .product-box2 .media .media-body a h6,
.rtl header.left-header .full-box .theme-card .offer-slider .product-box2 .media .media-body a .h6 {
  margin-right: 0;
  margin-left: 20px;
}
.rtl header.left-header .pets-box .product-box .product-detail {
  text-align: center;
}
.rtl header.left-header .blog.blog_box .blog-details {
  text-align: right;
}
.rtl header.left-header .tab-left .theme-tab .left-side {
  text-align: right;
}
.rtl header.left-header .tab-left .theme-tab .left-side .tab-title {
  margin-right: 0;
  margin-left: 100px;
  text-align: right;
}
.rtl header.left-header .left-header .top-header {
  padding-left: 0;
  padding-right: 300px;
}
.rtl header.left-header .absolute-product .product-box .product-detail {
  text-align: center;
}
.rtl header.left-header .box-product .full-box .theme-card .offer-slider .product-box2 .media {
  padding-right: 0;
  padding-left: 15px;
}
.rtl header.left-header .box-product .full-box .theme-card .offer-slider .product-box2 .media img {
  padding: 0 0 0 15px;
}
.rtl header.left-header.left-header-sm .sidenav .left-sidebar_center {
  padding: 0;
}
.rtl header.header-christmas .main-menu .menu-left .navbar {
  padding: 20px 0 20px 45px;
}
.rtl header.header-tools .main-menu .menu-left .navbar {
  padding: 25px 0 25px 45px;
}
.rtl .header-style-5 .bottom-part .category-menu .toggle-sidebar i {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .header-compact .delivery-area svg {
  margin-left: 10px;
  margin-right: 0;
}
.rtl .header-compact .delivery-area div h6,
.rtl .header-compact .delivery-area div .h6 {
  margin-left: 5px;
  margin-right: 0;
}
.rtl .header-compact .top-header .header-dropdown li:nth-child(2) {
  padding: 10px 25px;
}
.rtl .header-compact .top-header .header-dropdown li:last-child {
  padding-left: 0;
}
.rtl .sidenav {
  right: -300px;
  left: unset;
}
.rtl .sidenav.open-side {
  right: 0;
}
.rtl .sidenav.marketplace-sidebar {
  right: unset;
}
.rtl .bg-title .theme-tab .bg-title-part .tab-title {
  margin-right: auto;
  margin-left: unset;
}
.rtl .setting-box {
  right: unset;
  left: -660px;
}
.rtl .setting-box.open-setting {
  right: unset;
  left: -4px;
}
.rtl .setting-box .setting-contant {
  padding-right: unset;
  padding-left: 10px;
}
.rtl .setting-box .form-switch {
  padding: 0;
  margin: 0;
}
.rtl .setting-box .form-switch .form-check-input {
  float: unset;
  margin: 0;
}
.rtl .full-slider {
  direction: ltr;
}
.rtl .full-banner .santa-img {
  left: unset;
  right: 28px;
}
.rtl .blog-section .review-box .santa-img {
  transform: scaleX(-1);
  left: -116px;
  right: unset;
}
.rtl .home-slider {
  direction: ltr;
}
.rtl .beauty-about {
  text-align: right;
}
.rtl .beauty-about .about-text p {
  text-align: right;
}
.rtl .form_search button {
  left: 5px;
  right: unset;
}
.rtl .cart-qty-cls {
  right: unset;
  left: -8px;
}
.rtl .collection-banner .contain-banner {
  justify-content: flex-end;
}
.rtl .collection-banner.p-right .contain-banner {
  justify-content: flex-start;
}
.rtl .collection-banner.p-left .contain-banner {
  justify-content: flex-end;
}
.rtl .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .btn-close {
  right: unset;
  left: 17px;
}
.rtl .product-box .product-detail,
.rtl .product-box .product-info,
.rtl .product-wrap .product-detail,
.rtl .product-wrap .product-info {
  text-align: right;
  padding-left: 0;
  padding-right: 5px;
}
.rtl .product-box .img-wrapper .product-thumb-list,
.rtl .product-wrap .img-wrapper .product-thumb-list {
  right: 0;
  left: unset;
}
.rtl .product-box .product-info,
.rtl .product-wrap .product-info {
  text-align: center;
}
.rtl .product-box .cart-detail,
.rtl .product-wrap .cart-detail {
  right: unset;
  left: 20px;
}
.rtl .product-box .back,
.rtl .product-wrap .back {
  right: 0;
  left: unset;
  transform: translateX(100px);
}
.rtl .j-box .product-box .img-wrapper .cart-info {
  width: 100%;
}
.rtl .j-box.style-box .product-box .cart-info a {
  border: none;
}
.rtl .service-block + .service-block {
  border-right: 1px solid #dddddd;
  border-left: none;
}
.rtl .service-block svg {
  margin-right: 0;
  margin-left: 12px;
}
.rtl .service-block .media .media-body {
  text-align: right;
}
.rtl .footer-light .subscribe {
  border-right: none;
  border-left: 1px solid #dddddd;
  text-align: right;
}
.rtl .footer-theme {
  text-align: right;
}
.rtl .footer-theme .sub-title .contact-list li {
  padding-left: 0;
  padding-right: 25px;
}
.rtl .footer-theme .sub-title .contact-list i {
  left: unset;
  right: 0;
}
.rtl .menu-label {
  margin-left: unset;
  margin-right: 4px;
}
.rtl .footer-social li {
  padding-left: 45px;
  padding-right: 0;
}
.rtl .sub-footer {
  text-align: right;
}
.rtl .product-right .product-buttons a:last-child,
.rtl .product-right .product-buttons button:last-child {
  margin-left: 0;
  margin-right: 10px;
}
.rtl .theme-modal.modal-dialog .modal-content .modal-body .modal-bg .close {
  left: 36px;
  right: unset;
}
.rtl .theme-card .owl-next {
  right: unset;
  left: 25px;
}
.rtl .theme-card .owl-prev {
  left: 0;
  right: unset;
}
.rtl .theme-card h5.title-border,
.rtl .theme-card .title-border.h5 {
  text-align: right;
}
.rtl .theme-card .offer-slider .media {
  direction: rtl;
}
.rtl .theme-card .offer-slider .media img {
  margin-right: unset;
  margin-left: 10px;
}
.rtl .theme-card .offer-slider .media .media-body {
  text-align: right;
}
.rtl .theme-card .offer-slider .media .media-body a h6,
.rtl .theme-card .offer-slider .media .media-body a .h6 {
  margin-right: 0;
  margin-left: 0;
}
.rtl .theme-card.card-border h5,
.rtl .theme-card.card-border .h5 {
  padding-right: 50px;
  padding-left: 0;
}
.rtl .theme-card.card-border .owl-prev {
  left: 30px;
}
.rtl .theme-card.card-border .owl-next {
  left: 50px;
}
.rtl .theme-tab .tab-content .product-tab .tab-box {
  text-align: right;
}
.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a h6,
.rtl .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body a .h6 {
  margin-left: 35px;
  margin-right: 0;
}
.rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body a h6,
.rtl .full-box .theme-card .offer-slider .product-box2 .media .media-body a .h6 {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .pets-box .product-box .product-detail {
  text-align: center;
}
.rtl .blog.blog_box .blog-details {
  text-align: right;
}
.rtl .tab-left .theme-tab .left-side {
  text-align: right;
}
.rtl .tab-left .theme-tab .left-side .tab-title {
  margin-right: 0;
  margin-left: 100px;
  text-align: right;
}
.rtl .left-header .top-header {
  padding-left: 0;
  padding-right: 300px;
}
.rtl .absolute-product .product-box .product-detail {
  text-align: center;
}
.rtl .box-product .full-box .theme-card .offer-slider .product-box2 .media {
  padding-right: 0;
  padding-left: 15px;
}
.rtl .box-product .full-box .theme-card .offer-slider .product-box2 .media img {
  padding: 0 0 0 15px;
}
.rtl .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  padding-right: 0.5rem;
}
.rtl .breadcrumb-item + .breadcrumb-item:before {
  padding-left: 0.5rem;
  padding-right: 0;
  float: right;
}
.rtl .custom-control {
  padding-left: 0;
  padding-right: 1.5rem;
  text-align: right;
}
.rtl .top-banner-wrapper .top-banner-content {
  text-align: right;
}
.rtl .product-filter-tags {
  text-align: right;
}
.rtl .product-filter-tags li a i {
  margin-left: 0;
  margin-right: 5px;
}
.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter {
  margin-left: unset;
  margin-right: 15px;
}
.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-view ul li:first-child,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-view ul li:first-child {
  margin-right: 0;
  margin-left: 14px;
}
.rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
  margin-left: unset;
  margin-right: auto;
}
.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
  background-position: 5%;
  border-right: none;
  border-left: 1px solid #dddddd;
}
.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view .select2 .selection .select2-selection,
.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter .select2 .selection .select2-selection,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view .select2 .selection .select2-selection,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter .select2 .selection .select2-selection {
  padding-right: calc(10px + 7 * (100vw - 320px) / 1600);
  padding-left: 52px;
}
.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view .select2 .selection .select2-selection .select2-selection__arrow,
.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter .select2 .selection .select2-selection .select2-selection__arrow,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view .select2 .selection .select2-selection .select2-selection__arrow,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter .select2 .selection .select2-selection .select2-selection__arrow {
  right: unset;
  left: 15px;
}
.rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select,
.rtl .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter select {
  border-left: none;
}
.rtl .collection-product-wrapper .product-top-filter .popup-filter .open-popup {
  left: unset;
  right: 0;
}
.rtl .collection-product-wrapper .product-top-filter .search-count,
.rtl .collection-product-wrapper .product-top-filter .sidebar-popup {
  margin-right: unset;
  margin-left: 18px;
}
.rtl .product-pagination .product-search-count-bottom {
  padding-left: 15px;
  padding-right: 0;
}
.rtl .new-nav-item .new-dropdown {
  right: unset;
  left: 3px;
}
.rtl .collection-filter .custom-nav-tab .nav-item .nav-link {
  text-align: right;
}
.rtl .collection-filter .custom-nav-tab .nav-item .nav-link:hover img {
  transform: translateY(-50%) rotate(4deg);
}
.rtl .collection-filter .custom-nav-tab .nav-item .nav-link img {
  right: unset;
  left: -10px;
}
.rtl .collection-filter-block .accordion-item .accordion-button::after {
  margin-left: unset;
  margin-right: auto;
}
.rtl .collection-filter-block .accordion-item .accordion-body .search-box::after {
  right: unset;
  left: 0;
  border-left: unset;
  border-right: 1px solid #eee;
}
.rtl .collection-filter-block .accordion-item .accordion-body .search-box .form-control {
  padding-right: calc(12px + 3 * (100vw - 320px) / 1600);
  padding-left: 63px;
}
.rtl .collection-filter-block .accordion-item .accordion-body .collection-filter-checkbox .form-check-input {
  margin-right: unset;
  margin-left: 9px;
}
.rtl .collection-filter-block .product-service .media .media-body {
  padding-right: 10px;
  padding-left: 0;
  text-align: right;
}
.rtl .product-right {
  text-align: right;
}
.rtl .product-right h4 span,
.rtl .product-right .h4 span {
  padding-left: 0;
  padding-right: 5px;
}
.rtl .product-right .product-description h6 span,
.rtl .product-right .product-description .h6 span {
  float: left;
}
.rtl .product-right .size-box ul li {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .product-right .product-buttons a:last-child {
  margin-left: 0;
  margin-right: 10px;
}
.rtl .product-right .product-icon .product-social li {
  padding-right: 0;
  padding-left: 30px;
}
.rtl .product-right .product-icon .product-social li:last-child {
  padding-left: 0;
}
.rtl .product-right .product-icon .wishlist-btn span {
  padding-left: 0;
  padding-right: 10px;
}
.rtl .product-right .product-icon .wishlist-btn i {
  padding-left: 0;
  margin-left: 0;
  padding-right: 10px;
  margin-right: 5px;
  border-left: none;
  border-right: 1px solid #dddddd;
}
.rtl .product-right.product-form-box {
  text-align: center;
}
.rtl .product-right.product-form-box .timer p {
  text-align: right;
}
.rtl .product-right.product-form-box .product-description {
  text-align: center;
}
.rtl .recently-purchase {
  text-align: right;
}
.rtl .recently-purchase .media-body {
  padding: 0px 12px 0px 30px;
}
.rtl .recently-purchase .close-popup {
  left: 7px;
  right: unset;
}
.rtl .sticky-bottom-cart .product-image .content {
  margin-left: 0;
  margin-right: 12px;
}
.rtl .sticky-bottom-cart .product-image .content h6 del,
.rtl .sticky-bottom-cart .product-image .content .h6 del {
  margin-left: 0;
  margin-right: 7px;
}
.rtl .sticky-bottom-cart .product-image .content h6 span,
.rtl .sticky-bottom-cart .product-image .content .h6 span {
  margin-left: 0;
  margin-right: 5px;
}
.rtl .sticky-bottom-cart .selection-section .form-group:nth-child(2) {
  margin-left: 0;
  margin-right: 40px;
}
.rtl .add_to_cart .cart-inner .cart_media li .buttons .checkout {
  float: left;
}
.rtl .add_to_cart .cart-inner .cart_media li .media .media-body {
  text-align: right;
}
.rtl .add_to_cart .cart-inner .cart_media .close-circle {
  left: 0;
  right: unset;
}
.rtl .add_to_cart .cart-inner .qty-box {
  right: unset;
  left: 0;
}
.rtl .add_to_cart .cart-inner .cart_top .close-cart {
  margin-right: auto;
  margin-left: unset;
}
.rtl .add_to_cart .cart-inner .cart_media li {
  padding-left: unset !important;
  padding-right: 0 !important;
}
.rtl .add_to_cart .cart-inner .pere-text-box .progress .progress-bar i {
  right: unset;
  left: -16px;
}
.rtl .add_to_cart.top .cart_media .cart_product li,
.rtl .add_to_cart.bottom .cart_media .cart_product li {
  margin-left: 18px;
  margin-right: 0;
}
.rtl .add_to_cart.right {
  right: unset;
  left: -500px;
}
.rtl .add_to_cart.right.open-side {
  right: unset;
  left: 0;
}
.rtl .timer {
  padding-left: 0;
  padding-right: 40px;
  text-align: right;
}
.rtl .timer span .padding-l {
  padding-left: 0;
  padding-right: 22px;
}
.rtl .product-related h2,
.rtl .product-related .h2 {
  text-align: right;
}
.rtl .element-detail {
  text-align: right;
}
.rtl .dashboard-section .radio_animated {
  margin: 0 0 0 1rem;
}
.rtl .dashboard-section .dashboard-box .dashboard-title span {
  margin-left: 0;
  margin-right: 30px;
}
.rtl .dashboard-section .top-sec .btn {
  margin-left: unset;
  margin-right: auto;
}
.rtl .dashboard-section .counter-section .counter-box {
  text-align: right;
  border-left: none;
  border-right: 3px solid var(--theme-color);
}
.rtl .dashboard-section .counter-section .counter-box img {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .dashboard-section .faq-content .card {
  text-align: right;
}
.rtl .dashboard-section .dashboard-sidebar .faq-tab .nav-tabs {
  text-align: right;
}
.rtl .offer-box {
  display: none;
}
.rtl .modal-header .close {
  margin: -1rem auto -1rem -1rem;
}
.rtl .modal-dialog .modal-content .modal-body {
  text-align: right;
}
.rtl .vendor-profile .profile-left .profile-detail,
.rtl .vendor-profile .profile-left .vendor-contact {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
  border-right: 1px solid #efefef;
  padding-right: 20px;
  margin-right: 20px;
}
.rtl .vendor-profile .profile-left .profile-detail {
  text-align: right;
}
.rtl .vendor-profile .profile-left .profile-image img {
  margin: 0 auto;
}
.rtl .about-page {
  text-align: right;
}
.rtl .become-vendor {
  text-align: right;
}
.rtl .start-selling {
  text-align: right;
}
.rtl .cart-section .wishlist-buttons,
.rtl .wishlist-section .wishlist-buttons {
  text-align: left;
}
.rtl .cart-section .cart-buttons > div:first-child,
.rtl .wishlist-section .cart-buttons > div:first-child {
  text-align: right;
}
.rtl .cart-section .cart-buttons > div:nth-child(2),
.rtl .wishlist-section .cart-buttons > div:nth-child(2) {
  text-align: left;
}
.rtl .dashboard .box .box-title > a {
  right: unset;
  left: 0;
}
.rtl .checkout-page {
  text-align: right;
}
.rtl .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail {
  margin-left: unset;
  margin-right: 10px;
}
.rtl .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .custom-form-check .form-check-label,
.rtl .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .custom-form-check .form-check-label {
  padding-left: unset;
  padding-right: 12px;
}
.rtl .order-box .title-box span {
  float: left;
}
.rtl .order-box .qty li span {
  float: left;
}
.rtl .order-box .total li .count {
  text-align: left;
}
.rtl .order-box .sub-total .shipping {
  float: left;
}
.rtl .order-box .sub-total li .count {
  text-align: left;
}
.rtl .order-box .sub-total .shopping-option label {
  padding-right: 10px;
  padding-left: 0;
}
.rtl .order-box .sub-total li .check-it {
  margin-left: unset;
  margin-right: 14px;
}
.rtl .order-box .sub-total li .check-it::after {
  background-color: #2b2b2b;
  border-color: #404040;
}
.rtl .about-page {
  text-align: right;
}
.rtl .testimonial .testimonial-slider .media {
  direction: rtl;
}
.rtl .testimonial .testimonial-slider .media .media-body {
  padding: 30px 30px 30px 75px;
  text-align: right;
}
.rtl .comnt-sec li a i {
  margin-right: 0;
  margin-left: 5px;
}
.rtl footer .subscribe-form.rounded-input .form-control {
  border-radius: 0 25px 25px 0;
}
.rtl footer .subscribe-form.rounded-input .btn-solid {
  border-radius: 25px 0 0 25px;
}
.rtl .subscribe-form.classic-form .form-control {
  margin-left: 0;
  margin-right: 15px;
}
.rtl .blog-detail-page .comment-section li img {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .blog-detail-page .comment-section li h6 span,
.rtl .blog-detail-page .comment-section li .h6 span {
  margin-left: 0;
  margin-right: 20px;
}
.rtl .faq-section {
  text-align: right;
}
.rtl .faq-section .accordion.theme-accordion .card .card-header button {
  text-align: right;
}
.rtl .faq-section .accordion.theme-accordion .card .card-header button:before {
  right: unset;
  left: 20px;
}
.rtl .blog-sidebar {
  text-align: right;
}
.rtl .blog-sidebar .theme-card .recent-blog li .media img {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .blog-detail-page .blog-detail .post-social li + li {
  padding-right: 11px;
  margin-right: 11px;
  border-right: 1px solid #eee;
  padding-left: unset;
  margin-left: unset;
  border-left: unset;
}
.rtl .blog-page .blog-list .blog-contain {
  padding-left: 20px;
  padding-right: 0;
}
.rtl .blog-page .blog-list .blog-contain .blog-label > span + span {
  margin-left: unset;
  padding-left: unset;
  border-left: unset;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #eee;
}
.rtl .blog-page .blog-media .blog-right {
  text-align: right;
}
.rtl .blog-page .blog-media .blog-right ul li + li {
  padding-left: 0;
  margin-left: 0;
  border-left: none;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #dddddd;
}
.rtl .blog-page .blog-sidebar .theme-card .popular-blog li .blog-date {
  margin: 0 0 0 15px;
}
.rtl .blog-page .blog-box .blog-contain .blog-label > span + span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #eee;
  margin-left: unset;
  padding-left: unset;
  border-left: unset;
}
.rtl .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .close-circle {
  left: 0;
  right: unset;
}
.rtl .phone-field .custom-select {
  left: unset;
  right: 0;
}
.rtl .phone-field .custom-select .select2 .selection {
  border-right: unset;
  border-left: 1px solid #eee;
}
.rtl .phone-field .form-box .form-label ~ .custom-select {
  left: unset;
  right: 1px;
}
.rtl .phone-field .form-box .form-control {
  padding-left: unset;
  padding-right: calc(111px + 21 * (100vw - 320px) / 1600);
}
.rtl .product-wrapper-grid.list-view .product-box .product-detail {
  padding-right: 15px;
  padding-left: 0;
  text-align: right !important;
}
.rtl .auth-modal .modal-content.open .right-content {
  transform: translate(50%);
  animation: slideLeft-2 0.45s normal forwards ease-out;
}
.rtl .auth-modal .modal-content.open .left-img {
  transform: translate(-50%);
  animation: slideRight-2 0.45s normal forwards ease-out;
}
.rtl .tracking-panel ul {
  padding-left: 20px;
  padding-right: unset;
}
.rtl .tracking-panel ul li {
  padding: calc(13px + 4 * (100vw - 320px) / 1600) calc(21px + 4 * (100vw - 320px) / 1600) calc(13px + 4 * (100vw - 320px) / 1600) 0;
}
.rtl .tracking-panel ul li.active::after {
  border-right: 17px solid #fdf3ed;
}
.rtl .tracking-panel ul li::after {
  border-left: unset;
  border-right: 17px solid #f8f8f8;
  right: unset;
  left: -16px;
}
.rtl .tracking-panel ul li::before {
  right: 0;
  left: unset;
  border-right: 17px solid #fff;
  border-left: unset;
}
.rtl .box-content {
  padding-right: 22px;
  padding-left: unset;
}
.rtl .notification-list li {
  padding-left: calc(12px + 6 * (100vw - 320px) / 1600);
  padding-right: calc(33px + 13 * (100vw - 320px) / 1600);
}
.rtl .notification-list li::after {
  left: unset;
  right: calc(18px + 12 * (100vw - 320px) / 1600);
}
.rtl .theme-modal-2 .modal-header .btn-close {
  right: unset;
  left: 10px;
}
.rtl .theme-modal-2 .modal-body .phone-field .form-box .form-control {
  padding-left: calc(13px + 6 * (100vw - 320px) / 1600);
  padding-right: calc(111px + 21 * (100vw - 320px) / 1600);
}
.rtl .theme-modal-2 .modal-body .phone-field .custom-select .select2 .selection {
  border-right: unset;
  border-left: 1px solid #eeeeee;
}
.rtl .user-dashboard-section .address-book-section .select-box .address-box .top h6 span,
.rtl .user-dashboard-section .address-book-section .select-box .address-box .top .h6 span {
  float: left;
}
.rtl .theme-settings {
  left: 0;
  right: unset;
}
.rtl .theme-settings ul li {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-right: auto;
  margin-left: 0;
}
.rtl .filter-bottom-title:after {
  right: unset;
  left: -3px;
}
.rtl.christmas {
  overflow-x: hidden !important;
}
.rtl.modal-open {
  overflow-x: hidden !important;
}
.rtl.dark .service-block + .service-block {
  border-color: #404040;
}
.rtl .cookie-bar .btn {
  margin-left: 0;
  margin-right: 20px;
}
.rtl .product-box .img-wrapper .lable-block .lable3,
.rtl .product-wrap .img-wrapper .lable-block .lable3 {
  right: 7px;
  left: unset;
}
.rtl .product-box .img-wrapper .lable-block .lable4,
.rtl .product-wrap .img-wrapper .lable-block .lable4 {
  left: 7px;
  right: unset;
}
.rtl .j-box .product-box {
  direction: rtl;
}
.rtl .j-box .product-box .cart-info a {
  border-right: 1px solid #dddddd;
  border-left: unset;
}
.rtl .service-w-bg .service-block + .service-block {
  border: none;
}
.rtl .service-style-border .service-block .media-body {
  border-right: 1px solid #dddddd;
  padding-right: 20px;
  border-left: none;
  padding-left: 0;
}
.rtl .service-style-border .service-block + .service-block {
  border-right: none;
}
.rtl .ajax-search .typeahead {
  text-align: right;
}
.rtl .product-vertical .theme-card.center-align .offer-slider .product-box2 .media .media-body {
  text-align: right;
}
.rtl .footer-style-1 .footer-social li {
  padding-left: 15px;
}
.rtl .title-basic .timer {
  margin-right: 15px;
  margin-left: 0;
}
.rtl .theme-tab .tab-title.border-title li,
.rtl .theme-tab .tab-title2.border-title li {
  border-left: 0;
  border-right: 1px solid #bbbbbb;
}
.rtl .theme-tab .tab-title.border-title li:first-child,
.rtl .theme-tab .tab-title2.border-title li:first-child {
  border-right: 0;
}
.rtl .space_sm {
  padding-left: 0;
  padding-right: 240px;
}
.rtl .bundle .bundle-image-box .bundle-box {
  text-align: right;
}
.rtl .bundle .bundle-image-box .bundle-box .form-check {
  right: unset;
  left: 12px;
}
.rtl .gradient-slider .product-box {
  direction: rtl;
}
.rtl .header-style-5 .form_search .nav-search {
  padding-right: 10px;
  padding-left: 51px;
}
.rtl .left-blog hr.style1 {
  margin-left: auto;
  margin-right: unset;
}
.rtl .left-blog .blog-details {
  text-align: right;
}
.rtl .basic-product .img-wrapper .trending-label {
  left: unset;
  align-items: flex-end;
  right: 10px;
}
.rtl .basic-product .img-wrapper .unit-label {
  left: unset;
  right: 0;
}
.rtl .basic-product .color-panel.coverflow ul li + li {
  margin-left: unset;
  margin-right: -13px;
}
.rtl .basic-product .color-panel .image li + li a img {
  margin-left: unset;
  margin-right: calc(2px + 3 * (100vw - 320px) / 1600);
}
.rtl .basic-product.theme-product-1:hover .product-detail .offer-panel {
  animation-direction: reverse;
}
.rtl .basic-product.theme-product-2 .product-detail .add-wish {
  right: unset;
  left: calc(10px + 8 * (100vw - 320px) / 1600);
}
.rtl .basic-product.theme-product-2 .cart-detail li + li {
  border-left: unset;
  border-right: 1px solid;
}
.rtl .basic-product.theme-product-2 .cart-detail li i {
  margin-right: unset;
  margin-left: 6px;
}
.rtl .basic-product.theme-product-2 .cart-detail li button > div {
  display: flex;
}
.rtl .basic-product.theme-product-3 .product-detail {
  text-align: right;
}
.rtl .basic-product.theme-product-4 .price del {
  margin-left: unset;
  margin-right: auto;
}
.rtl .basic-product.theme-product-9 .price-vertical {
  text-align: left;
}
.rtl .product-accordion .accordion .accordion-item .accordion-header .accordion-button::after {
  margin-left: unset;
  margin-right: auto;
}
.rtl .basic-product .product-right .form-select {
  padding: calc(5px + 4 * (100vw - 320px) / 1600) calc(10px + 6 * (100vw - 320px) / 1600) calc(5px + 4 * (100vw - 320px) / 1600) calc(30px + 6 * (100vw - 320px) / 1600);
}
.rtl .quantity-variant {
  padding: 6px 6px;
}
.rtl .product-page-details .timer {
  float: unset;
  padding: 15px;
}
.rtl .product-page-details .timer p span .padding-l {
  right: unset;
  left: -11px;
  padding-right: 0;
}
.rtl .product-page-details .shipping-info {
  padding-left: unset;
  padding-right: 20px;
  text-align: right;
}
.rtl .product-page-details .size-delivery-info a i {
  margin-right: unset;
  margin-left: 10px;
}
.rtl .product-page-details .select-dropdown {
  padding-block: 11px;
}
.rtl .product-page-details .qty-section .qty-box .input-group button {
  margin: 0;
}
.rtl .review-people {
  border-right: 1px solid #ececec;
  border-left: unset;
  padding-right: 23px;
  padding-left: unset;
}
.rtl .review-people .review-list {
  padding-right: 0;
}
.rtl .review-people .review-list li .people-box .people-comment .people-name h6,
.rtl .review-people .review-list li .people-box .people-comment .people-name .h6 {
  margin-right: unset;
  margin-left: auto;
}
.rtl.christmas {
  overflow-x: hidden !important;
}
.rtl.modal-open {
  overflow-x: hidden !important;
}
.rtl.dark .service-block + .service-block {
  border-color: #404040;
}
.rtl .cookie-bar .btn {
  margin-left: 0;
  margin-right: 20px;
}
.rtl .product-box .img-wrapper .lable-block .lable3,
.rtl .product-wrap .img-wrapper .lable-block .lable3 {
  right: 7px;
  left: unset;
}
.rtl .product-box .img-wrapper .lable-block .lable4,
.rtl .product-wrap .img-wrapper .lable-block .lable4 {
  left: 7px;
  right: unset;
}
.rtl .service-w-bg .service-block + .service-block {
  border: none;
}
.rtl .compare-tap-top-box {
  right: unset;
  left: 30px;
}
.rtl .service-style-border .service-block .media-body {
  border-right: 1px solid #dddddd;
  padding-right: 20px;
  border-left: none;
  padding-left: 0;
}
.rtl .service-style-border .service-block + .service-block {
  border-right: none;
}
.rtl .ajax-search .typeahead {
  text-align: right;
}
.rtl .product-vertical .theme-card.center-align .offer-slider .product-box2 .media .media-body {
  text-align: right;
}
.rtl .footer-style-1 .footer-social li {
  padding-left: 15px;
}
.rtl .title-basic .timer {
  margin-right: 15px;
  margin-left: 0;
}
.rtl .theme-tab .tab-title.border-title li,
.rtl .theme-tab .tab-title2.border-title li {
  border-left: 0;
  border-right: 1px solid #bbbbbb;
}
.rtl .theme-tab .tab-title.border-title li:first-child,
.rtl .theme-tab .tab-title2.border-title li:first-child {
  border-right: 0;
}
.rtl .gradient-slider .product-box {
  direction: rtl;
}
.rtl .basic-product .timer {
  padding: 15px;
}
.rtl .basic-product.theme-product-1:hover .product-detail .offer-panel {
  animation-direction: reverse;
}
.rtl .search-modal .modal-body .search-box .form-control {
  padding-right: 15px;
  padding-left: calc(40px + 15 * (100vw - 320px) / 1600);
}
.rtl .search-modal .modal-body .search-box i {
  border-right: 1px solid #eee;
  padding-right: 13px;
  left: 16px;
  border-left: unset;
  padding-left: unset;
  right: unset;
}
.rtl .download-dropdown-menu {
  left: 0 !important;
  right: auto !important;
}
.rtl.skeleton-body {
  animation-direction: reverse;
}
.rtl.skeleton-body .home-skeleton {
  direction: rtl;
}
.rtl.skeleton-body .img-category .img-sec {
  background: #3c3c3c !important;
}
.rtl.skeleton-body .img-category h4 a,
.rtl.skeleton-body .img-category .h4 a {
  color: transparent;
  animation-direction: reverse;
}
.rtl.skeleton-body .category-block .category-image {
  animation-direction: reverse;
}
.rtl.skeleton-body .category-block .category-details h5,
.rtl.skeleton-body .category-block .category-details .h5 {
  animation-direction: reverse;
}
.rtl.skeleton-body .service-block .media .skeleton-img-box {
  margin-right: unset;
  margin-left: 15px;
  animation-direction: reverse;
}
.rtl.skeleton-body .service-block .media-body .skeleton-content-p,
.rtl.skeleton-body .service-block .media-body .skeleton-content-h4 {
  animation-direction: reverse;
}
.rtl.skeleton-body .placeholder-glow .placeholder {
  animation-direction: reverse;
}
.rtl.skeleton-body.tools-bg .home-skeleton,
.rtl.skeleton-body.bg_cls .home-skeleton {
  background-color: #232323;
}
.rtl.skeleton-body .vector-category .category-slide .img-category h4,
.rtl.skeleton-body .vector-category .category-slide .img-category .h4 {
  animation-direction: reverse;
}
.rtl.skeleton-body .service-block1 .service-skeleton-img,
.rtl.skeleton-body .service-block1 .skeleton-content-h4,
.rtl.skeleton-body .service-block1 .skeleton-content-p {
  animation-direction: reverse;
}
.rtl.skeleton-body [class*=skeleton-text-] {
  animation-direction: reverse;
}
.rtl.skeleton-body [class*=skeleton-text-] span {
  animation-direction: reverse;
}
.custom-theme {
  position: fixed;
  right: 0;
  width: 40px;
  height: 38px;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  border-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(154, 154, 154, 0.54);
  box-shadow: 0px 0px 5px 0px rgba(154, 154, 154, 0.54);
  top: calc(50% + 34px);
  cursor: pointer;
}
body.rtl {
}
body.rtl .m-r-15 {
  margin-left: 15px;
  margin-right: unset;
}
body.rtl .me-2,
body.rtl .mx-2 {
  margin-left: 0.5rem !important;
  margin-right: unset !important;
}
body.rtl .ps-0,
body.rtl .px-0 {
  padding-right: 0 !important;
  padding-left: unset !important;
}
body.rtl .m-r-10 {
  margin-left: 10px;
  margin-right: unset;
}
body.rtl .radio_animated,
body.rtl .checkbox_animated {
  margin: 0 0 0 1rem;
}
body.rtl .digital-add .form-group .radio_animated {
  margin-left: 8px;
  margin-right: unset;
}
body.rtl .needs-validation .form-group {
  text-align: right;
}
body.rtl .needs-validation .form-group .checkbox {
  padding-right: 0;
  padding-left: unset;
}
body.rtl .needs-validation .permission-block .attribute-blocks {
  padding-right: 15px;
  padding-left: unset;
  text-align: right;
}
body.rtl .needs-validation .permission-block .attribute-blocks .row {
  padding-right: 20px;
  padding-left: unset;
}
body.rtl .needs-validation .checkbox {
  right: 0;
  margin-left: -16px;
}
body.rtl .needs-validation .checkbox label {
  padding-right: 16px;
  padding-left: unset;
}
body.rtl .needs-validation .checkbox label::before {
  right: 0;
  left: unset;
  margin-left: unset;
  margin-right: -16px;
}
body.rtl .needs-validation .radio-animated label {
  margin-left: 20px;
  margin-right: unset;
}
body.rtl .jsgrid-button + .jsgrid-button {
  margin-right: 5px;
  margin-left: unset;
}
body.rtl .custom-theme {
  left: 0;
  right: unset;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
body.rtl .text-right {
  text-align: left !important;
}
body.rtl .br-wrapper {
  text-align: right;
}
body.rtl .card .card-header .card-header-right {
  left: 20px;
  right: unset;
}
body.rtl .card .card-header .card-header-right .card-option {
  text-align: left;
}
body.rtl .card .card-header .card-header-right .card-option.list-unstyled {
  padding-right: 0;
  padding-left: unset;
}
body.rtl code[class*=language-],
body.rtl pre[class*=language-] {
  text-align: right;
}
body.rtl .code-box-copy__btn {
  right: unset;
  left: 11px;
}
body.rtl .pull-right {
  float: left;
}
body.rtl .status-circle {
  right: 40px;
  left: unset;
}
body.rtl .right-sidebar.show {
  left: 0;
  right: unset;
}
body.rtl .right-sidebar .friend-list-search .fa {
  left: 35px;
  right: unset;
}
body.rtl .right-sidebar .chat-box .about {
  float: right;
  padding-right: 10px;
  padding-left: unset;
  text-align: right;
}
body.rtl .right-sidebar .chat-box .friend-list {
  text-align: right;
}
body.rtl .right-sidebar .chat-box .user-image {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}
body.rtl .nav-menus .search-form input {
  padding: 10px 70px 10px 10px;
}
body.rtl ul.notification-dropdown.onhover-show-div li {
  text-align: right;
}
body.rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-user h6,
body.rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-user .h6,
body.rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-user p {
  text-align: center;
}
body.rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li {
  text-align: right;
}
body.rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu li.active > .sidebar-submenu {
  margin-right: 15px;
  margin-left: unset;
}
body.rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-submenu > li > a {
  padding-right: 10px;
  padding-left: unset;
}
body.rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-submenu > li > a > .fa-circle {
  right: 0;
  left: unset;
}
body.rtl .page-wrapper .page-body-wrapper .page-sidebar .sidebar-menu .sidebar-header svg {
  margin-right: unset;
  margin-left: 14px;
}
body.rtl .page-wrapper .page-body-wrapper .page-sidebar ~ .page-body {
  margin-right: 255px;
  margin-left: unset;
}
body.rtl .page-wrapper .page-body-wrapper .page-sidebar.open {
  margin-right: -260px;
  margin-left: unset;
}
body.rtl .page-wrapper .page-body-wrapper .page-sidebar.open ~ .page-body,
body.rtl .page-wrapper .page-body-wrapper .page-sidebar.open ~ footer {
  margin-right: 0;
}
body.rtl .page-wrapper .page-body-wrapper .page-header .row h3,
body.rtl .page-wrapper .page-body-wrapper .page-header .row .h3 {
  text-align: right;
}
body.rtl .page-wrapper .page-body-wrapper footer {
  margin-right: 255px;
  margin-left: unset;
}
body.rtl .page-wrapper .page-body-wrapper footer p i {
  margin-right: 5px;
  margin-left: unset;
}
body.rtl .page-main-header {
  margin-right: 255px;
  margin-left: unset;
}
body.rtl .page-main-header .main-header-right .nav-right {
  text-align: left;
}
body.rtl .page-main-header .main-header-right .nav-right .profile-dropdown li svg {
  margin-right: unset;
  margin-left: 10px;
}
body.rtl .page-main-header .main-header-right .nav-right > ul > li {
  text-align: right;
}
body.rtl .page-main-header .main-header-right .nav-right > ul > li:before {
  right: 0;
  left: unset;
}
body.rtl .page-main-header .main-header-right .nav-right > ul > li .dot {
  left: 17px;
  right: unset;
}
body.rtl .page-main-header .main-header-right .nav-right > ul > li .media .dotted-animation {
  left: -3px;
  right: unset;
}
body.rtl .page-main-header .main-header-right .nav-right > ul > li .media .dotted-animation .main-circle {
  left: 6px;
  right: unset;
}
body.rtl .page-main-header .main-header-right .nav-right > ul > li .media .dotted-animation .animate-circle {
  left: -4px;
  right: unset;
}
body.rtl .page-main-header .main-header-right .nav-right > ul > li.onhover-dropdown:hover .onhover-show-div:before {
  right: 10px;
  left: unset;
}
body.rtl .page-main-header .main-header-right .nav-right > ul > li.onhover-dropdown:hover .onhover-show-div:after {
  right: 10px;
  left: unset;
}
body.rtl .page-main-header .main-header-right .nav-right > ul > li.onhover-dropdown:last-child {
  padding-left: 0;
  padding-right: 20px;
  border-right: none;
}
body.rtl .page-main-header .main-header-right .nav-right > ul > li:first-child {
  border-right: none;
}
body.rtl .page-main-header .main-header-right .nav-right > ul > li:first-child .search-form .form-group:after {
  right: 22px;
  left: unset;
}
body.rtl .page-main-header .main-header-right .nav-right > ul > li:first-child .search-form .form-group:before {
  right: 51px;
  left: unset;
}
body.rtl .page-main-header .main-header-right .nav-right > ul > li:last-child {
  padding-right: 20px;
  padding-left: 0;
}
body.rtl .page-main-header .main-header-right .nav-right > ul > li i.ml-2 {
  margin-right: 0.5rem !important;
  margin-left: unset !important;
}
body.rtl .page-main-header .main-header-right .nav-right .language-dropdown {
  text-align: right;
}
body.rtl .page-main-header .main-header-right .nav-right .language-dropdown li a i {
  margin-left: 10px;
}
body.rtl .page-main-header .main-header-right .nav-right .profile-dropdown li a svg {
  margin-right: unset;
  margin-left: 10px;
}
body.rtl .page-main-header .main-header-right .mobile-sidebar {
  padding-right: 20px;
}
body.rtl .page-main-header.open {
  margin-right: 0;
}
body.rtl ul.notification-dropdown.onhover-show-div {
  right: initial;
  left: -30px;
  padding: 0;
}
body.rtl ul.notification-dropdown.onhover-show-div:before {
  right: inherit !important;
  left: 35px !important;
}
body.rtl ul.notification-dropdown.onhover-show-div:after {
  right: inherit !important;
  left: 35px !important;
}
body.rtl ul.notification-dropdown.onhover-show-div li {
  margin-right: 0 !important;
}
body.rtl ul.notification-dropdown.onhover-show-div li span.badge {
  margin-left: unset !important;
}
body.rtl ul.notification-dropdown.onhover-show-div li span svg {
  margin-right: unset;
  margin-left: 10px;
}
body.rtl ul.notification-dropdown.onhover-show-div li .notification-icon {
  margin-left: 20px;
  margin-right: unset;
}
body.rtl .owl-carousel {
  direction: ltr;
}
body.rtl .owl-carousel .owl-item > div {
  direction: rtl;
}
body.rtl .media .media-body {
  text-align: right;
}
body.rtl .order-graph .order-graph-bottom h6,
body.rtl .order-graph .order-graph-bottom .h6 {
  margin-right: 15px !important;
  margin-left: 30px;
}
body.rtl .latest-order-table .btn {
  float: right;
}
body.rtl .product-physical table tr th:nth-child(2),
body.rtl .product-physical table tr td:nth-child(2) {
  text-align: right;
}
body.rtl .product-page-details .color-variant,
body.rtl .product-page-details .size-box,
body.rtl .product-right .color-variant,
body.rtl .product-right .size-box {
  text-align: right;
}
body.rtl .add-product-form .qty-box .input-group .input-group-append .btn {
  border-right: none !important;
  border-left: 1px solid #dddddd !important;
}
body.rtl .add-product-form .qty-box .input-group .btn-primary.bootstrap-touchspin-down {
  border-left: none !important;
  border-right: 1px solid #dddddd !important;
}
body.rtl .add-product-form .offset-sm-4 {
  text-align: right;
}
body.rtl .timer {
  float: right;
}
body.rtl .timer ~ .m-t-15 {
  clear: both;
  text-align: right;
  padding-top: 15px;
}
body.rtl .product-list table tr td,
body.rtl .product-list table tr th,
body.rtl .report-table table tr td,
body.rtl .report-table table tr th {
  text-align: right !important;
}
body.rtl .product-list table tr td:last-child,
body.rtl .product-list table tr th:last-child,
body.rtl .report-table table tr td:last-child,
body.rtl .report-table table tr th:last-child {
  text-align: center !important;
}
body.rtl .dropzone .dz-preview .dz-error-mark,
body.rtl .dropzone .dz-preview .dz-success-mark {
  left: unset;
  right: 48%;
  margin-right: -27px;
  margin-left: unset;
}
body.rtl .dropzone.dz-clickable .dz-message * {
  text-align: center;
}
body.rtl .digital-add .col-form-label {
  display: block;
  text-align: right;
}
body.rtl .dataTables_wrapper .dataTables_filter input[type=search] {
  margin-right: 10px;
  margin-left: unset;
}
body.rtl .dataTables_wrapper table.dataTable .vendor-list img {
  margin-left: 20px;
  margin-right: unset;
}
body.rtl .category-table table tr td:nth-child(3),
body.rtl .category-table table tr th:nth-child(3) {
  text-align: right;
}
body.rtl .media-table table tr td:last-child,
body.rtl .media-table table tr th:last-child {
  text-align: right !important;
}
body.rtl .profile-details h5,
body.rtl .profile-details .h5 {
  text-align: center;
}
body.rtl .account-setting {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  body.rtl .page-wrapper .page-main-header {
    margin-right: 0;
  }
  body.rtl .page-wrapper .page-body-wrapper .page-sidebar ~ .page-body,
  body.rtl .page-wrapper .page-body-wrapper .page-sidebar ~ footer {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.rtl .needs-validation .form-group .checkbox {
    padding-right: 15px;
    padding-left: unset;
  }
  body.rtl .page-wrapper .page-body-wrapper footer p {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  body.rtl .offset-xl-3 {
    margin-right: 25%;
    margin-left: unset;
  }
}
@media (min-width: 576px) {
  .rtl .me-sm-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .rtl .offset-md-2 {
    margin-left: 0;
    margin-right: 16.66667%;
  }
}
@media (min-width: 992px) {
  .rtl .offset-lg-2 {
    margin-right: 16.66667%;
    margin-left: unset;
  }
  .rtl .me-lg-4 {
    margin-right: unset !important;
    margin-left: 1.5rem !important;
  }
  .rtl .offset-lg-4 {
    margin-left: unset;
    margin-right: 33.3333333333%;
  }
  .rtl .offset-lg-3 {
    margin-right: 25%;
    margin-left: 0;
  }
  .rtl .service_slide .service-home .offset-lg-2 {
    margin-right: 16.6666666667%;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .rtl .offset-xl-1 {
    margin-right: 8.33333%;
    margin-left: 0;
  }
  .rtl header .navbar-expand-xl .dropdown-mega .dropdown-column .dropdown-header {
    text-align: right;
  }
  .rtl header .navbar-expand-xl .dropdown-mega .dropdown-column .dropdown-header::after {
    left: unset;
    right: 0;
  }
  .rtl header .navbar-expand-xl .dropdown-menu .dropdown-menu {
    right: 100%;
    width: auto;
  }
  .rtl header .navbar-expand-xl .dropdown-menu .dropdown-item {
    text-align: right;
  }
  .rtl header .navbar-expand-xl .dropdown-menu .dropdown-item::after {
    left: unset;
    right: 0;
  }
  .rtl header .main-navbar .nav-menu > li .nav-submenu li a:before {
    right: 35px;
  }
  .rtl .sm-vertical a {
    text-align: right;
  }
  .rtl .sm-horizontal > li {
    float: right;
  }
  .rtl .sm-horizontal > li > a,
  .rtl .sm-horizontal > li > a:hover,
  .rtl .sm-horizontal > li > a:active {
    padding-left: 45px;
    padding-right: 0;
  }
  .rtl .pixelstrap ul a:before {
    right: 35px;
  }
  .rtl .pixelstrap .mega ul {
    margin-left: auto !important;
  }
  .rtl .pixelstrap.sm-vertical .mega-menu ul a:before {
    right: 0;
  }
  .rtl .center-margin {
    margin-left: -30px;
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .offset-xxl-1 {
    margin-left: 0;
    margin-right: 8.33%;
  }
}
@media (max-width: 1399px) {
  .rtl .toggle-nav {
    margin-right: unset;
    margin-left: 22px;
  }
  .rtl header .navbar.navbar-expand-xl .navbar-nav .nav-item + .nav-item {
    margin-left: unset;
    margin-right: 14px;
  }
}
@media (max-width: 1430px) {
  .rtl header.left-header .top-header {
    padding-right: 0;
  }
  .rtl header.left-header .sidenav {
    left: unset;
    right: -300px;
  }
  .rtl header.left-header .sidenav.open-side {
    right: 0;
  }
  .rtl header.left-header.left-header-sm .sidenav {
    right: 0;
  }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
    border-right: 1px solid #dddddd;
    border-left: none;
    padding-right: 20px !important;
    padding-left: 0 !important;
    text-align: right;
  }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
    border-right: 1px solid #dddddd;
  }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul,
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul {
    justify-content: flex-start;
  }
  .rtl .product-right .product-icon .product-social li {
    padding-left: 10px;
  }
  .rtl .product-form-box .timer {
    padding-right: 17px;
  }
  .rtl .cart-section tfoot tr td {
    padding-left: 41px;
  }
}
@media (max-width: 1367px) {
  .rtl .timer span .padding-l {
    padding-right: 5px;
  }
}
@media (max-width: 1199px) {
  .rtl header .navbar.navbar-expand-xl .navbar-nav .nav-item + .nav-item {
    margin-left: unset;
    margin-right: 0;
  }
  .rtl header .navbar-nav .dropdown-menu .dropdown-item::before {
    left: unset;
    right: -4px;
  }
  .rtl .pixelstrap .link-section .menu-title .according-menu:before {
    left: -18px;
    right: unset;
  }
  .rtl .pixelstrap .link-section .menu-title.active .according-menu:before {
    left: -18px;
    right: unset;
  }
  .rtl .pixelstrap li a {
    text-align: right;
  }
  .rtl .pixelstrap li .lable-nav {
    right: 15px;
    left: unset;
  }
  .rtl .sidenav.marketplace-sidebar {
    right: -300px;
  }
  .rtl .sidenav.marketplace-sidebar.open-side {
    right: 0;
  }
  .rtl header .main-navbar .nav-menu li {
    text-align: right;
  }
  .rtl header .main-navbar .nav-menu > li a .sub-arrow {
    left: 0;
    right: unset;
  }
  .rtl header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
    left: 0;
  }
  .rtl header .offcanvas:not(.offcanvas-end):not(.offcanvas-bottom) {
    transform: translateX(100%);
  }
  .rtl header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-header {
    text-align: right;
  }
  .rtl header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item {
    text-align: right;
  }
  .rtl header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a {
    padding-right: unset;
    padding-left: 18px;
  }
  .rtl header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a::before {
    right: unset;
    left: 0;
  }
  .rtl header .navbar-nav > li > a {
    text-align: right;
  }
  .rtl header .navbar-nav .dropdown-menu .dropdown-item {
    margin-left: unset;
    margin-right: 15px;
  }
  .rtl header .navbar-nav .dropdown-menu .dropdown-column .dropdown-header {
    padding-left: unset;
    padding-right: 10px;
  }
  .rtl header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-item {
    margin-left: unset;
    margin-right: 15px;
  }
  .rtl header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-item::before {
    left: unset;
    right: -4px;
  }
  .rtl header.left-header .sidenav .pixelstrap li .nav-submenu {
    margin-right: 0;
  }
  .rtl header.left-header .sidenav .pixelstrap li .nav-submenu li .nav-sub-childmenu {
    margin-right: 0;
  }
  .rtl header.left-header.left-header-relative .sidenav .left-sidebar_center {
    padding: 0 0 25px 25px;
  }
  .rtl header.left-header.left-header-sm .sidenav {
    right: -300px;
  }
  .rtl header.left-header.left-header-sm .sidenav .left-sidebar_center {
    padding: 0;
  }
  .rtl header.left-header.left-header-sm .sidenav .left-sidebar_center .pixelstrap > li > a img {
    margin-left: 12px !important;
    margin-right: 0 !important;
  }
  .rtl header.left-header.left-header-sm.open-side .sidenav {
    right: 0;
  }
  .rtl .sidenav .sidebar-menu li {
    direction: rtl;
    text-align: right;
  }
  .rtl .sidenav .sidebar-menu li a .sub-arrow {
    right: auto;
    left: 15px;
  }
  .rtl .service-block + .service-block {
    border: none;
  }
  .rtl .main-nav-center .toggle-nav {
    left: 175px;
    right: unset;
  }
  .rtl .product-right .product-icon .product-social li {
    padding-left: 4px;
  }
  .rtl .product-right .product-icon .wishlist-btn span {
    padding-right: 4px;
  }
  .rtl .cart-section tfoot tr td {
    padding-left: 25px;
  }
  .rtl .add_to_cart.top .cart_media .cart_product li,
  .rtl .add_to_cart.bottom .cart_media .cart_product li {
    margin-left: 0;
    margin-right: 0;
  }
  .rtl .cart-section .cart-buttons > div:last-child,
  .rtl .wishlist-section .cart-buttons > div:last-child {
    padding-left: 17px;
  }
  .rtl .collection-product-wrapper .product-filter-content .collection-view {
    padding-right: 20px !important;
  }
  .rtl .footer-social li {
    padding-right: 0;
    padding-left: 38px;
  }
  .rtl .tab-left .theme-tab .left-side .tab-title {
    text-align: center;
    margin-left: 0;
  }
  .rtl .product-form-box.product-right .timer {
    padding-left: 0;
  }
  .rtl .pixelstrap li a {
    text-align: right;
  }
  .rtl .pixelstrap li .lable-nav {
    right: 15px;
    left: unset;
  }
  .rtl .sidenav.marketplace-sidebar {
    right: -300px;
  }
  .rtl .sidenav.marketplace-sidebar.open-side {
    right: 0;
  }
  .rtl .space_sm {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .rtl .footer-light .subscribe {
    border: none;
  }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
    border-right: 1px solid #dddddd !important;
  }
  .rtl .collection-product-wrapper .product-top-filter .search-count,
  .rtl .collection-product-wrapper .product-top-filter .sidebar-popup {
    margin-left: unset;
    margin-right: unset;
  }
  .rtl .filter-main-btn {
    text-align: right;
  }
  .rtl .product-right {
    text-align: center;
  }
  .rtl .product-right .size-text {
    text-align: right;
  }
  .rtl .product-right .timer {
    text-align: right;
  }
  .rtl .product-right .product-icon .product-social li {
    padding-left: 20px;
  }
  .rtl .faq-tab {
    text-align: right;
  }
  .rtl .faq-tab .nav-tabs .nav-item .nav-link.active,
  .rtl .faq-tab .nav-tabs .nav-item .nav-link:hover {
    border-left: none;
  }
  .rtl .vendor-profile .profile-left .profile-detail,
  .rtl .vendor-profile .profile-left .vendor-contact {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  .rtl .vendor-profile .profile-left .profile-detail {
    text-align: center;
  }
  .rtl .cart-section tfoot tr td {
    padding-left: 0;
  }
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    text-align: center;
    background: none var(--theme-color);
    border: none;
  }
  .rtl .testimonial .testimonial-slider .media .media-body {
    padding: 0 30px;
  }
  .rtl .beauty-about .about-text p {
    text-align: center;
  }
  .rtl .product-left-title.right-content {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .rtl header.left-header .main-menu .menu-right .icon-nav li {
    padding-left: 0;
    padding-right: 15px;
  }
  .rtl .footer-title h4,
  .rtl .footer-title .h4 {
    text-align: right;
  }
  .rtl.active .according-menu:before {
    left: -18px;
    right: unset;
  }
}
@media (max-width: 991px) {
  .rtl .footer-light .subscribe {
    border: none;
  }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select {
    border-right: 1px solid #dddddd !important;
  }
  .rtl .filter-main-btn {
    text-align: right;
  }
  .rtl .product-right {
    text-align: center;
  }
  .rtl .product-right .size-text {
    text-align: right;
  }
  .rtl .product-right .timer {
    text-align: right;
  }
  .rtl .product-right .product-icon .product-social li {
    padding-left: 20px;
  }
  .rtl .faq-tab {
    text-align: right;
  }
  .rtl .faq-tab .nav-tabs .nav-item .nav-link.active,
  .rtl .faq-tab .nav-tabs .nav-item .nav-link:hover {
    border-left: none;
  }
  .rtl .vendor-profile .profile-left .profile-detail,
  .rtl .vendor-profile .profile-left .vendor-contact {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  .rtl .vendor-profile .profile-left .profile-detail {
    text-align: center;
  }
  .rtl .cart-section tfoot tr td {
    padding-left: 0;
  }
  .rtl .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
    text-align: center;
    background: none var(--theme-color);
    border: none;
  }
  .rtl .testimonial .testimonial-slider .media .media-body {
    padding: 0 30px;
  }
  .rtl .beauty-about .about-text p {
    text-align: center;
  }
  .rtl .product-left-title.right-content {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .rtl header.left-header .main-menu .menu-right .icon-nav li {
    padding-left: 0;
    padding-right: 15px;
  }
  .rtl .footer-title h4,
  .rtl .footer-title .h4 {
    text-align: right;
  }
  .rtl .footer-title .according-menu:before {
    left: 2px;
    right: unset;
  }
  .rtl .footer-title.active .according-menu:before {
    left: 2px;
    right: unset;
  }
  .rtl .footer-content {
    text-align: right;
  }
  .rtl .footer-theme .sub-title li {
    text-align: right;
  }
  .rtl .footer-theme .sub-title .contact-list li {
    padding-right: 0;
  }
  .rtl .footer-theme .sub-title .contact-list i {
    margin-right: 0;
    margin-left: 10px;
  }
  .rtl .service-block .media .media-body {
    text-align: center;
  }
  .rtl .service-block + .service-block {
    border: none;
  }
  .rtl .footer-theme2 .contact-details li {
    text-align: right;
  }
  .rtl .product-box .cart-detail,
  .rtl .product-wrap .cart-detail {
    left: 10px;
    right: unset;
  }
  .rtl .footer-theme2 .footer-link li,
  .rtl .footer-theme2 .footer-link-b li {
    padding-left: 0;
    padding-right: 20px;
  }
  .rtl .layout2-logo {
    padding-left: 70px;
    padding-right: 0;
  }
  .rtl .testimonial .testimonial-slider .media .media-body {
    padding: 30px 30px 30px 30px;
  }
  .rtl .footer-social li {
    padding: 0 15px;
  }
  .rtl .service-block svg {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .rtl .service-style-border .service-block .media-body {
    border-right: none;
    padding-right: 0;
  }
  .rtl .sticky-bottom-cart .selection-section .form-group:nth-child(2) {
    margin-right: 10px;
  }
}
@media (max-width: 577px) {
  .rtl header.left-header .main-menu .menu-left .mobile-logo {
    left: unset;
    right: 15px;
  }
  .rtl header.left-header .main-menu .menu-left .navbar {
    right: unset;
    left: 15px;
  }
  .rtl header.header-5 .main-menu .brand-logo {
    left: unset;
    right: 0;
  }
  .rtl header.header-5.left-sidebar-header .main-menu .menu-left .navbar {
    left: 0px;
    right: unset;
  }
  .rtl header.header-style .brand-logo {
    right: 0;
    left: unset;
  }
  .rtl header.header-christmas .main-menu .brand-logo {
    margin-right: 0;
  }
  .rtl header.left-header .main-menu .menu-right .icon-nav li {
    padding: 0;
  }
  .rtl .top-header .header-dropdown .mobile-account,
  .rtl .top-header .header-dropdown .mobile-wishlist {
    padding: 0;
  }
  .rtl .top-header .header-dropdown > li:nth-child(2) {
    padding: 0;
  }
  .rtl .top-header .header-dropdown li {
    padding: 0 !important;
  }
  .rtl .main-menu .menu-left .navbar {
    padding: 30px 0 30px 45px !important;
  }
  .rtl .main-nav-center .toggle-nav {
    right: unset;
    left: 15px;
  }
  .rtl .layout2-logo {
    padding-left: 0;
  }
  .rtl .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    border-right: none !important;
    border: #38352f;
  }
  .rtl footer .subscribe-form.rounded-input .form-control {
    border-radius: 20px;
  }
  .rtl footer .subscribe-form.rounded-input .btn-solid {
    border-radius: 20px;
  }
  .rtl .recently-purchase .media-body {
    padding: 0 5px 0 0;
  }
}
@media (max-width: 577px) {
  .rtl .blog-page .blog-list .blog-contain {
    padding: calc(12px + 8 * (100vw - 320px) / 256);
  }
}
@media (max-width: 480px) {
  .rtl .testimonial .testimonial-slider .media .media-body {
    text-align: center;
    padding: 6px;
  }
  .rtl .blog-detail-page .comment-section li img {
    margin-left: 0;
  }
  .rtl .blog-page .blog-media .blog-right ul li + li {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
@media (max-width: 420px) {
  .rtl .full-box .center-slider .offer-slider .product-box {
    direction: rtl;
  }
  .rtl .full-box .center-slider .offer-slider .product-box .img-wrapper img {
    padding: 0 0 0 15px;
  }
  .rtl .product-right .product-icon .product-social li {
    padding-left: 5px;
  }
  .rtl .timer span .padding-l {
    padding-right: 5px;
  }
  .rtl .order-box .sub-total .shipping .shopping-option:last-child {
    padding-left: 0;
    padding-right: 20px;
  }
  .rtl .center-slider .offer-slider .product-box .product-detail {
    text-align: right !important;
  }
}
@media (max-width: 360px) {
  .rtl .timer span .padding-l {
    padding-right: 10px;
  }
}
body.dark {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
  color: #cfd4da;
}
.dark.rtl .tracking-panel ul li.active::after {
  border-right-color: #404040;
}
.dark.rtl .tracking-panel ul li::after {
  border-right-color: #232323;
}
.dark.rtl .tracking-panel ul li::before {
  border-right-color: #2b2b2b;
}
.dark h1,
.dark .h1 {
  color: #ffffff;
}
.dark h2,
.dark .h2 {
  color: #f1f3f5;
}
.dark h3,
.dark .h3 {
  color: #eaedef;
}
.dark h4,
.dark .h4 {
  color: #e7eaec;
}
.dark h5,
.dark .h5 {
  color: #dee2e6;
}
.dark h6,
.dark .h6 {
  color: #cfd4da;
}
.dark p {
  color: #cfd4da;
}
.dark li {
  color: #cfd4da;
}
.dark a {
  color: #cecece;
}
.dark .no-data-added {
  background-color: #404040;
}
.dark .btn-animation:before {
  background-color: #232323;
}
.dark .btn-outline {
  color: var(--theme-color);
}
.dark .brand-section .brand-box h2,
.dark .brand-section .brand-box .h2 {
  border-color: #404040;
  background-color: #232323;
}
.dark .dropdown-item:hover,
.dark .dropdown-item:focus {
  color: #fff;
  background-color: #2b2b2b;
}
.dark .form-control::placeholder {
  color: rgb(117, 117, 117);
}
.dark .search-suggestion-box {
  box-shadow: 0 0 8px rgba(96, 96, 96, 0.168627451);
  border-color: #404040;
  background-color: #2b2b2b;
}
.dark .search-suggestion-box .not-found-box h5,
.dark .search-suggestion-box .not-found-box .h5 {
  color: #a7a7a7;
}
.dark .search-suggestion-box .not-found-box h5 span,
.dark .search-suggestion-box .not-found-box .h5 span {
  color: #dddddd;
}
.dark .search-suggestion-box ul > li .suggestion-category a {
  color: #ffffff !important;
}
.dark .search-suggestion-box ul > li .suggestion-category p {
  color: #cecece;
}
.dark .search-suggestion-box ul > li .suggestion-category p + p::before {
  color: rgba(206, 206, 206, 0.3);
}
.dark .search-suggestion-box .recent-search-section .filter-row > a {
  background-color: #232323;
  color: #ffffff !important;
}
.dark .search-suggestion-box .recent-search-section .filter-row > a:hover {
  background-color: var(--theme-color);
  color: #ffffff !important;
}
.dark .modal .btn-close span {
  color: #ffffff;
}
.dark .add_to_cart .cart-inner .cart_media .close-circle .close_button i {
  color: #cecece !important;
}
.dark .form-select {
  background-color: #2b2b2b;
  border-color: #404040;
}
.dark.digital-download header.header-5.overlay-style.sticky {
  background-color: #232323;
}
.dark.digital-download header.header-5.overlay-style.sticky .main-menu .menu-right .icon-nav i {
  color: #ffffff;
}
.dark.digital-download header.header-5.overlay-style.sticky .navbar-nav > li > a {
  color: #ffffff;
}
.dark.digital-download header.header-5.overlay-style.sticky .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a {
  color: #ffffff;
}
.dark .skeleton-basic-product .img-wrapper .product-image-box {
  background:
    linear-gradient(
      90deg,
      rgba(64, 64, 64, 0.85) 8%,
      #404040 18%,
      rgba(64, 64, 64, 0.85) 33%);
}
.dark .skeleton-basic-product .product-detail .product-title,
.dark .skeleton-basic-product .product-detail h6,
.dark .skeleton-basic-product .product-detail .h6,
.dark .skeleton-basic-product .product-detail .price {
  background:
    linear-gradient(
      90deg,
      rgba(64, 64, 64, 0.85) 8%,
      #404040 18%,
      rgba(64, 64, 64, 0.85) 33%);
}
.dark .service-style-border .service-block .media-body {
  border-color: #404040;
}
.dark .footer-background .light-layout,
.dark .footer-background .sub-footer {
  background-color: transparent;
}
.dark .bg_cls {
  background-color: #232323;
}
.dark .white-bg {
  background-color: #2b2b2b !important;
}
.dark .grey-bg {
  background-color: #232323;
}
.dark .border-top {
  border-color: #404040 !important;
}
.dark .bg-light {
  background-color: #232323 !important;
}
.dark .product-details-box .theme-card .offer-slider > div .media:last-child img {
  background-color: #232323;
  border-color: #404040;
}
.dark .blog-section .blog-details p {
  color: #cfd4da;
}
.dark .blog-section .review-box {
  background-color: #2b2b2b;
}
.dark .blog-section .review-box .review-content h6,
.dark .blog-section .review-box .review-content .h6 {
  color: #cfd4da;
}
.dark .blog-section .review-box .owl-prev:after {
  background-color: #404040;
}
.dark .page-link {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
  border-color: #404040;
}
.dark .breadcrumb-section {
  background-color: #232323;
  transition: all 0.3s ease;
}
.dark .light-layout {
  background-color: #232323;
  transition: all 0.3s ease;
}
.dark .form-control {
  color: #cfd4da;
  background-color: #2b2b2b;
  transition: all 0.3s ease;
  border: 1px solid #404040;
}
.dark mark,
.dark .mark {
  background-color: #232323;
  color: #ffffff;
}
.dark .product-review-form .product-wrapper {
  background-color: #232323;
  border-color: #404040;
}
.dark .product-review-form .product-wrapper .product-image {
  background-color: #2b2b2b;
}
.dark .product-review-form .product-wrapper .product-content .product-review-rating .price-number {
  color: #ddd;
}
.dark .btn-solid {
  color: #ffffff !important;
}
.dark .btn-solid:hover {
  color: var(--theme-color) !important;
  background-color: transparent;
}
.dark .variation-box .radio .form-check .form-check-input {
  background-color: #2b2b2b;
  border-color: #404040;
}
.dark .variation-box .radio .form-check .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.dark .quantity-variant li,
.dark .image-box li {
  background-color: #232323 !important;
  border-color: #404040;
}
.dark .quantity-variant {
  background-color: #232323;
  border-color: #404040;
}
.dark .quantity-variant li {
  background-color: #232323 !important;
  border-color: transparent;
}
.dark .quantity-variant li.active {
  background-color: #2b2b2b !important;
  box-shadow: unset;
  border-color: var(--theme-color);
}
.dark .quantity-variant li.active button {
  background-color: #2b2b2b !important;
  color: var(--theme-color);
}
.dark .quantity-variant li button {
  color: #ddd;
}
.dark .quantity-variant.color li {
  border-color: transparent;
}
.dark .quantity-variant.color li.active {
  border-color: var(--theme-color);
}
.dark .quantity-variant.circle li {
  border-color: transparent;
}
.dark select {
  color: #cfd4da;
}
.dark option {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}
.dark .demo-section .demo-effects > div .demo-text h4,
.dark .demo-section .demo-effects > div .demo-text .h4 {
  color: #ffffff;
}
.dark .setting_box_body {
  background-color: #2b2b2b;
}
.dark .setting-box {
  background-color: #2b2b2b;
}
.dark .setting-box ::-webkit-scrollbar-track {
  background: #3c3c3c;
}
.dark .setting-box .setting-section {
  border-color: #3c3c3c;
}
.dark .setting-box .demo-effects > div .layout-container {
  border-color: #3c3c3c;
}
.dark .setting-box .accordion-button {
  color: #ddd;
  border-bottom-color: #3c3c3c;
}
.dark .setting-box .accordion-button::after {
  color: #ddd;
}
.dark .setting-box .sidebar-back {
  color: #ffffff;
  background-color: rgba(35, 35, 35, 0.8);
}
.dark .setting-box .close-icon {
  background-color: #2b2b2b;
  border-color: #3c3c3c;
}
.dark .setting-box .setting-inner-title a {
  color: #fff;
}
.dark .setting-box .form-switch .form-check-input {
  border-color: #3c3c3c;
}
.dark .setting-box .setting-contant::-webkit-scrollbar-thumb {
  background: var(--theme-color);
}
.dark .setting-box .setting-title {
  border-color: #404040;
  background-color: #232323;
}
.dark .setting-box .setting-title h3,
.dark .setting-box .setting-title .h3 {
  color: #dddddd;
}
.dark .top-header .right-nav-about .right-nav-list .theme-form-select .dropdown-menu {
  border-color: #404040;
  background-color: #232323;
}
.dark .top-header .right-nav-about .right-nav-list .theme-form-select .dropdown-menu:hover,
.dark .top-header .right-nav-about .right-nav-list .theme-form-select .dropdown-menu:focus {
  color: #cecece;
}
.dark header {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}
.dark header.header-5 .pixelstrap a,
.dark header.header-5 .pixelstrap:hover,
.dark header.header-5 .pixelstrap:active {
  color: #cfd4da;
}
.dark header.header-5.left-sidebar-header {
  background-color: #2b2b2b;
}
.dark header.header-5.left-sidebar-header .top-header .header-dropdown > li img {
  filter: invert(1);
}
.dark header.header-5.left-sidebar-header .form_search {
  box-shadow: 0 0 0 1px #545454;
}
.dark header.header-5.left-sidebar-header .onhover-div > div img {
  filter: invert(1);
}
.dark header.header-tools {
  background-color: transparent;
  transition: all 0.3s ease;
}
.dark header.header-tools.sticky {
  background-color: #2b2b2b;
}
.dark header.header-tools .main-menu .menu-right .icon-nav i {
  color: #cecece;
}
.dark header.header-tools .top-header .header-dropdown li i {
  color: #cecece;
}
.dark header.header-tools .logo-menu-part > .container {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
  border-color: #404040;
}
.dark header.header-tools.header-style.top-relative {
  background-color: #2b2b2b;
}
.dark header.left-header .top-header {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}
.dark header.left-header .main-menu .menu-right .header-dropdown > li img {
  filter: invert(100);
}
.dark header.left-header .onhover-div > div img {
  filter: invert(100);
}
.dark header.left-header .sidenav nav {
  background-color: #232323;
  transition: all 0.3s ease;
}
.dark header.left-header .sidenav .left-sidebar_center {
  background-color: #232323;
  transition: all 0.3s ease;
}
.dark header.left-header .sidenav .pixelstrap > li > a {
  background-color: #232323;
  transition: all 0.3s ease;
}
.dark header.left-header.left-header-sm .sidenav .left-sidebar_center .pixelstrap > li {
  border-color: #404040;
}
.dark header.left-header.left-header-sm .sidenav .left-sidebar_center .pixelstrap > li > a img {
  background-color: transparent;
  filter: invert(1);
}
.dark header.header-style .top-header .header-dropdown > li img {
  filter: invert(1);
}
.dark header.header-style .onhover-div > div img {
  filter: invert(1);
}
.dark header.left-header.left-header-relative .pixelstrap > li > a {
  color: #ffffff;
  background-color: #2b2b2b;
}
.dark header.left-header .main-menu .brand-logo {
  border-color: #404040;
}
.dark header.left-header .sidenav .leftside_social {
  border-color: #404040;
}
.dark header .offcanvas {
  background-color: #2b2b2b;
}
.dark header .offcanvas .offcanvas-header {
  background-color: #232323;
}
.dark header .search-full .input-group {
  border-color: #404040;
}
.dark header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a:hover {
  color: var(--theme-color);
}
.dark .slider-nav .slider-image {
  border-color: #404040;
  background-color: #232323;
}
.dark .checkbox_animated::after {
  background-color: #232323;
  border-color: #404040;
}
.dark .border-product .product-title {
  color: #fff;
}
.dark .review-people::-webkit-scrollbar-thumb {
  background-color: #888;
}
.dark .review-people::-webkit-scrollbar {
  background-color: #404040;
}
.dark .review-people .review-list li .people-box {
  background-color: #262626;
  border-color: #404040;
}
.dark .review-people .review-list li .people-box .people-comment .people-name .name {
  color: #fff;
}
.dark .review-people .review-list li .people-box .people-text .user-round {
  background-color: #2b2b2b;
}
.dark .review-people .review-list li .people-box .people-text .user-round h4,
.dark .review-people .review-list li .people-box .people-text .user-round .h4 {
  color: #fff;
}
.dark .review-title-2,
.dark .review-people {
  border-color: #404040;
}
.dark .product-rating-box .product-main-rating {
  border-color: #404040;
}
.dark .product-rating-box .product-rating-list li .rating-product .progress {
  background-color: #404040;
}
.dark .product-rating-box .product-rating-list li .rating-product .total {
  color: rgba(221, 221, 221, 0.78);
}
.dark .product-rating-box .product-rating-list li .rating-product h5 i,
.dark .product-rating-box .product-rating-list li .rating-product .h5 i {
  color: #ddd;
}
.dark .product-rating-box .rating-box h4,
.dark .product-rating-box .rating-box .h4 {
  color: #ddd;
}
.dark .outer-border {
  border-color: #404040;
}
.dark .tracking-panel .panel-content .icon img {
  filter: invert(1) brightness(100);
}
.dark .tracking-panel ul li {
  background-color: #232323;
}
.dark .tracking-panel ul li.active {
  background-color: #404040;
}
.dark .tracking-panel ul li.active::after {
  border-left-color: #404040;
}
.dark .tracking-panel ul li::after {
  border-left-color: #232323;
}
.dark .tracking-panel ul li:before {
  border-left-color: #2b2b2b;
}
.dark .ckeditor-content p {
  color: #cfd4da !important;
}
.dark .post-question-box h4 a,
.dark .post-question-box .h4 a {
  background-color: #262626;
  color: #ddd;
}
.dark .tab-product.product-details-contain .nav-tabs {
  border-color: #404040;
  background-color: #262626;
}
.dark .tab-product.product-details-contain .nav-tabs .nav-item .nav-link {
  border-color: #404040;
  background-color: #2b2b2b;
}
.dark .tab-product.product-details-contain .nav-tabs .nav-item .nav-link.active {
  color: var(--theme-color);
  font-weight: 600;
  background-color: rgba(236, 137, 81, 0.07);
  border-color: rgba(236, 137, 81, 0.5882352941);
}
.dark .clock {
  border-color: #ddd;
}
.dark .clock::after,
.dark .clock::before {
  background-color: #ddd;
}
.dark .theme-modal-2 .modal-header h3,
.dark .theme-modal-2 .modal-header .h3 {
  color: #fff;
}
.dark .theme-modal-2 .modal-body .form-box .custom-select .select2-dropdown {
  border-color: #404040;
}
.dark .theme-modal-2 .modal-body .form-box .custom-select .select2-dropdown .select2-search .select2-search__field {
  color: #fff;
}
.dark .theme-modal-2 .modal-body .form-box .custom-select .select2 .selection {
  border-color: #404040;
}
.dark .theme-modal-2 .modal-body .form-box .custom-select .select2-selection .select2-selection__rendered {
  color: #ddd;
}
.dark .theme-modal-2 .modal-body .form-box .custom-select .select2-selection.select2-selection--single {
  border-color: #404040;
  background-color: #232323;
}
.dark .theme-modal-2 .modal-body .form-box .custom-select .select2-selection.select2-selection--single .select2-selection__placeholder {
  color: #ddd;
}
.dark .theme-modal-2 .modal-body .form-box .custom-select .select2-selection.select2-selection--single .select2-selection__arrow::before {
  color: #ddd;
}
.dark .theme-modal-2 .modal-body .form-box .custom-select .select2-results .select2-results__options .select2-results__option--highlighted {
  background-color: var(--theme-color);
}
.dark .theme-modal-2 .modal-body .form-box .custom-select .select2-results .select2-results__options .select2-results__option {
  background-color: #2b2b2b;
  color: #ddd;
}
.dark .theme-modal-2 .modal-body .form-box .form-label {
  color: #ddd;
}
.dark .theme-modal-2 .modal-body .form-box .form-control {
  border-color: #404040;
}
.dark .review-modal .modal-body .product-wrapper {
  background-color: #232323;
  border-color: #404040;
}
.dark .review-modal .modal-body .product-wrapper .product-image {
  background-color: #2b2b2b;
}
.dark .review-modal .modal-body .product-wrapper .product-content .product-review-rating label {
  color: #ddd;
}
.dark .review-modal .modal-body .product-wrapper .product-content .product-review-rating .product-rating .rating-number {
  color: rgba(221, 221, 221, 0.6);
}
.dark .review-modal .modal-body .form-box .form-label {
  color: #ddd;
}
.dark .review-modal .modal-body .form-box .form-control {
  border-color: #404040;
}
.dark .review-modal .modal-body .review-box .product-review-rating label {
  color: #ddd;
}
.dark .sticky-bottom-cart .product-image img {
  background-color: #262626;
}
.dark .sticky-bottom-cart .cart-content .middle-value .qty-box input {
  background-color: #232323;
  border-color: #404040;
}
.dark .sticky-bottom-cart .cart-content .middle-value .qty-box .input-group span button {
  background: #232323 !important;
  border-color: #404040;
}
.dark .bundle .bundle-title {
  color: #fff;
}
.dark .bundle .bundle-image-box .bundle-box {
  border-color: #404040;
  background-color: #232323;
}
.dark .bundle .bundle-image-box .bundle-box .bundle-content h4,
.dark .bundle .bundle-image-box .bundle-box .bundle-content .h4 {
  color: #ddd;
}
.dark .bundle .bundle-image-box .bundle-box .bundle-content select {
  color: #ddd;
  background-image: url("./media/dropdown-OSCYYD2U.svg");
}
.dark .bundle .bundle-image-box .bundle-box .bundle-image {
  background-color: #2b2b2b;
}
.dark .bundle .bundle-image-box .bundle-box .checkbox_animated::after {
  background-color: #2b2b2b;
  border-color: #404040;
}
.dark .product-page-details .compare-box a {
  color: #cecece;
}
.dark .product-page-details .progress {
  background-color: #232323;
}
.dark .product-page-details .left-progressbar h6,
.dark .product-page-details .left-progressbar .h6 {
  color: #ddd;
}
.dark .product-page-details .product-offer li {
  color: #ddd;
}
.dark .product-page-details .dashed-border-box {
  border-color: #404040;
}
.dark .product-page-details .dashed-border-box h4,
.dark .product-page-details .dashed-border-box .h4 {
  background-color: #2b2b2b;
}
.dark .product-page-details .shipping-info li {
  color: #cfd4da;
}
.dark .product-page-details .bordered-box {
  border-color: #404040;
}
.dark .product-page-details .qty-section .qty-box .input-group {
  background-color: #232323;
  border-color: #404040;
}
.dark .product-page-details .qty-section .qty-box .input-group button {
  background-color: #2b2b2b !important;
  box-shadow: unset;
}
.dark .product-page-details .qty-section .qty-box .input-group input {
  background-color: #232323;
}
.dark .product-page-details .description-text {
  color: #dddddd;
}
.dark .product-page-details .price-text span.text-dark {
  color: #ffffff !important;
}
.dark .product-page-details .product-rating .divider {
  color: #404040;
}
.dark .product-page-details .rating span,
.dark .product-page-details .product-rating span {
  color: #ff9800;
}
.dark .product-page-details .size-delivery-info {
  border-color: #404040;
}
.dark .product-page-details .size-delivery-info a {
  color: #ddd;
}
.dark .product-page-details .select-dropdown {
  background-color: #232323;
  background-image: url("./media/dropdown-OSCYYD2U.svg");
}
.dark .product-page-details .timer p span {
  color: #fff;
}
.dark .product-page-details.product-form-box {
  border-color: #404040;
}
.dark .four-image-sec {
  background-color: #232323;
}
.dark .phone-field .custom-select .select2 .selection {
  border-color: #404040;
}
.dark .phone-field .custom-select .select2 .selection .select2-selection .select2-selection__rendered {
  color: #ddd;
}
.dark .phone-field .custom-select .select2-dropdown .select2-search .select2-search__field {
  color: #ddd;
}
.dark .thumbnail-image-slider .owl-carousel .owl-item img {
  background-color: #232323;
}
.dark .thumbnail-image-slider .owl-carousel .owl-nav [class*=owl-] {
  color: #dddddd;
  background-color: #232323;
  box-shadow: 0 0 8px #383838;
  border-color: #404040;
}
.dark .form-box .form-label,
.dark .form-box label {
  color: #dddddd;
}
.dark .form-box .custom-select .select2-results .select2-results__options::-webkit-scrollbar {
  background-color: #404040;
}
.dark .form-box .custom-select .select2-results .select2-results__options .select2-results__option {
  background-color: #232323;
}
.dark .form-box .custom-select .select2-dropdown {
  border-color: #404040;
  background-color: #232323;
}
.dark .form-box .custom-select .select2-dropdown .select2-search .select2-search__field {
  border-color: #404040 !important;
  background: #2b2b2b !important;
}
.dark .auth-modal .create a {
  color: #ffffff;
}
.dark .auth-modal .divider::before {
  border-color: #404040;
}
.dark .auth-modal .divider span {
  background-color: #2b2b2b;
  color: #dddddd;
}
.dark .auth-modal .modal-content {
  background-color: transparent;
}
.dark .auth-modal .modal-content .right-content {
  background-color: #2b2b2b;
}
.dark .auth-modal .modal-content .right-content .modal-back {
  color: #dddddd;
}
.dark .auth-modal .auth-form-box .auth-box .form-control {
  border-color: #404040;
}
.dark .auth-modal .auth-form-box .auth-box .form-label {
  color: #dddddd;
}
.dark .auth-modal .auth-form-box .forgot {
  color: #dddddd;
}
.dark .auth-modal .auth-title h3,
.dark .auth-modal .auth-title .h3 {
  color: #ffffff;
}
.dark .header-compact .main-menu .menu-right .icon-nav li.mobile-cart > div img {
  filter: invert(1);
}
.dark .header-style-1 .border-top-cls {
  border-color: #404040;
}
.dark .header-style-1 .navbar .nav-link {
  color: #cecece;
}
.dark.header-style-light .header-style-5 .bottom-part .category-menu .toggle-sidebar {
  color: #dddddd;
  background-color: #232323;
  border-color: #404040;
}
.dark.header-style-light .header-style-5 .bottom-part .category-menu .toggle-sidebar h5,
.dark.header-style-light .header-style-5 .bottom-part .category-menu .toggle-sidebar .h5 {
  color: #cfd4da;
}
.dark .header-style-5 .bottom-part {
  background-color: #232323;
}
.dark .header-style-5 .bottom-part.bottom-light {
  border-color: #404040;
  background-color: transparent;
}
.dark .header-style-5 .bottom-part.bottom-light .pixelstrap > li > a {
  color: #cfd4da;
}
.dark .header-style-5 .bottom-part.bottom-light .pixelstrap > li > a:hover,
.dark .header-style-5 .bottom-part.bottom-light .pixelstrap > li > a:focus {
  color: #cfd4da;
}
.dark .header-style-5.color-style {
  background-color: #2b2b2b;
}
.dark .header-style-5.color-style .bottom-part .pixelstrap.sm-vertical > li > a {
  color: #cecece;
}
.dark .header-style-5.color-style .bottom-part .pixelstrap.sm-vertical > li > a:hover,
.dark .header-style-5.color-style .bottom-part .pixelstrap.sm-vertical > li > a:focus,
.dark .header-style-5.color-style .bottom-part .pixelstrap.sm-vertical > li > a:active {
  color: #cecece;
}
.dark .header-style-5.color-style.style-classic .bottom-part .pixelstrap > li > a {
  color: #cecece;
}
.dark .header-style-5.color-style.style-classic .bottom-part .pixelstrap > li > a:hover,
.dark .header-style-5.color-style.style-classic .bottom-part .pixelstrap > li > a:focus,
.dark .header-style-5.color-style.style-classic .bottom-part .pixelstrap > li > a:active {
  color: #cecece;
}
.dark .header-style-5.color-style.style-classic .bottom-part .container {
  background-color: #232323;
}
.dark .bg-theme {
  background-color: #232323;
}
.dark .marketplace-sidebar.sidenav.fixed-sidebar .sm-vertical {
  background-color: #2b2b2b;
  border-color: #404040;
}
.dark .marketplace-sidebar.sidenav .sm-vertical {
  background-color: #232323;
}
.dark .marketplace-sidebar.sidenav ul li a {
  background-color: #232323;
  color: #ffffff;
}
.dark .svg-icon-menu.wo-bg .pixelstrap > li > a svg {
  fill: white;
}
.dark .svg-icon-menu .pixelstrap > li > a img {
  background-color: #2b2b2b;
  border-color: #404040;
}
.dark .ajax-search .typeahead {
  background-color: #2b2b2b !important;
}
.dark .ajax-search .tt-menu {
  background-color: #2b2b2b;
}
.dark .ajax-search .description-section h4,
.dark .ajax-search .description-section .h4 {
  color: #e7eaec;
}
.dark .deal-product-space {
  background-color: #232323;
}
.dark .vegetables-category .category-boxes {
  background-color: #232323;
}
.dark .vegetables-category .category-boxes h4,
.dark .vegetables-category .category-boxes .h4 {
  color: #e7eaec;
}
.dark .product-vertical .full-box .theme-card .offer-slider {
  background-color: #2b2b2b;
}
.dark .top-header {
  background-color: #232323;
  transition: all 0.3s ease;
}
.dark .sub-footer {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}
.dark .border-section {
  border-color: #404040;
}
.dark .pixelstrap a,
.dark .pixelstrap:hover,
.dark .pixelstrap:active {
  color: #f1f3f5;
}
.dark .sm-vertical {
  background-color: #232323;
  transition: all 0.3s ease;
}
.dark .sidenav nav {
  background-color: #232323;
  transition: all 0.3s ease;
}
.dark .sidenav .sidebar-back {
  color: #f1f3f5;
  border-color: #404040;
}
.dark .pixelstrap .home-menu,
.dark .pixelstrap .feature-menu,
.dark .pixelstrap .category-menu,
.dark .pixelstrap .full-mega-menu,
.dark .pixelstrap .clothing-menu {
  box-shadow: 0 0 1px 0 #2b2b2b;
}
.dark .onhover-div > div img {
  filter: brightness(100);
}
.dark .onhover-div .show-div {
  background-color: #232323;
  transition: all 0.3s ease;
  box-shadow: none;
}
.dark .error-section h1,
.dark .error-section .h1 {
  color: #e6e6e6;
}
.dark .breadcrumb-section {
  box-shadow: unset;
}
.dark .breadcrumb-section .breadcrumb a {
  color: #f7f7f7;
}
.dark .breadcrumb-section .breadcrumb-item {
  box-shadow: unset;
}
.dark .breadcrumb-section .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
}
.dark .breadcrumb-section .breadcrumb-item.active {
  color: #e7eaec;
}
.dark .main-menu .menu-left .navbar i {
  color: #f7f7f7;
}
.dark .main-menu .menu-right .icon-nav .onhover-div .empty-cart-box i {
  background-color: #232323;
}
.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.setting h6,
.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.setting .h6 {
  color: #cfd4da;
}
.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.setting ul li a {
  color: #cfd4da;
}
.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li {
  border-color: #404040;
}
.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body .qty-box .input-group span button i {
  color: #ddd;
}
.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body h4,
.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body .h4 {
  color: #e7eaec;
}
.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body h4 span,
.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .media .media-body .h4 span {
  color: #dee2e6;
}
.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .form-control {
  border-color: #404040 !important;
}
.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .close-circle i:hover {
  color: #ffffff;
}
.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .total {
  border-color: #404040;
}
.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .total h5,
.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .total .h5 {
  color: #dee2e6;
}
.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .buttons a {
  color: #ffffff;
}
.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li .buttons a:hover {
  color: var(--theme-color);
}
.dark .main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart .cart_product::-webkit-scrollbar-track {
  background: #404040;
}
.dark .compare-fix a,
.dark .compare-fix h5,
.dark .compare-fix .h5 {
  color: #ffffff;
}
.dark .footer-theme .sub-title li {
  color: #cfd4da;
}
.dark .footer-theme .sub-title li a {
  color: #cfd4da;
}
.dark .footer-theme .sub-title h4,
.dark .footer-theme .sub-title .h4 {
  color: #e7eaec;
}
.dark .footer-social i {
  color: #cfd4da;
}
.dark .footer-light .subscribe {
  border-color: #404040;
}
.dark .footer-theme2 .contact-details li {
  color: #cfd4da;
}
.dark .footer-theme2 .contact-details li a {
  color: #e7eaec;
}
.dark .footer-theme2 .footer-link a,
.dark .footer-theme2 .footer-link-b a {
  color: #cecece;
}
.dark .footer-theme2 .footer-link a:hover,
.dark .footer-theme2 .footer-link-b a:hover {
  color: #ffffff;
}
.dark .top-header .header-contact li {
  color: #cfd4da;
}
.dark .top-header .header-dropdown li {
  color: #cfd4da;
}
.dark .top-header .header-dropdown li a i {
  color: #cfd4da;
}
.dark .top-header .header-dropdown .onhover-dropdown .onhover-show-div li a {
  color: #cecece;
}
.dark .top-header.top-header-dark .header-dropdown li a {
  color: #cecece;
}
.dark .top-header.top-header-dark .header-contact li i {
  color: #cecece;
}
.dark .top-header.top-header-dark2 .header-dropdown li a {
  color: #cfd4da;
}
.dark .top-header.top-header-dark2 .header-contact li i {
  color: #cfd4da;
}
.dark .top-header.top-header-dark3 .header-dropdown li a {
  color: #cecece;
}
.dark .top-header.top-header-dark3 .header-contact li i {
  color: #cecece;
}
.dark .onhover-dropdown .onhover-show-div {
  background-color: #232323;
  transition: all 0.3s ease;
  box-shadow: none;
}
.dark .testimonial {
  background-color: #232323;
  transition: all 0.3s ease;
}
.dark .testimonial .testimonial-slider .media img {
  border-color: #404040;
}
.dark .team h2,
.dark .team .h2 {
  border-color: #404040;
}
.dark .service-block + .service-block {
  border-color: #404040;
}
.dark .pixelstrap.light-font-menu li > a {
  color: #f1f3f5;
}
.dark .about-section .service-block1 {
  background-color: #232323;
}
.dark .theme-tab .tab-title a,
.dark .theme-tab .tab-title2 a {
  color: #cecece;
}
.dark .theme-tab .tab-title .current a,
.dark .theme-tab .tab-title2 .current a {
  color: var(--theme-color);
}
.dark .theme-tab .tab-title2:after {
  border-color: #404040;
}
.dark .theme-tab .tab-title2 .current {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}
.dark .theme-tab .tab-title2 .current a {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}
.dark .product-box .cart-info.bg-color-cls button {
  background-color: #2b2b2b;
}
.dark .product-box .cart-info.bg-color-cls a i {
  background-color: #2b2b2b;
}
.dark .product-box .product-detail h4,
.dark .product-box .product-detail .h4,
.dark .product-box .product-info h4,
.dark .product-box .product-info .h4,
.dark .product-wrap .product-detail h4,
.dark .product-wrap .product-detail .h4,
.dark .product-wrap .product-info h4,
.dark .product-wrap .product-info .h4 {
  color: #e7eaec;
}
.dark .theme-card .offer-slider .media .media-body h4,
.dark .theme-card .offer-slider .media .media-body .h4 {
  color: #e7eaec;
}
.dark .theme-card .owl-prev:before,
.dark .theme-card .owl-next:before {
  color: #ffffff;
}
.dark .theme-card h5.title-border,
.dark .theme-card .title-border.h5 {
  border-color: #404040;
}
.dark .theme-card.card-border {
  border-color: #404040;
}
.dark .dark-layout {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}
.dark .sub-footer.darker-subfooter {
  background-color: #232323;
  transition: all 0.3s ease;
}
.dark .sub-footer.darker-subfooter p {
  color: #cfd4da;
}
.dark .blog-detail-page .blog-detail h3,
.dark .blog-detail-page .blog-detail .h3 {
  color: #fff;
}
.dark .blog-detail-page .blog-detail .post-social li {
  color: #ddd;
}
.dark .blog-detail-page .blog-detail .post-social li + li {
  border-color: #404040;
}
.dark .blog-page .blog-box .blog-contain .blog-label > span {
  color: #ddd;
}
.dark .blog-page .blog-box .blog-contain .blog-label > span + span {
  border-color: #404040;
}
.dark .blog-page .blog-box .blog-contain a h3,
.dark .blog-page .blog-box .blog-contain a .h3 {
  color: #fff;
}
.dark .blog-page .blog-list {
  border-color: #404040;
}
.dark .blog-page .blog-list .blog-contain p {
  color: #ddd;
}
.dark .blog-page .blog-list .blog-contain .blog-label > span {
  color: #ddd;
}
.dark .blog-page .blog-list .blog-contain .blog-label > span + span {
  border-color: #404040;
}
.dark .blog-page .blog-list .blog-contain a h3,
.dark .blog-page .blog-list .blog-contain a .h3 {
  color: #ffffff;
}
.dark .blog-page .blog-media .blog-right h4,
.dark .blog-page .blog-media .blog-right .h4 {
  color: #e7eaec;
}
.dark .blog-page .blog-media .blog-right ul {
  color: #cfd4da;
}
.dark .blog-page .blog-media .blog-right ul li + li {
  border-color: #404040;
}
.dark .blog-page .blog-sidebar .categories li a span {
  color: #ddd;
}
.dark .blog-page .blog-sidebar .theme-card {
  background-color: #232323;
  transition: all 0.3s ease;
  border-color: #404040;
}
.dark .blog-page .blog-sidebar .theme-card .tags li {
  background-color: #2b2b2b;
  border-color: #404040;
}
.dark .blog-page .blog-sidebar .theme-card .tags li:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.dark .blog-page .blog-sidebar .theme-card .tags li:hover a {
  color: #fff;
}
.dark .blog-page .blog-sidebar .theme-card .tags li a {
  color: #ddd;
}
.dark .blog-page .blog-sidebar .theme-card .recent-blog li .blog-box .blog-content h6,
.dark .blog-page .blog-sidebar .theme-card .recent-blog li .blog-box .blog-content .h6 {
  color: #ddd;
}
.dark .blog-page .blog-sidebar .left-skelton-box {
  background-color: #232323;
}
.dark .blog-page .blog-sidebar .left-skelton-box ul li {
  background-color: #1d1d22;
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0),
      rgba(44, 44, 44, 0.5),
      rgba(255, 255, 255, 0));
}
.dark .blog-page .blog-sidebar h4,
.dark .blog-page .blog-sidebar .h4 {
  border-color: #404040;
  color: #e7eaec;
}
.dark .blog-page .blog-sidebar h6,
.dark .blog-page .blog-sidebar .h6 {
  color: #cfd4da;
}
.dark .blog-page .blog-sidebar p {
  color: #cfd4da;
}
.dark .form_search {
  background-color: #232323;
  box-shadow: none;
}
.dark .form_search input {
  color: #f8f8f8;
}
.dark .img-category:hover .img-sec {
  border-color: var(--theme-color);
}
.dark .img-category .img-sec {
  background-color: #232323;
  border-color: #404040;
}
.dark .img-category h4 a,
.dark .img-category .h4 a {
  color: #dddddd;
}
.dark .vector-category .container {
  background-color: #2b2b2b;
  box-shadow: 0 0 8px #0a0a0a;
}
.dark .vector-category .category-slide .owl-next,
.dark .vector-category .category-slide .owl-prev {
  background-color: #2b2b2b;
  box-shadow: 0 0 8px #0a0a0a;
}
.dark .vector-category .category-slide .owl-next:before,
.dark .vector-category .category-slide .owl-prev:before {
  color: #ffffff;
}
.dark .vector-category .category-slide .img-category .img-sec {
  background-color: #232323;
}
.dark .vector-category .category-slide .img-category .img-sec img {
  filter: invert(0.6);
}
.dark .cart-section .cart-table thead th,
.dark .wishlist-section .cart-table thead th {
  color: #f1f3f5;
}
.dark .cart-section tbody tr td,
.dark .wishlist-section tbody tr td {
  border-color: #404040 !important;
}
.dark .cart-section tbody tr td a,
.dark .wishlist-section tbody tr td a {
  color: #cecece;
}
.dark .cart-section tbody tr td h2,
.dark .cart-section tbody tr td .h2,
.dark .wishlist-section tbody tr td h2,
.dark .wishlist-section tbody tr td .h2 {
  color: #f1f3f5;
}
.dark .table tbody + tbody {
  border-color: #404040;
}
.dark .table thead th {
  border-color: #404040 !important;
}
.dark .top-banner-wrapper .top-banner-content h4,
.dark .top-banner-wrapper .top-banner-content .h4 {
  color: #e7eaec;
}
.dark .top-banner-wrapper .top-banner-content h5,
.dark .top-banner-wrapper .top-banner-content .h5 {
  color: #dee2e6;
}
.dark .top-banner-wrapper .top-banner-content p {
  color: #cfd4da;
}
.dark .top-filter ::-webkit-scrollbar-track {
  background: #404040;
}
.dark .category-box {
  background-color: #232323;
  border-color: #404040;
}
.dark .category-box.active {
  background-color: var(--theme-color);
  border-color: transparent;
}
.dark .collection-product-wrapper .product-top-filter {
  border-color: #404040;
  background-color: #232323;
}
.dark .collection-product-wrapper .product-top-filter .product-filter-content .search-count,
.dark .collection-product-wrapper .product-top-filter .product-filter-content .sidebar-popup,
.dark .collection-product-wrapper .product-top-filter .popup-filter .search-count,
.dark .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup {
  border-color: #404040;
  background-color: #2b2b2b;
}
.dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view .select2 .selection .select2-selection,
.dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter .select2 .selection .select2-selection,
.dark .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view .select2 .selection .select2-selection,
.dark .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter .select2 .selection .select2-selection {
  background: #2b2b2b;
  border-color: #404040 !important;
}
.dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view .select2 .select2-container--default .select2-dropdown,
.dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter .select2 .select2-container--default .select2-dropdown,
.dark .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view .select2 .select2-container--default .select2-dropdown,
.dark .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter .select2 .select2-container--default .select2-dropdown {
  border-color: #404040;
  background: #2b2b2b;
}
.dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view .select2 .select2-container--default .select2-results .select2-results__options::-webkit-scrollbar,
.dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter .select2 .select2-container--default .select2-results .select2-results__options::-webkit-scrollbar,
.dark .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view .select2 .select2-container--default .select2-results .select2-results__options::-webkit-scrollbar,
.dark .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter .select2 .select2-container--default .select2-results .select2-results__options::-webkit-scrollbar {
  background-color: #404040;
}
.dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view .select2 .select2-container--default .select2-results .select2-results__options .select2-results__option,
.dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter .select2 .select2-container--default .select2-results .select2-results__options .select2-results__option,
.dark .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view .select2 .select2-container--default .select2-results .select2-results__options .select2-results__option,
.dark .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter .select2 .select2-container--default .select2-results .select2-results__options .select2-results__option {
  color: #dddddd;
}
.dark .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view,
.dark .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view {
  border-color: #404040;
}
.dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
.dark .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view select {
  border-color: #404040;
}
.dark .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li,
.dark .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li {
  background-color: #2b2b2b;
  border-color: #404040;
}
.dark .collection-product-wrapper .product-top-filter .product-filter-content .collection-grid-view ul li.active,
.dark .collection-product-wrapper .product-top-filter .popup-filter .collection-grid-view ul li.active {
  background-color: var(--theme-color);
}
.dark .collection-product-wrapper .product-top-filter .popup-filter ::-webkit-scrollbar-track {
  background: #2b2b2b;
}
.dark .collection-product-wrapper .product-top-filter .popup-filter .sidebar-popup a {
  color: #cecece;
}
.dark .collection-product-wrapper .product-top-filter .popup-filter .open-popup {
  border-color: #404040;
  box-shadow: none;
}
.dark .product-pagination {
  border-color: #404040;
}
.dark .product-pagination .pagination li.active a {
  background-color: #232323;
  transition: all 0.3s ease;
  border-color: #404040;
}
.dark .product-pagination .pagination li a {
  border-color: #404040;
  background-color: #232323;
  color: #dddddd;
}
.dark .product-pagination .product-search-count-bottom {
  border-color: #404040;
}
.dark .product-pagination .product-search-count-bottom h5,
.dark .product-pagination .product-search-count-bottom .h5 {
  color: #dee2e6;
}
.dark .portfolio-section.metro-section .product-box .product-detail {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}
.dark .portfolio-section.metro-section .product-box .product-detail h4,
.dark .portfolio-section.metro-section .product-box .product-detail .h4 {
  color: #e7eaec;
}
.dark .portfolio-section.metro-section .product-box .product-detail h6,
.dark .portfolio-section.metro-section .product-box .product-detail .h6 {
  color: #cfd4da;
}
.dark .collection-filter-block {
  border-color: #404040;
  background-color: #232323;
  transition: all 0.3s ease;
}
.dark .collection-filter-block .accordion-item + .accordion-item {
  border-color: #404040;
}
.dark .collection-filter-block .accordion-item .accordion-button {
  color: #ffffff;
}
.dark .collection-filter-block .accordion-item .accordion-button:not(.collapsed) {
  color: #ffffff;
}
.dark .collection-filter-block .accordion-item .accordion-body .search-not-found-box {
  background-color: #2b2b2b;
}
.dark .collection-filter-block .accordion-item .accordion-body .search-box::after {
  border-color: #404040;
}
.dark .collection-filter-block .accordion-item .accordion-body .search-box .form-control {
  border-color: #404040;
}
.dark .collection-filter-block .accordion-item .accordion-body .collection-filter-checkbox .form-check-input::after {
  background-color: #2b2b2b;
  border-color: #404040;
}
.dark .collection-filter-block .accordion-item .accordion-body .collection-filter-checkbox .form-check-label {
  color: #dddddd;
}
.dark .custom-sidebar-height::-webkit-scrollbar {
  background-color: #2b2b2b;
}
.dark .load-more-sec a {
  border-color: #404040;
}
.dark .coupon-modal .coupon-box {
  background-color: #232323;
}
.dark .coupon-modal .coupon-box .coupon-content p {
  color: rgba(221, 221, 221, 0.678);
}
.dark .coupon-modal .coupon-box .coupon-content .coupon-apply {
  border-color: #404040;
}
.dark .coupon-modal .coupon-box .coupon-content .coupon-apply h6,
.dark .coupon-modal .coupon-box .coupon-content .coupon-apply .h6 {
  color: #fff;
}
.dark .checkout-page .checkout-title h3,
.dark .checkout-page .checkout-title .h3 {
  color: #eaedef;
}
.dark .checkout-page .future-option::before {
  background-color: #2b2b2b;
}
.dark .checkout-page .future-option .delivery-items h4,
.dark .checkout-page .future-option .delivery-items .h4 {
  color: #fff !important;
}
.dark .checkout-page .coupon-content .coupon-apply {
  border-color: #404040;
}
.dark .checkout-page .coupon-content .coupon-apply h6,
.dark .checkout-page .coupon-content .coupon-apply .h6 {
  color: #ddd;
}
.dark .checkout-page .checkout-form .form-group .field-label {
  color: #cfd4da;
}
.dark .checkout-page .checkout-form input[type=text],
.dark .checkout-page .checkout-form input[type=email],
.dark .checkout-page .checkout-form input[type=password],
.dark .checkout-page .checkout-form input[type=tel],
.dark .checkout-page .checkout-form input[type=number],
.dark .checkout-page .checkout-form input[type=url] {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
  border-color: #404040;
}
.dark .checkout-page .checkout-form select,
.dark .checkout-page .checkout-form textarea {
  border-color: #404040;
}
.dark .checkout-page .checkout-form .checkout-details {
  background-color: #232323;
  transition: all 0.3s ease;
  border: 1px solid #404040;
}
.dark .checkout-page .checkout-form .checkout-details .coupon-box {
  border-color: #404040;
  background-color: #2b2b2b;
}
.dark .checkout-page .checkout-form .checkout-details .order-box .title-box h4,
.dark .checkout-page .checkout-form .checkout-details .order-box .title-box .h4 {
  color: #fff;
}
.dark .checkout-page .checkout-form .checkout-details .promo-code-box h5,
.dark .checkout-page .checkout-form .checkout-details .promo-code-box .h5 {
  color: #ddd;
}
.dark .checkout-page .checkout-form .checkout-details .promo-code-box .form-control {
  border-color: #404040;
}
.dark .wishlist-section tbody tr td .icon-box a {
  border-color: #404040;
  background-color: #232323;
}
.dark .coupon-box {
  background: #232323;
}
.dark .coupon-box .coupon-content p {
  color: #ddd;
}
.dark .coupon-box .coupon-content .coupon-apply {
  border-color: #404040;
}
.dark .coupon-box .coupon-content .coupon-apply h6,
.dark .coupon-box .coupon-content .coupon-apply .h6 {
  color: #fff;
}
.dark .intl-tel-input .flag-box {
  margin-left: 6px;
  margin-right: unset;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box {
  background-color: #232323;
  border-color: #404040;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-title {
  border-color: #404040;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box {
  background-color: #2b2b2b;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .form-check .form-check-input::before {
  background-color: #232323;
  border-color: #404040;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail h6,
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail .h6,
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail p {
  color: #ddd;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail h6 span,
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail .h6 span,
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-address-box > div .delivery-address-detail p span {
  color: #ddd;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option,
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option {
  background-color: #2b2b2b;
}
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .delivery-category .form-check .form-check-input::before,
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .delivery-option .payment-category .form-check .form-check-input::before,
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .delivery-category .form-check .form-check-input::before,
.dark .checkout-section-2 .left-sidebar-checkout .checkout-detail-box > ul > li .checkout-box .checkout-detail .payment-option .payment-category .form-check .form-check-input::before {
  background-color: #232323;
  border-color: #404040;
}
.dark .order-box .title-box {
  color: #eaedef;
  border-color: #404040;
}
.dark .order-box .qty {
  border-color: #404040;
}
.dark .order-box .qty li {
  color: #cfd4da;
}
.dark .order-box .qty li .cart-image {
  background-color: #2b2b2b;
}
.dark .order-box .qty li span {
  color: #dee2e6;
}
.dark .order-box .sub-total {
  border-color: #404040;
}
.dark .order-box .sub-total li {
  color: #cfd4da;
}
.dark .order-box .sub-total .shopping-option label {
  color: #929292;
}
.dark .order-box .total {
  border-color: #404040;
}
.dark .order-box .total li {
  color: #cfd4da;
}
.dark .order-box .box-loader .loader-wrapper {
  background-color: #2b2b2b;
}
.dark .collection .collection-block .collection-content h4,
.dark .collection .collection-block .collection-content .h4 {
  color: #e7eaec;
}
.dark .collection .collection-block .collection-content h3,
.dark .collection .collection-block .collection-content .h3 {
  color: #eaedef;
}
.dark .table th,
.dark .table td {
  border-color: #404040;
}
.dark .dashboard .box-head h2,
.dark .dashboard .box-head .h2 {
  color: #f1f3f5;
}
.dark .dashboard .box .box-title {
  border-color: #404040;
}
.dark .dashboard .box .box-title h3,
.dark .dashboard .box .box-title .h3 {
  color: #eaedef;
}
.dark .white-bg {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}
.dark .card {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}
.dark .card .card-header {
  background-color: #232323;
  transition: all 0.3s ease;
}
.dark .cart-section .cart-table,
.dark .wishlist-section .cart-table {
  border-color: #404040;
}
.dark .cart-section thead th,
.dark .wishlist-section thead th {
  background-color: #232323;
}
.dark .cart-section tbody tr td,
.dark .wishlist-section tbody tr td {
  background-color: transparent;
}
.dark .cart-section tbody .remove-btn,
.dark .wishlist-section tbody .remove-btn {
  border-color: #404040;
  background-color: #232323;
}
.dark .cart-section .qty-box .input-group .form-control,
.dark .wishlist-section .qty-box .input-group .form-control {
  border-color: #404040;
}
.dark .cart-section tfoot tr td,
.dark .wishlist-section tfoot tr td {
  background-color: transparent;
}
.dark .cart-section tfoot tr td:first-child,
.dark .wishlist-section tfoot tr td:first-child {
  color: #ddd;
}
.dark .compare-section .owl-carousel .owl-stage .owl-item.active .compare-part .detail-part,
.dark .compare-section .owl-carousel .owl-stage .owl-item.active .compare-part .btn-part {
  border-color: #404040;
}
.dark .compare-section .compare-box {
  border-color: #404040;
}
.dark .compare-section .compare-part .close-btn {
  background-color: #232323;
  color: #ddd;
  border-color: #404040;
}
.dark .compare-section .compare-part .detail-part .title-detail {
  border-color: #404040;
}
.dark .compare-section .compare-part .img-section {
  border-color: #404040;
}
.dark .compare-section .compare-part .img-section a h5,
.dark .compare-section .compare-part .img-section a .h5 {
  color: #fff;
}
.dark .compare-section .compare-part .detail-part .title-detail {
  background-color: #232323;
}
.dark .faq-section .faq-accordion .accordion-item {
  border-color: #404040;
}
.dark .faq-section .faq-accordion .accordion-item .accordion-header button {
  color: #fff;
  background-color: #232323;
}
.dark .faq-section .faq-accordion .accordion-item .accordion-header button:not(.collapsed) {
  color: var(--theme-color);
}
.dark .faq-section .faq-accordion .accordion-item .accordion-header button:hover {
  color: var(--theme-color);
}
.dark .faq-section .faq-accordion .accordion-item .accordion-header button::after {
  color: #ddd;
}
.dark .faq-section .faq-accordion .accordion-item .card-body p {
  color: #ddd;
}
.dark.box-layout-body .box-layout-header {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}
.dark.box-layout-body .box-layout.bg-image {
  background-color: #232323;
  transition: all 0.3s ease;
  background-image: none;
  box-shadow: none;
}
.dark.box-layout-body .light-layout {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}
.dark.box-layout-body .sub-footer {
  background-color: #232323;
  transition: all 0.3s ease;
}
.dark.box-layout-body .brand-slider-box .logo-block {
  background-color: #2b2b2b;
}
.dark.box-layout-body .general-variant .active {
  border-color: #404040;
}
.dark.box-layout-body .basic-product .img-wrapper {
  background-color: #2b2b2b;
}
.dark.box-layout-body .basic-product .cart-info a,
.dark.box-layout-body .basic-product .cart-info button {
  background-color: #232323;
}
.dark .bg-title.wo-bg .theme-tab .bg-title-part {
  border-color: #404040;
}
.dark .bg-title.wo-bg .theme-tab .bg-title-part .title-border {
  color: #ffffff;
}
.dark .bg-title.wo-bg .theme-tab .tab-title a {
  color: #cfd4da;
}
.dark .full-box .theme-card .offer-slider .product-box2 + .product-box2 {
  border-top: none;
}
.dark .center-slider {
  border-color: #404040;
}
.dark .bg-block {
  background-color: #232323;
  transition: all 0.3s ease;
  background-image: none;
}
.dark .theme-tab .tab-content .product-tab .tab-box {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}
.dark .theme-tab .tab-content .product-tab .tab-box .product-box2 {
  background-color: #2b2b2b;
}
.dark .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body h4,
.dark .theme-tab .tab-content .product-tab .tab-box .product-box2 .media .media-body .h4 {
  color: #e7eaec;
}
.dark .flower-bg {
  background-color: #232323;
  transition: all 0.3s ease;
  background-image: none;
}
.dark header.full-scroll-menu {
  background-color: transparent;
  transition: all 0.3s ease;
}
.dark.tools-bg .basic-product {
  background-color: #232323;
}
.dark.tools-bg .basic-product .img-wrapper {
  background-color: #2b2b2b;
}
.dark.tools-bg .basic-product .img-wrapper .rating-label {
  background-color: #232323;
}
.dark.tools-bg .basic-product .cart-info a,
.dark.tools-bg .basic-product .cart-info button {
  background-color: #232323;
}
.dark .category-m.w-bg .category-wrapper {
  background-color: #2b2b2b;
}
.dark .category-m .category-wrapper h4 a,
.dark .category-m .category-wrapper .h4 a {
  color: #cecece;
}
.dark .category-block .category-image {
  border-color: #404040;
}
.dark .category-block .category-image.svg-image {
  background-color: #232323;
  transition: all 0.3s ease;
}
.dark .footer-theme2.footer-border {
  border-color: #404040;
}
.dark .footer-theme2.section-light .footer-block .subscribe-white {
  border-color: #404040;
}
.dark .footer-theme2.section-light .footer-block h4,
.dark .footer-theme2.section-light .footer-block .h4 {
  color: #e7eaec;
}
.dark .footer-theme2.section-light .footer-block .contact-details li a {
  color: #e7eaec;
}
.dark .footer-theme2 .footer-link.link-white h4,
.dark .footer-theme2 .footer-link.link-white .h4 {
  color: #e7eaec;
}
.dark .absolute-banner .absolute-bg {
  background-color: #232323;
  transition: all 0.3s ease;
  box-shadow: none;
}
.dark footer .dark-layout {
  background-color: #232323;
}
.dark .logo-block img {
  filter: invert(100);
}
.dark .logo-block img:hover {
  filter: invert(100);
}
.dark .bg-white {
  background-color: #2b2b2b !important;
  transition: all 0.3s ease;
}
.dark .product-box .img-wrapper .cart-box,
.dark .product-wrap .img-wrapper .cart-box {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
  box-shadow: none;
}
.dark .tab-bg.tab-grey-bg {
  background-color: #232323;
  transition: all 0.3s ease;
}
.dark .blog.blog_box .blog-details p {
  color: #cfd4da;
}
.dark .blog.blog_box .blog-details a p {
  color: #cfd4da;
}
.dark .blog.blog_box .blog-details .read-cls {
  color: #cecece;
}
.dark .btn-close {
  color: #ffffff;
}
.dark .sticky-bottom-cart {
  background-color: #2b2b2b;
}
.dark .sticky-bottom-cart .selection-section .form-control {
  background-color: #232323;
  border-color: #232323;
  background-image: url("./media/dropdown-OSCYYD2U.svg");
}
.dark .sticky-bottom-cart .product-image .content h6,
.dark .sticky-bottom-cart .product-image .content .h6 {
  color: #cfd4da;
}
.dark .recently-purchase {
  background: #2b2b2b;
  box-shadow: 0 0 7px 0px rgba(124, 124, 124, 0.2784313725);
}
.dark .recently-purchase img {
  background-color: #252525;
}
.dark .recently-purchase .close-popup {
  color: #ffffff;
}
.dark .product-slider-image,
.dark .sticky-product-height {
  background-color: #232323;
  border-color: #404040;
}
.dark .product-social li {
  background-color: #232323;
  border-color: #404040;
}
.dark .product-social li a {
  color: #fff;
}
.dark .product-right .product-title {
  color: #cfd4da;
}
.dark .product-right .border-product {
  border-color: #404040;
}
.dark .product-right .product-icon .product-social li a {
  color: #cecece;
}
.dark .product-right .product-icon .wishlist-btn {
  color: #cecece;
}
.dark .product-right .product-icon .wishlist-btn i {
  border-color: #404040;
}
.dark .product-right.product-form-box {
  border-color: #404040;
}
.dark .product-right.product-form-box .timer {
  background-color: #232323;
  transition: all 0.3s ease;
}
.dark .product-right .timer {
  background-color: #232323;
  transition: all 0.3s ease;
}
.dark .product-right .timer p {
  color: #cfd4da;
}
.dark .product-right .size-box ul li {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
  border-color: #404040;
}
.dark .product-right .size-box ul li.active {
  background-color: #232323;
  transition: all 0.3s ease;
}
.dark .product-right .size-box ul li a {
  color: #cecece;
}
.dark .product-right h4 del,
.dark .product-right .h4 del {
  color: #929292;
}
.dark .timer span .timer-cal {
  color: #929292;
}
.dark .qty-box .input-group span button {
  background: #2b2b2b !important;
  border-color: #404040;
}
.dark .qty-box .input-group button i {
  color: #929292;
}
.dark .nav-tabs {
  border-color: #404040;
}
.dark .nav-tabs .nav-link.active {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}
.dark .tab-product .nav-material.nav-tabs .nav-item .nav-link {
  color: #cecece;
}
.dark .tab-product .nav-material.nav-tabs .nav-link.active {
  color: var(--theme-color);
}
.dark .tab-product .theme-form input,
.dark .tab-product .theme-form textarea {
  border-color: #404040;
}
.dark .product-related h2,
.dark .product-related .h2 {
  border-color: #404040;
}
.dark .product-accordion .btn-link {
  color: #e7eaec;
}
.dark .product-accordion .card-header {
  border-color: rgba(64, 64, 64, 0.125);
}
.dark .product-accordion .accordion .accordion-item {
  background-color: transparent;
}
.dark .product-accordion .accordion .accordion-item .accordion-header .accordion-button {
  color: #ddd;
  border-color: #404040;
  background-color: #232323;
}
.dark .product-accordion .accordion .accordion-item .accordion-body p {
  color: #ddd;
}
.dark .bundle .bundle_detail .price_product {
  color: #ffffff;
}
.dark .product-detail-label li.soldout {
  color: #cecece;
}
.dark .product-detail-label li.featured {
  background-color: #2b2b2b;
}
.dark .modal-content {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}
.dark button.close {
  color: #ffffff;
}
.dark .modal-header {
  border-color: #404040;
}
.dark .collection-filter-block .product-service .media {
  border-color: #404040;
}
.dark .collection-filter-block .accordion-item .accordion-body .shop-category-list > li > a {
  color: #ddd;
}
.dark .category-border {
  background-color: #404040;
  transition: all 0.3s ease;
}
.dark .category-border div .category-banner .category-box {
  background-color: #232323;
  border-color: #404040;
}
.dark .category-border div .category-banner .category-box h2,
.dark .category-border div .category-banner .category-box .h2 {
  background-color: #232323;
  transition: all 0.3s ease;
}
.dark .background {
  background-color: #404040;
  transition: all 0.3s ease;
}
.dark .background .contain-bg {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}
.dark .background .contain-bg h4,
.dark .background .contain-bg .h4 {
  color: #e7eaec;
}
.dark .background .contain-bg:hover h4,
.dark .background .contain-bg:hover .h4 {
  color: var(--theme-color);
}
.dark .blog-bg {
  background-color: #404040;
  transition: all 0.3s ease;
}
.dark .sub-footer.black-subfooter {
  background-color: #232323;
  transition: all 0.3s ease;
}
.dark.tools-bg {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}
.dark.tools-bg section {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}
.dark .category-tools .category-m .category-wrapper {
  background-color: #232323;
  transition: all 0.3s ease;
}
.dark .category-m .category-wrapper {
  border-color: #404040;
}
.dark .category-m .category-wrapper h4,
.dark .category-m .category-wrapper .h4 {
  color: #e7eaec;
}
.dark .category-m .category-wrapper .category-link li a {
  color: #cecece;
}
.dark .tools-brand .row {
  background-color: #232323;
  transition: all 0.3s ease;
  box-shadow: none;
}
.dark .absolute_banner .collection-banner .absolute-contain {
  background-color: #232323;
  transition: all 0.3s ease;
  box-shadow: none;
}
.dark .absolute_banner .collection-banner .absolute-contain h4,
.dark .absolute_banner .collection-banner .absolute-contain .h4 {
  color: #e7eaec;
}
.dark .absolute-product .product-box {
  background-color: #232323;
  transition: all 0.3s ease;
}
.dark .absolute-product .product-box .product-detail .cart-bottom {
  border-color: #404040;
}
.dark .absolute-product .product-box .product-detail .cart-bottom i {
  color: #cecece;
}
.dark .absolute-product .product-box .product-detail .cart-bottom i:hover {
  color: #ffffff;
}
.dark .seller-grid-box {
  background-color: #232323;
  border-color: #404040;
}
.dark .seller-grid-box .grid-contain .seller-contact-details ul li i {
  color: #ddd;
}
.dark .seller-grid-box .grid-contain .seller-contact-details ul li h5,
.dark .seller-grid-box .grid-contain .seller-contact-details ul li .h5 {
  color: #ddd;
}
.dark .seller-grid-box .grid-contain .seller-contact-details ul li h5 a,
.dark .seller-grid-box .grid-contain .seller-contact-details ul li .h5 a {
  color: #ddd;
}
.dark .seller-grid-box .grid-contain .seller-category .product-image li {
  background: #2b2b2b;
  color: #ddd;
}
.dark .seller-grid-box .grid-contain .seller-category .btn {
  background-color: #2b2b2b !important;
}
.dark .seller-grid-box .grid-image .image {
  background-color: #2b2b2b;
}
.dark .seller-grid-box .grid-image .contain-name h3,
.dark .seller-grid-box .grid-image .contain-name .h3 {
  color: #fff;
}
.dark .service-block1 {
  background-color: #232323;
  border-color: #404040;
}
.dark .service-block1 .service-svg {
  background-color: #2b2b2b;
}
.dark .box-product .full-box .theme-card .offer-slider .product-box2 {
  box-shadow: none;
  border-color: #404040;
  background-color: #232323;
}
.dark .box-product .full-box .theme-card .offer-slider .product-box2 .media {
  background-color: #232323;
  transition: all 0.3s ease;
}
.dark .box-product .full-box .theme-card .offer-slider .product-box2 .cart-bottom {
  border-color: #404040;
}
.dark .pets-box .product-box .img-wrapper .cart-info i {
  background-color: #2b2b2b;
}
.dark .tab-bg {
  background-color: #232323;
  transition: all 0.3s ease;
}
.dark .darken-layout {
  background-color: #232323;
  transition: all 0.3s ease;
}
.dark .darken-layout p {
  color: #cfd4da;
}
.dark .darken-layout .sub-title .contact-list li {
  color: #cfd4da;
}
.dark .darken-layout .sub-title .contact-list i {
  color: #cfd4da;
}
.dark .darken-layout .footer-social i {
  color: #cfd4da;
}
.dark .sub-footer.dark-subfooter p {
  color: #cfd4da;
}
.dark .cart-section tbody tr td a,
.dark .cart-section tbody tr td p,
.dark .wishlist-section tbody tr td a,
.dark .wishlist-section tbody tr td p {
  color: #cecece;
}
.dark .footer-title {
  border-color: #404040;
}
.dark .category-bg {
  background-color: #232323;
  transition: all 0.3s ease;
}
.dark .category-bg .contain-block {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}
.dark .category-bg .contain-block h2,
.dark .category-bg .contain-block .h2 {
  color: #f1f3f5;
}
.dark .category-bg .contain-block h6 span,
.dark .category-bg .contain-block .h6 span {
  color: #929292;
}
.dark .service_slide .service-home .row > div:nth-child(even) .service-block1 {
  background-color: rgba(43, 43, 43, 0.85);
}
.dark .service_slide .service-home .service-block1 {
  background-color: rgba(35, 35, 35, 0.9);
  transition: all 0.3s ease;
}
.dark .service_slide .service-home .service-block1:nth-child(even) {
  background-color: rgba(35, 35, 35, 0.7);
  transition: all 0.3s ease;
}
.dark .service_slide .service-home .service-block1 svg path {
  fill: #ffffff;
}
.dark .bg-grey {
  background-color: #232323;
  transition: all 0.3s ease;
}
.dark .detail-cannabis .detail_section > div {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
  box-shadow: none;
}
.dark .detail-cannabis .detail_section svg {
  fill: #ffffff;
}
.dark .demo-card.theme-card {
  background-color: #232323;
}
.dark .theme-modal .modal-dialog .modal-content .modal-body {
  background-image:
    linear-gradient(
      135deg,
      var(--theme-color) 5.77%,
      #232323 5.77%,
      #232323 25%,
      #f1f3f5 25%,
      #f1f3f5 30.77%,
      #232323 30.77%,
      #232323 50%,
      var(--theme-color) 50%,
      var(--theme-color) 55.77%,
      #232323 55.77%,
      #232323 75%,
      #f1f3f5 75%,
      #f1f3f5 80.77%,
      #232323 80.77%,
      #232323 100%);
}
.dark .theme-modal .modal-dialog .modal-content .modal-body .modal-bg {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}
.dark .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content h4,
.dark .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .age-content .h4 {
  color: #e7eaec;
}
.dark .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .btn-close span {
  color: #ffffff;
}
.dark .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content h2,
.dark .theme-modal .modal-dialog .modal-content .modal-body .modal-bg .offer-content .h2 {
  color: #f1f3f5;
}
.dark .theme-modal.demo-modal .modal-dialog .modal-content .modal-body {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}
.dark .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .layout-container {
  box-shadow: none;
}
.dark .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .demo-text h4,
.dark .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .demo-text .h4 {
  color: #e7eaec;
}
.dark .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .demo-effects > div .demo-text .demo-btn .btn {
  border-color: #404040;
  background-color: #2b2b2b;
  transition: all 0.3s ease;
  color: #cecece;
}
.dark .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .title-text h3,
.dark .theme-modal.demo-modal .modal-dialog .modal-content .modal-body .demo-section .title-text .h3 {
  color: #eaedef;
}
.dark .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail h6 a,
.dark .theme-modal.cart-modal .modal-dialog .modal-content .modal-body .modal-bg.addtocart #upsell_product .product-box .product-detail .h6 a {
  color: #cecece;
}
.dark .theme-modal.exit-modal .media .media-body h5,
.dark .theme-modal.exit-modal .media .media-body .h5 {
  color: #dee2e6;
}
.dark #quick-view .modal-dialog .modal-content .modal-body {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
}
.dark .effect-cls:before,
.dark .effect-cls:after {
  filter: invert(0.83);
}
.dark .contact-page .contact-form {
  background-color: #232323;
  border-color: #404040;
}
.dark .contact-page .contact-form .form-box label {
  color: #ddd;
}
.dark .contact-page .contact-right ul li {
  border-color: #404040;
  background-color: #232323;
}
.dark .contact-page .contact-right ul li .contact-icon i {
  background-color: #2b2b2b;
}
.dark .contact-page .contact-right ul li .media-body h6,
.dark .contact-page .contact-right ul li .media-body .h6 {
  color: #fff;
}
.dark .setting-box .setting-title h4,
.dark .setting-box .setting-title .h4 {
  color: #fff;
}
.dark .vendor-profile .profile-left {
  background-color: #232323;
  border-color: #404040;
}
.dark .vendor-profile .profile-left .profile-image h3,
.dark .vendor-profile .profile-left .profile-image .h3 {
  color: #e7eaec;
}
.dark .vendor-profile .profile-left .profile-image h1,
.dark .vendor-profile .profile-left .profile-image .h1 {
  color: #e7eaec;
}
.dark .vendor-profile .profile-left .profile-image a {
  background-color: #2b2b2b;
}
.dark .vendor-profile .profile-left .profile-detail {
  border-color: #404040;
}
.dark .vendor-profile .profile-left .vendor-contact {
  border-color: #404040;
}
.dark .vendor-profile .profile-left .vendor-contact .vendor-details li i,
.dark .vendor-profile .profile-left .vendor-contact .vendor-details li h5,
.dark .vendor-profile .profile-left .vendor-contact .vendor-details li .h5 {
  color: #ddd;
}
.dark .vendor-profile .profile-left .vendor-contact .vendor-details li i a,
.dark .vendor-profile .profile-left .vendor-contact .vendor-details li h5 a,
.dark .vendor-profile .profile-left .vendor-contact .vendor-details li .h5 a {
  color: #ddd;
}
.dark .vendor-profile .profile-left .vendor-contact h6,
.dark .vendor-profile .profile-left .vendor-contact .h6 {
  color: #cfd4da;
}
.dark .vendor-profile .collection-product-wrapper .product-top-filter {
  background-color: #232323;
}
.dark .vendor-profile .product-pagination {
  background-color: #232323;
}
.dark .vendor-profile .page-link {
  background-color: #232323;
}
.dark .vendor-profile .profile-title h3,
.dark .vendor-profile .profile-title .h3 {
  color: #eaedef;
}
.dark .vendor-profile .profile-title h4,
.dark .vendor-profile .profile-title .h4 {
  color: #e7eaec;
}
.dark .vendor-profile .collection-filter-block {
  border-color: transparent;
  background-color: #232323;
}
.dark .become-vendor {
  background-color: #232323;
}
.dark .become-vendor .step-bg .step-box {
  background-color: #2b2b2b;
  border-color: #404040;
}
.dark .become-vendor .step-bg .step-box .steps {
  background-color: #232323;
}
.dark .user-dashboard-section .welcome-msg h4,
.dark .user-dashboard-section .welcome-msg .h4 {
  color: #ffffff;
}
.dark .user-dashboard-section .faq-content .box-loader .loader-wrapper {
  background-color: #2b2b2b;
  border: 1px solid rgb(64, 64, 64);
}
.dark .notification-list li {
  border-color: #404040;
  background-color: #2b2b2b;
}
.dark .notification-list li.unread {
  border: 1px solid var(--theme-color);
}
.dark .notification-list li.unread h5,
.dark .notification-list li.unread .h5 {
  color: #ddd;
}
.dark .notification-list li h5,
.dark .notification-list li .h5 {
  color: #dee2e6;
}
.dark .dashboard-section .title-header h5 i,
.dark .dashboard-section .title-header .h5 i {
  color: #fff;
}
.dark .dashboard-section .wallet-table .table-responsive {
  border-color: #404040;
}
.dark .dashboard-section .wallet-table .order-table td h6,
.dark .dashboard-section .wallet-table .order-table td .h6 {
  color: #fff;
}
.dark .dashboard-section .wallet-table .order-table tr a {
  color: #ddd;
}
.dark .dashboard-section .wallet-table .order-table td,
.dark .dashboard-section .wallet-table .order-table th {
  border-color: #404040;
}
.dark .dashboard-section .wallet-point-box .total-image {
  background-color: #2b2b2b;
}
.dark .dashboard-section .wallet-point-box .total-detail .total-box h5,
.dark .dashboard-section .wallet-point-box .total-detail .total-box .h5 {
  color: #eaedef;
}
.dark .dashboard-section .wallet-point-box .total-detail .total-box h3,
.dark .dashboard-section .wallet-point-box .total-detail .total-box .h3 {
  color: #fff;
}
.dark .dashboard-section .top-sec-2 {
  border-color: #404040;
}
.dark .dashboard-section .themeform-auth .form-label {
  color: #ddd;
}
.dark .dashboard-section .themeform-auth .form-control {
  border-color: #404040;
}
.dark .dashboard-section .top-sec h3,
.dark .dashboard-section .top-sec .h3 {
  color: #fff;
}
.dark .dashboard-section .counter-section {
  background-color: #232323;
  border-color: #404040;
}
.dark .dashboard-section .dashboard-sidebar {
  background-color: #232323;
  border-color: #404040;
}
.dark .dashboard-section .dashboard-sidebar .profile-top {
  border-color: #404040;
}
.dark .dashboard-section .dashboard-sidebar .profile-top .profile-image .user-round {
  background-color: #2b2b2b;
}
.dark .dashboard-section .dashboard-sidebar .profile-top .profile-image .user-icon {
  background-color: #404040;
  border-color: rgba(119, 119, 119, 0.36);
}
.dark .dashboard-section .dashboard-sidebar .profile-top .profile-detail {
  border-color: #404040;
}
.dark .dashboard-section .dashboard-sidebar .profile-top .profile-detail h6,
.dark .dashboard-section .dashboard-sidebar .profile-top .profile-detail .h6 {
  color: #ddd;
}
.dark .dashboard-section .dashboard-sidebar .faq-tab .nav-tabs {
  background-color: #232323;
}
.dark .dashboard-section .address-book-section .select-box .address-box {
  background-color: #2b2b2b;
}
.dark .dashboard-section .address-book-section .select-box .address-box .top h6,
.dark .dashboard-section .address-book-section .select-box .address-box .top .h6 {
  color: #ddd;
}
.dark .dashboard-section .address-book-section .select-box .address-box .middle .address p,
.dark .dashboard-section .address-book-section .select-box .address-box .middle .number p {
  color: #fff;
}
.dark .dashboard-section .address-book-section .select-box .address-box .bottom {
  border-color: #404040;
}
.dark .dashboard-section .address-book-section .select-box .address-box .bottom .bottom_btn {
  background-color: #232323;
  color: #fff;
}
.dark .dashboard-section .faq-content .card {
  background-color: #232323;
  border-color: #404040;
}
.dark .dashboard-section .faq-content .dashboard-table {
  background-color: transparent;
}
.dark .dashboard-section .faq-content .dashboard-table .table thead th {
  background-color: #232323;
}
.dark .dashboard-section .faq-content .download-detail {
  border-color: #404040;
  background-color: #232323;
}
.dark .dashboard-section .faq-content .download-detail form .input-group .form-control {
  border-color: #404040;
}
.dark .dashboard-section .faq-content .download-table {
  border-color: #404040;
}
.dark .dashboard-section .faq-content .download-table .user-download-table .dropdown .dropdown-toggle {
  background-color: #232323;
  border-color: #404040;
  color: #ddd;
}
.dark .dashboard-section .faq-content .download-table .user-download-table tbody td {
  border-color: #404040;
}
.dark .dashboard-section .faq-content .tab-pane .card-body .tracking-total ul li:last-child {
  border-color: #404040;
}
.dark .dashboard-section .faq-content .tab-pane .card-body .customer-detail ul li h4,
.dark .dashboard-section .faq-content .tab-pane .card-body .customer-detail ul li .h4 {
  color: #ddd;
}
.dark .dashboard-section .faq-content .tab-pane .card-body .order-title {
  color: #fff;
  border-color: #404040;
}
.dark .dashboard-section .counter-section .counter-box {
  background-color: #2b2b2b;
}
.dark .dashboard-section .counter-section .counter-box h5,
.dark .dashboard-section .counter-section .counter-box .h5 {
  color: #ddd;
}
.dark .dashboard-section .box-head h4,
.dark .dashboard-section .box-head .h4 {
  color: #fff;
}
.dark .dashboard-section .dashboard-table h3,
.dark .dashboard-section .dashboard-table .h3 {
  color: #eaedef;
}
.dark .dashboard-section .dashboard-table .table th,
.dark .dashboard-section .dashboard-table .table td {
  color: #ffffff;
}
.dark .dashboard-section .dashboard-box .dashboard-detail ul li .details .left h6,
.dark .dashboard-section .dashboard-box .dashboard-detail ul li .details .left .h6 {
  color: #9c9c9c;
}
.dark .faq-tab .nav-tabs .nav-item .nav-link {
  background-color: #232323;
  color: #cfd4da;
}
.dark .faq-tab .nav-tabs .nav-item .nav-link:hover {
  color: var(--theme-color);
}
.dark .faq-tab .nav-tabs .nav-item .nav-link.active {
  background-color: #232323;
}
.dark .faq-tab .nav-tabs .nav-item .nav-link.active i {
  background-color: var(--theme-color);
}
.dark .faq-tab .nav-tabs .nav-item .nav-link i {
  background-color: #2b2b2b;
}
.dark .faq-tab .nav-tabs .logout-cls {
  border-color: #404040;
}
.dark .category-img-wrapper .category-wrap .category-content h3,
.dark .category-img-wrapper .category-wrap .category-content .h3 {
  color: #eaedef;
}
.dark .add_to_cart {
  background-color: #2b2b2b;
}
.dark .add_to_cart ::-webkit-scrollbar-thumb {
  background: #404040;
}
.dark .add_to_cart ::-webkit-scrollbar-track {
  background: #2b2b2b;
}
.dark .add_to_cart .cart-inner {
  background-color: #2b2b2b;
}
.dark .add_to_cart .cart-inner .pere-text-box {
  border-color: #404040;
}
.dark .add_to_cart .cart-inner .pere-text-box .progress {
  background-color: #232323;
}
.dark .add_to_cart .cart-inner .cart_top {
  border-color: #404040;
}
.dark .add_to_cart .cart-inner .cart_top h3,
.dark .add_to_cart .cart-inner .cart_top .h3 {
  color: #eaedef;
}
.dark .add_to_cart .cart-inner .cart_top .close-cart {
  background-color: #232323;
  border-color: #404040;
}
.dark .add_to_cart .cart-inner .cart_top .close-cart i {
  color: #cecece;
}
.dark .add_to_cart .cart-inner .cart_media li + li {
  border-color: #404040;
}
.dark .add_to_cart .cart-inner .cart_media li .total {
  border-color: #404040;
}
.dark .add_to_cart .cart-inner .cart_media li .media .media-body .gram {
  color: #dee2e6;
}
.dark .add_to_cart .cart-inner .cart_media li .media .media-body h4,
.dark .add_to_cart .cart-inner .cart_media li .media .media-body .h4 {
  color: #e7eaec;
}
.dark .add_to_cart .cart-inner .cart_media li .media img {
  background-color: #232323;
  border-color: #404040;
}
.dark .add_to_cart .cart-inner .cart_media li .total h5,
.dark .add_to_cart .cart-inner .cart_media li .total .h5 {
  color: #dddddd;
}
.dark .add_to_cart .cart-inner .cart_media .close-circle button {
  background-color: #232323;
  border-color: #404040;
}
.dark .add_to_cart .cart-inner .cart_media .cart_total {
  border-color: #404040;
  background-color: #232323;
}
.dark .add_to_cart .cart-inner .qty-box {
  background-color: #232323;
  border-color: #404040;
}
.dark .add_to_cart.top .cart-inner .cart_top,
.dark .add_to_cart.bottom .cart-inner .cart_top {
  background-color: #232323;
}
.dark .theme-settings ul li {
  background-color: #232323;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.54);
  color: #ffffff;
}
.dark .theme-settings ul li a {
  color: #ffffff;
}
.dark .theme-settings ul li .backend-btn a {
  color: #ffffff;
}
.dark .cookie-bar.left-bottom {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.12), 0 15px 12px rgba(0, 0, 0, 0.13);
  background-color: #2b2b2b;
}
.dark .cookie-bar.left-bottom p {
  color: #cfd4da;
}
.dark .cookie-bar.left-bottom .btn-close i {
  color: #cecece;
}
.dark .service-w-bg .service-block .media {
  background-color: #232323;
}
.dark .title-basic .timer {
  background-color: #232323;
}
.dark .title-basic .timer p {
  color: #cfd4da;
}
.dark .loader-wrapper {
  background-color: #2b2b2b;
}
.dark .loader-wrapper .loader:after {
  border-color: #2b2b2b;
  animation: loading-dark 1000ms ease-out forwards infinite;
}
.dark .product-parallax .theme-card .offer-slider > div .media {
  background-color: #2b2b2b;
}
.dark .product-parallax .theme-card .offer-slider .media {
  background-color: #2b2b2b;
}
.dark .load-more-button .btn.loading {
  border-color: #404040 #404040 #404040 #999;
  background: #2b2b2b;
}
.dark .footer-style-1 .footer-social i {
  background-color: #2b2b2b;
  border-color: #404040;
}
.dark .category-width .category-block .category-image img {
  filter: invert(0.6);
}
.dark .category-width .category-block:hover .category-image img {
  filter: invert(1);
}
.dark .image-swatch li img {
  border-color: #404040;
}
.dark .image-swatch li.active img {
  border-color: var(--theme-color);
}
.dark .gradient-category .gradient-border .img-sec {
  background-color: #232323;
}
.dark .gradient-category .gradient-border .img-sec:after {
  filter: invert(0.9);
}
.dark .deal-category .deal-content {
  background-color: #2b2b2b;
}
.dark .mobile-menu {
  background-color: #232323;
}
.dark .mobile-menu ul li.active i,
.dark .mobile-menu ul li.active span {
  color: #ffffff;
}
.dark .mobile-menu ul li a i {
  color: #dddddd;
}
.dark .mobile-menu ul li a span {
  color: rgba(221, 221, 221, 0.8);
}
.dark.bg_cls .basic-product.theme-product-11 {
  background-color: #2b2b2b;
}
.dark.bg_cls .service-block1 {
  background-color: #232323;
  border-color: #404040;
}
.dark .title1.title5 hr[role=tournament6]::before {
  background-color: #2b2b2b;
}
.dark .brand-slider-box .logo-block {
  background-color: #232323;
  border-color: #404040;
}
.dark .brand-slider-box .logo-block h4,
.dark .brand-slider-box .logo-block .h4 {
  color: #ffffff;
}
.dark .left-header .menu-left ul li a {
  color: #dddddd;
}
.dark .blog-wo-bg .brand-slider-box .logo-block {
  background-color: transparent;
}
.dark.christmas header.sticky {
  background-color: #232323;
}
.dark .basic-product .price {
  color: #ffffff;
}
.dark .basic-product .product-title {
  color: #ffffff;
}
.dark .basic-product .cart-info button,
.dark .basic-product .cart-info a {
  background-color: #2b2b2b;
}
.dark .basic-product .cart-info button i,
.dark .basic-product .cart-info a i {
  color: #dddddd;
}
.dark .basic-product .timer {
  background-color: rgba(43, 43, 43, 0.92);
}
.dark .basic-product .img-wrapper {
  background-color: #232323;
}
.dark .basic-product .img-wrapper .rating-label {
  background-color: #2b2b2b;
  color: #ffffff;
}
.dark .basic-product .img-wrapper .addto-cart-bottom {
  background-color: #2b2b2b;
  border: 1px solid #404040;
  color: #dddddd;
}
.dark .basic-product .img-wrapper .trending-label li:nth-child(2) {
  background-color: #2b2b2b;
}
.dark .basic-product .img-wrapper .unit-label {
  background-color: #2b2b2b;
}
.dark .basic-product .img-wrapper .quick-option {
  background-color: #232323;
}
.dark .basic-product .product-right .form-select {
  background-color: #232323;
  border-color: #404040;
  color: #dddddd;
  background-image: url("./media/dropdown-OSCYYD2U.svg");
}
.dark .basic-product .theme-bg-service.service-w-bg .service-block .media {
  background-color: var(--theme-color);
}
.dark .basic-product .add-cart-btn {
  color: #dddddd;
  background-color: #404040;
}
.dark .basic-product .product-action {
  border-color: #404040;
}
.dark .basic-product .product-action button {
  color: #dddddd;
  background-color: #404040;
}
.dark .basic-product .general-variant li {
  background-color: #2b2b2b;
  border-color: #404040;
}
.dark .basic-product .general-variant li button {
  color: #fff;
}
.dark .basic-product .general-variant .active {
  border-color: #232323;
}
.dark .basic-product .product-detail .digital-price .form-check .form-check-input {
  background-color: #232323;
  border-color: #404040;
}
.dark .basic-product .product-detail .digital-price .form-check .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.dark .basic-product .addtocart_btn .qty-box .input-group {
  background-color: #232323;
}
.dark .basic-product .addtocart_btn .qty-box .input-group button {
  border-color: #404040;
  background-color: #2b2b2b;
}
.dark .basic-product .addtocart_btn .qty-box .input-group button i {
  color: #ddd;
}
.dark .basic-product.theme-product-1 {
  border-color: #404040;
}
.dark .basic-product.theme-product-1 .product-detail > div {
  border-color: #404040;
}
.dark .basic-product.theme-product-2 {
  background-color: #232323;
  border-color: #404040;
}
.dark .basic-product.theme-product-2 .cart-detail {
  border-color: #404040;
}
.dark .basic-product.theme-product-2 .cart-detail li + li {
  border-color: #404040;
}
.dark .basic-product.theme-product-2 .cart-detail li button,
.dark .basic-product.theme-product-2 .cart-detail li a {
  color: #dddddd;
}
.dark .basic-product.theme-product-2 .img-wrapper {
  background-color: #2b2b2b;
}
.dark .basic-product.theme-product-2 .img-wrapper::after {
  background-color: rgba(34, 34, 34, 0.77);
}
.dark .basic-product.theme-product-2 .product-detail .add-wish {
  background-color: #404040;
}
.dark .basic-product.theme-product-3 {
  border-color: #404040;
}
.dark .basic-product.theme-product-5 .cart-info {
  background-color: #404040;
}
.dark .basic-product.theme-product-5 .cart-info a,
.dark .basic-product.theme-product-5 .cart-info button {
  background-color: transparent;
  box-shadow: unset;
}
.dark .basic-product.theme-product-6 {
  border-color: #404040;
}
.dark .basic-product.theme-product-6 .cart-info {
  background-color: #2b2b2b;
}
.dark .basic-product.theme-product-6 .hover-action li a {
  background-color: transparent;
}
.dark .basic-product.theme-product-7 {
  background-color: #232323;
  border-color: #404040;
}
.dark .basic-product.theme-product-7 .img-wrapper {
  background-color: #2b2b2b;
}
.dark .basic-product.theme-product-8 {
  background-color: #2b2b2b;
  border-color: #404040;
}
.dark .basic-product.theme-product-9 {
  background-color: #232323;
  border-color: #404040;
}
.dark .basic-product.theme-product-9 .img-wrapper {
  background-color: #2b2b2b;
}
.dark .basic-product.theme-product-9 .discount-value {
  border-color: #404040;
  color: #dddddd;
}
.dark .basic-product.theme-product-9 .discount-value .offer-icon {
  color: #dddddd;
}
.dark .basic-product.theme-product-10 .product-title {
  color: #ffffff;
}
.dark .basic-product.theme-product-11 {
  border-color: #404040;
}
.dark .basic-product.theme-product-11 .abs-product {
  background-color: #232323;
}
.dark .collection-filter .custom-nav-tab .nav-item {
  border-color: #404040;
  background-color: #232323;
}
.dark .collection-filter .custom-nav-tab .nav-item .nav-link {
  color: #ddd;
}
.dark .collection-filter .custom-nav-tab .nav-item .nav-link img {
  filter: invert(1) brightness(100);
}
.dark .question-answer li {
  border-color: #404040;
}
.dark .question-answer li h6,
.dark .question-answer li .h6 {
  color: #fff;
}
.dark .question-answer li .answer-box p {
  color: #ddd;
}
.dark .question-answer li .question-box h5,
.dark .question-answer li .question-box .h5 {
  border-color: #404040;
  background-color: #262626;
}
.dark .question-answer li .question-box .link-dislike-box li a span {
  color: rgba(221, 221, 221, 0.67);
}
.dark .shop-filter-category {
  border-color: #404040;
}
.dark .shop-filter-category .filter-list {
  border-color: #404040;
}
.dark .shop-filter-category .filter-list li {
  background-color: #2b2b2b;
}
.dark .shop-filter-category .filter-list li a,
.dark .shop-filter-category .filter-list li i {
  color: #ddd;
}
.dark .search-modal .search-title {
  color: #fff;
}
.dark .search-modal .search-category-box li.text-secondary {
  color: #fff !important;
}
.dark .search-modal .modal-body .search-box i,
.dark .search-modal .modal-body .search-box .form-control {
  border-color: #3c3c3c;
}
.dark .product-sidebar-box .collection-filter-block.accordion {
  border-color: #3c3c3c;
}
.dark .download-dropdown-menu {
  border-color: #404040;
  background-color: #2b2b2b;
}
.dark .download-dropdown-menu .dropdown-item {
  color: #ddd;
}
.dark.skeleton-body .banner-skeleton .skeleton-content {
  background-color: #151515;
}
.dark.skeleton-body .blog-wo-bg .brand-slider-box .logo-block {
  background-color: #151515;
}
.dark.skeleton-body .beauty-about .skeleton-loader-img {
  background-color: #3c3c3c;
}
.dark.skeleton-body.bg_cls .home-skeleton {
  background-color: #1f1f1f;
}
@media (min-width: 1200px) {
  .dark header .navbar-expand-xl .dropdown-menu {
    background-color: #2b2b2b;
  }
  .dark header .navbar-expand-xl .dropdown-menu .dropdown-item:active {
    color: #ffffff;
  }
  .dark header .navbar-expand-xl .dropdown-mega .dropdown-column .dropdown-header {
    color: #dddddd;
  }
  .dark header .navbar-expand-xl .dropdown-mega .dropdown-menu .dropdown-item:hover,
  .dark header .navbar-expand-xl .dropdown-mega .dropdown-menu .dropdown-item:focus {
    color: #ffffff;
  }
  .dark header .navbar.navbar-expand-xl .navbar-nav .nav-item:hover > .nav-link:not(.disabled) {
    color: var(--theme-color);
  }
  .dark header .navbar.navbar-expand-xl .navbar-nav .nav-item.dropdown > a:hover {
    color: var(--theme-color);
  }
}
@media (max-width: 1430px) {
  .dark header.left-header .sidenav .sidebar-back {
    color: #cfd4da;
    border-color: #404040;
  }
  .dark .collection-product-wrapper .product-top-filter .product-filter-content .collection-view {
    border-color: #404040;
  }
  .dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter {
    border-color: #404040;
  }
}
@media (max-width: 1199px) {
  .dark .sm-horizontal {
    background-color: #2b2b2b;
    border-color: #404040;
  }
  .dark .sm-horizontal .mobile-back {
    border-color: #404040;
    color: #e7eaec;
  }
  .dark .sm-horizontal.pixelstrap ul {
    background-color: #2b2b2b;
  }
  .dark .tab-product .nav-material.nav-tabs {
    background-color: #2b2b2b;
    border-color: #404040;
  }
  .dark .tab-product.product-details-contain .nav-tabs,
  .dark .tab-product.product-details-contain .nav-tabs {
    border-color: #404040;
    background-color: #262626;
  }
  .dark header.left-header .pixelstrap ul {
    background-color: #232323;
  }
  .dark header.left-header.left-header-relative .pixelstrap > li > a {
    background-color: #232323;
  }
  .dark header.header-christmas .pixelstrap > li > a,
  .dark header.header-christmas .pixelstrap > li > a:hover,
  .dark header.header-christmas .pixelstrap > li > a:focus {
    color: #cecece !important;
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item {
    color: #cecece;
  }
  .dark header .offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item::before {
    background-color: rgba(206, 206, 206, 0.65);
  }
  .dark header .navbar-nav .dropdown-menu .dropdown-column .dropdown-header {
    color: rgba(221, 221, 221, 0.8);
  }
  .dark header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-item {
    color: #cecece;
  }
  .dark header .navbar-nav .dropdown-menu-2 .dropdown-column .dropdown-item::before {
    background-color: rgba(206, 206, 206, 0.65);
  }
  .dark .header-style-1 .bg-light-xl {
    background-color: #232323 !important;
  }
  .dark .header-style-5 .bottom-part .pixelstrap > li > a {
    color: #cecece;
  }
  .dark .header-style-5 .bottom-part .pixelstrap > li > a:hover,
  .dark .header-style-5 .bottom-part .pixelstrap > li > a:focus,
  .dark .header-style-5 .bottom-part .pixelstrap > li > a:active {
    color: #cecece;
  }
  .dark .header-style-5 .bottom-part.bottom-light .marketplace-sidebar.sidenav.fixed-sidebar {
    background-color: #232323;
  }
  .dark .header-style-5 .bottom-part.bottom-light .marketplace-sidebar.sidenav.fixed-sidebar .sm-vertical {
    background-color: #232323;
  }
  .dark .header-style-5.color-style .marketplace-sidebar.sidenav.fixed-sidebar {
    background-color: #232323;
  }
  .dark .header-style-5.color-style .marketplace-sidebar.sidenav.fixed-sidebar .sm-vertical {
    background-color: #232323;
  }
  .dark .header-style-5.color-style.style-classic .bottom-part .container {
    background-color: transparent;
  }
  .dark .marketplace-sidebar.sidenav.wo-bg {
    background-color: #232323;
  }
}
@media (max-width: 991px) {
  .dark .collection-filter {
    background-color: #2b2b2b;
  }
  .dark .collection-product-wrapper .product-top-filter {
    background-color: transparent;
  }
  .dark .collection-product-wrapper .product-top-filter .product-filter-content {
    background-color: #232323;
    border-color: #404040;
  }
  .dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
  .dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
    border-color: #404040;
  }
  .dark .collection-product-wrapper .product-top-filter .popup-filter {
    background-color: #232323;
  }
  .dark .collection-product-wrapper .product-top-filter .popup-filter .product-page-filter,
  .dark .collection-product-wrapper .product-top-filter .popup-filter .product-page-per-view {
    border-color: #404040;
  }
  .dark .collection-mobile-back {
    border-color: #404040;
    background-color: #2b2b2b;
  }
  .dark .collection-mobile-back span {
    color: #ffffff;
  }
  .dark .collection-filter {
    box-shadow: none;
  }
  .dark header.header-tools .logo-menu-part {
    background-color: #2b2b2b;
  }
  .dark header.header-style.header-tools .top-header {
    background-color: #2b2b2b;
  }
  .dark .service_slide .service-home .service-block1 {
    background-color: #2b2b2b;
  }
  .dark .service_slide .service-home .service-block1:nth-child(even) {
    background-color: #2b2b2b;
  }
  .dark .dashboard-section .dashboard-sidebar .back-btn {
    color: #fff;
    border-color: #404040;
    background-color: #232323;
  }
  .dark .dashboard-section .dashboard-sidebar .profile-top {
    background-color: #2b2b2b;
  }
  .dark .dashboard-section .dashboard-sidebar .profile-top .profile-image .user-round {
    background-color: #232323;
  }
  .dark .dashboard-section .dashboard-sidebar .faq-tab .nav-tabs {
    background-color: #232323;
  }
  .dark .dashboard-section .dashboard-sidebar .faq-tab .nav-tabs .nav-item {
    background-color: #232323;
  }
}
@media (max-width: 767px) {
  .dark .collection-product-wrapper .product-pagination .theme-pagination-block nav {
    border-color: #404040;
  }
  .dark .product-pagination .pagination {
    border-color: #404040;
  }
  .dark .product-wrapper-grid.list-view .product-box {
    border-color: #404040;
  }
}
@media (max-width: 577px) {
  .dark header.header-style .top-header .header-dropdown > li img {
    filter: invert(0.55);
  }
  .dark .header-5 .top-header .header-dropdown .mobile-wishlist img,
  .dark .header-5 .top-header .header-dropdown .mobile-account img {
    filter: invert(1);
    opacity: 0.7;
  }
  .dark .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view {
    border-color: #404040 !important;
  }
  .dark .tools-service.absolute-banner .absolute-bg {
    box-shadow: none;
  }
  .dark .full-banner .banner-contain {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 420px) {
  .dark .full-box .theme-card .offer-slider .sec-1 .product-box2 {
    border-color: #404040;
  }
  .dark .full-box .center-slider .offer-slider .product-box {
    border-color: #404040;
  }
}
.variation-modal .variation-title .main-title a {
  color: #ffffff;
}
.variation-modal .variation-qty-button .qty-section .qty-box .input-group {
  background-color: rgb(35, 35, 35);
  border-color: rgb(64, 64, 64);
}
.category-slider .category-box img {
  filter: invert(1) brightness(100);
}
.highlight-section {
  outline: 3px solid #007bff;
  outline-offset: 4px;
  transition: outline 0.2s ease-in-out;
  animation: flash-outline 0.5s ease-in-out 2;
}
@keyframes flash-outline {
  0% {
    outline-color: #007bff;
  }
  50% {
    outline-color: #00c8ff;
  }
  100% {
    outline-color: #007bff;
  }
}
[dir=rtl] {
  text-align: right;
}
[dir=rtl] .d-flex,
[dir=rtl] .flex-row {
  flex-direction: row-reverse;
}
[dir=rtl] .navbar-nav {
  flex-direction: row-reverse;
}
[dir=rtl] .text-start {
  text-align: right !important;
}
[dir=rtl] .text-center,
[dir=rtl] .title1,
[dir=rtl] .title2,
[dir=rtl] .title3,
[dir=rtl] .title4,
[dir=rtl] .product-para,
[dir=rtl] .product-para p {
  text-align: center !important;
}
[dir=rtl] .text-end {
  text-align: left !important;
}
[dir=rtl] .dropdown-menu {
  left: auto;
  right: 0;
}
[dir=rtl] .modal-header .btn-close {
  margin: auto auto auto 0;
}
[dir=rtl] .ms-auto {
  margin-left: 0 !important;
  margin-right: auto !important;
}
[dir=rtl] .me-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}
[dir=rtl] .form-check {
  padding-left: 0;
  padding-right: 1.5em;
}
[dir=rtl] .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}
[dir=rtl] .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: 0.5rem;
  padding-right: 0;
}
[dir=rtl] button i,
[dir=rtl] a i {
  margin-left: 0.25rem;
  margin-right: 0;
}
[dir=rtl] .product-box,
[dir=rtl] .card {
  text-align: right;
}
[dir=rtl] .cart-table,
[dir=rtl] .checkout-form {
  text-align: right;
}
[dir=rtl] .icon-left {
  margin-right: 0;
  margin-left: 0.5rem;
}
[dir=rtl] .icon-right {
  margin-left: 0;
  margin-right: 0.5rem;
}
[dir=rtl] .product-para p.text-center {
  text-align: center !important;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-Q5UBUP7H.css.map */
